name change
[metze/wireshark/wip.git] / epan / emem.c
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...