aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem
AgeCommit message (Expand)AuthorFilesLines
2020-09-05Tools: Clean up checkAPI and add ui/qt.Gerald Combs1-1/+0
2020-08-21wmem_strbuf: add comments asking whether some checks are necessary.Guy Harris1-1/+6
2020-08-20wmem_array: make wmem_array_grow publicFilipe Laíns2-1/+5
2020-07-22Add wmem_destroy_array()João Valverde3-0/+15
2020-06-08wmem: Use better terminology.Gerald Combs6-64/+64
2019-10-14Protobuf: Add show_details preferences. Fix two bugs.Huang Qiangxiong2-2/+6
2019-07-26HTTPS (almost) everywhere.Guy Harris40-40/+40
2019-07-15smb2: add support for decompressionAurelien Aptel3-0/+27
2019-04-20Revert "Test: Disable a wmem compilation warning."Peter Wu1-4/+0
2019-04-04Test: Disable a wmem compilation warning.Gerald Combs1-0/+4
2019-03-21TSDNS: Add more wmem_strsplit return checks.Gerald Combs1-0/+3
2019-03-18Don't cast away constness if you don't have to.Guy Harris1-5/+5
2019-03-14wmem: fix a comment.Dario Lombardo1-2/+2
2019-02-18Include epan header files in VS solution.Michael Mann1-0/+16
2019-02-02CMake: Fix DOCDIR on UnixJoão Valverde1-1/+1
2018-11-24Install development headers on all platformsJoão Valverde1-5/+3
2018-10-12wmem_tree: fix crash with wmem_tree_destroy and NULL scopePeter Wu1-2/+6
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs2-4/+3
2018-09-05wmem_test: fix no previous prototype for ‘check_val_map’ [-Wmissing-proto...Alexis La Goutte1-1/+1
2018-07-31wmem_interval_tree: fix no previous prototype for ‘update_edges_after_rotat...Alexis La Goutte1-1/+1
2018-07-17wmem: make wmem_strsplit behave more like g_strsplitPeter Wu3-58/+58
2018-07-14wmem_tree: describe tree traversal orderMatthieu Coudron2-6/+8
2018-07-14wmem_itree:update children max_edge after rotationMatthieu Coudron1-3/+11
2018-07-14mptcp: Correctly find mappings and reinjectionsMatthieu Coudron1-1/+1
2018-05-03fix missing parentheses in 'if' statementchinarulezzz2-2/+2
2018-04-18Remove autotools build system.Dario Lombardo1-103/+0
2018-03-19wmem: ensure wmem_memdup(..., NULL, 0) returns NULLPeter Wu3-2/+10
2018-03-19wmem: fix random test failure due to key collisionPeter Wu1-1/+4
2018-03-13CMake: Exclude wmem_test from the default buildGerald Combs1-0/+1
2018-03-07spdx: more licenses converted.Dario Lombardo1-13/+1
2018-02-28Make sure CAPACITY() doesn't shift the 1 out of range.Guy Harris1-1/+1
2018-02-13WMEM: Add strjoin routines.Craig Jackson2-0/+93
2018-02-08wmem: use SPDX identifiers.Dario Lombardo39-507/+39
2018-02-07Added wmem_map_contains and wmem_map_lookup_extendedMoshe Kaplan3-0/+100
2017-11-18autotools: Library build products don't need explicit cleaningJoão Valverde1-5/+0
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