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
/
epan
/
emem.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
emem is dead! Long live wmem!
Michael Mann
2015-02-04
1
-118
/
+0
*
Eliminate ep_strdup(), as it's no longer used.
Guy Harris
2015-01-19
1
-4
/
+0
*
Nobody uses se_ allocations, so remove the code for them.
Guy Harris
2015-01-18
1
-24
/
+0
*
Remove ep_strndup
Michael Mann
2015-01-18
1
-4
/
+0
*
Replace all remaining instances of ep_new with wmem_new and wmem_packet_scope.
Michael Mann
2015-01-17
1
-1
/
+0
*
Kill more unused emem functions
Evan Huus
2015-01-16
1
-10
/
+0
*
Remove ep_strbuf code
Evan Huus
2015-01-12
1
-48
/
+0
*
Replace some "low hanging fruit" uses of emem.
Michael Mann
2015-01-11
1
-4
/
+0
*
Remove/replace ep_strsplit()
Evan Huus
2015-01-10
1
-10
/
+0
*
Add printf-format annotations, fix garbage
Peter Wu
2014-07-06
1
-2
/
+3
*
remove more unused code
Evan Huus
2014-06-16
1
-36
/
+0
*
Remove last caller of se_strdup_printf
Evan Huus
2014-06-16
1
-5
/
+0
*
Remove now-unused functions.
Evan Huus
2014-06-16
1
-8
/
+0
*
Remove some dead emem code.
Evan Huus
2014-05-11
1
-66
/
+0
*
Add a Qt I/O Graph dialog.
Gerald Combs
2014-04-07
1
-0
/
+8
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Remove emem tree code entirely, it is unused.
Evan Huus
2014-02-16
1
-95
/
+0
*
Remove now-unused ephemeral stack code. And another one bites the dust...
Evan Huus
2013-12-24
1
-35
/
+0
*
Remove one accidentally remaining reference to emem in XMPP utils.
Evan Huus
2013-11-21
1
-93
/
+0
*
Remove some emem functions that have now been completely replaced by wmem.
Evan Huus
2013-09-04
1
-43
/
+0
*
Fix (-W)documentation error found by Clang
Alexis La Goutte
2013-08-10
1
-2
/
+0
*
Fix (-W)documentation error found by Clang
Alexis La Goutte
2013-08-10
1
-1
/
+1
*
Include glib.h in emem.h, it needs the definitions
Evan Huus
2013-03-28
1
-0
/
+2
*
Remove the emem slab feature (sl_* functions) completely, replacing it with
Evan Huus
2013-03-09
1
-23
/
+0
*
Export libwireshark symbols using WS_DLL_PUBLIC define
Balint Reczey
2013-03-01
1
-0
/
+48
*
Revert changes to ep_ allocator, revert edt ref-counting.
Jakub Zawadzki
2012-10-10
1
-5
/
+3
*
Rename emem_header_t to emem_pool_t to better indicate what it can be
Guy Harris
2012-10-08
1
-3
/
+3
*
EDT structures now own their ep_ memory pools. This should finally clean
Evan Huus
2012-10-08
1
-3
/
+5
*
Vastly improve the debug presentation( of trees)+.
Jaap Keuter
2012-10-06
1
-0
/
+7
*
Convert GString to emem_strbuf_t in packet-gadu-gadu.c
Michael Mann
2012-08-18
1
-0
/
+10
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
The rest of the fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7221
Jeff Morriss
2012-05-04
1
-2
/
+14
*
Get rid of Warnings.
Anders Broman
2011-11-20
1
-0
/
+2
*
More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versions
Gerald Combs
2011-07-11
1
-2
/
+0
*
Initial commit of slab allocator (sl_* API)
Jakub Zawadzki
2011-05-09
1
-0
/
+22
*
As suggested by Jakub Zawadzki:
Jeff Morriss
2011-04-22
1
-1
/
+2
*
Introduce ep_strconcat (copied from the glib version)
Jeff Morriss
2011-03-26
1
-0
/
+2
*
Doxygen changes.
Anders Broman
2010-08-29
1
-56
/
+64
*
Fix a number of doxygen directives.
Anders Broman
2010-08-26
1
-4
/
+4
*
Fix a few comment typos
Jeff Morriss
2010-04-16
1
-11
/
+11
*
From Alex Lindberg via bug 4463:
Stig Bjørlykke
2010-02-07
1
-1
/
+15
*
Changed from using own defined GNUC_FORMAT_CHECK to G_GNUC_PRINTF
Stig Bjørlykke
2010-01-25
1
-6
/
+5
*
From Didier Gautheron via bug 4419:
Stig Bjørlykke
2010-01-25
1
-22
/
+23
*
Add emem_init() which initializes both the ep_ and se_ allocators; have all
Jeff Morriss
2009-10-20
1
-8
/
+6
*
Annotate with GNUC_FORMAT_CHECK()
Kovarththanan Rajaratnam
2009-10-11
1
-3
/
+5
*
Add ep_verify_pointer()/se_verify_pointer() which checks whether the given po...
Kovarththanan Rajaratnam
2009-09-20
1
-3
/
+10
*
Make se_trees static in emem.c
Kovarththanan Rajaratnam
2009-09-20
1
-24
/
+18
*
We now expose the following environment variables:
Kovarththanan Rajaratnam
2009-08-11
1
-1
/
+1
*
ep_strbuf: fix some bugs and additional changes
Bill Meier
2009-04-14
1
-14
/
+22
*
Replace a lot of pointer tracking and some GStrings with emem_strbufs. Add
Gerald Combs
2009-03-28
1
-0
/
+17
[next]