562 Commits (a36396992d92c99a987ee16fce31b83ac86dd60d)
 

Author SHA1 Message Date
  Eric Haszlakiewicz 82bdbdba24 Merge pull request #219 from rouault/low_heap_robustness_fixes 9 years ago
  Eric Haszlakiewicz 4e0c8b55fb Merge pull request #220 from hschaa/master 9 years ago
  Eric Haszlakiewicz afa9f824e7 Merge pull request #222 from chenha0/master 9 years ago
  Eric Haszlakiewicz 02a2151b2b Merge pull request #223 from minaguib/master 9 years ago
  Mina Naguib 138c2a6b97 Clarify json_object_get_string documentation of NULL handling & returning 9 years ago
  chenha0 dffdee966f Fix issue #221: JSON_C_TO_STRING_NOSLASHESCAPE works incorrectly 9 years ago
  Helmut Schaa dec5fcd50b Add some basic tests for verifying json_object_equal behavior 9 years ago
  Helmut Schaa 00e475c434 Add utility function for comparing json_objects 9 years ago
  Even Rouault 77a4276a8c Fix various potential null ptr deref and int32 overflows 9 years ago
  Sevan Janiyan 7150b7f28d Use a macro to indicate C99 to the compiler 9 years ago
  Jehan 79c99aeb2b configure: check realloc with AC_CHECK_FUNCS() to fix cross-compilation. 9 years ago
  Eric Haszlakiewicz 537f8bcbdb Add const qualifiers to several functions that don't modify the json_object. 9 years ago
  Eric Haszlakiewicz 882b7d95cc Issue #137: remove config.h.in from change control. 9 years ago
  Eric Haszlakiewicz 980cdd61be Merge commit '2be921d88376e78f84d79aafa6db2714da804e59' 9 years ago
  Eric Haszlakiewicz 65be8275da Merge pull request #209 from rgerhards/fix-regression 9 years ago
  Eric Haszlakiewicz 316da85818 Fix issue #201: add a JSON_C_TO_STRING_NOSLASHESCAPE flag to turn off escaping of forward slashes. 9 years ago
  Eric Haszlakiewicz 5a6a378725 Merge pull request #198 from unmole/master 9 years ago
  Daniel M. Weeks 92e9a5032b Use size_t for json object array ops 11 years ago
  Daniel M. Weeks 45c56b80c4 Use size_t for array list length and size 11 years ago
  Rainer Gerhards 36610fb697 fix regression from 2d549662be 10 years ago
  Eric Haszlakiewicz c97bbd3797 Merge pull request #199 from Nzbuu/fix_vs_build 10 years ago
  Eric Haszlakiewicz b82a51a5cd Merge pull request #200 from Nzbuu/ci_build 10 years ago
  James Myatt 239c146a4b Appveyor: Visual Studio v140 no longer fails 10 years ago
  James Myatt fd43c2b99a Appveyor: Create artefact with library and include files only 10 years ago
  Eric Haszlakiewicz 80c1f69b9e Use AX_APPEND_COMPILE_FLAGS() to check the various compile flags, such as -Wall, to ensure the compile supports. 10 years ago
  Eric Haszlakiewicz 10d50aadf2 Remove the AC_FUNC_MALLOC check, since we don't depend on the malloc(0) behavior it checks for, and we don't provide a rpl_malloc() implementation anyway. 10 years ago
  James Myatt 82030cd0af Travis: add osx and clang builds 10 years ago
  James Myatt 88dedb8824 Travis: skip install step 10 years ago
  James Myatt f786feac0a Add Travis build script 10 years ago
  James Myatt 17e11e2c92 Appveyor: Allow failing builds against newest toolset 10 years ago
  James Myatt f6f8436e97 Add initial version of Appveyor build script 10 years ago
  James Myatt 3f012eb0f8 Fix build in Visual Studio 10 years ago
  Anmol Sarma 467102fa78 Remove superfluous NULL checks 10 years ago
  Anmol Sarma f37b0a10a5 Fix possible memory leak 10 years ago
  Eric Haszlakiewicz 12916e229c Merge pull request #196 from rgerhards/improve-performance 10 years ago
  Rainer Gerhards c4f8cc34df more efficient handling for smalls strings inside json_object 10 years ago
  Rainer Gerhards 1ae4b50bde remove unneeded data items from hashtable code 10 years ago
  Rainer Gerhards 8f8d03df46 add perllike hash function for strings 10 years ago
  Rainer Gerhards 2d549662be add json_object_object_add_ex() API 10 years ago
  Rainer Gerhards d8e44dc685 reduce duplicate hash computation in json_object_object_add() 10 years ago
  Eric Haszlakiewicz 1757a31750 Fix doc for json_object_new_boolean() to indicate the correct value for TRUE (1). 10 years ago
  Eric Haszlakiewicz d4f8f92eb0 Squash deprecated function warning by replacing json_object_object_get calls with json_object_object_get_ex in test_cast. 10 years ago
  Eric Haszlakiewicz 93b1fe63e5 Add back in the __attribute__((__unused__)) that was lost in the previous commit. 10 years ago
  Eric Haszlakiewicz a8bbefbbb4 Merge pull request #183 from cryogen/master 10 years ago
  Eric Haszlakiewicz 55530bfc0f Merge pull request #186 from Virtual-Instruments/master 10 years ago
  Jacob Alexander e8a302017f Syntax error 10 years ago
  Eric Haszlakiewicz b594c34f57 Merge pull request #174 from haata/master 10 years ago
  Jacob Alexander 92d4cf15f0 Adding JSON_C_TO_STRING_PRETTY_TAB flag 10 years ago
  Eric Haszlakiewicz cd8bd7f617 Tell the compiler we're intentionally ignoring the return value from __sync_val_compare_and_swap(). 10 years ago
  Stuart Walsh 75d7409c4e Fix uninitialised variable compile warning, and also fix unused-when-used warning 10 years ago