1. 6feec20 Fix #208: FilteringParserDelegate match count support by Rafal Foltynski · 7 years ago
  2. 74564bf Fix issues with optional leading-zeroes handling for non-blocking by Tatu Saloranta · 7 years ago
  3. b9c26cc Merge pull request #381 from rfoltyns/fix/filtering_parser_end_marker_missing by Tatu Saloranta · 7 years ago
  4. 1415e9d #330 FilteringParserDelegate - missing end marker handling fixed by Rafal Foltynski · 7 years ago
  5. 806fb2d bit of test refactoring by Tatu Saloranta · 7 years ago
  6. 5024910 Fix issues in utf-8 decoding as per tests by Tatu Saloranta · 7 years ago
  7. 968fd4d Fix base64/binary access by Tatu Saloranta · 7 years ago
  8. 39ceace Merge branch '2.8' by Tatu Saloranta · 7 years ago
  9. cc1a84a Fix #382 as per Wil's suggestion, tests by Tatu Saloranta · 7 years ago
  10. d2659dc More work on async parsing: now handles String values with escapes, utf-8 split codepoints. by Tatu Saloranta · 7 years ago
  11. 89986a8 More testing for non-blocking parser by Tatu Saloranta · 7 years ago
  12. 5a6c8a5 Fix name escape handling, test. Should now work completely. Next: string values. by Tatu Saloranta · 7 years ago
  13. 1b17534 complete async floating-point number parsing by Tatu Saloranta · 7 years ago
  14. b5697d5 bit more testing by Tatu Saloranta · 7 years ago
  15. e206085 yet more work on non-blocking parser by Tatu Saloranta · 7 years ago
  16. aa804c3 more work on async field name decoding by Tatu Saloranta · 7 years ago
  17. 8be9b70 bit more work on async/non-blocking parsing, prevent test failures on master by Tatu Saloranta · 7 years ago
  18. 09298ed add failing (for now) async tests by Tatu Saloranta · 7 years ago
  19. 4ed6f92 Undo fix for #330 due to regression in other areas (need more tests) by Tatu Saloranta · 7 years ago
  20. d91d14d int/long decoding now works by Tatu Saloranta · 7 years ago
  21. d821ef7 Fixes to async parsing of simple tokens (handling of end-of-input) by Tatu Saloranta · 7 years ago
  22. 6f00af8 more twiddling with number decoding by Tatu Saloranta · 7 years ago
  23. f843bf2 Minor tweaking of number parsing by Tatu Saloranta · 7 years ago
  24. ca4578f ... by Tatu Saloranta · 7 years ago
  25. 0728d42 more work for non-blocking by Tatu Saloranta · 7 years ago
  26. ac05283 Merge branch 'master' of github.com:FasterXML/jackson-core by Tatu Saloranta · 7 years ago
  27. 955e5c2 More work on async parsing by Tatu Saloranta · 7 years ago
  28. 96faf2e Fix #330 by Tatu Saloranta · 7 years ago
  29. 5333247 Minor tweaks to #374, update release notes by Tatu Saloranta · 7 years ago
  30. b2d692a Merge pull request #374 from rfoltyns/feature/pp_configurable_separators by Tatu Saloranta · 7 years ago
  31. 97db1f8 try to slightly improve true/false/null tokenization for byte-backed parsers by Tatu Saloranta · 7 years ago
  32. 841b90d minor improvements to manual micro-benchmarks by Tatu Saloranta · 7 years ago
  33. 1e6e497 ... by Tatu Saloranta · 7 years ago
  34. 20972a2 Continuing work for support non-blocking (async) parsing by Tatu Saloranta · 7 years ago
  35. 8e367b5 Minimal and DefaultPrettyPrinter with configurable separators by Rafal Foltynski · 7 years ago
  36. 340f812 Fix #367 (missing code paths for ALLOW_TRAILING_COMMA) by Bradley Hess · 7 years ago
  37. f008130 Fix #306 by Tatu Saloranta · 7 years ago
  38. 7e57c55 One minor fix for `isNaN()` impl, must consider infinites too by Tatu Saloranta · 7 years ago
  39. ab9b00a Fix #314 by Tatu Saloranta · 7 years ago
  40. ecc374d Backport fix for #359 in 2.8 by Tatu Saloranta · 7 years ago
  41. 825ec45 #359 override writeStartObject(Object forValue) by Arnaud Roger · 7 years ago
  42. d3918a2 Minor fix to prevent adding "new" property for `JsonLocation` by Tatu Saloranta · 7 years ago
  43. ce193ae Fix #356 by Tatu Saloranta · 7 years ago
  44. 0711081 Merge pull request #353 from uhhhh2/master by Tatu Saloranta · 7 years ago
  45. 50a1450 Merge branch '2.8' by Tatu Saloranta · 7 years ago
  46. 67add8c Improvement for #349 by Tatu Saloranta · 7 years ago
  47. 78885dd Added error checking for null reader, and for not enough input from reader. Changed the name of a test case file. Added failure test cases for reading from null reader, and for reading too little. by Logan Widick · 7 years ago
  48. f975512 Added first draft of unit tests (copied from pre-existing string generation ones and adapted to use Writers instead of Strings). by Logan Widick · 7 years ago
  49. 2e1f193 Merge branch '2.8' by Tatu Saloranta · 8 years ago
  50. 4616602 Merge pull request #322 from asoldano/max-error-message-size by Tatu Saloranta · 8 years ago
  51. aba2ad6 Merge branch '2.8' by Tatu Saloranta · 8 years ago
  52. 7c3e56b Fixed #335 by Tatu Saloranta · 8 years ago
  53. 489becb add tests for #330 by Tatu Saloranta · 8 years ago
  54. 5370412 Moar test coverage, now 74%/66%, similar to jackson-databind's by Tatu Saloranta · 8 years ago
  55. db156a9 more testing of UTF8Writer by Tatu Saloranta · 8 years ago
  56. 42e0aff fix a minor regression wrt DataInput-backed parser, eof detection by Tatu Saloranta · 8 years ago
  57. 56c2ad0 Fix #325 by Tatu Saloranta · 8 years ago
  58. 766089d bit of refactoring by Tatu Saloranta · 8 years ago
  59. a778f95 Boost up test coverage a bit by Tatu Saloranta · 8 years ago
  60. d7a6f6c Add JsonParser feature to ignore a trailing comma (fixes #118, #323) by Bradley Hess · 8 years ago
  61. 7d9be7d Fixing ReaderBasedJsonParser too and adding testcase by Alessio Soldano · 8 years ago
  62. fa64390 Fix #318 by Tatu Saloranta · 8 years ago
  63. bee7c26 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  64. 345cad5 Fix #317 by Tatu Saloranta · 8 years ago
  65. a619494 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  66. 9664297 Fix #315 by Tatu Saloranta · 8 years ago
  67. 956e0ce Fix a small regression with earlier fix, wrt `writeRaw()` by Tatu Saloranta · 8 years ago
  68. 9501961 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  69. 554f8db Fix #307 by Tatu Saloranta · 8 years ago
  70. bca72a5 more test improvements for coverage, number output by Tatu Saloranta · 8 years ago
  71. e43ecc2 minor int/long write perf improvement by Tatu Saloranta · 8 years ago
  72. 9dcd38b Minor performance improvent for `int`/`long` encoding in `NumberOutput` by Tatu Saloranta · 8 years ago
  73. 14206ed minor test improvements by Tatu Saloranta · 8 years ago
  74. 0d8b14d Rewrite of #296: require setting during construction to enable "check for existing current token" by Tatu Saloranta · 8 years ago
  75. e052c31 Fix #296 by Tatu Saloranta · 8 years ago
  76. fd5ca3b Add part of #136 by Tatu Saloranta · 8 years ago
  77. 98f8444 Fix #281 by Tatu Saloranta · 8 years ago
  78. e5ded10 Fix #290: Add `JsonGenerator.canWriteFormattedNumbers()` for introspection by Tatu Saloranta · 8 years ago
  79. 5f17592 Implement last part of #277 for JSON backend (still need to add to smile/cbor/protobuf) by Tatu Saloranta · 8 years ago
  80. b13bde6 minor reworking of #285, add release notes by Tatu Saloranta · 8 years ago
  81. ca17d2f issue #15 - readtext in jsonparser by LokeshN · 8 years ago
  82. 780394c yet more testing by Tatu Saloranta · 8 years ago
  83. 83ea1d5 Further fixes based on more tests for DataInput source by Tatu Saloranta · 8 years ago
  84. 20fa9e7 fixes to DataInput, number parsing by Tatu Saloranta · 8 years ago
  85. 69b6879 Yet more testing (comments, non-standard features) for DataInput, minor parsing fixes for the same by Tatu Saloranta · 8 years ago
  86. ce450f2 further testing improvements, fixes, for DataInput source by Tatu Saloranta · 8 years ago
  87. 0609bab fixes to comment handling of DataInput source by Tatu Saloranta · 8 years ago
  88. 32b8402 more testing improvements by Tatu Saloranta · 8 years ago
  89. 155babc add utf-8 bom handling for DataInput parser by Tatu Saloranta · 8 years ago
  90. 5383db6 a fix to DataInput-backed parser by Tatu Saloranta · 8 years ago
  91. e872229 Test improvements by Tatu Saloranta · 8 years ago
  92. 244ddd1 Refactoring, trying to figure out how to get rid of mandatory `loadMore[Guaranteed]` methods without big backwards compat pains by Tatu Saloranta · 8 years ago
  93. 193cef8 More testing for InputData-backed parser, getting better by Tatu Saloranta · 8 years ago
  94. 4ed519f improvements to DataInput handling by Tatu Saloranta · 8 years ago
  95. d7cbb64 Bit more work on DataInput source, test refactoring by Tatu Saloranta · 8 years ago
  96. feee764 test refactoring by Tatu Saloranta · 8 years ago
  97. e0b105f Fix #282 by Tatu Saloranta · 8 years ago
  98. 5691a37 Add failing test for #282 by Tatu Saloranta · 8 years ago
  99. bdc5c4e add skeletal `writeArray(int[])` method for 2.8 by Tatu Saloranta · 8 years ago
  100. 4e3ba47 Add work-in-progress parser version for reading from DataInput (not yet working) by Tatu Saloranta · 8 years ago