summaryrefslogtreecommitdiff
path: root/printbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix integer overflows.Tobias Stoeckmann2020-05-061-3/+16
* clang-format the filesdota172020-04-031-55/+65
* add the disabling formatting coments and adjust the partial code manulydota172020-04-031-3/+4
* PR#331: for Visual Studio, use a snprintf/vsnprintf wrapper that ensures the ...Eric Haszlakiewicz2017-08-251-0/+1
* vasprintf_compat.h: spin-off this compat header ; use math_compat.h as templateAlexandru Ardelean2016-11-221-41/+1
* initialize null terminator of new printbufPierce Lopez2016-07-161-0/+1
* Move the json_min() and json_max() macros to json_util.h and mark everything ...Eric Haszlakiewicz2014-05-041-2/+3
* Replaced #if HAVE_X with #ifdef HAVE_X as the former test is troublemaker wit...Mateusz Loskot2012-05-211-4/+4
* Fix some bugs with how buffer sizes were being calcuated in printbuf_memset a...Eric Haszlakiewicz2012-04-031-6/+14
* Add a printbuf_memset() function to provide an effecient way to set and appen...Eric Haszlakiewicz2012-04-021-10/+45
* Some updates to make the code compatible with VC 9 (2008)John Arbash Meinel2012-02-011-1/+1
* Simplify things by storing integer values only as int64_t's internally, andehaszla2010-12-071-1/+1
* * Rename min and max so we can never clash with C or C++ std libraryMichael Clark2009-07-251-1/+1
* Erik Hovland (3):Christopher Watford2009-07-081-2/+2
* optimizations to json_tokener_parse_ex(), printbuf_memappend()Michael Clark2009-04-271-6/+9
* * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark2009-02-251-3/+4
* * Fixed warning reported by adding -Wstrict-prototypesMichael Clark2009-02-251-1/+1
* Add const correctness to public interfacesMichael Clark2009-01-061-1/+1
* Add va_end for every va_start.Michael Clark2009-01-051-1/+2
* * Add macros to enable compiling out debug codeMichael Clark2007-10-251-1/+1
* * Make headers C++ compatible by change *this to *objMichael Clark2007-03-131-11/+4
* * printbuf.c - C. Watford (christopher dot watford at gmail dot com)Michael Clark2007-03-131-7/+52
* import of version 0.1Michael Clark2007-03-131-0/+106