summaryrefslogtreecommitdiff
path: root/printbuf.h
Commit message (Expand)AuthorAgeFilesLines
* Adjusted URLsTobias Stoeckmann2022-03-191-1/+1
* Fix typosTobias Stoeckmann2022-03-061-1/+1
* Issue #709: adjust some include guards to be a bit more json-c specific.Eric Haszlakiewicz2021-06-021-2/+2
* To avoid target exe file export JSON functions.ssrlive2021-03-021-1/+1
* Clean trailing white-space.Björn Esser2020-04-111-1/+1
* clang-format the filesdota172020-04-031-27/+28
* Issue #488: use JSON_EXPORT on functions so they are properly exported on Win...Eric Haszlakiewicz2019-09-081-6/+14
* Undeprecate the array_list, lh_table and printbuf typedefs, but move each to ...Eric Haszlakiewicz2017-12-061-0/+1
* Add a brief overview of each file to the docs.Eric Haszlakiewicz2017-12-061-0/+7
* Restore sprintbuf(), add macro for string literalsQuentin Young2017-02-041-5/+42
* Improve json_object -> string performanceQuentin Young2017-02-021-1/+1
* Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily t...Eric Haszlakiewicz2012-04-031-2/+0
* Add a printbuf_memset() function to provide an effecient way to set and appen...Eric Haszlakiewicz2012-04-021-0/+13
* * Correct comment describing printbuf_memappend in printbuf.hBrent Miller2009-08-201-4/+6
* optimizations to json_tokener_parse_ex(), printbuf_memappend()Michael Clark2009-04-271-0/+18
* * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark2009-02-251-0/+8
* Add const correctness to public interfacesMichael Clark2009-01-061-1/+1
* Patch allows for json-c compile with -Werror and not fail due toMichael Clark2007-12-071-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-1/+3
* import of version 0.1Michael Clark2007-03-131-0/+43