Fix CID 1111814: segment_item is set but not used (in one conditional).
[metze/wireshark/wip.git] / epan / wmem /
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.
2013-08-08 Evan HuusMake sure our chunk headers are large enough to correct...
2013-08-08 Evan HuusWhen splitting a free chunk, if we don't have room...
2013-08-02 Evan HuusCombine two ternary ?: into a single if. Shaves about...
2013-08-02 Evan HuusSmall simplification
2013-08-02 Evan HuusRemove unnecessary null check.
2013-08-02 Evan HuusRewrite the merge_free routine to keep the merged chunk...
2013-07-31 Evan HuusAdd wmem_tree_is_empty(). Also permit lookups on a...
2013-07-29 Evan HuusMore little optimizations.
2013-07-29 Evan HuusAnother little optimization.
2013-07-28 Graham BloiceAdded more build artefacts to the clean target
2013-07-28 Evan HuusDon't force the allocator choice in the data-structure...
2013-07-28 Evan HuusFix a bug in the gc routine discovered while formally...
2013-07-28 Evan HuusLittle optimizations.
2013-07-27 Evan HuusLittle things make big differences: somehow while I...
2013-07-27 Evan HuusSmall optimization: conjoin two mutually exclusive...
2013-07-27 Evan HuusSimplify out an addition that happened a lot by perform...
2013-07-27 Evan HuusRedesign of the wmem block allocator.
2013-07-27 Evan HuusUse a #define, tweak a comment.
2013-07-26 Evan Huuswhitespace
2013-07-21 Evan HuusAdd wmem queue 'implementation' by wrapping wmem_list...
2013-07-20 Evan HuusReplace wmem slist (singly-linked) with wmem list ...
2013-07-15 Chris MaynardFix warnings: format '%blah' expects argument of type...
2013-07-06 Evan HuusAdd wmem_array_sort() which just hands off to the stand...
2013-07-06 Guy HarrisIn some versions of some OSes, even <string.h> declares...
2013-07-06 Evan HuusTrivial code style: use wmem_new in a few places, and...
2013-07-06 Evan HuusSimple growable array implementation for wmem.
2013-06-27 Evan Huus*sigh*
2013-06-27 Evan HuusMisc little cleanups to wmem tree (comments, whitespace...
2013-06-27 Evan HuusRemove debugging lines from wmem_test, I think I've...
2013-06-25 Evan HuusArrays seems to be where the failure is, so remove...
2013-06-25 Chris Maynardmakefile.nmake -> Makefile.nmake and minor whitespace...
2013-06-24 Evan HuusFix wmem_tree.h ifdef guards, hopefully fixing the...
2013-06-24 Evan HuusSo it comes to this...
2013-06-22 Evan HuusMake assertions in tree lookup more useful and fix...
2013-06-20 Evan HuusFrom Michal Labedzki via
2013-06-19 Evan HuusRework wmem scoping limits so that users can still...
2013-06-19 Evan HuusAdd wmem_strbuf_new_label as just a sized new for label...
2013-06-19 Evan HuusClean up wmem_strsplit to remove a bunch of weird switc...
2013-06-18 Evan HuusResurrect wmem_memdup in its own misc. utilities group...
2013-06-18 Evan HuusAdd wmem_alloc_array, wmem_strsplit, wmem_strconcat.
2013-06-18 Evan HuusRefactor insert32 to use lookup_or_insert32 with the...
2013-06-18 Evan HuusRefactor lookup_or_insert32 to remove a bunch of contin...
2013-06-18 Evan HuusSimplify node structure. Use a boolean for whether...
2013-06-18 Evan HuusFactor function for node creation out and use it in...
2013-06-18 Evan HuusScrap wmem_memdup, it's not actually as useful as I...
2013-06-18 Evan HuusFactor common code for red-black tree array lookups...
2013-06-18 Evan HuusRemove wmem_tree_create_subtree, it does nothing we...
2013-06-18 Evan HuusFactor string-packing code into a common function to...
2013-06-18 Evan HuusAdd test block for wmem_tree_lookup32_array_le(), fix...
2013-06-18 Evan HuusWmem tree tests with non-trivial keys.
2013-06-18 Evan HuusRe-port a bunch of the red-black tree code from wmem...
2013-06-18 Evan HuusAdd tests for red-black tree array keys, if0-ed out...
2013-06-17 Evan HuusExtract some common code for array lookups, and replace...
2013-06-17 Evan HuusFix the test to respect the new behaviour.
2013-06-17 Evan HuusMuch smarter handling of autoreset trees.
2013-06-16 Evan HuusMore callback tweaks, to permit unregistering a callbac...
2013-06-16 Evan HuusFix include to use "" not <> for local headers.
2013-06-16 Evan HuusRework the user callback code a bit to make it saner...
2013-06-16 Evan HuusSimplify the tree code slightly - just don't call the...
2013-06-16 Evan HuusAdd warning comment to tree autoreset function about...
2013-06-16 Evan HuusFix occasional wmem_test failure, allocator destruction...
2013-06-15 Evan HuusMost of a red-black tree implementation for wmem, based...
2013-06-09 Evan HuusAdd memdup function to wmem.
2013-05-26 Evan HuusFirst batch of doxygen for wmem. Remove some things...
2013-05-22 Evan HuusMinor refactor: make the framework responsible for...
2013-05-20 Gerald CombsMake the minimum supported GLib version 2.16.
2013-05-16 Evan HuusUse a readable name for the wmem callback test. Warn...
2013-05-08 Evan HuusRound two of wmem cleanup callbacks. While the emem...
2013-05-07 Evan HuusAdd user callbacks to wmem. This feature is a generic...
2013-05-04 Evan HuusStub out the wmem test suite for older Glibs. This...
2013-04-30 Evan HuusIn part from Raúl Pérez Clavero via https://bugs.wiresh...
2013-04-26 Evan HuusWmem string-buffer improvements:
2013-04-25 Evan HuusAnnotate wmem functions for better compiler warnings...
2013-04-24 Evan HuusAdd truncate function to wmem strbuf.
2013-04-22 Evan HuusAdd tests for wmem stack, and misc. tweaks to other...
2013-04-22 Gerald CombsConvert another instance of g_assert_cmpuint to g_assert.
2013-04-22 Evan HuusImprove wmem strbuf tests, add tests for string util...
2013-04-22 Evan HuusDon't use g_assert_cmpuint, its definition breaks the...
next