Fix typos.
[obnox/wireshark/wip.git] / epan / emem.c
2008-02-11 wmeierA few more pedantic fixes ...
2008-01-07 stigFrom Jim Young (bug 2162):
2007-12-04 sahlbergrework how emem trees indexed by strings so that trave...
2007-12-04 sahlbergfor nested trees, teach emem about which nodes contain...
2007-12-03 sahlbergadd tree traversal functions
2007-11-28 wmeier(Somewhat academic): Fix fread related bug (when using...
2007-08-28 legoSNMP:
2007-05-29 guyCheck for G_GINT64_MODIFIER in Wireshark as we do in...
2007-05-29 standelFrom David Howells :
2007-04-28 guyIn emem_tree_lookup_string(), return NULL if the alloca...
2007-04-28 guyIn calls to the emem_tree routines, forcibly align...
2007-04-23 guyAdd some GCC warnings to the standard set, and add...
2007-04-04 grahambFix build failures due to windows.h being included...
2007-01-25 geraldSquelch Coverity CIDs 225, 226, and 227.
2007-01-15 ulflinstead of simply doing an assert when running out...
2006-11-15 ulflfix a warning
2006-11-11 sahlbergfix so that tcp.pdu.time works again.
2006-08-17 sahlbergadd trees with PErmanent allocation scope which will...
2006-08-14 sahlbergmake creation of subtrees used for the _array tree...
2006-08-14 sahlbergrename some structures and defines from the se_tree...
2006-08-12 sahlbergput a memory allocator function pointer inside the...
2006-08-12 sahlbergrename some inline functions from se_ to emem_ prefix...
2006-06-20 etxrabFrom Albert Chin:
2006-06-17 guyNot all UN*Xes have MAP_ANONYMOUS; some have MAP_ANON...
2006-06-16 jakeFrom Albert Chin
2006-05-31 geraldTethereal/tethereal -> TShark/tshark.
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-05-18 lrolandImprove fix for Bug 915 by using GetVersionEx() as...
2006-05-17 ulflattempt to fix #915:
2006-05-15 jakeChange return value checking to the true meaning of...
2006-05-02 guyNot all compilers support unnamed struct/union fields...
2006-04-28 geraldFix logic used to test protection under Windows OT...
2006-04-26 geraldIf we're running under Windows 95/98/Me, don't abort...
2006-03-18 sahlbergrename se_tree_lookup32_less_than_or_equal()
2006-03-18 sahlbergadd new se_tree_lookup32_less_than_or_equal() call
2006-03-11 sahlbergrevert back to svn 17587
2006-03-11 sahlbergoops removed one check too many
2006-03-11 sahlbergremove some redundant calls and checks and pass the...
2006-03-11 sahlberggive se_trees names so that it is easier to debug...
2006-03-11 sahlbergforgot to paint a node causing massively unbalanced...
2006-03-10 legoavoid doing the lookup of a key twice while inserting...
2006-03-10 sahlbergfix missing return bug from didier
2006-03-10 sahlbergmake using canaries optional
2006-03-10 sahlbergadd a define that controls explicitely whether we want...
2006-03-07 geraldFrom Jeff Morriss:
2006-03-07 legoRename set_string_hash... into se_tree_xxx_string as...
2006-03-07 legouse an elaborated key for the string keyed "hash table"
2006-03-07 legoAdd a hash table with string keys based on the red...
2006-03-06 sahlbergadd helper to build (red/black) trees from a key that...
2006-03-05 sahlberginitial implementation of binary tree support with...
2006-03-03 geraldUse intptr_t for int-to-pointer conversions.
2006-02-27 geraldAdd guard pages to emem.c. GP memory is protected...
2006-02-23 geraldPrint an error when we detect memory corruption. Fix...
2006-02-14 guyHave the emem.c memdup routines accept and return ...
2006-01-18 geraldIn packet-cops.c use proto_item_append_text() instead...
2006-01-11 geraldPass the correct arguments to fopen().
2006-01-11 geraldFix compiling under GLib 1, squelch a gcc warning.
2006-01-10 geraldClose "/dev/urandom" if we manage to open it.
2006-01-10 geraldAllocate memory on 8-byte boundaries again. Tweak...
2006-01-10 guyAllowing pointer arithmetic on "void *"s is a GCCism...
2006-01-09 geraldAdd canary values after each allocation. If our canari...
2005-12-09 sahlbergif passed a NULL string, make se_strdup() return the...
2005-10-10 guyAdd "ep_strdup_vprintf()" and "se_strdup_vprintf()...
2005-10-08 legomake .._strndup() not to call strndup.
2005-10-06 legoep_strndup and se_strndup do not have to expect strings...
2005-10-01 legoemem.[ch]:
2005-09-02 geraldFix a typo.
2005-08-26 geraldAdd a pair of #defines to emem.c that make ep_alloc...
2005-08-16 legomore allocators se_alloc0() se_memdups() se_strdup...
2005-08-12 sahlbergAdd beginning of seasonal allocation in addition...
2005-07-27 legoRemove two warnings
2005-07-26 legonew functions:
2005-07-24 legoI believe we should use DISSECTOR_ASSERT instead of...
2005-07-24 legoadd some utility functions that use ep_alloc instead...
2005-07-22 sahlberginclude stdlib instead of malloc.h
2005-07-22 jmayerSet svn:keywords and svn:eol-style
2005-07-22 sahlbergEMEM : a simple and FAST api to allocate memory that...