1. d91d14d int/long decoding now works by Tatu Saloranta · 7 years ago
  2. 6f00af8 more twiddling with number decoding by Tatu Saloranta · 7 years ago
  3. 0728d42 more work for non-blocking by Tatu Saloranta · 7 years ago
  4. 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
  5. 7ff1ff8 Add skeletal methods `peekToken()` and `skipToken()` in `JsonParser`, for non-blocking use case by Tatu Saloranta · 7 years ago
  6. 5333247 Minor tweaks to #374, update release notes by Tatu Saloranta · 7 years ago
  7. b2d692a Merge pull request #374 from rfoltyns/feature/pp_configurable_separators by Tatu Saloranta · 7 years ago
  8. 03ed210 Add `throws IOException` for `JsonParser.isNaN()`; should have been added originally by Tatu Saloranta · 7 years ago
  9. 3228f82 Add `ByteArrayBuilder.size()` by Tatu Saloranta · 7 years ago
  10. 091287d Add one more convenience method in ByteArrayBuilder by Tatu Saloranta · 7 years ago
  11. 647c78f add `getBufferWithoutReset()` in `TextBuffer` (needed for non-blocking decoders) by Tatu Saloranta · 7 years ago
  12. 8e367b5 Minimal and DefaultPrettyPrinter with configurable separators by Rafal Foltynski · 7 years ago
  13. 9cb631d Minor stylistic changes, remove extraneous throws types by Tatu Saloranta · 7 years ago
  14. 9140ee3 Add `getStartLocation()` in `JsonStreamContext`, to allow access for non-standard read contexts by Tatu Saloranta · 7 years ago
  15. cc91245 Fix #372: JsonParserSequence overrides skipChildren() by Michael Sims · 7 years ago
  16. f36a0bc Add constant `NR_FLOAT` for sub-classes to use by Tatu Saloranta · 7 years ago
  17. ab9b00a Fix #314 by Tatu Saloranta · 7 years ago
  18. 0711081 Merge pull request #353 from uhhhh2/master by Tatu Saloranta · 7 years ago
  19. 9ad8103 Merge branch '2.8' by Tatu Saloranta · 7 years ago
  20. d3d830f Fixed #351 (improve error messaging wrt 2 gig limit for byte arrays) by Tatu Saloranta · 7 years ago
  21. 5497073 Added proposed fix for Issue #17 by Logan Widick · 7 years ago
  22. db156a9 more testing of UTF8Writer by Tatu Saloranta · 8 years ago
  23. 42e0aff fix a minor regression wrt DataInput-backed parser, eof detection by Tatu Saloranta · 8 years ago
  24. d0172cd Merge branch '2.7' by Tatu Saloranta · 8 years ago
  25. e962fb9 Cleaning up a few FindBugs reported minor issues. by Tatu Saloranta · 8 years ago
  26. 0d8b14d Rewrite of #296: require setting during construction to enable "check for existing current token" by Tatu Saloranta · 8 years ago
  27. e052c31 Fix #296 by Tatu Saloranta · 8 years ago
  28. 4601785 ... and add the `writeFieldId()` method actually by Tatu Saloranta · 8 years ago
  29. 5f17592 Implement last part of #277 for JSON backend (still need to add to smile/cbor/protobuf) by Tatu Saloranta · 8 years ago
  30. b13bde6 minor reworking of #285, add release notes by Tatu Saloranta · 8 years ago
  31. ca17d2f issue #15 - readtext in jsonparser by LokeshN · 8 years ago
  32. 93994e3 Add `JsonP by Tatu Saloranta · 8 years ago
  33. 38b3ef1 Fix #276 by Tatu Saloranta · 8 years ago
  34. 6e3999e Additional streamlining for #86; need to ensure exception remains serializable by Tatu Saloranta · 8 years ago
  35. 2c33498 Merge pull request #259 from LokeshN/Issue86-branch1 by Tatu Saloranta · 8 years ago
  36. 13fc4c8 Issue 86 - Adding request payload to the JsonParseException by LokeshN · 8 years ago
  37. 0a5291f Issue 86 - Adding request payload to the JsonParseException by LokeshN · 8 years ago
  38. 27ad738 Issue 86 - Adding request payload to the JsonParseException by LokeshN · 8 years ago
  39. a4666af Issue 86 - Adding request payload to the JsonParseException by LokeshN · 8 years ago
  40. 42aeabf Issue 86 - Adding request payload to the JsonParseException by Lokesh N · 8 years ago
  41. bf9a490 Fix #254: Add `JsonParser.finishToken()` to force full, non-lazy reading of current token by Tatu Saloranta · 8 years ago
  42. 4bace84 Fix botched merge by Tatu Saloranta · 8 years ago
  43. 858568c JsonGenerator - support passing opaque datatypes Fixes #243 by greg · 8 years ago
  44. 4b32979 Merge pull request #249 from sammyhk/master by Tatu Saloranta · 9 years ago
  45. ba50df6 Merge branch '2.6' by Tatu Saloranta · 9 years ago
  46. 1fb1e27 Fixed #248 by Tatu Saloranta · 9 years ago
  47. 18ad3bc #248 - fix VerisonUti.versionFor() unintended to return null instead of Version.unknownVersion() after commit 88c296c67391f6dea4c1581caa82d801c5d94535 by Sammy Chu · 9 years ago
  48. b18e388 Fixing pmd:RedundantFieldInitializer Redundant Field Initializer by Faisal Hameed · 9 years ago
  49. d3f0320 Improve support for std/format feature setting by Tatu Saloranta · 9 years ago
  50. f8d8856 Code streamlining; removing internal (non-public) deprecated methods up to 2.5 level by Tatu Saloranta · 9 years ago
  51. 2e262b9 Baseline work for #196, generic support for format-specific features by Cowtowncoder · 9 years ago
  52. 88c296c Unit test coverage improvements, to get to 70%/60% level (line/branch) for 2.6 by Cowtowncoder · 9 years ago
  53. 46b4f02 Implement #195: Add `JsonGenerator.getOuputBuffered()` by Cowtowncoder · 9 years ago
  54. e763023 Prepare for 2.6.0-rc1 by Tatu Saloranta · 9 years ago
  55. dfd6909 Add skeletal FilteringParserDelegate, to (eventually) add filtering on parser too by Tatu Saloranta · 9 years ago
  56. b55721a more incremental work for token filtering, for writes. by Cowtowncoder · 9 years ago
  57. d0b4bfe Start building filtering to support exposing subsets of content read/written by Cowtowncoder · 9 years ago
  58. 6a1e6a3 Minor stylistic cleanup by Tatu Saloranta · 9 years ago
  59. 9dac522 Merge branch '2.5' by Tatu Saloranta · 9 years ago
  60. 1a0eb76 Add more tests for `PrettyPrinter`, to ensure root value separator is properly covered by Tatu Saloranta · 9 years ago
  61. 7f5065a Update release notes wrt #182 by Cowtowncoder · 9 years ago
  62. 11f0b40 Always return empty array instead of null for empty buffer by Masaru Hasegawa · 9 years ago
  63. 2a629d6 Minor forward-compatibility improvement: add `TextBuffer.setCurrentAndReturn()` by Cowtowncoder · 9 years ago
  64. 1eef25a Add `JsonParser.hasToken(JsonToken)` by Tatu Saloranta · 10 years ago
  65. 3434c07 Add TextBuffer.setCurrentAndReturn() by Tatu Saloranta · 10 years ago
  66. 657272f tiny change to JsonParser ctor call sequence by Tatu Saloranta · 10 years ago
  67. 3dcedd2 Fix #178. Also fix a few javadoc processor warnings by Tatu Saloranta · 10 years ago
  68. 39170c0 Add `JsonParser.hasExpectedStartObjectToken()` by Tatu Saloranta · 10 years ago
  69. aae5397 Added `JsonParser.hasTokenId()` method by Tatu Saloranta · 10 years ago
  70. 6d9cb64 Minor tweaking, javadoc fixes, add version numbers by Tatu Saloranta · 10 years ago
  71. d6a05f3 Merge pull request #166 from digulla/master by Tatu Saloranta · 10 years ago
  72. 44f42e8 Implement #168 by Tatu Saloranta · 10 years ago
  73. 0334f7e Minor robustification, javadoc improvements by Cowtowncoder · 10 years ago
  74. 3f45560 Deprecate old API instead of removing it. Added new API to mutate the indenter. by digulla · 10 years ago
  75. 455face Allow to configure line endings and indentation used in the DefaultPrettyPrinter. by digulla · 10 years ago
  76. 3baa7d6 Fix #152 by Tatu Saloranta · 10 years ago
  77. 4ceaba8 Fix #143 (regression, not present in 2.3.3) by Tatu · 10 years ago
  78. 1d07601 Implement #127 by Tatu Saloranta · 10 years ago
  79. d6e459a Integrate #129 in mainline as well by Tatu · 10 years ago
  80. 2bba5dd Remove redundant casts by Gonçalo Silva · 11 years ago
  81. e78fc1f minor improvement to text buffer allocation by Tatu Saloranta · 11 years ago
  82. 6884325 ... by Tatu Saloranta · 11 years ago
  83. 0c8d86e minor addition to TextBuffer by Tatu Saloranta · 11 years ago
  84. fedd795 Minor trimming by Tatu Saloranta · 11 years ago
  85. ebf0091 Refactor BufferRecycler for sub-classing by Tatu Saloranta · 11 years ago
  86. 4646ed1 minor cleanup by Tatu Saloranta · 11 years ago
  87. 175a97b Implement #121 by Tatu Saloranta · 11 years ago
  88. 87cba32 and bit more clean up by Tatu Saloranta · 11 years ago
  89. f633f10 bit of source code sanitization by Tatu Saloranta · 11 years ago
  90. 5cf2e6e Last piece of refactoring wrt #110 by Tatu Saloranta · 11 years ago
  91. 0e10fd5 Refactor a bit to help reduce redunancy from #110 by Tatu Saloranta · 11 years ago
  92. 594a75d Reimplement FilterJsonGenerator as a flag to JsonGeneratorDelegate. by Q.P.Liu · 11 years ago
  93. faa7d54 Add FilterJsonGenerator. by Q.P.Liu · 11 years ago
  94. 67a24de Minor cleanup for JsonTokenId, adding comments by Tatu · 11 years ago
  95. 8475c8b Minor improvement for InternCache by Tatu Saloranta · 11 years ago
  96. b883544 Implement #103, binary-data capability introspection by Tatu Saloranta · 11 years ago
  97. 3e0a14e more minor cleanup by Tatu Saloranta · 11 years ago
  98. 838dc4c and more cleanup by Tatu Saloranta · 11 years ago
  99. 1313ea3 try to simplify VersionUtil by Tatu Saloranta · 11 years ago
  100. b40ac81 Fix #98 by Tatu Saloranta · 11 years ago