aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_strutl.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-26Move wmem to wsutilJoão Valverde1-124/+0
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-03-21TSDNS: Add more wmem_strsplit return checks.Gerald Combs1-0/+3
2018-07-17wmem: make wmem_strsplit behave more like g_strsplitPeter Wu1-1/+4
2018-02-13WMEM: Add strjoin routines.Craig Jackson1-0/+12
2018-02-08wmem: use SPDX identifiers.Dario Lombardo1-13/+1
2014-04-15Fix warning when build with -WdocumentationAlexis La Goutte1-4/+4
2014-04-14Fix warning when generate documentation (doxygen)Alexis La Goutte1-4/+4
2014-03-25Introduce wmem_ascii_strdown()AndersBroman1-0/+19
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-06-18Add wmem_alloc_array, wmem_strsplit, wmem_strconcat.Evan Huus1-0/+15
2013-05-26First batch of doxygen for wmem. Remove some things from README.wmem now thatEvan Huus1-0/+12
2013-04-25Annotate wmem functions for better compiler warnings and optimization.Evan Huus1-4/+8
2013-03-09Add the appropriate new WS_DLL_* declarations to the wmem API.Evan Huus1-0/+4
2012-11-25Add strdup_printf and strdup_vprintf to the wmem string utilities.Evan Huus1-0/+6
2012-11-08Use const in wmem where possible.Evan Huus1-1/+1
2012-10-24wmem_allocator_t is defined in wmem_core.h; redefining it elsewhere willGuy Harris1-2/+0
2012-10-24Basic skeleton for wmem.Evan Huus1-0/+62