aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem
AgeCommit message (Expand)AuthorFilesLines
2021-03-20Rewrite wmem_strbuf_append_vprintf() using vsnprintf()João Valverde1-45/+38
2021-03-20wmem_test: Replace some assertions with equivalentsJoão Valverde1-15/+15
2021-03-16Move still *more* headers outside of extern "C".Guy Harris1-2/+2
2021-03-05Replace g_assert() with g_assert_true() for testingJoão Valverde3-191/+191
2021-03-01CMake: Use CheckAPI's abort/termoutput with dissectors onlyJoão Valverde1-1/+0
2021-02-18CMake: Use target_include_directores more.Gerald Combs1-5/+6
2021-02-10Moving glib.h out of extern CMichal Ruprich1-1/+2
2020-10-15Replace ill-formed UTF-8 byte sequences with replacement characterJohn Thacker3-9/+35
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