aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem
AgeCommit message (Expand)AuthorFilesLines
2016-10-24Add wmem_list_find_custom()João Valverde2-0/+18
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+5
2016-08-23CMake: Allow setting per target compiler warningsJoão Valverde1-0/+2
2016-08-01Remove checkAPI warnings from wmem.Michael Mann3-9/+11
2016-07-30Use correct relative path.Guy Harris1-1/+1
2016-07-30ifdef out a variable used only on Windows.Guy Harris1-1/+3
2016-07-30Add string function times to wmem_test.Gerald Combs3-2/+162
2016-07-16wmem_map.c: Address some VS Code Analysis warnings.Michael Mann1-3/+4
2016-06-30Reinstate the wmem test-programs target.Jeff Morriss1-0/+2
2016-06-30Remove Makefile.common filesJoão Valverde2-88/+44
2016-06-15Remove Nmake build systemPascal Quantin2-62/+0
2016-05-24Document wmem null guaranteeEvan Huus1-0/+4
2016-05-13Run checkAPIs in epan/wmem/Michael Mann1-0/+9
2016-05-13Have wmem conform to checkAPIs.plMichael Mann7-19/+20
2016-05-11Remove strcpy from wmem_strbuf.cMichael Mann1-1/+1
2016-04-22wmem: add wmem_map_size().Dario Lombardo3-0/+23
2016-04-22wmem: add foreach function to wmem_map.Dario Lombardo3-2/+43
2016-04-20wmem: add foreach function to wmem_list.Dario Lombardo3-0/+29
2016-04-17More test-programs autotoolizingJoão Valverde1-2/+2
2016-04-09Wmem: Use the native v*printf routines on Windows.Gerald Combs2-0/+68
2016-03-26Improves MPTCP analysisMatthieu Coudron1-0/+1
2016-03-01CMake: Add more structure to libwireshark buildJoão Valverde2-2/+87
2016-02-22wmem: add null-terminator support.Dario Lombardo3-0/+45
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-1/+2
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-7/+2
2016-01-26api ref (wmem_interval_tree): fix end of file while inside a groupAlexis La Goutte1-0/+3
2015-12-04Adds wmem_list_find functionMatthieu Coudron2-0/+20
2015-11-25wmem: add initializer (CID 1340194).Dario Lombardo1-3/+1
2015-11-25Print guint64's with G_GUINT64_FORMAT.Guy Harris1-1/+1
2015-11-25No declarations in the middle of code.Guy Harris1-1/+1
2015-11-24Avoid colliding definitions of wmem_tree_t.Guy Harris1-4/+1
2015-11-24Introduces augmented interval treesMatthieu Coudron8-61/+591
2015-11-11Change prototype of callbacks passed to wmem_tree_foreach so that theyMatthieu Coudron3-3/+3
2015-08-11wmem: Fix wmem_tree_remove_stringStig Bjørlykke1-3/+1
2015-08-11wmem: Mark removed strings with is_removedStig Bjørlykke1-2/+7
2015-08-11Added Reload Lua plugins.Stig Bjørlykke2-2/+21
2015-07-17wmem: don't remove tiny blocks from the recyclerEvan Huus1-1/+1
2015-07-04store tcp/udp port names in epan scopeEvan Huus1-1/+1
2015-06-26wmem: permit lookups in NULL trees (oops)Evan Huus1-1/+7
2015-06-26wmem: convert string trees to single-layerEvan Huus1-78/+92
2015-06-25wmem: bubble up key type change another functionEvan Huus1-5/+5
2015-06-25wmem: convert tree key to void*Evan Huus1-17/+16
2015-03-13Add a test-programs target everywhere.Gerald Combs2-2/+6
2015-02-08WMEM (allocator): fix warning: redeclaration of already-defined enum '_wmem_a...Alexis La Goutte1-1/+0
2015-01-25Lua can free tvbuffs too earlyHadriel Kaplan1-1/+1
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2014-10-19Eliminate use of ctype.h routines.Guy Harris2-4/+6
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-8/+8
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-2/+2
2014-09-16Fix the patch-bzip2 target.Gerald Combs3-3/+3