Add back the fix from revision 54693.
[metze/wireshark/wip.git] / epan / emem.c
2013-12-24 Evan HuusRemove now-unused ephemeral stack code. And another...
2013-12-14 Jakub ZawadzkiFix some warnings
2013-11-21 Evan HuusRemove one accidentally remaining reference to emem...
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-10-21 Pascal QuantinZeroMemory -> SecureZeroMemory
2013-10-20 Pascal QuantinFrom RobiOneKenobi via https://bugs.wireshark.org/bugzi...
2013-09-04 Evan HuusRemove some emem functions that have now been completel...
2013-07-31 Jakub ZawadzkiAdd some very basic framework to fetch statistics of...
2013-07-15 Chris MaynardFix warnings: format '%blah' expects argument of type...
2013-06-19 Evan HuusRework wmem scoping limits so that users can still...
2013-05-11 Evan HuusFix compilation with SHOW_EMEM_STATS defined.
2013-03-20 Evan HuusMore block allocator fixes and cleanup. Most of the...
2013-03-15 Anders BromanFrom beroset:
2013-03-10 Jakub Zawadzkir30032 again, actually make emem_verify_pointer() works...
2013-03-09 Evan HuusRemove the emem slab feature (sl_* functions) completel...
2013-01-16 Jeff MorrissAs suggested in comments in sl_alloc() and sl_free...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-11-05 Anders BromanFrom Bill Parker:
2012-10-10 Jakub ZawadzkiRevert changes to ep_ allocator, revert edt ref-counting.
2012-10-10 Jakub ZawadzkiFix r45445
2012-10-10 Jakub ZawadzkiFix bug #7814
2012-10-10 Evan HuusTemporarilly disable ep's use of chunks until the bugs...
2012-10-08 Evan HuusActually destroy chunks in emem_free_all. We lose the...
2012-10-08 Evan HuusTry to clarify some of the ifdefs in emem.c.
2012-10-08 Guy HarrisRename emem_header_t to emem_pool_t to better indicate...
2012-10-08 Gerald CombsWe've already typedef'ed emem_header_t in emem.h. We...
2012-10-08 Evan HuusWrite a short essay in a comment explaining the weirdne...
2012-10-08 Evan HuusEDT structures now own their ep_ memory pools. This...
2012-10-06 Jaap KeuterVastly improve the debug presentation( of trees)+.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-11 Jeff MorrissAs suggested by Anatoly in https://bugs.wireshark.org...
2012-09-10 Jeff MorrissAttempt to fix https://bugs.wireshark.org/bugzilla...
2012-08-18 Michael MannConvert GString to emem_strbuf_t in packet-gadu-gadu.c
2012-08-09 Gerald CombsTry to fix a compiler warning.
2012-08-09 Gerald CombsIterate over the emem_tree_*32_array key data instead...
2012-08-09 Michael MannMake emem_tree_*32_array functions non-destructive...
2012-07-09 Anders BromanFrom Evan Huus:
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-04 Jeff MorrissThe rest of the fix for https://bugs.wireshark.org...
2012-05-04 Jeff MorrissPartial fix for https://bugs.wireshark.org/bugzilla...
2012-04-10 Jakub ZawadzkiRevert r42001
2012-04-09 Jakub ZawadzkiIf scrubbing memory is set, during alloc we can check...
2012-03-19 Jeff MorrissAdd a new environment variable (WIRESHARK_ABORT_ON_OUT_...
2011-09-21 Bill MeierFix ex "modeline" so it works;
2011-05-09 Jakub ZawadzkiConvert SLAB_-s, to sl_-API.
2011-05-09 Jakub ZawadzkiInitial commit of slab allocator (sl_* API)
2011-04-22 Jakub ZawadzkiCleanup emem_verify_pointer()
2011-04-22 Guy HarrisEither the buf argument to emem_scrub_memory() is prope...
2011-04-21 Jakub ZawadzkiFix ep_check_canary_integrity to use proper variable.
2011-03-26 Jeff MorrissIntroduce ep_strconcat (copied from the glib version)
2011-03-26 Jeff MorrissRemove some duplicated string manipulation code.
2011-02-25 Jeff MorrissClean up comments: canaries are also used to pad alloca...
2011-02-25 Jeff MorrissAdd a comment explaining what the canary between alloca...
2011-02-18 Gerald CombsFix some dead code and zero division issues found by...
2010-12-06 Stephen FisherFix bug #5463 (and likely others) so that ep_strbuf_new...
2010-09-02 Jeff MorrissIntroduce 2 new environment variables: WIRESHARK_EP_VER...
2010-04-08 Guy HarrisIn C, foo() isn't a function with no arguments, foo...
2010-02-07 Stig BjørlykkeFrom Alex Lindberg via bug 4463:
2010-02-04 Anders BromanReversion of SVN 30488 as suggested in https://bugs...
2010-01-28 Bill MeierFix various gcc -Wshadow warnings.
2010-01-20 Anders BromanFrom Jakub Zawadzki:
2010-01-20 Anders BromanFrom Jakub Zawadzki:
2010-01-20 Ronnie Sahlbergremove an unusued variable
2010-01-19 Anders BromanFrom Jakub Zawadzki:
2010-01-19 Anders BromanFrom Jakub Zawadzki:
2010-01-19 Anders BromanFrom Jakub Zawadzki:
2009-11-30 Gerald CombsFrom Jakub Zawadzki via bug 4274:
2009-11-23 Stig BjørlykkeGuard #include <sys/types.h> with HAVE_SYS_TYPES_H.
2009-10-23 Gerald CombsAdd a comment about using memcpy for scrubbing.
2009-10-20 Jeff MorrissAdd emem_init() which initializes both the ep_ and...
2009-10-20 Jeff MorrissDon't call xx_init_chunk() in ep_free_all() and se_free...
2009-10-19 Jeff MorrissFrom Jakub Zawadzki via https://bugs.wireshark.org...
2009-10-16 Jeff MorrissIntroduce an optional (ep_ and se_) memory scrubber...
2009-10-11 Kovarththanan Raja... Use G_MEM_ALIGN when we have to determine the amount...
2009-10-11 Kovarththanan Raja... Rename emem_canary => emem_canary_init to make it clear...
2009-10-11 Kovarththanan Raja... Only check to see if 'free_list' is empty when we've...
2009-10-11 Kovarththanan Raja... Tighten scope of some variables in emem_alloc()
2009-10-11 Kovarththanan Raja... Change EMEM_PACKET_CHUNK_SIZE to (10 * 1024 * 1024...
2009-10-11 Kovarththanan Raja... Use g_strlcpy instead of providing our own string copy...
2009-10-11 Kovarththanan Raja... Use memcpy when we already know the length of the string
2009-10-09 Jeff MorrissPrint statistics to stderr so we can see (only) them...
2009-10-09 Jeff MorrissUnify the stats output regardless of whether we're...
2009-10-08 Kovarththanan Raja... Call emem_canary() immediately
2009-10-08 Kovarththanan Raja... From Harald Welte via bug 4106:
2009-10-08 Kovarththanan Raja... Remove debug g_warning()
2009-10-08 Anders BromanDont use canaries for SE allocated memory as a default...
2009-10-06 Jeff MorrissAdd some SE allocation statistics (if SHOW_MEM_STATS...
2009-10-06 Anders BromanIncrease EMEM_ALLOCS_PER_CHUNK to avoid memory waist.
2009-10-05 Kovarththanan Raja... Use g_free() (should have been part of r30342)
2009-10-05 Kovarththanan Raja... Use g_malloc()
2009-09-29 Stig BjørlykkeEnsure we don't dereference a null pointer.
2009-09-24 Kovarththanan Raja... Make sure that we also traverse the free_list while...
2009-09-21 Kovarththanan Raja... Add unsigned int type cast
2009-09-21 Kovarththanan Raja... Make sure that we track the amount allocated when we...
2009-09-20 Kovarththanan Raja... Add ep_verify_pointer()/se_verify_pointer() which check...
2009-09-20 Kovarththanan Raja... Remove unused/dead code
2009-09-20 Kovarththanan Raja... Make se_trees static in emem.c
2009-09-20 Kovarththanan Raja... Use g_new()
2009-09-06 Kovarththanan Raja... Avoid calling emem_create_chunk() needlessly
2009-09-04 Jörg MayerInclude "proto.h" instead of <proto.h>
next