Historique des commits

Auteur SHA1 Message Date
  Max Bruckner cc514583cc cJSON_Duplicate: goto fail error handling il y a 8 ans
  Max Bruckner 021b174ee1 parse_object: goto fail error handling il y a 8 ans
  Max Bruckner 99cd9af7d5 parse_array: goto fail error handling il y a 8 ans
  Max Bruckner 8656386c4f parse_string: goto fail error handling il y a 8 ans
  Max Bruckner 9ed906758e fix null pointer dereferences found by coverity il y a 8 ans
  Max Bruckner ee0c920dff fix: add break in UTF-16 handling il y a 8 ans
  Max Bruckner af6d5d3d7c Add more consts to unsigned chars il y a 8 ans
  Max Bruckner cf9d57d56c Fix incorrect return il y a 8 ans
  Max Bruckner 3d3bfc6a4d Compiler flag -Wconversion il y a 8 ans
  Max Bruckner 41e2837df1 Fix potentially undefined behavior when filling valueint il y a 8 ans
  Max Bruckner ecd5678527 Change all internal sizes to size_t il y a 8 ans
  Max Bruckner 28b9ba4334 Change all internal strings to unsigned char* il y a 8 ans
  Max Bruckner b182ced1d6 Compiler flag -Wswitch-default + add defaults il y a 8 ans
  Max Bruckner fe18403935 Compiler flag -Wundef + fix incorrect macro il y a 8 ans
  Max Bruckner c49ffbfba8 cJSON_Version: returns a version string il y a 8 ans
  Max Bruckner e3e0b5150b cJSON_CreateRaw: Format fixes il y a 8 ans
  Max Bruckner 1df987a170 cJSON_strdup: Check for NULL string il y a 8 ans
  Max Bruckner ddadb44a67 cJSON_Raw: Additional checks in print_value il y a 8 ans
  Max Bruckner 8c58e62597 Merge remote-tracking branch 'loigu/master' into cJSON_Raw il y a 8 ans
  Max Bruckner fcc89c4bb2 Move increment out of loop condition fixes #85 il y a 8 ans
  Stephan e69db83de5 Temporarily disable warning when const is cast away. il y a 8 ans
  Alper Akcan 5b4420298f fix memory leak in cJSON_Duplicate il y a 8 ans
  Max Bruckner bf17703012 Merge branch 'print_preallocated' il y a 8 ans
  Max Bruckner 6622c54f18 Handle out of memory when printing string il y a 8 ans
  Kyle Chisholm 8df4cd46eb more concise return il y a 8 ans
  Kyle Chisholm 4d1dcaa160 check print_value return il y a 8 ans
  Kyle Chisholm de93d76d0b changed to cJSON_PrintPreallocated, added flag in printbuffer il y a 8 ans
  Kyle Chisholm 23dafa4739 added Print function call for pre-allocated buffer il y a 8 ans
  Stephan 038b04d80a Take out len from condition check. il y a 8 ans
  Max Bruckner 23b269d5f9 Rename bool -> cjbool, fix #71 il y a 8 ans