index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
README.wmem
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update README.wmem, release notes for emem removal
Evan Huus
2015-02-04
1
-23
/
+17
*
Lua can free tvbuffs too early
Hadriel Kaplan
2015-01-25
1
-1
/
+1
*
Update the doc directory to use https://www.wireshark.org.
Gerald Combs
2014-09-17
1
-1
/
+1
*
wmem documentation updates
Evan Huus
2014-05-14
1
-12
/
+11
*
Fix some wmem-related documentation.
Evan Huus
2014-02-26
1
-1
/
+10
*
Remove $Id$ and other Subversion leftovers from the doc files.
Jeff Morriss
2014-02-14
1
-2
/
+0
*
From Ville Skyttä: Spelling Fixes
Bill Meier
2013-12-23
1
-1
/
+1
*
Document that pinfo-scoped memory is also needed for anything passed to
Evan Huus
2013-07-26
1
-4
/
+5
*
Add wmem queue 'implementation' by wrapping wmem_list and wmem_stack.
Evan Huus
2013-07-21
1
-2
/
+8
*
Replace wmem slist (singly-linked) with wmem list (doubly-linked).
Evan Huus
2013-07-20
1
-2
/
+2
*
Simple growable array implementation for wmem.
Evan Huus
2013-07-06
1
-1
/
+0
*
Update READMEs.
Evan Huus
2013-06-18
1
-14
/
+10
*
Update wmem README for the tree implementation.
Evan Huus
2013-06-16
1
-1
/
+3
*
First batch of doxygen for wmem. Remove some things from README.wmem now that
Evan Huus
2013-05-26
1
-36
/
+6
*
Minor refactor: make the framework responsible for allocating and freeing the
Evan Huus
2013-05-22
1
-17
/
+18
*
Use a readable name for the wmem callback test. Warn that reallocing memory
Evan Huus
2013-05-16
1
-3
/
+4
*
Round two of wmem cleanup callbacks. While the emem tree behaviour will require
Evan Huus
2013-05-08
1
-22
/
+26
*
Add user callbacks to wmem. This feature is a generic way to transparently mimic
Evan Huus
2013-05-07
1
-0
/
+31
*
Remove singly-linked list from the wmem TODO list. Now that it has append
Evan Huus
2013-05-01
1
-5
/
+0
*
Wmem string-buffer improvements:
Evan Huus
2013-04-26
1
-1
/
+0
*
Summarize the API listing in the wmem README. Doxygen in the header files will
Evan Huus
2013-04-25
1
-42
/
+28
*
Add a section to the wmem README about testing.
Evan Huus
2013-04-22
1
-0
/
+14
*
Document the wmem override environment variable in the man pages, and improve
Evan Huus
2013-03-11
1
-7
/
+27
*
Remove the wmem slab. It was an optimization mimicking the emem slab
Evan Huus
2013-03-09
1
-7
/
+1
*
Update wmem docs
Evan Huus
2013-02-08
1
-2
/
+3
*
Handle NULL-pointers and 0-lengths in a much simpler allocator-agnostic way,
Evan Huus
2013-01-23
1
-0
/
+6
*
Rewrite wmem_allocator_simple to track allocations using a GHashTable instead of
Evan Huus
2013-01-19
1
-1
/
+1
*
Add three more slots to the wmem allocater definition (not yet implemented
Evan Huus
2013-01-19
1
-11
/
+49
*
Minor documentation tweaks. Add a hash table to the wishlist.
Evan Huus
2013-01-15
1
-7
/
+9
*
Add convenience macros wmem_new and wmem_new0
Evan Huus
2013-01-04
1
-0
/
+2
*
Replace another instance of emem in README.developer with wmem.
Evan Huus
2012-12-29
1
-0
/
+1
*
Update wmem documentation for the new allocator.
Evan Huus
2012-12-28
1
-1
/
+4
*
Add documentation about the environment variable.
Evan Huus
2012-12-27
1
-0
/
+6
*
Update wmem docs to include new type field.
Evan Huus
2012-12-27
1
-3
/
+11
*
Add missing wmem strbuf routine to the documentation.
Evan Huus
2012-12-19
1
-0
/
+1
*
Implement a basic singly-linked for wmem.
Evan Huus
2012-12-19
1
-2
/
+18
*
Dispatch all allocator creations through a single function using an enum to
Evan Huus
2012-12-19
1
-16
/
+18
*
Use 'new' instead of 'create' a consistent manner.
Evan Huus
2012-12-18
1
-6
/
+6
*
Recommend wmem over emem in the READMEs where possible.
Evan Huus
2012-12-08
1
-3
/
+3
*
Document the new pinfo pool, add a TODO list.
Evan Huus
2012-12-02
1
-7
/
+35
*
Add strdup_printf and strdup_vprintf to the wmem string utilities.
Evan Huus
2012-11-25
1
-0
/
+2
*
Allocate wmem memory in blocks of 8MB, not 10, because powers of two are nice.
Evan Huus
2012-11-25
1
-1
/
+1
*
Add the block allocator to the documentation.
Evan Huus
2012-11-24
1
-0
/
+3
*
More wmem documentation.
Evan Huus
2012-11-10
1
-20
/
+62
*
Update wmem README to reflect the fact that wmem_file_scope() now works.
Evan Huus
2012-11-09
1
-4
/
+1
*
More wmem documentation additions and updates. Still incomplete.
Evan Huus
2012-11-03
1
-13
/
+48
*
Some documentation for wmem.
Evan Huus
2012-10-30
1
-0
/
+145