63 Commits (2a14a3bb8c08593f373f7c183397e4a82d35bb2a)

Author SHA1 Message Date
  Jihyun Yu 051a74338c fix bug on hex escape table 6 years ago
  David Hull 5c29452a1e Fix decoding of "\uDBFF\uDFFF" surrogate pair. 6 years ago
  Lynn Gabbay 323568e9d5 fixed issue 162 regarding duplicate keys in objects 7 years ago
  Paul J. Davis dddb392f88 Add `copy_strings` feature 7 years ago
  Paul J. Davis 128811a7cf Add `dedupe_keys` option 7 years ago
  David Hull df791ef638 Tighten string buffer size calculation in enc_string. 7 years ago
  Paul J. Davis 4c0bfbc0fa Fix enc_long for 64-bit Windows 8 years ago
  Paul J. Davis e43ea64ae0 Remove old debug printing 9 years ago
  Jon Parise fa825b6fd6 Destroy map iterators once we're done with them. 9 years ago
  Paul J. Davis e008c0c3ff Fix compiler warning on gcc 5.1.0 9 years ago
  Paul J. Davis 454928ff34 Revamp yields back to Erlang 9 years ago
  Paul J. Davis 6d2278e906 Add new return_trailer option 9 years ago
  Paul J. Davis 5d6b2651c9 Update double-conversion to latest master 9 years ago
  Jeremie Lasalle Ratelle 1784ca2ab5 Add an option to escape forward slashes 10 years ago
  Jeremie Lasalle Ratelle cd1b263208 Add an option to control null value decoding atom 10 years ago
  Emil Falk 587f143e27 Changed pos to unsigned int to prevent warning from happening. 10 years ago
  Paul J. Davis 137d3d94b6 Account for char possibly being unsigned 10 years ago
  Paul J. Davis 6318efa798 Fix memory leak when encoding bare bignums 10 years ago
  Paul J. Davis 5cd89c1eda Persist the `val` register across yield 10 years ago
  Paul J. Davis f9095c5258 Improved encoder errors 10 years ago
  Paul J. Davis 5eb499d73e Tweak the nil encoding logic 10 years ago
  Stanislav Vishnevskiy 2dbf89f51c Improved Elixir compatibility 10 years ago
  Paul J. Davis 99867af6e9 Avoid uint64 for 32bit compatibility 11 years ago
  Paul J. Davis b96de951a2 Initial support for the new map type 11 years ago
  Paul J. Davis bda503527d Yield back to Erlang while encoding JSON 11 years ago
  Paul J. Davis e9a102af7d Yield back to Erlang while decoding JSON 11 years ago
  Paul J. Davis 5ccff57ade Use a resource for the encoder structure 11 years ago
  Paul J. Davis 79d24e9639 Use a resource for the decoder structure 11 years ago
  Paul Guyot 1e95a84b0c Noncharacters U+FFFF and U+FFFE are not invalid. 11 years ago
  Nobuhiro Iwamatsu d16a4fd968 Add check for below array bounds 11 years ago
  Nobuhiro Iwamatsu 2f984efb23 __GNUC__ is a better choice than __GCC__ 11 years ago
  Nobuhiro Iwamatsu e25768b021 Fix typo in utils.h 11 years ago
  Paul J. Davis e8121ad5ad Prevent segfaults on unterminated strings 12 years ago
  Paul J. Davis bf8276155d Fix compilation on GCC 4.8 12 years ago
  Paul J. Davis 90b28c68e6 Bug fix for large doubles with a fraction 12 years ago
  Paul J. Davis ea5f8060ea Check in the double-conversion dependency 12 years ago
  Volker Mische d0f1ea00fc Encode floating point numbers as short as possible 12 years ago
  Paul J. Davis e2b2c3a919 No longer escape forward slashes 12 years ago
  Paul J. Davis 97d8269aec Remove stray while loop 12 years ago
  Paul J. Davis f71616198f Fix code reloading for Jiffy 13 years ago
  Paul J. Davis 1772539a42 Be paranoid about the values sent to upgrade 13 years ago
  Paul J. Davis 0bf440d141 Fix hot code upgrades 13 years ago
  Paul J. Davis 5eea00e497 Fix compiler warning for gcc 4.4.3 13 years ago
  Paul J. Davis 414827d604 Add an option to ignore UTF-8 encoding errors 13 years ago
  Dave Cottlehuber 3958170fd7 Windows: MSVC compatibility 13 years ago
  Paul J. Davis d127364b13 Fix segfaul when encoding with the uescape option 13 years ago
  Paul J. Davis 12bf41ee61 Fix uescapes for combining characters 13 years ago
  Paul J. Davis 56e60433ae Ensure that encoded doubles have a decimal point 13 years ago
  Sergey Urbanovich fa362cf451 Add pretty print 13 years ago
  Paul J. Davis e9b85b08c9 Remove trailing whitespace 13 years ago