1. 9bf559d ... by Tatu Saloranta · 7 years ago
  2. 0728d42 more work for non-blocking by Tatu Saloranta · 7 years ago
  3. ac05283 Merge branch 'master' of github.com:FasterXML/jackson-core by Tatu Saloranta · 7 years ago
  4. 955e5c2 More work on async parsing by Tatu Saloranta · 7 years ago
  5. 7ff1ff8 Add skeletal methods `peekToken()` and `skipToken()` in `JsonParser`, for non-blocking use case by Tatu Saloranta · 7 years ago
  6. 97db1f8 try to slightly improve true/false/null tokenization for byte-backed parsers by Tatu Saloranta · 7 years ago
  7. 8e8ed3e Some skeletal work for non-blocking parsing by Tatu Saloranta · 7 years ago
  8. 81fb43c Add one more puzzle-piece for async parsing api by Tatu Saloranta · 7 years ago
  9. 056bf5e start adding non-blocking/async json parser (will take a while) by Tatu Saloranta · 7 years ago
  10. b00ee12 Refactor `toString()` down to `JsonStreamContext` by Tatu Saloranta · 7 years ago
  11. 9140ee3 Add `getStartLocation()` in `JsonStreamContext`, to allow access for non-standard read contexts by Tatu Saloranta · 7 years ago
  12. 937f386 Update release notes by Tatu Saloranta · 7 years ago
  13. 340f812 Fix #367 (missing code paths for ALLOW_TRAILING_COMMA) by Bradley Hess · 7 years ago
  14. 43ab901 Merge branch '2.8' by Tatu Saloranta · 7 years ago
  15. 2da8d72 Fix #362 by Tatu Saloranta · 7 years ago
  16. f008130 Fix #306 by Tatu Saloranta · 7 years ago
  17. ce193ae Fix #356 by Tatu Saloranta · 7 years ago
  18. 933f33c Minor changes wrt #17 to use recyclable buffers by Tatu Saloranta · 7 years ago
  19. 0711081 Merge pull request #353 from uhhhh2/master by Tatu Saloranta · 7 years ago
  20. 8cfd5a8 Merge branch '2.8' by Tatu Saloranta · 7 years ago
  21. 18e2b15 Merge branch '2.7' into 2.8 by Tatu Saloranta · 7 years ago
  22. e90e474 Fixed #354 by Tatu Saloranta · 7 years ago
  23. 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
  24. 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
  25. 5497073 Added proposed fix for Issue #17 by Logan Widick · 7 years ago
  26. 2e1f193 Merge branch '2.8' by Tatu Saloranta · 8 years ago
  27. 0c14032 Issue #340 WriterBasedJsonGenerator - added final to protected methods by Rafal Foltynski · 8 years ago
  28. 335ec25 Fixes #340 by Rafal Foltynski · 8 years ago
  29. 489becb add tests for #330 by Tatu Saloranta · 8 years ago
  30. 5370412 Moar test coverage, now 74%/66%, similar to jackson-databind's by Tatu Saloranta · 8 years ago
  31. 42e0aff fix a minor regression wrt DataInput-backed parser, eof detection by Tatu Saloranta · 8 years ago
  32. 56c2ad0 Fix #325 by Tatu Saloranta · 8 years ago
  33. b6846ee Update release notes by Tatu Saloranta · 8 years ago
  34. 766089d bit of refactoring by Tatu Saloranta · 8 years ago
  35. d7a6f6c Add JsonParser feature to ignore a trailing comma (fixes #118, #323) by Bradley Hess · 8 years ago
  36. 7d9be7d Fixing ReaderBasedJsonParser too and adding testcase by Alessio Soldano · 8 years ago
  37. d4d596e Trim tokens in error messages to 256 byte to prevent attacks by Alessio Soldano · 8 years ago
  38. bee7c26 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  39. 345cad5 Fix #317 by Tatu Saloranta · 8 years ago
  40. a619494 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  41. 9664297 Fix #315 by Tatu Saloranta · 8 years ago
  42. 5c48d5f Merge branch '2.7' by Tatu Saloranta · 8 years ago
  43. 956e0ce Fix a small regression with earlier fix, wrt `writeRaw()` by Tatu Saloranta · 8 years ago
  44. 9501961 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  45. 554f8db Fix #307 by Tatu Saloranta · 8 years ago
  46. 12cea03 minor streamlining for error reporting for "can't write value except name" case by Tatu Saloranta · 8 years ago
  47. cd5b6ff a small set of other FindBugs warnings cleanup; no actual issues found, 97 false warnings remain by Tatu Saloranta · 8 years ago
  48. d0172cd Merge branch '2.7' by Tatu Saloranta · 8 years ago
  49. e962fb9 Cleaning up a few FindBugs reported minor issues. by Tatu Saloranta · 8 years ago
  50. 4601785 ... and add the `writeFieldId()` method actually by Tatu Saloranta · 8 years ago
  51. 92245d9 ... by Tatu Saloranta · 8 years ago
  52. 0ed7e34 ... by Tatu Saloranta · 8 years ago
  53. 63fd0ab Minor refactoring: make quote character configurable at generator level; not exposed via API yet by Tatu Saloranta · 8 years ago
  54. 98f8444 Fix #281 by Tatu Saloranta · 8 years ago
  55. e5ded10 Fix #290: Add `JsonGenerator.canWriteFormattedNumbers()` for introspection by Tatu Saloranta · 8 years ago
  56. b13bde6 minor reworking of #285, add release notes by Tatu Saloranta · 8 years ago
  57. ca17d2f issue #15 - readtext in jsonparser by LokeshN · 8 years ago
  58. 83ea1d5 Further fixes based on more tests for DataInput source by Tatu Saloranta · 8 years ago
  59. 20fa9e7 fixes to DataInput, number parsing by Tatu Saloranta · 8 years ago
  60. 69b6879 Yet more testing (comments, non-standard features) for DataInput, minor parsing fixes for the same by Tatu Saloranta · 8 years ago
  61. ce450f2 further testing improvements, fixes, for DataInput source by Tatu Saloranta · 8 years ago
  62. 0609bab fixes to comment handling of DataInput source by Tatu Saloranta · 8 years ago
  63. 155babc add utf-8 bom handling for DataInput parser by Tatu Saloranta · 8 years ago
  64. 5383db6 a fix to DataInput-backed parser by Tatu Saloranta · 8 years ago
  65. 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
  66. 193cef8 More testing for InputData-backed parser, getting better by Tatu Saloranta · 8 years ago
  67. 4ed519f improvements to DataInput handling by Tatu Saloranta · 8 years ago
  68. c1ea241 minor refactoring by Tatu Saloranta · 8 years ago
  69. d7cbb64 Bit more work on DataInput source, test refactoring by Tatu Saloranta · 8 years ago
  70. e0b105f Fix #282 by Tatu Saloranta · 8 years ago
  71. 4e3ba47 Add work-in-progress parser version for reading from DataInput (not yet working) by Tatu Saloranta · 8 years ago
  72. ca842af ... by Tatu Saloranta · 8 years ago
  73. 8a009d1 Merge pull request #267 from LokeshN/Issue117-branch by Tatu Saloranta · 8 years ago
  74. 531b450 Fix for issue 117 - Supports the missing values in an array by LokeshN · 8 years ago
  75. bf9a490 Fix #254: Add `JsonParser.finishToken()` to force full, non-lazy reading of current token by Tatu Saloranta · 8 years ago
  76. 4bace84 Fix botched merge by Tatu Saloranta · 8 years ago
  77. d58d420 Fix #246 by Tatu Saloranta · 8 years ago
  78. 58088f4 prepare for 2.7.1 by Tatu Saloranta · 8 years ago
  79. b9a86aa minor cleanup by Tatu Saloranta · 9 years ago
  80. b4067f1 minor reordering of code by Tatu Saloranta · 9 years ago
  81. b4567ca Add a new method in read/write contexts, to allow cleaning up of current value by Tatu Saloranta · 9 years ago
  82. aa73ab7 Merge pull request #237 from DevFactory/release/static-final-arrays-should-be-private-fix-1 by Tatu Saloranta · 9 years ago
  83. 12b3c2b minor cleanup by Tatu Saloranta · 9 years ago
  84. 393052d Merge pull request #236 from DevFactory/release/constructor-calling-overridable-methods-fix-1 by Tatu Saloranta · 9 years ago
  85. 73662a5 Fixing squid:S1873 static final arrays should be "private" by Faisal Hameed · 9 years ago
  86. b18e388 Fixing pmd:RedundantFieldInitializer Redundant Field Initializer by Faisal Hameed · 9 years ago
  87. a5e4f76 Fixing squid:S1699 Constructors should only call non-overridable methods by Faisal Hameed · 9 years ago
  88. a77c3de bit more tweaking with location handling code by Tatu Saloranta · 9 years ago
  89. e6f6179 ... by Tatu Saloranta · 9 years ago
  90. bae8621 ... by Tatu Saloranta · 9 years ago
  91. fede6c9 Fix #37 by Tatu Saloranta · 9 years ago
  92. 8d200d4 Fix location handling for byte-backed parser by Tatu Saloranta · 9 years ago
  93. c390e92 work on location update code cleanup by Tatu Saloranta · 9 years ago
  94. ec560f3 Add a failing test for #223 by Tatu Saloranta · 9 years ago
  95. 4195e6e Fix #229 by Tatu Saloranta · 9 years ago
  96. 329756d ... by Tatu Saloranta · 9 years ago
  97. da7f2b7 ... by Tatu Saloranta · 9 years ago
  98. 7c56b00 fix some typos by esanchez · 9 years ago
  99. 294f761 Merge branch '2.6' by Cowtowncoder · 9 years ago
  100. f554808 Merge branch '2.5' into 2.6 by Cowtowncoder · 9 years ago