aboutsummaryrefslogtreecommitdiffstats
path: root/epan/emem.h
Commit message (Expand)AuthorAgeFilesLines
* emem is dead! Long live wmem!Michael Mann2015-02-041-118/+0
* Eliminate ep_strdup(), as it's no longer used.Guy Harris2015-01-191-4/+0
* Nobody uses se_ allocations, so remove the code for them.Guy Harris2015-01-181-24/+0
* Remove ep_strndupMichael Mann2015-01-181-4/+0
* Replace all remaining instances of ep_new with wmem_new and wmem_packet_scope.Michael Mann2015-01-171-1/+0
* Kill more unused emem functionsEvan Huus2015-01-161-10/+0
* Remove ep_strbuf codeEvan Huus2015-01-121-48/+0
* Replace some "low hanging fruit" uses of emem.Michael Mann2015-01-111-4/+0
* Remove/replace ep_strsplit()Evan Huus2015-01-101-10/+0
* Add printf-format annotations, fix garbagePeter Wu2014-07-061-2/+3
* remove more unused codeEvan Huus2014-06-161-36/+0
* Remove last caller of se_strdup_printfEvan Huus2014-06-161-5/+0
* Remove now-unused functions.Evan Huus2014-06-161-8/+0
* Remove some dead emem code.Evan Huus2014-05-111-66/+0
* Add a Qt I/O Graph dialog.Gerald Combs2014-04-071-0/+8
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Remove emem tree code entirely, it is unused.Evan Huus2014-02-161-95/+0
* Remove now-unused ephemeral stack code. And another one bites the dust...Evan Huus2013-12-241-35/+0
* Remove one accidentally remaining reference to emem in XMPP utils.Evan Huus2013-11-211-93/+0
* Remove some emem functions that have now been completely replaced by wmem.Evan Huus2013-09-041-43/+0
* Fix (-W)documentation error found by ClangAlexis La Goutte2013-08-101-2/+0
* Fix (-W)documentation error found by ClangAlexis La Goutte2013-08-101-1/+1
* Include glib.h in emem.h, it needs the definitionsEvan Huus2013-03-281-0/+2
* Remove the emem slab feature (sl_* functions) completely, replacing it withEvan Huus2013-03-091-23/+0
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-0/+48
* Revert changes to ep_ allocator, revert edt ref-counting.Jakub Zawadzki2012-10-101-5/+3
* Rename emem_header_t to emem_pool_t to better indicate what it can beGuy Harris2012-10-081-3/+3
* EDT structures now own their ep_ memory pools. This should finally cleanEvan Huus2012-10-081-3/+5
* Vastly improve the debug presentation( of trees)+. Jaap Keuter2012-10-061-0/+7
* Convert GString to emem_strbuf_t in packet-gadu-gadu.cMichael Mann2012-08-181-0/+10
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* The rest of the fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7221Jeff Morriss2012-05-041-2/+14
* Get rid of Warnings.Anders Broman2011-11-201-0/+2
* More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs2011-07-111-2/+0
* Initial commit of slab allocator (sl_* API) Jakub Zawadzki2011-05-091-0/+22
* As suggested by Jakub Zawadzki:Jeff Morriss2011-04-221-1/+2
* Introduce ep_strconcat (copied from the glib version)Jeff Morriss2011-03-261-0/+2
* Doxygen changes.Anders Broman2010-08-291-56/+64
* Fix a number of doxygen directives.Anders Broman2010-08-261-4/+4
* Fix a few comment typosJeff Morriss2010-04-161-11/+11
* From Alex Lindberg via bug 4463:Stig Bjørlykke2010-02-071-1/+15
* Changed from using own defined GNUC_FORMAT_CHECK to G_GNUC_PRINTFStig Bjørlykke2010-01-251-6/+5
* From Didier Gautheron via bug 4419:Stig Bjørlykke2010-01-251-22/+23
* Add emem_init() which initializes both the ep_ and se_ allocators; have allJeff Morriss2009-10-201-8/+6
* Annotate with GNUC_FORMAT_CHECK()Kovarththanan Rajaratnam2009-10-111-3/+5
* Add ep_verify_pointer()/se_verify_pointer() which checks whether the given po...Kovarththanan Rajaratnam2009-09-201-3/+10
* Make se_trees static in emem.cKovarththanan Rajaratnam2009-09-201-24/+18
* We now expose the following environment variables:Kovarththanan Rajaratnam2009-08-111-1/+1
* ep_strbuf: fix some bugs and additional changesBill Meier2009-04-141-14/+22
* Replace a lot of pointer tracking and some GStrings with emem_strbufs. AddGerald Combs2009-03-281-0/+17