1. d4e81f9 Move the json_min() and json_max() macros to json_util.h and mark everything else in bits.h deprecated. by Eric Haszlakiewicz · 10 years ago
  2. a6f39a3 Replaced #if HAVE_X with #ifdef HAVE_X as the former test is troublemaker with #define HAVE_X where #define HAVE_X 1|0 is meant. by Mateusz Loskot · 12 years ago
  3. 0d79b53 Fix some bugs with how buffer sizes were being calcuated in printbuf_memset and an off-by-one error in printbuf_memappend. by Eric Haszlakiewicz · 12 years ago
  4. 2d48543 Add a printbuf_memset() function to provide an effecient way to set and append things like whitespace indentation. by Eric Haszlakiewicz · 12 years ago
  5. 6a231e4 Some updates to make the code compatible with VC 9 (2008) by John Arbash Meinel · 12 years ago
  6. 252669c Simplify things by storing integer values only as int64_t's internally, and by ehaszla · 13 years ago
  7. 7fb9b03 * Rename min and max so we can never clash with C or C++ std library by Michael Clark · 15 years ago
  8. 543bb14 Erik Hovland (3): by Christopher Watford · 15 years ago
  9. 95f55a7 optimizations to json_tokener_parse_ex(), printbuf_memappend() by Michael Clark · 15 years ago
  10. aaec1ef * Don't use this as a variable, so we can compile with a C++ compiler by Michael Clark · 15 years ago
  11. e8de078 * Fixed warning reported by adding -Wstrict-prototypes by Michael Clark · 15 years ago
  12. 68cafad Add const correctness to public interfaces by Michael Clark · 15 years ago
  13. 8cdac64 Add va_end for every va_start. Dotan Barak, dotanba at gmail dot com by Michael Clark · 15 years ago
  14. dfaf670 * Add macros to enable compiling out debug code by Michael Clark · 17 years ago
  15. f6a6e48 * Make headers C++ compatible by change *this to *obj by Michael Clark · 17 years ago
  16. 4504df7 * printbuf.c - C. Watford (christopher dot watford at gmail dot com) by Michael Clark · 17 years ago
  17. f0d0888 import of version 0.1 by Michael Clark · 17 years ago