| Commit message (Expand) | Author | Age | Files | Lines |
* | Make se_trees static in emem.c | Kovarththanan Rajaratnam | 2009-09-20 | 1 | -5/+3 |
* | Use g_new() | Kovarththanan Rajaratnam | 2009-09-20 | 1 | -3/+3 |
* | Avoid calling emem_create_chunk() needlessly | Kovarththanan Rajaratnam | 2009-09-06 | 1 | -67/+70 |
* | Include "proto.h" instead of <proto.h> | Jörg Mayer | 2009-09-04 | 1 | -1/+1 |
* | We now expose the following environment variables: | Kovarththanan Rajaratnam | 2009-08-11 | 1 | -111/+110 |
* | Use ! defined(EP_DEBUG_FREE) && ! defined(SE_DEBUG_FREE) to guard canary code... | Kovarththanan Rajaratnam | 2009-08-10 | 1 | -12/+18 |
* | Add unsigned int typecast | Kovarththanan Rajaratnam | 2009-08-09 | 1 | -1/+1 |
* | g_error() requires a string literal. | Kovarththanan Rajaratnam | 2009-08-09 | 1 | -6/+6 |
* | Split common parts of ep_free_all and se_free_all into emem_free_all. | Kovarththanan Rajaratnam | 2009-08-09 | 1 | -74/+48 |
* | Split common parts of se_alloc and ep_alloc into emem_alloc. | Kovarththanan Rajaratnam | 2009-08-09 | 1 | -117/+61 |
* | ep_strbuf: fix some bugs and additional changes | Bill Meier | 2009-04-14 | 1 | -124/+175 |
* | Another patch to sqelch warnings about asserts in g_strlcpy with NULL source ... | Jörg Mayer | 2009-04-07 | 1 | -2/+4 |
* | size_t fixes. | Gerald Combs | 2009-04-07 | 1 | -17/+17 |
* | Don't crash on linux: | Jörg Mayer | 2009-04-03 | 1 | -1/+1 |
* | Call ep_strbuf_append_printf() from ep_strbuf_append(). | Gerald Combs | 2009-03-30 | 1 | -41/+29 |
* | Add a missing check. | Gerald Combs | 2009-03-28 | 1 | -1/+5 |
* | Replace a lot of pointer tracking and some GStrings with emem_strbufs. Add | Gerald Combs | 2009-03-28 | 1 | -0/+29 |
* | Add initial support for string buffers - ep_allocated, growable strings | Gerald Combs | 2009-03-27 | 1 | -0/+153 |
* | Add a debug helper for EP memory corruption | Luis Ontanon | 2008-08-05 | 1 | -1/+53 |
* | Fix some warnings - declare some arguments, variables, and structure | Guy Harris | 2008-06-25 | 1 | -2/+2 |
* | Fix some of the Errors/warnings detected by checkapi. | Anders Broman | 2008-05-23 | 1 | -1/+1 |
* | Move the file utility functions from wiretap to libwsutil so that | Jeff Morriss | 2008-05-22 | 1 | -6/+5 |
* | From Marton Nemeth (bug 2484): | Stig Bjørlykke | 2008-04-21 | 1 | -3/+3 |
* | - Remove GLIB1 code | Stephen Fisher | 2008-04-07 | 1 | -25/+0 |
* | From Sami Farin: | Jaap Keuter | 2008-03-10 | 1 | -2/+3 |
* | A few more pedantic fixes ... | Bill Meier | 2008-02-11 | 1 | -2/+4 |
* | From Jim Young (bug 2162): | Stig Bjørlykke | 2008-01-07 | 1 | -2/+2 |
* | rework how emem trees indexed by strings so that traversing the tree | Ronnie Sahlberg | 2007-12-04 | 1 | -73/+92 |
* | for nested trees, teach emem about which nodes contain a pointer to a | Ronnie Sahlberg | 2007-12-04 | 1 | -9/+22 |
* | add tree traversal functions | Ronnie Sahlberg | 2007-12-03 | 1 | -0/+40 |
* | (Somewhat academic): Fix fread related bug (when using GTK1). | Bill Meier | 2007-11-28 | 1 | -1/+1 |
* | SNMP: | Luis Ontanon | 2007-08-28 | 1 | -3/+2 |
* | Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap. | Guy Harris | 2007-05-29 | 1 | -2/+2 |
* | From David Howells : | Sebastien Tandel | 2007-05-29 | 1 | -2/+2 |
* | In emem_tree_lookup_string(), return NULL if the allocation fails. | Guy Harris | 2007-04-28 | 1 | -1/+1 |
* | In calls to the emem_tree routines, forcibly align items not known to be | Guy Harris | 2007-04-28 | 1 | -25/+39 |
* | Add some GCC warnings to the standard set, and add some others to the | Guy Harris | 2007-04-23 | 1 | -2/+2 |
* | Fix build failures due to windows.h being included before winsock2.h via othe... | Graham Bloice | 2007-04-04 | 1 | -5/+5 |
* | Squelch Coverity CIDs 225, 226, and 227. | Gerald Combs | 2007-01-25 | 1 | -1/+9 |
* | instead of simply doing an assert when running out of memory in emem, throw a... | Ulf Lamping | 2007-01-15 | 1 | -3/+11 |
* | fix a warning | Ulf Lamping | 2006-11-15 | 1 | -1/+1 |
* | fix so that tcp.pdu.time works again. | Ronnie Sahlberg | 2006-11-11 | 1 | -1/+22 |
* | add trees with PErmanent allocation scope which will be useful for constructing | Ronnie Sahlberg | 2006-08-17 | 1 | -0/+17 |
* | make creation of subtrees used for the _array tree type use the same allocati... | Ronnie Sahlberg | 2006-08-14 | 1 | -15/+35 |
* | rename some structures and defines from the se_tree to the emem_tree prefix | Ronnie Sahlberg | 2006-08-14 | 1 | -80/+80 |
* | put a memory allocator function pointer inside the tree structure so that all... | Ronnie Sahlberg | 2006-08-12 | 1 | -6/+8 |
* | rename some inline functions from se_ to emem_ prefix as a first step to gene... | Ronnie Sahlberg | 2006-08-12 | 1 | -15/+15 |
* | From Albert Chin: | Anders Broman | 2006-06-20 | 1 | -6/+16 |
* | Not all UN*Xes have MAP_ANONYMOUS; some have MAP_ANON instead, and some | Guy Harris | 2006-06-17 | 1 | -1/+20 |
* | From Albert Chin | Jaap Keuter | 2006-06-16 | 1 | -1/+1 |