1. 14 Nov, 2014 2 commits
  2. 31 Oct, 2014 1 commit
  3. 22 Oct, 2014 1 commit
    • Sean Leather's avatar
      Fix MemoryStream::Peek() and add test for fix · 0e715872
      Sean Leather authored
      MemoryStream::Peek() did not return '\0' if src_ == end_, but Peek() == '\0' is
      used in parsing in the GenericReader. Without this change, parsing with
      MemoryStream as the InputStream could result in a segmentation fault.
      0e715872
  4. 19 Sep, 2014 1 commit
  5. 14 Sep, 2014 2 commits
  6. 13 Sep, 2014 1 commit
  7. 12 Sep, 2014 1 commit
  8. 10 Sep, 2014 2 commits
  9. 05 Sep, 2014 3 commits
  10. 04 Sep, 2014 3 commits
  11. 03 Sep, 2014 2 commits
  12. 02 Sep, 2014 1 commit
    • miloyip's avatar
      Fallback strtod() when not able to do fast-path · 0580d42d
      miloyip authored
      This shall generate best possible precision (if strtod() is correctly
      implemented). Need more unit tests and performance tests. May add an
      option for accepting precision error. Otherwise LUT in Pow10() can be
      reduced.
      0580d42d
  13. 28 Aug, 2014 1 commit
  14. 11 Aug, 2014 6 commits
  15. 30 Jul, 2014 2 commits
  16. 29 Jul, 2014 1 commit
  17. 27 Jul, 2014 2 commits
  18. 26 Jul, 2014 1 commit
    • Milo Yip's avatar
      Remove stack size limit feature · e3e8fea0
      Milo Yip authored
      It is not very useful for iterative parsing as the worst case of heap
      size is O(n) where n is number of character in JSON, for the worst
      synthetic cases. This is reasonable and should not create stack overflow
      security problem as in recursive parsing.
      e3e8fea0
  19. 17 Jul, 2014 2 commits
  20. 16 Jul, 2014 1 commit
  21. 15 Jul, 2014 1 commit
  22. 14 Jul, 2014 1 commit
  23. 11 Jul, 2014 2 commits