Historial de Commits

Autor SHA1 Mensaje Fecha
  Max Bruckner ead389aba2 parse_value: improve variable names + const correctness hace 8 años
  Max Bruckner 698dc528f4 parse_object: improve variable names + const correctness hace 8 años
  Max Bruckner 3dc6339025 parse_array: improve variable names + const correctness hace 8 años
  Max Bruckner 15592c50f6 parse_number: improve variable names + const correctness hace 8 años
  Max Bruckner efb5e1bc93 parse_string: Improve const correctnes of pointers hace 8 años
  Max Bruckner ace5047782 parse_string: reduce mental burden when reading the code hace 8 años
  Max Bruckner 03f23738bb parse_object: simplify to one do-while loop hace 8 años
  Max Bruckner 24dbf29360 parse_array: simplify to one do-while loop hace 8 años
  Max Bruckner 12b2daccf3 parse_{object,array}: set child only after parsing hace 8 años
  Max Bruckner f8d0c47bdb Remove unnecessary assignment and silence clang analyzer hace 8 años
  Max Bruckner 9f6fa94c91 ensure: replace pow2gt with multiplication by two hace 8 años
  Max Bruckner 123bb1af7b cJSON: prevent incompatible C and header versions hace 8 años
  Max Bruckner cf862d0fed implement AddItemToObject using AddItemToObjectCS hace 8 años
  Max Bruckner 3facca4792 parse functions: Only set type after successful hace 8 años
  Max Bruckner 702fd95af3 fix #106: potentially invalid free in cJSON_AddItemToObject hace 8 años
  Max Bruckner 94117a5d23 Fix #105, double free when parse_string fails hace 8 años
  Max Bruckner 4047de4f6e fix potential NULL dereferences found by coverity hace 8 años
  Max Bruckner 87f77274de cJSON_SetNumberValue: Fix undefined double to int conversion hace 8 años
  Max Bruckner dded751757 parse_string: remove useless first byte marks for utf8 hace 8 años
  Max Bruckner d7b5545748 parse_hex4: deduplicate into a for loop hace 8 años
  Max Bruckner 0747669972 parse_number: Switch to C library's strtod hace 8 años
  Max Bruckner cc514583cc cJSON_Duplicate: goto fail error handling hace 8 años
  Max Bruckner 021b174ee1 parse_object: goto fail error handling hace 8 años
  Max Bruckner 99cd9af7d5 parse_array: goto fail error handling hace 8 años
  Max Bruckner 8656386c4f parse_string: goto fail error handling hace 8 años
  Max Bruckner 9ed906758e fix null pointer dereferences found by coverity hace 8 años
  Max Bruckner ee0c920dff fix: add break in UTF-16 handling hace 8 años
  Max Bruckner af6d5d3d7c Add more consts to unsigned chars hace 8 años
  Max Bruckner cf9d57d56c Fix incorrect return hace 8 años
  Max Bruckner 3d3bfc6a4d Compiler flag -Wconversion hace 8 años