Recognize -zfollow,ssl,ascii,0 for compatibility
[metze/wireshark/wip.git] / doc / README.wmem
2018-05-02 Gerald CombsTest: Remove the Bash test scripts.
2016-08-06 Dario Lombardodoc: fix typos.
2016-05-13 Michael MannHave wmem conform to checkAPIs.pl
2016-05-07 Evan HuusUpdate README.wmem
2015-02-04 Evan HuusUpdate README.wmem, release notes for emem removal
2015-01-25 Hadriel KaplanLua can free tvbuffs too early
2014-09-17 Gerald CombsUpdate the doc directory to use https://wireshark.org.
2014-05-14 Evan Huuswmem documentation updates
2014-02-26 Evan HuusFix some wmem-related documentation.
2014-02-14 Jeff MorrissRemove $Id$ and other Subversion leftovers from the...
2013-12-23 Bill MeierFrom Ville Skyttä: Spelling Fixes
2013-07-26 Evan HuusDocument that pinfo-scoped memory is also needed for...
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-06 Evan HuusSimple growable array implementation for wmem.
2013-06-18 Evan HuusUpdate READMEs.
2013-06-16 Evan HuusUpdate wmem README for the tree implementation.
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-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-01 Evan HuusRemove singly-linked list from the wmem TODO list....
2013-04-26 Evan HuusWmem string-buffer improvements:
2013-04-25 Evan HuusSummarize the API listing in the wmem README. Doxygen...
2013-04-22 Evan HuusAdd a section to the wmem README about testing.
2013-03-11 Evan HuusDocument the wmem override environment variable in...
2013-03-09 Evan HuusRemove the wmem slab. It was an optimization mimicking...
2013-02-08 Evan HuusUpdate wmem docs
2013-01-23 Evan HuusHandle NULL-pointers and 0-lengths in a much simpler...
2013-01-19 Evan HuusRewrite wmem_allocator_simple to track allocations...
2013-01-19 Evan HuusAdd three more slots to the wmem allocater definition...
2013-01-15 Evan HuusMinor documentation tweaks. Add a hash table to the...
2013-01-04 Evan HuusAdd convenience macros wmem_new and wmem_new0
2012-12-29 Evan HuusReplace another instance of emem in README.developer...
2012-12-28 Evan HuusUpdate wmem documentation for the new allocator.
2012-12-27 Evan HuusAdd documentation about the environment variable.
2012-12-27 Evan HuusUpdate wmem docs to include new type field.
2012-12-19 Evan HuusAdd missing wmem strbuf routine to the documentation.
2012-12-19 Evan HuusImplement a basic singly-linked for wmem.
2012-12-19 Evan HuusDispatch all allocator creations through a single funct...
2012-12-18 Evan HuusUse 'new' instead of 'create' a consistent manner.
2012-12-08 Evan HuusRecommend wmem over emem in the READMEs where possible.
2012-12-02 Evan HuusDocument the new pinfo pool, add a TODO list.
2012-11-25 Evan HuusAdd strdup_printf and strdup_vprintf to the wmem string...
2012-11-25 Evan HuusAllocate wmem memory in blocks of 8MB, not 10, because...
2012-11-24 Evan HuusAdd the block allocator to the documentation.
2012-11-10 Evan HuusMore wmem documentation.
2012-11-09 Evan HuusUpdate wmem README to reflect the fact that wmem_file_s...
2012-11-03 Evan HuusMore wmem documentation additions and updates. Still...
2012-10-30 Evan HuusSome documentation for wmem.