aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wmem/wmem_strbuf.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-02Optimize wmem_strbuf_grow.Evan Huus1-0/+8
2014-03-31Inlining wmem_strbuf_grow seems to give better performance.AndersBroman1-1/+1
2014-03-29Implement finalize() method for wmem strbuf.Evan Huus1-0/+16
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-08-14Include config.h first; it defines _FILE_OFFSET_BITS, and if some systemGuy Harris1-2/+2
2013-07-06Trivial code style: use wmem_new in a few places, and remove extraneousEvan Huus1-2/+2
2013-04-26Wmem string-buffer improvements:Evan Huus1-2/+37
2013-04-24Add truncate function to wmem strbuf.Evan Huus1-1/+12
2013-04-21Add wmem string-buffer tests and fix associated bugs.Evan Huus1-9/+18
2013-03-20 From beroset:Bill Meier1-4/+4
2013-02-08Use the new realloc API when growing a string-buffer.Evan Huus1-5/+1
2012-12-29Add a cast to pacify MSVC.Evan Huus1-1/+2
2012-12-29Implement wmem_strbuf_append_printf.Evan Huus1-7/+36
2012-12-19Make the wmem string-buffer marginally useful but providing some accessors soEvan Huus1-0/+12
2012-12-15Basic wmem string-buffer. Not yet feature-equivalent to the emem version.Evan Huus1-0/+155