1290 Commits (efc530594bc1578cb8f8b1e2cd8a1c1b395a6326)
 

Author SHA1 Message Date
  Alexandru Ardelean 1f8b64f62c tests: CMakeLists.txt: move test names to variable 4 years ago
  Eric Hawicz 94909840be
Merge pull request #700 from Philosoph228/werror-fix 4 years ago
  Philosoph228 9c0565100a
random_seed: fix unused variable for win32 build 4 years ago
  ssrlive ba181548bc To avoid target exe file export JSON functions. 4 years ago
  Eric Haszlakiewicz 041cef434a Add a DISABLE_EXTRA_LIBS option to skip using libbsd, per @neheb's request on issue #692/commit 0f61f692. 4 years ago
  Eric Haszlakiewicz f787810890 If arc4random is used, don't bother compiling in the other fallback methods since they'll never be used. Fixes PR#695 about unreachable code too. 4 years ago
  Eric Hawicz 7c859c54e4
Merge pull request #694 from ihsinme/patch-1 4 years ago
  ihsinme c456963110
Update json_object.c 4 years ago
  Eric Haszlakiewicz 0f61f6921b Iesue #692: use arc4random() if it's available (in libc on BSD systems, and libbsd on Linux). 4 years ago
  Eric Haszlakiewicz 69d650528d Keep the doc directory in the nodoc release tarball, just exclude its contents. 4 years ago
  Eric Hawicz 4754f47434
Merge pull request #674 from ploxiln/random_seed_err_continue 4 years ago
  Eric Hawicz 1fcb9e476b
Merge pull request #689 from neheb/patch-1 4 years ago
  Rosen Penev 987d3b2c86
fix compilation with clang 4 years ago
  Pierce Lopez 0fd3b7d316 random_seed: on error, continue to next method 5 years ago
  Eric Hawicz df27756491
Merge pull request #667 from stoeckmann/regression 5 years ago
  Tobias Stoeckmann 7af593c140 Fixed test1 regression. 5 years ago
  Eric Hawicz 785a94b7a2
Merge pull request #665 from stoeckmann/tokener 5 years ago
  Eric Hawicz eb08a92218
Merge pull request #660 from stoeckmann/arraylist 5 years ago
  Tobias Stoeckmann 369e8477d2 Validate size arguments in arraylist functions. 5 years ago
  Eric Hawicz b4e72c2655
Merge pull request #664 from stoeckmann/string 5 years ago
  Eric Hawicz f941931804
Merge pull request #663 from stoeckmann/strerror 5 years ago
  Eric Hawicz 1bc7a6b223
Merge pull request #662 from stoeckmann/random 5 years ago
  Tobias Stoeckmann df62119b7f Prevent signed overflow in get_time_seed 5 years ago
  Tobias Stoeckmann bcb6d7d347 Handle allocation failure in json_tokener_new_ex 5 years ago
  Tobias Stoeckmann e50154f615 Cap string length at INT_MAX. 5 years ago
  Tobias Stoeckmann 583911a66c Aligned comment in _json_object_new_string 5 years ago
  Tobias Stoeckmann 4298431150 Properly format errnos in _json_c_strerror 5 years ago
  Eric Haszlakiewicz 2b439ea598 Fix json_object_get_boolean() doc for the object and array cases (always returns 0), and add those cases to the test_cast test. 5 years ago
  Eric Hawicz cf30cba4ac
Merge pull request #657 from stoeckmann/getrandom 5 years ago
  Tobias Stoeckmann f052e42f56 Use GRND_NONBLOCK with getrandom. 5 years ago
  Eric Hawicz 104b408ee8
Merge pull request #656 from pogaram/fix-warnings 5 years ago
  Aram Poghosyan 0ffb384409 Fixed warnings 5 years ago
  Eric Hawicz 98b7ee93fd
Merge pull request #655 from MarcT512/issue654 5 years ago
  Marc 4e9e44e525
Fix read past end of buffer 5 years ago
  Eric Haszlakiewicz 8c7849e6e3 Eliminate use of ctype.h and replace isdigit() and tolower() with non-locale-sensitive approaches. 5 years ago
  Eric Haszlakiewicz f3d8006d34 Neither vertical tab nor formfeed are considered whitespace per the JSON spec, remove them from is_ws_char(). 5 years ago
  Eric Haszlakiewicz 8b43ff0c22 Merge the is_ws_char() and is_hex_char() changes to json_tokener from branch 'ramiropolla/for_upstream' (PR #464) 5 years ago
  Eric Haszlakiewicz bfec9c8685 Take a hint from PR #464 and use json_object_new_string_len() to avoid a needless extra strlen() call. 5 years ago
  Eric Hawicz 56a89f902f
Merge pull request #653 from lamby/966657-json-c-please-make-the-build-reproducible 5 years ago
  Chris Lamb 46eea84554 Make the documentation build reproducibly 5 years ago
  Eric Hawicz 88cce7b9c5
Merge pull request #651 from alanc/getrandom 5 years ago
  Alan Coopersmith 6cf4847796 Use getrandom() if available in json_c_get_random_seed 5 years ago
  Eric Haszlakiewicz 002411293d Issue #649: Drop the generated doc/Doxyfile when creating a release. 5 years ago
  Eric Hawicz 66f8ca3c03
Merge pull request #650 from sartura/readme-update 5 years ago
  Jakov Smolic 55bf2d365d
README: fix spelling errors 5 years ago
  Eric Haszlakiewicz 47189b5ff1 Include updating the json-c-current-releaes gh-pages symlink as part of the release process. 5 years ago
  Eric Haszlakiewicz de02d09c32 Update the master branch to version 0.15.99 5 years ago
  Eric Haszlakiewicz 870965e1ea Update AUTHORS, add issues_closed_for_0.15.md, tweak the release checklist slightly. 5 years ago
  Eric Hawicz 616b1050b2
Merge pull request #648 from MarcT512/rbf 5 years ago
  Marc 4a23d3413d
Fix "may be used uninitialized" Release build failure 5 years ago