From Tyson Key:
[obnox/wireshark/wip.git] / epan / emem.c
2011-09-21 wmeierFix ex "modeline" so it works;
2011-05-09 darkjamesConvert SLAB_-s, to sl_-API.
2011-05-09 darkjamesInitial commit of slab allocator (sl_* API)
2011-04-22 darkjamesCleanup emem_verify_pointer()
2011-04-22 guyEither the buf argument to emem_scrub_memory() is prope...
2011-04-21 darkjamesFix ep_check_canary_integrity to use proper variable.
2011-03-26 morrissIntroduce ep_strconcat (copied from the glib version)
2011-03-26 morrissRemove some duplicated string manipulation code.
2011-02-25 morrissClean up comments: canaries are also used to pad alloca...
2011-02-25 morrissAdd a comment explaining what the canary between alloca...
2011-02-18 geraldFix some dead code and zero division issues found by...
2010-12-06 sfisherFix bug #5463 (and likely others) so that ep_strbuf_new...
2010-09-02 morrissIntroduce 2 new environment variables: WIRESHARK_EP_VER...
2010-04-08 guyIn C, foo() isn't a function with no arguments, foo...
2010-02-07 stigFrom Alex Lindberg via bug 4463:
2010-02-04 etxrabReversion of SVN 30488 as suggested in https://bugs...
2010-01-28 wmeierFix various gcc -Wshadow warnings.
2010-01-20 etxrabFrom Jakub Zawadzki:
2010-01-20 etxrabFrom Jakub Zawadzki:
2010-01-20 sahlbergremove an unusued variable
2010-01-19 etxrabFrom Jakub Zawadzki:
2010-01-19 etxrabFrom Jakub Zawadzki:
2010-01-19 etxrabFrom Jakub Zawadzki:
2009-11-30 geraldFrom Jakub Zawadzki via bug 4274:
2009-11-23 stigGuard #include <sys/types.h> with HAVE_SYS_TYPES_H.
2009-10-23 geraldAdd a comment about using memcpy for scrubbing.
2009-10-20 morrissAdd emem_init() which initializes both the ep_ and...
2009-10-20 morrissDon't call xx_init_chunk() in ep_free_all() and se_free...
2009-10-19 morrissFrom Jakub Zawadzki via https://bugs.wireshark.org...
2009-10-16 morrissIntroduce an optional (ep_ and se_) memory scrubber...
2009-10-11 krjUse G_MEM_ALIGN when we have to determine the amount...
2009-10-11 krjRename emem_canary => emem_canary_init to make it clear...
2009-10-11 krjOnly check to see if 'free_list' is empty when we've...
2009-10-11 krjTighten scope of some variables in emem_alloc()
2009-10-11 krjChange EMEM_PACKET_CHUNK_SIZE to (10 * 1024 * 1024...
2009-10-11 krjUse g_strlcpy instead of providing our own string copy...
2009-10-11 krjUse memcpy when we already know the length of the string
2009-10-09 morrissPrint statistics to stderr so we can see (only) them...
2009-10-09 morrissUnify the stats output regardless of whether we're...
2009-10-08 krjCall emem_canary() immediately
2009-10-08 krjFrom Harald Welte via bug 4106:
2009-10-08 krjRemove debug g_warning()
2009-10-08 etxrabDont use canaries for SE allocated memory as a default...
2009-10-06 morrissAdd some SE allocation statistics (if SHOW_MEM_STATS...
2009-10-06 etxrabIncrease EMEM_ALLOCS_PER_CHUNK to avoid memory waist.
2009-10-05 krjUse g_free() (should have been part of r30342)
2009-10-05 krjUse g_malloc()
2009-09-29 stigEnsure we don't dereference a null pointer.
2009-09-24 krjMake sure that we also traverse the free_list while...
2009-09-21 krjAdd unsigned int type cast
2009-09-21 krjMake sure that we track the amount allocated when we...
2009-09-20 krjAdd ep_verify_pointer()/se_verify_pointer() which check...
2009-09-20 krjRemove unused/dead code
2009-09-20 krjMake se_trees static in emem.c
2009-09-20 krjUse g_new()
2009-09-06 krjAvoid calling emem_create_chunk() needlessly
2009-09-04 jmayerInclude "proto.h" instead of <proto.h>
2009-08-11 krjWe now expose the following environment variables:
2009-08-10 krjUse ! defined(EP_DEBUG_FREE) && ! defined(SE_DEBUG_FREE...
2009-08-09 krjAdd unsigned int typecast
2009-08-09 krjg_error() requires a string literal.
2009-08-09 krjSplit common parts of ep_free_all and se_free_all into...
2009-08-09 krjSplit common parts of se_alloc and ep_alloc into emem_a...
2009-04-14 wmeierep_strbuf: fix some bugs and additional changes
2009-04-07 jmayerAnother patch to sqelch warnings about asserts in g_str...
2009-04-07 geraldsize_t fixes.
2009-04-03 jmayerDon't crash on linux:
2009-03-30 geraldCall ep_strbuf_append_printf() from ep_strbuf_append().
2009-03-28 geraldAdd a missing check.
2009-03-28 geraldReplace a lot of pointer tracking and some GStrings...
2009-03-27 geraldAdd initial support for string buffers - ep_allocated...
2008-08-05 legoAdd a debug helper for EP memory corruption
2008-06-25 guyFix some warnings - declare some arguments, variables...
2008-05-23 etxrabFix some of the Errors/warnings detected by checkapi.
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-04-21 stigFrom Marton Nemeth (bug 2484):
2008-04-07 sfisher- Remove GLIB1 code
2008-03-10 jakeFrom Sami Farin:
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...
next