rerun pidl
[metze/wireshark/wip.git] / epan / emem.c
2013-12-24 eapacheRemove now-unused ephemeral stack code. And another...
2013-12-14 darkjamesFix some warnings
2013-11-21 eapacheRemove one accidentally remaining reference to emem...
2013-11-10 darkjamesAdd missing includes in order to remove exceptions...
2013-10-21 pascalZeroMemory -> SecureZeroMemory
2013-10-20 pascalFrom RobiOneKenobi via https://bugs.wireshark.org/bugzi...
2013-09-04 eapacheRemove some emem functions that have now been completel...
2013-07-31 darkjamesAdd some very basic framework to fetch statistics of...
2013-07-15 cmaynardFix warnings: format '%blah' expects argument of type...
2013-06-19 eapacheRework wmem scoping limits so that users can still...
2013-05-11 eapacheFix compilation with SHOW_EMEM_STATS defined.
2013-03-20 eapacheMore block allocator fixes and cleanup. Most of the...
2013-03-15 etxrabFrom beroset:
2013-03-10 darkjamesr30032 again, actually make emem_verify_pointer() works...
2013-03-09 eapacheRemove the emem slab feature (sl_* functions) completel...
2013-01-16 morrissAs suggested in comments in sl_alloc() and sl_free...
2012-12-26 guyFix a bunch of warnings.
2012-11-05 etxrabFrom Bill Parker:
2012-10-10 darkjamesRevert changes to ep_ allocator, revert edt ref-counting.
2012-10-10 darkjamesFix r45445
2012-10-10 darkjamesFix bug #7814
2012-10-10 eapacheTemporarilly disable ep's use of chunks until the bugs...
2012-10-08 eapacheActually destroy chunks in emem_free_all. We lose the...
2012-10-08 eapacheTry to clarify some of the ifdefs in emem.c.
2012-10-08 guyRename emem_header_t to emem_pool_t to better indicate...
2012-10-08 geraldWe've already typedef'ed emem_header_t in emem.h. We...
2012-10-08 eapacheWrite a short essay in a comment explaining the weirdne...
2012-10-08 eapacheEDT structures now own their ep_ memory pools. This...
2012-10-06 jakeVastly improve the debug presentation( of trees)+.
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-11 morrissAs suggested by Anatoly in https://bugs.wireshark.org...
2012-09-10 morrissAttempt to fix https://bugs.wireshark.org/bugzilla...
2012-08-18 mmannConvert GString to emem_strbuf_t in packet-gadu-gadu.c
2012-08-09 geraldTry to fix a compiler warning.
2012-08-09 geraldIterate over the emem_tree_*32_array key data instead...
2012-08-09 mmannMake emem_tree_*32_array functions non-destructive...
2012-07-09 etxrabFrom Evan Huus:
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-05-04 morrissThe rest of the fix for https://bugs.wireshark.org...
2012-05-04 morrissPartial fix for https://bugs.wireshark.org/bugzilla...
2012-04-10 darkjamesRevert r42001
2012-04-09 darkjamesIf scrubbing memory is set, during alloc we can check...
2012-03-19 morrissAdd a new environment variable (WIRESHARK_ABORT_ON_OUT_...
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>
next