1. 2148628 Fixed non-blocking handling of missing-value/trailing-comma to work same as blocking by Tatu Saloranta · 7 years ago
  2. 199cc5f Update release notes wrt 208 by Tatu Saloranta · 7 years ago
  3. f4548a5 Merge pull request #380 from rfoltyns/feature/filtering_parser_match_count by Tatu Saloranta · 7 years ago
  4. 2bd3882 Yet more testing, minor fixes by Tatu Saloranta · 7 years ago
  5. 2842a45 further parsing fixes for async, scientific-notation doubles by Tatu Saloranta · 7 years ago
  6. 73a8042 More async testing, for non-std "json" features by Tatu Saloranta · 7 years ago
  7. 84518fc Fix one remaining prob with leading-zero handling; now passes. by Tatu Saloranta · 7 years ago
  8. 90415e7 Trying to fix number decoding by Tatu Saloranta · 7 years ago
  9. 03e53a6 further fixes for async: now apos-quoted names/values, unquoted names work by Tatu Saloranta · 7 years ago
  10. 6feec20 Fix #208: FilteringParserDelegate match count support by Rafal Foltynski · 7 years ago
  11. 74564bf Fix issues with optional leading-zeroes handling for non-blocking by Tatu Saloranta · 7 years ago
  12. 42e0d25 Update release notes wrt #330 by Tatu Saloranta · 7 years ago
  13. b9c26cc Merge pull request #381 from rfoltyns/fix/filtering_parser_end_marker_missing by Tatu Saloranta · 7 years ago
  14. ceaa754 First working implentation of non-blocking/async parsing, #57 -- not complete wrt non-standard features, but functional by Tatu Saloranta · 7 years ago
  15. 1415e9d #330 FilteringParserDelegate - missing end marker handling fixed by Rafal Foltynski · 7 years ago
  16. 806fb2d bit of test refactoring by Tatu Saloranta · 7 years ago
  17. 5024910 Fix issues in utf-8 decoding as per tests by Tatu Saloranta · 7 years ago
  18. 968fd4d Fix base64/binary access by Tatu Saloranta · 7 years ago
  19. 39ceace Merge branch '2.8' by Tatu Saloranta · 7 years ago
  20. cc1a84a Fix #382 as per Wil's suggestion, tests by Tatu Saloranta · 7 years ago
  21. d2659dc More work on async parsing: now handles String values with escapes, utf-8 split codepoints. by Tatu Saloranta · 7 years ago
  22. 89986a8 More testing for non-blocking parser by Tatu Saloranta · 7 years ago
  23. 5a6c8a5 Fix name escape handling, test. Should now work completely. Next: string values. by Tatu Saloranta · 7 years ago
  24. 6f2d1ff improve handling of `failing` tests (was not allowing sub-packages) by Tatu Saloranta · 7 years ago
  25. 1b17534 complete async floating-point number parsing by Tatu Saloranta · 7 years ago
  26. b5697d5 bit more testing by Tatu Saloranta · 7 years ago
  27. e9a53da ... by Tatu Saloranta · 7 years ago
  28. e206085 yet more work on non-blocking parser by Tatu Saloranta · 7 years ago
  29. aa804c3 more work on async field name decoding by Tatu Saloranta · 7 years ago
  30. 8be9b70 bit more work on async/non-blocking parsing, prevent test failures on master by Tatu Saloranta · 7 years ago
  31. 09298ed add failing (for now) async tests by Tatu Saloranta · 7 years ago
  32. 8dd48a6 yet more incremental work on non-blocking parser by Tatu Saloranta · 7 years ago
  33. 0f927ed ... by Tatu Saloranta · 7 years ago
  34. 4ed6f92 Undo fix for #330 due to regression in other areas (need more tests) by Tatu Saloranta · 7 years ago
  35. d91d14d int/long decoding now works by Tatu Saloranta · 7 years ago
  36. 892e6ee work on int decoding for async parser by Tatu Saloranta · 7 years ago
  37. c66d62b ... by Tatu Saloranta · 7 years ago
  38. d821ef7 Fixes to async parsing of simple tokens (handling of end-of-input) by Tatu Saloranta · 7 years ago
  39. 6f00af8 more twiddling with number decoding by Tatu Saloranta · 7 years ago
  40. f843bf2 Minor tweaking of number parsing by Tatu Saloranta · 7 years ago
  41. 9bf559d ... by Tatu Saloranta · 7 years ago
  42. ca4578f ... by Tatu Saloranta · 7 years ago
  43. 0728d42 more work for non-blocking by Tatu Saloranta · 7 years ago
  44. ac05283 Merge branch 'master' of github.com:FasterXML/jackson-core by Tatu Saloranta · 7 years ago
  45. 955e5c2 More work on async parsing by Tatu Saloranta · 7 years ago
  46. 96faf2e Fix #330 by Tatu Saloranta · 7 years ago
  47. 8296172 Undo previous change (remove skipToken, peekToken): based on bit of experimenting seems like these are difficult to implement, so defer until later point, with more experience by Tatu Saloranta · 7 years ago
  48. 7ff1ff8 Add skeletal methods `peekToken()` and `skipToken()` in `JsonParser`, for non-blocking use case by Tatu Saloranta · 7 years ago
  49. 5333247 Minor tweaks to #374, update release notes by Tatu Saloranta · 7 years ago
  50. b2d692a Merge pull request #374 from rfoltyns/feature/pp_configurable_separators by Tatu Saloranta · 7 years ago
  51. 97db1f8 try to slightly improve true/false/null tokenization for byte-backed parsers by Tatu Saloranta · 7 years ago
  52. 841b90d minor improvements to manual micro-benchmarks by Tatu Saloranta · 7 years ago
  53. 1e6e497 ... by Tatu Saloranta · 7 years ago
  54. 8e8ed3e Some skeletal work for non-blocking parsing by Tatu Saloranta · 7 years ago
  55. 81fb43c Add one more puzzle-piece for async parsing api by Tatu Saloranta · 7 years ago
  56. 03ed210 Add `throws IOException` for `JsonParser.isNaN()`; should have been added originally by Tatu Saloranta · 7 years ago
  57. daeee7a fix a minor javadoc prob by Tatu Saloranta · 7 years ago
  58. 056bf5e start adding non-blocking/async json parser (will take a while) by Tatu Saloranta · 7 years ago
  59. 20972a2 Continuing work for support non-blocking (async) parsing by Tatu Saloranta · 7 years ago
  60. 3228f82 Add `ByteArrayBuilder.size()` by Tatu Saloranta · 7 years ago
  61. 091287d Add one more convenience method in ByteArrayBuilder by Tatu Saloranta · 7 years ago
  62. 2624889 ... by Tatu Saloranta · 7 years ago
  63. 78b0118 Start adding scaffolding for accessing non-blocking parsing functionality by Tatu Saloranta · 7 years ago
  64. 647c78f add `getBufferWithoutReset()` in `TextBuffer` (needed for non-blocking decoders) by Tatu Saloranta · 7 years ago
  65. 8e367b5 Minimal and DefaultPrettyPrinter with configurable separators by Rafal Foltynski · 7 years ago
  66. 9cb631d Minor stylistic changes, remove extraneous throws types by Tatu Saloranta · 7 years ago
  67. b00ee12 Refactor `toString()` down to `JsonStreamContext` by Tatu Saloranta · 7 years ago
  68. ed27ed4 ... by Tatu Saloranta · 7 years ago
  69. 9140ee3 Add `getStartLocation()` in `JsonStreamContext`, to allow access for non-standard read contexts by Tatu Saloranta · 7 years ago
  70. 937f386 Update release notes by Tatu Saloranta · 7 years ago
  71. 82e85a8 Merge pull request #373 from MichaelSims/master by Tatu Saloranta · 7 years ago
  72. cc91245 Fix #372: JsonParserSequence overrides skipChildren() by Michael Sims · 7 years ago
  73. 7f31d41 Merge branch '2.8' by Tatu Saloranta · 7 years ago
  74. 0b7a6e9 ... by Tatu Saloranta · 7 years ago
  75. e51efef [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 7 years ago
  76. 83f37d1 [maven-release-plugin] prepare release jackson-core-2.9.0.pr3 by Tatu Saloranta · 7 years ago
  77. 0484bd1 prepare for 2.9.0.pr3 by Tatu Saloranta · 7 years ago
  78. 19deb6d minor wording change for pom by Tatu Saloranta · 7 years ago
  79. e5d0473 Merge pull request #370 from bdhess/trailing-commas-paths by Tatu Saloranta · 7 years ago
  80. 340f812 Fix #367 (missing code paths for ALLOW_TRAILING_COMMA) by Bradley Hess · 7 years ago
  81. f425563 Demote constants to help implementations that use `ParserMinimalBase` by Tatu Saloranta · 7 years ago
  82. 50d62c2 change visibility of some constants to give access to sub-classes by Tatu Saloranta · 7 years ago
  83. f36a0bc Add constant `NR_FLOAT` for sub-classes to use by Tatu Saloranta · 7 years ago
  84. 5bc50c5 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 7 years ago
  85. c1167ae [maven-release-plugin] prepare release jackson-core-2.8.8 by Tatu Saloranta · 7 years ago
  86. f013851 Pa by Tatu Saloranta · 7 years ago
  87. 3cda6aa Merge pull request #365 from opinali/patch-1 by Tatu Saloranta · 7 years ago
  88. d53df4b Fix javadocs for getValueAsLong/Double by Osvaldo Pinali Doederlein · 7 years ago
  89. 460f835 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 7 years ago
  90. bdb46f9 [maven-release-plugin] prepare release jackson-core-2.9.0.pr2 by Tatu Saloranta · 7 years ago
  91. 43ab901 Merge branch '2.8' by Tatu Saloranta · 7 years ago
  92. 2da8d72 Fix #362 by Tatu Saloranta · 7 years ago
  93. f008130 Fix #306 by Tatu Saloranta · 7 years ago
  94. 7e57c55 One minor fix for `isNaN()` impl, must consider infinites too by Tatu Saloranta · 7 years ago
  95. ab9b00a Fix #314 by Tatu Saloranta · 7 years ago
  96. 59bb9f7 Merge branch '2.8' by Tatu Saloranta · 7 years ago
  97. ecc374d Backport fix for #359 in 2.8 by Tatu Saloranta · 7 years ago
  98. 1030914 Merge pull request #360 from arnaudroger/issue_359 by Tatu Saloranta · 7 years ago
  99. 825ec45 #359 override writeStartObject(Object forValue) by Arnaud Roger · 7 years ago
  100. d89facc [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 7 years ago