aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem
AgeCommit message (Expand)AuthorFilesLines
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde1-5/+0
2017-10-13CMake: Allow user build flags to override default build flagsJoão Valverde1-2/+0
2017-09-17CMake: Initial work to install headers for the benefit of pluginsJoão Valverde1-0/+23
2017-09-15autotools: Initial work to install headers for the benefit of pluginsJoão Valverde1-14/+18
2017-09-06plugins: config.h must not be included by public headersJoão Valverde1-0/+1
2017-03-05wmem: Ensure callbacks are initialized and not accidentally unregisteredMichael Mann2-7/+4
2017-03-05Add wmem_tree_destroyMichael Mann2-0/+44
2017-03-04Add wmem_tree_count.Michael Mann3-0/+30
2017-02-10wmem_list: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-1/+0
2017-02-09Add wmem_map_get_keys.Michael Mann2-0/+34
2017-02-09Add wmem_map_stealMichael Mann2-0/+40
2017-02-09Add wmem_tree_remove32Michael Mann2-0/+19
2017-02-08wmem_list: add wmem_list_insert_sorted.Dario Lombardo3-0/+115
2017-01-28wmem: Delay creation of map table until its neededMichael Mann1-2/+4
2017-01-28Add wmem_map_new_autoresetMichael Mann3-4/+122
2017-01-22wmem: fix rb-tree data printer feedJaap Keuter1-2/+2
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