Add back the fix from revision 54693.
[metze/wireshark/wip.git] / epan / emem.c
2009-08-11 Kovarththanan Raja... We now expose the following environment variables:
2009-08-10 Kovarththanan Raja... Use ! defined(EP_DEBUG_FREE) && ! defined(SE_DEBUG_FREE...
2009-08-09 Kovarththanan Raja... Add unsigned int typecast
2009-08-09 Kovarththanan Raja... g_error() requires a string literal.
2009-08-09 Kovarththanan Raja... Split common parts of ep_free_all and se_free_all into...
2009-08-09 Kovarththanan Raja... Split common parts of se_alloc and ep_alloc into emem_a...
2009-04-14 Bill Meierep_strbuf: fix some bugs and additional changes
2009-04-07 Jörg MayerAnother patch to sqelch warnings about asserts in g_str...
2009-04-07 Gerald Combssize_t fixes.
2009-04-03 Jörg MayerDon't crash on linux:
2009-03-30 Gerald CombsCall ep_strbuf_append_printf() from ep_strbuf_append().
2009-03-28 Gerald CombsAdd a missing check.
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-08-05 Luis OntanonAdd a debug helper for EP memory corruption
2008-06-25 Guy HarrisFix some warnings - declare some arguments, variables...
2008-05-23 Anders BromanFix some of the Errors/warnings detected by checkapi.
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-04-21 Stig BjørlykkeFrom Marton Nemeth (bug 2484):
2008-04-07 Stephen Fisher- Remove GLIB1 code
2008-03-10 Jaap KeuterFrom Sami Farin:
2008-02-11 Bill MeierA few more pedantic fixes ...
2008-01-07 Stig BjørlykkeFrom Jim Young (bug 2162):
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-11-28 Bill Meier(Somewhat academic): Fix fread related bug (when using...
2007-08-28 Luis OntanonSNMP:
2007-05-29 Guy HarrisCheck for G_GINT64_MODIFIER in Wireshark as we do in...
2007-05-29 Sebastien TandelFrom David Howells :
2007-04-28 Guy HarrisIn emem_tree_lookup_string(), return NULL if the alloca...
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-04-04 Graham BloiceFix build failures due to windows.h being included...
2007-01-25 Gerald CombsSquelch Coverity CIDs 225, 226, and 227.
2007-01-15 Ulf Lampinginstead of simply doing an assert when running out...
2006-11-15 Ulf Lampingfix a warning
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-08-12 Ronnie Sahlbergrename some inline functions from se_ to emem_ prefix...
2006-06-20 Anders BromanFrom Albert Chin:
2006-06-17 Guy HarrisNot all UN*Xes have MAP_ANONYMOUS; some have MAP_ANON...
2006-06-16 Jaap KeuterFrom Albert Chin
2006-05-31 Gerald CombsTethereal/tethereal -> TShark/tshark.
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Ronnie Sahlbergname change
2006-05-18 Lars RolandImprove fix for Bug 915 by using GetVersionEx() as...
2006-05-17 Ulf Lampingattempt to fix #915:
2006-05-15 Jaap KeuterChange return value checking to the true meaning of...
2006-05-02 Guy HarrisNot all compilers support unnamed struct/union fields...
2006-04-28 Gerald CombsFix logic used to test protection under Windows OT...
2006-04-26 Gerald CombsIf we're running under Windows 95/98/Me, don't abort...
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 Sahlbergrevert back to svn 17587
2006-03-11 Ronnie Sahlbergoops removed one check too many
2006-03-11 Ronnie Sahlbergremove some redundant calls and checks and pass the...
2006-03-11 Ronnie Sahlberggive se_trees names so that it is easier to debug...
2006-03-11 Ronnie Sahlbergforgot to paint a node causing massively unbalanced...
2006-03-10 Luis Ontanonavoid doing the lookup of a key twice while inserting...
2006-03-10 Ronnie Sahlbergfix missing return bug from didier
2006-03-10 Ronnie Sahlbergmake using canaries optional
2006-03-10 Ronnie Sahlbergadd a define that controls explicitely whether we want...
2006-03-07 Gerald CombsFrom Jeff Morriss:
2006-03-07 Luis OntanonRename set_string_hash... into se_tree_xxx_string as...
2006-03-07 Luis Ontanonuse an elaborated key for the string keyed "hash table"
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-03-03 Gerald CombsUse intptr_t for int-to-pointer conversions.
2006-02-27 Gerald CombsAdd guard pages to emem.c. GP memory is protected...
2006-02-23 Gerald CombsPrint an error when we detect memory corruption. Fix...
2006-02-14 Guy HarrisHave the emem.c memdup routines accept and return ...
2006-01-18 Gerald CombsIn packet-cops.c use proto_item_append_text() instead...
2006-01-11 Gerald CombsPass the correct arguments to fopen().
2006-01-11 Gerald CombsFix compiling under GLib 1, squelch a gcc warning.
2006-01-10 Gerald CombsClose "/dev/urandom" if we manage to open it.
2006-01-10 Gerald CombsAllocate memory on 8-byte boundaries again. Tweak...
2006-01-10 Guy HarrisAllowing pointer arithmetic on "void *"s is a GCCism...
2006-01-09 Gerald CombsAdd canary values after each allocation. If our canari...
2005-12-09 Ronnie Sahlbergif passed a NULL string, make se_strdup() return the...
2005-10-10 Guy HarrisAdd "ep_strdup_vprintf()" and "se_strdup_vprintf()...
2005-10-08 Luis Ontanonmake .._strndup() not to call strndup.
2005-10-06 Luis Ontanonep_strndup and se_strndup do not have to expect strings...
2005-10-01 Luis Ontanonemem.[ch]:
2005-09-02 Gerald CombsFix a typo.
2005-08-26 Gerald CombsAdd a pair of #defines to emem.c that make 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-27 Luis OntanonRemove two warnings
2005-07-26 Luis Ontanonnew functions:
2005-07-24 Luis OntanonI believe we should use DISSECTOR_ASSERT instead of...
2005-07-24 Luis Ontanonadd some utility functions that use ep_alloc instead...
2005-07-22 Ronnie Sahlberginclude stdlib instead of malloc.h
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...