aboutsummaryrefslogtreecommitdiffstats
path: root/epan/emem.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-05Add a debug helper for EP memory corruptionlego1-1/+53
2008-06-25Fix some warnings - declare some arguments, variables, and structureguy1-2/+2
2008-05-23Fix some of the Errors/warnings detected by checkapi.etxrab1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-6/+5
2008-04-21From Marton Nemeth (bug 2484):stig1-3/+3
2008-04-07- Remove GLIB1 codesfisher1-25/+0
2008-03-10From Sami Farin:jake1-2/+3
2008-02-11A few more pedantic fixes ...wmeier1-2/+4
2008-01-07From Jim Young (bug 2162):stig1-2/+2
2007-12-04rework how emem trees indexed by strings so that traversing the tree sahlberg1-73/+92
2007-12-04for nested trees, teach emem about which nodes contain a pointer to a sahlberg1-9/+22
2007-12-03add tree traversal functionssahlberg1-0/+40
2007-11-28(Somewhat academic): Fix fread related bug (when using GTK1).wmeier1-1/+1
2007-08-28SNMP:lego1-3/+2
2007-05-29Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.guy1-2/+2
2007-05-29From David Howells :standel1-2/+2
2007-04-28In emem_tree_lookup_string(), return NULL if the allocation fails.guy1-1/+1
2007-04-28In calls to the emem_tree routines, forcibly align items not known to beguy1-25/+39
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-2/+2
2007-04-04Fix build failures due to windows.h being included before winsock2.h via othe...grahamb1-5/+5
2007-01-25Squelch Coverity CIDs 225, 226, and 227.gerald1-1/+9
2007-01-15instead of simply doing an assert when running out of memory in emem, throw a...ulfl1-3/+11
2006-11-15fix a warningulfl1-1/+1
2006-11-11fix so that tcp.pdu.time works again.sahlberg1-1/+22
2006-08-17add trees with PErmanent allocation scope which will be useful for constructingsahlberg1-0/+17
2006-08-14make creation of subtrees used for the _array tree type use the same allocati...sahlberg1-15/+35
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixsahlberg1-80/+80
2006-08-12put a memory allocator function pointer inside the tree structure so that all...sahlberg1-6/+8
2006-08-12rename some inline functions from se_ to emem_ prefix as a first step to gene...sahlberg1-15/+15
2006-06-20From Albert Chin:etxrab1-6/+16
2006-06-17Not all UN*Xes have MAP_ANONYMOUS; some have MAP_ANON instead, and someguy1-1/+20
2006-06-16From Albert Chin jake1-1/+1
2006-05-31Tethereal/tethereal -> TShark/tshark.gerald1-2/+2
2006-05-28Ethereal->Wiresharketxrab1-3/+3
2006-05-21name changesahlberg1-2/+2
2006-05-18Improve fix for Bug 915 by using GetVersionEx() as it is recommended by Micro...lroland1-7/+12
2006-05-17attempt to fix #915:ulfl1-2/+6
2006-05-15Change return value checking to the true meaning of the spec:jake1-2/+2
2006-05-02Not all compilers support unnamed struct/union fields withinguy1-13/+13
2006-04-28Fix logic used to test protection under Windows OT. Only initializegerald1-14/+27
2006-04-26If we're running under Windows 95/98/Me, don't abort if we can't protectgerald1-15/+21
2006-03-18rename se_tree_lookup32_less_than_or_equal()sahlberg1-1/+1
2006-03-18add new se_tree_lookup32_less_than_or_equal() callsahlberg1-0/+88
2006-03-11revert back to svn 17587sahlberg1-18/+59
2006-03-11oops removed one check too manysahlberg1-0/+3
2006-03-11remove some redundant calls and checks and pass the required pointers as para...sahlberg1-59/+15
2006-03-11give se_trees names so that it is easier to debug and to log how often ce...sahlberg1-3/+5
2006-03-11forgot to paint a node causing massively unbalanced treesahlberg1-28/+27
2006-03-10avoid doing the lookup of a key twice while inserting items to a tree with an...lego1-5/+85
2006-03-10fix missing return bug from didiersahlberg1-1/+1