32 Commits (2326e34390e4364a804fbe66219fbd342d50b93a)

Author SHA1 Message Date
  Tobias Stoeckmann cbc603b587 Adjusted URLs 3 years ago
  Eric Hawicz f0d93cee14
Merge pull request #748 from c3h2-ctf/printbuf 3 years ago
  Tobias Stoeckmann 543a8eb5f9 Fix typos 3 years ago
  Tobias Stoeckmann 94b2a0cb29 sprintbuf(): test for all vsnprintf error values 3 years ago
  Eric Hawicz a4389f4f30
Merge pull request #749 from c3h2-ctf/sprintbuf 3 years ago
  Eric Hawicz 4493db76d6
Merge pull request #750 from c3h2-ctf/clearmem 3 years ago
  Tobias Stoeckmann d07da04c14 sprintbuf(): handle printbuf_memappend errors 3 years ago
  Tobias Stoeckmann 63c602ff80 printbuf_memset(): set gaps to zero 3 years ago
  Tobias Stoeckmann 4355242477 printbuf: do not allow invalid arguments 3 years ago
  Tobias Stoeckmann d07b910149 Fix integer overflows. 5 years ago
  dota17 8b162c4b89 clang-format the files 5 years ago
  dota17 c117d8a8a8 add the disabling formatting coments and adjust the partial code manuly 5 years ago
  Eric Haszlakiewicz 81f6edbfd5 PR#331: for Visual Studio, use a snprintf/vsnprintf wrapper that ensures the string is terminated. 8 years ago
  Alexandru Ardelean 47f32a76ef vasprintf_compat.h: spin-off this compat header ; use math_compat.h as template 9 years ago
  Pierce Lopez 868b20ce4e initialize null terminator of new printbuf 9 years ago
  Eric Haszlakiewicz d4e81f9ec8 Move the json_min() and json_max() macros to json_util.h and mark everything else in bits.h deprecated. 11 years ago
  Mateusz Loskot a6f39a3c0c 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. 13 years ago
  Eric Haszlakiewicz 0d79b53456 Fix some bugs with how buffer sizes were being calcuated in printbuf_memset and an off-by-one error in printbuf_memappend. 13 years ago
  Eric Haszlakiewicz 2d48543f2e Add a printbuf_memset() function to provide an effecient way to set and append things like whitespace indentation. 13 years ago
  John Arbash Meinel 6a231e4b41 Some updates to make the code compatible with VC 9 (2008) 13 years ago
  ehaszla 252669cee6 Simplify things by storing integer values only as int64_t's internally, and 15 years ago
  Michael Clark 7fb9b03ffd * Rename min and max so we can never clash with C or C++ std library 16 years ago
  Christopher Watford 543bb1431f Erik Hovland (3): 16 years ago
  Michael Clark 95f55a761c optimizations to json_tokener_parse_ex(), printbuf_memappend() 16 years ago
  Michael Clark aaec1ef3c5 * Don't use this as a variable, so we can compile with a C++ compiler 16 years ago
  Michael Clark e8de078806 * Fixed warning reported by adding -Wstrict-prototypes 16 years ago
  Michael Clark 68cafad078 Add const correctness to public interfaces 16 years ago
  Michael Clark 8cdac64ccd Add va_end for every va_start. 16 years ago
  Michael Clark dfaf670436 * Add macros to enable compiling out debug code 18 years ago
  Michael Clark f6a6e486ff * Make headers C++ compatible by change *this to *obj 18 years ago
  Michael Clark 4504df7117 * printbuf.c - C. Watford (christopher dot watford at gmail dot com) 18 years ago
  Michael Clark f0d08887b8 import of version 0.1 18 years ago