Improves MPTCP analysis
[metze/wireshark/wip.git] / epan / wmem /
2016-03-26 Matthieu CoudronImproves MPTCP analysis
2016-03-01 João ValverdeCMake: Add more structure to libwireshark build
2016-02-22 Dario Lombardowmem: add null-terminator support.
2016-02-21 João Valverdeautotools: Use pkg-config autoconf macros for GLib/GTK
2016-01-28 João Valverdeautotools: Don't use "user variables" to set build...
2016-01-26 Alexis La Goutteapi ref (wmem_interval_tree): fix end of file while...
2015-12-04 Matthieu CoudronAdds wmem_list_find function
2015-11-25 Dario Lombardowmem: add initializer (CID 1340194).
2015-11-25 Guy HarrisPrint guint64's with G_GUINT64_FORMAT.
2015-11-25 Guy HarrisNo declarations in the middle of code.
2015-11-24 Guy HarrisAvoid colliding definitions of wmem_tree_t.
2015-11-24 Matthieu CoudronIntroduces augmented interval trees
2015-11-11 Matthieu CoudronChange prototype of callbacks passed to wmem_tree_forea...
2015-08-11 Stig Bjørlykkewmem: Fix wmem_tree_remove_string
2015-08-11 Stig Bjørlykkewmem: Mark removed strings with is_removed
2015-08-11 Stig BjørlykkeAdded Reload Lua plugins.
2015-07-17 Evan Huuswmem: don't remove tiny blocks from the recycler
2015-07-04 Evan Huusstore tcp/udp port names in epan scope
2015-06-26 Evan Huuswmem: permit lookups in NULL trees (oops)
2015-06-26 Evan Huuswmem: convert string trees to single-layer
2015-06-25 Evan Huuswmem: bubble up key type change another function
2015-06-25 Evan Huuswmem: convert tree key to void*
2015-03-13 Gerald CombsAdd a test-programs target everywhere.
2015-02-08 Alexis La GoutteWMEM (allocator): fix warning: redeclaration of already...
2015-01-25 Hadriel KaplanLua can free tvbuffs too early
2015-01-02 Bill MeierAdd '*.nativecodeanalysis.xml' to 'clean' targets
2014-10-19 Guy HarrisEliminate use of ctype.h routines.
2014-10-06 Bill MeierAdjust some whitespace to match editor modelines.
2014-10-06 Bill MeierAdjust some whitespace to match editor modelines.
2014-09-16 Gerald CombsFix the patch-bzip2 target.
2014-08-18 Alexis La GoutteFix warning: no previous prototype for ... [-Wmissing...
2014-08-04 Evan HuusTry to detect overflow without causing signedness warnings.
2014-08-04 Evan HuusCheck for multiplicative overflow in the wmem_alloc_arr...
2014-08-03 Evan Huuswmem: get rid of the allocator timing test
2014-07-01 Evan HuusBump (again) the amount of work we do for wmem's timing...
2014-05-28 Alexis La GoutteAdd Modelines and use tabs and fix typo
2014-05-23 Evan HuusAdd jumbo-allocation support to wmem fast block
2014-05-21 Gerald CombsRemove extra parentheses.
2014-05-17 Evan HuusFix newly optimized strdup_vprintf.
2014-05-17 Jakub ZawadzkiFixes after wmem_strdup_vprintf() optimization
2014-05-17 AndersBromanUse a pre allocated buffer in wmem_strdup_vprintf(...
2014-05-13 Evan HuusDumber "simple" wmem allocator.
2014-05-06 Evan HuusIncrease the work used to time wmem allocators
2014-05-05 Evan HuusFix dead assignment found by clang in test code
2014-05-05 Evan HuusReduce wmem fast-block fuzz rounds even further
2014-05-05 Evan HuusSeveral tweaks to fast block allocator
2014-05-05 Jakub ZawadzkiFast block allocator: make wmem_block_fast_hdr_t single...
2014-05-04 Evan HuusFuzz fewer iterations of the fast block allocator
2014-05-02 Jakub Zawadzkiwmem: add new simple block allocator, use it in packet...
2014-05-02 Evan HuusReintroduce wmem_allocator_force_new
2014-05-02 Evan HuusOptimize wmem_strbuf_grow.
2014-04-30 Alexis La GoutteFix indent (Use Tab)
2014-04-29 Gerald CombsFix an extraneous parentheses warning.
2014-04-27 Michael MannFix rare case of wmem map being O(n)
2014-04-25 Stig BjørlykkeSupport out-of-source checkapi
2014-04-23 Evan HuusAdd a cast to satisfy mac buildbot.
2014-04-23 Evan HuusHash map implementation for wmem.
2014-04-22 Evan HuusMuch faster implementation of 'strict' allocator.
2014-04-15 Alexis La GoutteFix warning when build with -Wdocumentation
2014-04-14 Alexis La GoutteFix warning when generate documentation (doxygen)
2014-04-14 Alexis La GoutteFix warning when generate documentation (doxygen)
2014-04-12 Evan HuusFix non-standard format specifiers
2014-04-02 Evan HuusScrap wmem splay trees for now.
2014-03-31 Alexis La GoutteContinue to remove $Id$ from top of file
2014-03-31 Evan HuusDoc tweaks and macro parameterization
2014-03-31 AndersBromanInlining wmem_strbuf_grow seems to give better performance.
2014-03-29 Evan HuusSplay tree implementation for wmem
2014-03-29 Evan HuusImplement finalize() method for wmem strbuf.
2014-03-25 AndersBromanIntroduce wmem_ascii_strdown()
2014-03-04 Evan HuusFix memory-alignment in the block allocator.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-03-04 Evan HuusRemove assertions from block allocator.
2014-01-05 Evan HuusFrom Jim Young via https://bugs.wireshark.org/bugzilla...
2013-12-24 Evan HuusAdd wmem_destroy_list, wmem_destroy_queue, wmem_destroy...
2013-12-20 Anders BromanTry to please the buildbot.
2013-12-20 Anders BromanFix [-Wmissing-prototypes]
2013-12-15 Jakub ZawadzkiFix some const/ not const warnings.
2013-11-05 Evan HuusExpose wmem_list_remove_frame to make it efficient...
2013-10-19 Evan HuusDon't link explicitly with libwmem, it's already in...
2013-10-15 Evan HuusAs suggested separately by both Jakub and Anders: only...
2013-10-15 Evan HuusDon't do canaries in blocks of guint32, it appears...
2013-10-13 Evan HuusSubsume README.binarytrees into wmem doxygen. The READM...
2013-09-28 Evan HuusDon't assert that the key to a wmem tree operation...
2013-09-08 Evan HuusCycle the recycler in realloc() and free() as well...
2013-09-01 Evan HuusSend all alloc and free calls within wmem through wmem_...
2013-09-01 Evan HuusDo our list manipulation entirely after the realloc...
2013-08-31 Evan HuusIn the strict allocator, do canaries in units of guint3...
2013-08-14 Guy HarrisInclude config.h first; it defines _FILE_OFFSET_BITS...
2013-08-13 Evan HuusAs suggested in https://bugs.wireshark.org/bugzilla...
2013-08-12 Evan HuusBe sure to initialize the jumbo flag when creating...
2013-08-11 Evan HuusReorder and group chunk header flags. Reduces the bit...
2013-08-11 Evan HuusSplit jumbo_free and jumbo_realloc into their own funct...
2013-08-11 Evan HuusMove the null check outside the function call. Simpler...
2013-08-11 Evan HuusLittle optimization: move two statements inside an...
2013-08-11 Evan HuusAdd support for allocating more than will fit in a...
2013-08-11 Evan HuusInstead of using a glib slist to track the list of...
2013-08-11 Evan HuusSmall optimization: the master-list and recycler cases...
2013-08-10 Alexis La GoutteFix (-W)documentation error found by Clang
2013-08-09 Evan HuusEnhance verification to assert that the recycler and...
2013-08-08 Evan HuusOne more chunk header alignment fix.
next