- d9d6f1a ... by Tatu Saloranta · 8 years ago
- 2cf1932 Merge branch '2.7' by Tatu Saloranta · 8 years ago
- e9fcbc9 Minor forwards-compatibility additions to allow some level of compatibility between 2.7 and 2.8 core impl by Tatu Saloranta · 8 years ago
- 0ed7e34 ... by Tatu Saloranta · 8 years ago
- fd5ca3b Add part of #136 by Tatu Saloranta · 8 years ago
- 63fd0ab Minor refactoring: make quote character configurable at generator level; not exposed via API yet by Tatu Saloranta · 8 years ago
- 98f8444 Fix #281 by Tatu Saloranta · 8 years ago
- d980ba3 Merge branch 'master' of github.com:FasterXML/jackson-core by Tatu Saloranta · 8 years ago
- e5ded10 Fix #290: Add `JsonGenerator.canWriteFormattedNumbers()` for introspection by Tatu Saloranta · 8 years ago
- cfb0866 add notes wrt deferred impl of writing type ids by Tatu Saloranta · 8 years ago
- 5f17592 Implement last part of #277 for JSON backend (still need to add to smile/cbor/protobuf) by Tatu Saloranta · 8 years ago
- 2bc82d9 Add base `JsonParser.getText(Writer)` impl, to avoid breaking change for non-updated backends; remove co-variant return type for `GeneratorBase.getOutputContext()` by Tatu Saloranta · 9 years ago
- b13bde6 minor reworking of #285, add release notes by Tatu Saloranta · 9 years ago
- 7a0991a Merge pull request #285 from LokeshN/readtext-jsonparser1 by Tatu Saloranta · 9 years ago
- ca17d2f issue #15 - readtext in jsonparser by LokeshN · 9 years ago
- 780394c yet more testing by Tatu Saloranta · 9 years ago
- 83ea1d5 Further fixes based on more tests for DataInput source by Tatu Saloranta · 9 years ago
- 20fa9e7 fixes to DataInput, number parsing by Tatu Saloranta · 9 years ago
- 69b6879 Yet more testing (comments, non-standard features) for DataInput, minor parsing fixes for the same by Tatu Saloranta · 9 years ago
- ce450f2 further testing improvements, fixes, for DataInput source by Tatu Saloranta · 9 years ago
- 0609bab fixes to comment handling of DataInput source by Tatu Saloranta · 9 years ago
- 32b8402 more testing improvements by Tatu Saloranta · 9 years ago
- 155babc add utf-8 bom handling for DataInput parser by Tatu Saloranta · 9 years ago
- 5383db6 a fix to DataInput-backed parser by Tatu Saloranta · 9 years ago
- e872229 Test improvements by Tatu Saloranta · 9 years ago
- 93994e3 Add `JsonP by Tatu Saloranta · 9 years ago
- 244ddd1 Refactoring, trying to figure out how to get rid of mandatory `loadMore[Guaranteed]` methods without big backwards compat pains by Tatu Saloranta · 9 years ago
- 193cef8 More testing for InputData-backed parser, getting better by Tatu Saloranta · 9 years ago
- 4ed519f improvements to DataInput handling by Tatu Saloranta · 9 years ago
- c1ea241 minor refactoring by Tatu Saloranta · 9 years ago
- d7cbb64 Bit more work on DataInput source, test refactoring by Tatu Saloranta · 9 years ago
- feee764 test refactoring by Tatu Saloranta · 9 years ago
- e0b105f Fix #282 by Tatu Saloranta · 9 years ago
- 5691a37 Add failing test for #282 by Tatu Saloranta · 9 years ago
- d1328b4 ... by Tatu Saloranta · 9 years ago
- bdc5c4e add skeletal `writeArray(int[])` method for 2.8 by Tatu Saloranta · 9 years ago
- 4e3ba47 Add work-in-progress parser version for reading from DataInput (not yet working) by Tatu Saloranta · 9 years ago
- 51e1f98 javadoc addition by Tatu Saloranta · 9 years ago
- 473b1d2 Merge branch '2.7' by Tatu Saloranta · 9 years ago
- 88db6b7 Merge branch '2.6' into 2.7 by Tatu Saloranta · 9 years ago
- 0f43226 ... by Tatu Saloranta · 9 years ago
- 34b6199 backport #280 in 2.6 branch, just in case we ever want to do micro-patch by Tatu Saloranta · 9 years ago
- 00a29c8 Backport #280 fix by Tatu Saloranta · 9 years ago
- a8a9beb Merge pull request #280 from tlrx/writeutf8string by Tatu Saloranta · 9 years ago
- 27aa8b8 FilteringGeneratorDelegate.writeUTF8String() should use delegate.writeUTF8String() by Tanguy Leroux · 9 years ago
- 931e0e6 try to resolve travis/java6 build issue; seems to stem from Felix/bundle plugin requiring Java 7 or later by Tatu Saloranta · 9 years ago
- 38b3ef1 Fix #276 by Tatu Saloranta · 9 years ago
- de8f7a0 upgrade to newer jackson-parent by Tatu Saloranta · 9 years ago
- 054909d Merge branch '2.7' by Tatu Saloranta · 9 years ago
- 38b3f0b [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
- a7d6a88 [maven-release-plugin] prepare release jackson-core-2.7.4 by Tatu Saloranta · 9 years ago
- 3f368b4 prepare for 2.7.4 by Tatu Saloranta · 9 years ago
- 0472cd8 Merge branch '2.7' by Tatu Saloranta · 9 years ago
- e3292f5 Add more testing for JDK serializability of exceptions by Tatu Saloranta · 9 years ago
- 80e8376 ... by Tatu Saloranta · 9 years ago
- 46fbbd3 Merge branch '2.7' by Tatu Saloranta · 9 years ago
- d652a84 minor change: make JsonParseException serializable again by Tatu Saloranta · 9 years ago
- 6e3999e Additional streamlining for #86; need to ensure exception remains serializable by Tatu Saloranta · 9 years ago
- 2c33498 Merge pull request #259 from LokeshN/Issue86-branch1 by Tatu Saloranta · 9 years ago
- 13fc4c8 Issue 86 - Adding request payload to the JsonParseException by LokeshN · 9 years ago
- 0a5291f Issue 86 - Adding request payload to the JsonParseException by LokeshN · 9 years ago
- 2fec776 Merge branch '2.7' by Tatu Saloranta · 9 years ago
- 1d1aac6 Merge branch '2.6' into 2.7 by Tatu Saloranta · 9 years ago
- a34b8c2 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
- a43f57d [maven-release-plugin] prepare release jackson-core-2.6.6 by Tatu Saloranta · 9 years ago
- f73c59d Prepare for 2.6.6 by Tatu Saloranta · 9 years ago
- b68491f Merge pull request #268 from mikaelstaldal/JsonStringEncoder-AllocationFree by Tatu Saloranta · 9 years ago
- dd77594 Rename method to reflect that it is a variant of quoteAsString by Mikael Ståldal · 9 years ago
- b55cfc2 Merge branch 'master' into JsonStringEncoder-AllocationFree by Mikael Ståldal · 9 years ago
- a3f5f23 Fix Javadoc by Mikael Ståldal · 9 years ago
- 4f71679 Append result to supplied StringBuilder instead of returning it. by Mikael Ståldal · 9 years ago
- a562a86 update travis settings by Tatu Saloranta · 9 years ago
- e9098c9 Merge branch '2.7' by Tatu Saloranta · 9 years ago
- 1e262f6 remove finality of `getOutputContext()` by Tatu Saloranta · 9 years ago
- c53f316 Update release notes wrt #265 by Tatu Saloranta · 9 years ago
- a1a0282 Merge pull request #266 from mikaelstaldal/JsonStringEncoder-CharSequence by Tatu Saloranta · 9 years ago
- 56be180 minor test improvement by Tatu Saloranta · 9 years ago
- ca842af ... by Tatu Saloranta · 9 years ago
- 8a009d1 Merge pull request #267 from LokeshN/Issue117-branch by Tatu Saloranta · 9 years ago
- 27acdc6 Remove wrong comment by Mikael Ståldal · 9 years ago
- 531b450 Fix for issue 117 - Supports the missing values in an array by LokeshN · 9 years ago
- 3a04197 Rename CharSequence variant of JsonStringEncoder.quoteAsString by Mikael Ståldal · 9 years ago
- 3c6dcd6 CharSequence variant of JsonStringEncoder.quoteAsString by Mikael Ståldal · 9 years ago
- 27ad738 Issue 86 - Adding request payload to the JsonParseException by LokeshN · 9 years ago
- a4666af Issue 86 - Adding request payload to the JsonParseException by LokeshN · 9 years ago
- 42aeabf Issue 86 - Adding request payload to the JsonParseException by Lokesh N · 9 years ago
- 4709c6a minor cleanup related to `JsonParser.finishToken()` (add no-op default impl) by Tatu Saloranta · 9 years ago
- bf9a490 Fix #254: Add `JsonParser.finishToken()` to force full, non-lazy reading of current token by Tatu Saloranta · 9 years ago
- 4bace84 Fix botched merge by Tatu Saloranta · 9 years ago
- ecf088c Fix #209 by Tatu Saloranta · 9 years ago
- 21ee449 Merge branch 'branch-issue209' of https://github.com/LokeshN/jackson-core into LokeshN-branch-issue209 by Tatu Saloranta · 9 years ago
- 38e03e6 Fix #257 by Tatu Saloranta · 9 years ago
- fd32772 Fix for issue 209 - make use of _allowMultipleMatches FilterParsingDelegate by LokeshN · 9 years ago
- df96e22 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
- 3c35df9 [maven-release-plugin] prepare release jackson-core-2.7.3b by Tatu Saloranta · 9 years ago
- e0ebd83 ... by Tatu Saloranta · 9 years ago
- 7b8dc6e [maven-release-plugin] prepare release jackson-core-2.7.3 by Tatu Saloranta · 9 years ago
- 4f8dfd6 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
- 6213ed0 [maven-release-plugin] prepare release jackson-core-2.7.3 by Tatu Saloranta · 9 years ago
- 9118d6b Prepare for 2.7.2 by Tatu Saloranta · 9 years ago