Add printf-format annotations, fix garbage
[metze/wireshark/wip.git] / epan / emem.h
2014-07-06 Peter WuAdd printf-format annotations, fix garbage
2014-06-16 Evan Huusremove more unused code
2014-06-16 Evan HuusRemove last caller of se_strdup_printf
2014-06-16 Evan HuusRemove now-unused functions.
2014-05-11 Evan HuusRemove some dead emem code.
2014-04-07 Gerald CombsAdd a Qt I/O Graph dialog.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-16 Evan HuusRemove emem tree code entirely, it is unused.
2013-12-24 Evan HuusRemove now-unused ephemeral stack code. And another...
2013-11-21 Evan HuusRemove one accidentally remaining reference to emem...
2013-09-04 Evan HuusRemove some emem functions that have now been completel...
2013-08-10 Alexis La GoutteFix (-W)documentation error found by Clang
2013-08-10 Alexis La GoutteFix (-W)documentation error found by Clang
2013-03-28 Evan HuusInclude glib.h in emem.h, it needs the definitions
2013-03-09 Evan HuusRemove the emem slab feature (sl_* functions) completel...
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2012-10-10 Jakub ZawadzkiRevert changes to ep_ allocator, revert edt ref-counting.
2012-10-08 Guy HarrisRename emem_header_t to emem_pool_t to better indicate...
2012-10-08 Evan HuusEDT structures now own their ep_ memory pools. This...
2012-10-06 Jaap KeuterVastly improve the debug presentation( of trees)+.
2012-08-18 Michael MannConvert GString to emem_strbuf_t in packet-gadu-gadu.c
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-04 Jeff MorrissThe rest of the fix for https://bugs.wireshark.org...
2011-11-20 Anders BromanGet rid of Warnings.
2011-07-11 Gerald CombsMore GLIB_CHECK_VERSION cleanups. Update the minimum...
2011-05-09 Jakub ZawadzkiInitial commit of slab allocator (sl_* API)
2011-04-22 Jeff MorrissAs suggested by Jakub Zawadzki:
2011-03-26 Jeff MorrissIntroduce ep_strconcat (copied from the glib version)
2010-08-29 Anders BromanDoxygen changes.
2010-08-26 Anders BromanFix a number of doxygen directives.
2010-04-16 Jeff MorrissFix a few comment typos
2010-02-07 Stig BjørlykkeFrom Alex Lindberg via bug 4463:
2010-01-25 Stig BjørlykkeChanged from using own defined GNUC_FORMAT_CHECK to...
2010-01-25 Stig BjørlykkeFrom Didier Gautheron via bug 4419:
2009-10-20 Jeff MorrissAdd emem_init() which initializes both the ep_ and...
2009-10-11 Kovarththanan Raja... Annotate with GNUC_FORMAT_CHECK()
2009-09-20 Kovarththanan Raja... Add ep_verify_pointer()/se_verify_pointer() which check...
2009-09-20 Kovarththanan Raja... Make se_trees static in emem.c
2009-08-11 Kovarththanan Raja... We now expose the following environment variables:
2009-04-14 Bill Meierep_strbuf: fix some bugs and additional changes
2009-03-28 Gerald CombsReplace a lot of pointer tracking and some GStrings...
2009-03-27 Gerald CombsAdd initial support for string buffers - ep_allocated...
2008-12-20 Bill MeierFix some typos and spelling (mostly in text strings)
2008-08-05 Luis OntanonAdd a debug helper for EP memory corruption
2008-06-25 Guy HarrisFix some warnings - declare some arguments, variables...
2007-12-04 Ronnie Sahlbergrework how emem trees indexed by strings so that trave...
2007-12-04 Ronnie Sahlbergfor nested trees, teach emem about which nodes contain...
2007-12-03 Ronnie Sahlbergadd tree traversal functions
2007-04-28 Guy HarrisIn calls to the emem_tree routines, forcibly align...
2007-04-23 Guy HarrisAdd some GCC warnings to the standard set, and add...
2007-03-26 Stephen FisherFrom Doug Pratley:
2006-11-11 Ronnie Sahlbergfix so that tcp.pdu.time works again.
2006-08-17 Ronnie Sahlbergadd trees with PErmanent allocation scope which will...
2006-08-14 Ronnie Sahlbergmake creation of subtrees used for the _array tree...
2006-08-14 Ronnie Sahlbergrename some structures and defines from the se_tree...
2006-08-12 Ronnie Sahlbergput a memory allocator function pointer inside the...
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Ronnie Sahlbergname change
2006-05-02 Guy HarrisNot all compilers support unnamed struct/union fields...
2006-03-18 Ronnie Sahlbergrename se_tree_lookup32_less_than_or_equal()
2006-03-18 Ronnie Sahlbergadd new se_tree_lookup32_less_than_or_equal() call
2006-03-11 Ronnie Sahlberggive se_trees names so that it is easier to debug...
2006-03-07 Luis OntanonRename set_string_hash... into se_tree_xxx_string as...
2006-03-07 Luis OntanonAdd a hash table with string keys based on the red...
2006-03-06 Ronnie Sahlbergadd helper to build (red/black) trees from a key that...
2006-03-05 Ronnie Sahlberginitial implementation of binary tree support with...
2006-02-14 Guy HarrisHave the emem.c memdup routines accept and return ...
2005-10-10 Guy HarrisAdd "ep_strdup_vprintf()" and "se_strdup_vprintf()...
2005-10-01 Luis Ontanonemem.[ch]:
2005-09-15 Guy HarrisTag ep_strdup_printf() and se_strdup_printf() as printf...
2005-08-16 Luis Ontanonse_alloc not ep_alloc!
2005-08-16 Luis Ontanonmore allocators se_alloc0() se_memdups() se_strdup...
2005-08-12 Ronnie SahlbergAdd beginning of seasonal allocation in addition...
2005-07-26 Luis Ontanonnew functions:
2005-07-24 Luis Ontanonadd some utility functions that use ep_alloc instead...
2005-07-22 Jörg MayerSet svn:keywords and svn:eol-style
2005-07-22 Ronnie SahlbergEMEM : a simple and FAST api to allocate memory that...