aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/wmem
AgeCommit message (Expand)AuthorFilesLines
2022-06-21dfilter: Add support for literal strings with null bytesJoão Valverde4-38/+154
2022-01-05Remove some circular dependencies on wireshark.hJoão Valverde2-2/+1
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-0/+2
2021-12-19wsutil: Use snprintf() and ws_strdup_printf()João Valverde1-1/+1
2021-12-19wmem: Add ws_strdup_printf() convenience macrosJoão Valverde1-0/+8
2021-12-19Move wmem string utility functions to wsutilJoão Valverde3-342/+0
2021-12-18wmem: Use vasprintf()João Valverde2-14/+28
2021-12-18wmem_test: Add more string performance testJoão Valverde1-5/+85
2021-12-18wmem_test: Disable performance tests by defaultJoão Valverde1-2/+2
2021-12-18Fix wmem_test.c indentationJoão Valverde1-3/+3
2021-12-15wmem: Optimize wmem_strdup_vprintf()João Valverde2-13/+27
2021-12-14Convert wmem I/O to use stdio.hJoão Valverde2-55/+21
2021-12-12The macro 'va_copy' is C99, use thatJoão Valverde2-4/+4
2021-12-06Make wmem_print_tree public.AndersBroman1-0/+1
2021-11-30wsutil: Add header files to DoxygenMoshe Kaplan11-11/+22
2021-11-30Add files with WS_DLL_PUBLIC to Doxygen part2Moshe Kaplan1-1/+2
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan11-11/+11
2021-11-27wmem: Use better names in the APIJoão Valverde3-15/+15
2021-11-26wmem: Fix filename in header commentJohn Thacker1-1/+1
2021-11-21wmem: Add a multimapJohn Thacker4-0/+381
2021-11-20Update a bunch of GLib documentation links.Gerald Combs1-1/+1
2021-10-19QUIC: fix compilation on RaspberryNardi Ivan3-10/+13
2021-08-24wmem: don't check whether sizeof(type) is <= 0.Guy Harris1-4/+9
2021-07-26Remove duplicate format_size() functionJoão Valverde2-0/+13
2021-07-26Move wmem to wsutilJoão Valverde39-0/+8522