576 Commits (5e33dabda1a03d9d719cc678e938ac40ead6fc3d)
 

Author SHA1 Message Date
  Eric Haszlakiewicz e40505e489 Merge branch 'RyDroid-tests' 9 years ago
  Eric Haszlakiewicz 61cd433131 Merge branch 'tests' of https://github.com/RyDroid/json-c into RyDroid-tests 9 years ago
  Eric Haszlakiewicz e076ae756d Merge pull request #251 from RyDroid/editorconfig 9 years ago
  Nicola Spanti (RyDroid) 8215c0ac0e Very minor changes to some tests 9 years ago
  Nicola Spanti (RyDroid) b222d4386e Adding a file for EditorConfig 9 years ago
  Eric Haszlakiewicz 4d62de3898 Revert bogus change to json_object_get() made in f40b08d8 that caused it to always return NULL. (Issue #259) 9 years ago
  Eric Haszlakiewicz 0ad87649d4 Merge pull request #255 from RyDroid/minor-c2 9 years ago
  Eric Haszlakiewicz 9f9a9ac426 Merge pull request #252 from RyDroid/minor-no-c 9 years ago
  Eric Haszlakiewicz 71d0615e98 Merge branch 'jobol-issue-165' 9 years ago
  Eric Haszlakiewicz f3db59d990 Merge branch 'issue-165' of https://github.com/jobol/json-c into jobol-issue-165 9 years ago
  Eric Haszlakiewicz bc3e691a1e Merge pull request #253 from RyDroid/cppcheck-travis 9 years ago
  Eric Haszlakiewicz 51b011ce24 Merge pull request #249 from RyDroid/readme 9 years ago
  Eric Haszlakiewicz d758f4a8a7 Add a brief style guide. Address Issue #257. 9 years ago
  Eric Haszlakiewicz 33ae9f5d44 Merge pull request #250 from RyDroid/gitignore 9 years ago
  Nicola Spanti (RyDroid) ab1d761865 Improving .gitignore 9 years ago
  Nicola Spanti (RyDroid) f2e7dda910 Improving README 9 years ago
  Nicola Spanti (RyDroid) 36b4003118 Adding a test with cppcheck for Travis CI 9 years ago
  Nicola Spanti (RyDroid) f40b08d8f0 Minor changes in C source code 9 years ago
  Nicola Spanti (RyDroid) 250a3987cf Very minor changes not related to C source code 9 years ago
  Eric Haszlakiewicz 9688f343a5 Issue #246: Include xlocale.h too, to get locale_t defined, since not all OSes include that in locale.h 9 years ago
  José Bollo 1fceb2207a test: add test of 'json_object_to_json_string_length' 9 years ago
  Eric Haszlakiewicz fa76e4a8c9 Issue #195: Actually call uselocale() in the new locale handling code in json_tokener. 9 years ago
  Eric Haszlakiewicz 4091b9c87e Issue #195: use uselocale() instead of setlocale() in json_tokener to behave better in threaded environments. 9 years ago
  Eric Haszlakiewicz 7d637362b7 Linux's %p format doesn't return "0x0" for NULL pointers, so switch to using %lx for consistency. 9 years ago
  Eric Haszlakiewicz deb9fa482d Issue #240: add arbitrary use of val's in foreach loops to squash warnings about unused variables. 9 years ago
  jobol 344009bf26 Add method 'json_object_to_json_string_length' 9 years ago
  José Bollo 54ae254537 Fix a compiling error 9 years ago
  Eric Haszlakiewicz b366750e11 Merge pull request #239 from ploxiln/printbuf_empty 9 years ago
  Pierce Lopez 868b20ce4e initialize null terminator of new printbuf 9 years ago
  Eric Haszlakiewicz 2b255d0ebf Fix absolute paths in test_util_file that vary depending on where it is run. 9 years ago
  Eric Haszlakiewicz b1d65b62db Issue #113: Add more files to EXTRA_DIST and a dist-hook to get distcheck to at least not fail. 9 years ago
  Eric Haszlakiewicz 1071385896 Issue #113: add "new" files to appropriate variables in Makefile, and note the need to run "make distcheck" as part of the release process. 9 years ago
  Eric Haszlakiewicz 29005ef7b1 Merge pull request #238 from nagamalli9999/master 9 years ago
  Eric Haszlakiewicz 29ef73f21d Issue #189: Eliminate use of MC_ERROR from json_util.c, and add a json_util_get_last_err() function to retrieve the error for those callers that care about it. 9 years ago
  Eswar Yaganti 78cf6e63ff linkhash.h: removed redundant params from comments 9 years ago
  Eswar Yaganti 5fb63a09f9 linkhash.c: optimised the table_free path 9 years ago
  Eric Haszlakiewicz 595891729e Issue #236: Add -Wcast-qual and fix casts to retain constness. 9 years ago
  Eric Haszlakiewicz f285c0a2e5 Issue #175: disable the fast-and-loose code in hashlittle() when running with AddressSanitizer. 9 years ago
  Eric Haszlakiewicz ae66b24369 Mention that we're aiming to follow RFC 7159 now. 9 years ago
  Eric Haszlakiewicz 40de3c67cd Merge pull request #232 from NeoRaider/size_t2 9 years ago
  Matthias Schiffer d13cfe10f6
tests/tests1: fix printf format for size_t arguments 9 years ago
  Eric Haszlakiewicz a42caac805 Copy over note about the 0.12.1 release to the master branch. 9 years ago
  Eric Haszlakiewicz 0539191d18 Check the __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{2,4,8} defines to decide whether to use __sync_val_compare_and_swap(), as described at https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html 9 years ago
  Eric Haszlakiewicz 1eb5a700f9 Merge pull request #230 from ebassi/master 9 years ago
  Eric Haszlakiewicz e61eb409fd Merge pull request #233 from NeoRaider/size_t3 9 years ago
  Eric Haszlakiewicz ce7ad480f4 Merge pull request #234 from NeoRaider/userdata 9 years ago
  Michael Clark 0e1a057449 Remove reference to svn.metaparadigm.com 9 years ago
  Matthias Schiffer f87e378d48
Add public API to get and set userdata 9 years ago
  Matthias Schiffer c2b004ba0e
Make default double serializer ignore userdata again 9 years ago
  Matthias Schiffer 22fdcfc71a
Include stddef.h in json_object.h 9 years ago