aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_strbuf.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-26Move wmem to wsutilJoão Valverde1-120/+0
2020-10-15Replace ill-formed UTF-8 byte sequences with replacement characterJohn Thacker1-0/+7
2019-10-14Protobuf: Add show_details preferences. Fix two bugs.Huang Qiangxiong1-0/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-08wmem: use SPDX identifiers.Dario Lombardo1-13/+1
2014-03-29Implement finalize() method for wmem strbuf.Evan Huus1-0/+9
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-06-19Add wmem_strbuf_new_label as just a sized new for label lengths.Evan Huus1-0/+3
2013-05-26First batch of doxygen for wmem. Remove some things from README.wmem now thatEvan Huus1-0/+12
2013-04-26Wmem string-buffer improvements:Evan Huus1-0/+8
2013-04-25Annotate wmem functions for better compiler warnings and optimization.Evan Huus1-3/+6
2013-04-24Add truncate function to wmem strbuf.Evan Huus1-0/+4
2013-03-09Add the appropriate new WS_DLL_* declarations to the wmem API.Evan Huus1-0/+6
2012-12-29Implement wmem_strbuf_append_printf.Evan Huus1-0/+3
2012-12-19Make the wmem string-buffer marginally useful but providing some accessors soEvan Huus1-0/+6
2012-12-15Basic wmem string-buffer. Not yet feature-equivalent to the emem version.Evan Huus1-0/+69