1. d445101 undo previous minor change; no perf benefit, and suggestion it might lead to slight degradation (1-2%) by Tatu Saloranta · 9 years ago
  2. 62702d6 Minor change to byte-backed parser, to make reader/byte variants identical wrt name parsing calls by Cowtowncoder · 9 years ago
  3. 8dc1284 Implement `nextFieldName(SerializableString)` efficiently for ReaderBasedJsonParser by Cowtowncoder · 9 years ago
  4. 9a9b52f Update master to be 2.7.0-SNAPSHOT by Cowtowncoder · 9 years ago
  5. 1649b25 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  6. c7143b8 [maven-release-plugin] prepare release jackson-core-2.6.1 by Tatu Saloranta · 9 years ago
  7. 7fd2916 Prepare for 2.6.1 by Tatu Saloranta · 9 years ago
  8. 5f4b48c Javadoc improvement to try to indicate that "getCurrentValue()" is not usable when using pure Streaming API by Cowtowncoder · 9 years ago
  9. c2823b4 Fix #207 by Cowtowncoder · 9 years ago
  10. a71a00e Add the failing test for #207 by Cowtowncoder · 9 years ago
  11. bcbc3df Merge pull request #206 from 0xced/patch-1 by Tatu Saloranta · 9 years ago
  12. 0e13648 Replace the Travis png badge with svg by Cédric Luthi · 9 years ago
  13. b098058 Merge pull request #205 from christophercurrie/win-pretty-print-test by Tatu Saloranta · 9 years ago
  14. 72ce3a4 Force Unix LF for indent test by Christopher Currie · 9 years ago
  15. 9e0d872 [maven-release-plugin] prepare for next development iteration by Cowtowncoder · 9 years ago
  16. 09681ac [maven-release-plugin] prepare release jackson-core-2.6.0 by Cowtowncoder · 9 years ago
  17. 80b8319 Prepare for 2.6.0 release (core parts only, until weekend) by Cowtowncoder · 9 years ago
  18. e426b6f [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  19. d6cfc28 [maven-release-plugin] prepare release jackson-core-2.6.0-rc4 by Tatu Saloranta · 9 years ago
  20. 6f41628 Prepare for 2.6.0-rc4 by Tatu Saloranta · 9 years ago
  21. 97b69b9 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  22. f825083 [maven-release-plugin] prepare release jackson-core-2.6.0-rc3 by Tatu Saloranta · 9 years ago
  23. 97345f7 Update release notes wrt #196 by Cowtowncoder · 9 years ago
  24. c4695c2 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  25. 194a3b9 [maven-release-plugin] prepare release jackson-core-2.6.0-rc2 by Tatu Saloranta · 9 years ago
  26. e8b3b8b minor clean up by Tatu Saloranta · 9 years ago
  27. 76b4c59 Improve reader-based impl JsonParser.nextFieldName() implementation by Tatu Saloranta · 9 years ago
  28. 000e59c Improved test coverage for JsonParser.nextXxx() methods; a related fix to UTF8StreamJsonParser.nextBooleanValue() by Tatu Saloranta · 9 years ago
  29. 35f740f Make JsonGenerator.getOutputBuffered() non-abstract (was accidentally left as abstract after testing) by Tatu Saloranta · 9 years ago
  30. 2e262b9 Baseline work for #196, generic support for format-specific features by Cowtowncoder · 9 years ago
  31. 88c296c Unit test coverage improvements, to get to 70%/60% level (line/branch) for 2.6 by Cowtowncoder · 9 years ago
  32. ff2a73a Update release notes wrt #195 by Cowtowncoder · 9 years ago
  33. a84b41c minor test coverage improvement by Cowtowncoder · 9 years ago
  34. 46b4f02 Implement #195: Add `JsonGenerator.getOuputBuffered()` by Cowtowncoder · 9 years ago
  35. cb93db3 Improve unit test coverage by Cowtowncoder · 9 years ago
  36. 66e604f Add release notes wrt #137 by Tatu Saloranta · 9 years ago
  37. f93c9c8 Fix #194 by Tatu Saloranta · 9 years ago
  38. 1218c85 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  39. 8cc3b66 [maven-release-plugin] prepare release jackson-core-2.6.0-rc1 by Tatu Saloranta · 9 years ago
  40. e763023 Prepare for 2.6.0-rc1 by Tatu Saloranta · 9 years ago
  41. 4931687 Merge branch 'master' of github.com:FasterXML/jackson-core by Cowtowncoder · 9 years ago
  42. cbdf650 remove `final` from `ParserMinimalBase` implementations by Tatu Saloranta · 9 years ago
  43. 7f7d10a Fix a newly found issue with parser filtering by Cowtowncoder · 9 years ago
  44. e183d16 More testing for parser/filter comb by Cowtowncoder · 9 years ago
  45. 0aa9cae ... by Tatu Saloranta · 9 years ago
  46. 3d0b3a9 Add ResolvedType.getReferencedType() by Tatu Saloranta · 9 years ago
  47. ca3efaa Merge branch '2.5' by Cowtowncoder · 9 years ago
  48. 37fc371 [maven-release-plugin] prepare for next development iteration by Cowtowncoder · 9 years ago
  49. 0bd8d9a [maven-release-plugin] prepare release jackson-core-2.5.3 by Cowtowncoder · 9 years ago
  50. cec0479 Prepare for 2.5.3 by Cowtowncoder · 9 years ago
  51. 25aebcc Merge branch 'master' of github.com:FasterXML/jackson-core by Cowtowncoder · 9 years ago
  52. 8891c0c Fix #189: add `JsonFactory.Feature.USE_THREAD_LOCAL_FOR_BUFFER_RECYCLING` (default: enabled) by Tatu Saloranta · 9 years ago
  53. b895aaf Add releates notes wrt #185 by Tatu Saloranta · 9 years ago
  54. b808f26 more fixes to parser filtering by Cowtowncoder · 9 years ago
  55. ac4b449 fix to parser filtering, arrays by Cowtowncoder · 9 years ago
  56. 5e3d980 Merge branch '2.5' by Tatu Saloranta · 9 years ago
  57. 6a63752 Fixed #191 by Tatu Saloranta · 9 years ago
  58. 8394dbc Add bit more symbols testing by Cowtowncoder · 9 years ago
  59. e50e46b Merge branch '2.5' by Cowtowncoder · 9 years ago
  60. 8fbde68 Add tests to try to reproduce #191 (no luck yet) by Cowtowncoder · 9 years ago
  61. cfe32d0 Cleaning up filtering, to disable use of "include immediate parent" for properties; not useful, complicates things. by Tatu Saloranta · 9 years ago
  62. 60f0b50 more unit tests for parser/filtering by Tatu Saloranta · 9 years ago
  63. 81ca3ce Remove accidentally expanded static imports by Cowtowncoder · 9 years ago
  64. 3222428 Further fixes to parser filtering by Cowtowncoder · 9 years ago
  65. df52157 More fixing, testing, for parser-filtering by Cowtowncoder · 9 years ago
  66. c17c356 and another fix to make second test pass as well by Cowtowncoder · 9 years ago
  67. 654acf0 Fixes to parser-filtering, first test now passes by Cowtowncoder · 9 years ago
  68. f6d583d Bit more work on filtering parser, getting close to working for the simplest use case by Tatu Saloranta · 9 years ago
  69. b1ac057 Incremental work for parser-filtering by Tatu Saloranta · 9 years ago
  70. 404aebc more work on parsing-filter side; not complete. by Tatu Saloranta · 9 years ago
  71. b46e037 another small fix to generator-side filteirng by Tatu Saloranta · 9 years ago
  72. c9a3e86 minor fix to generator-side filtering by Tatu Saloranta · 9 years ago
  73. ce077d4 ... by Tatu Saloranta · 9 years ago
  74. 37d0d6e ... more on filtering by Cowtowncoder · 9 years ago
  75. 9a797fb Merge branch 'master' of github.com:FasterXML/jackson-core by Cowtowncoder · 9 years ago
  76. 0090031 more work on filtering by Cowtowncoder · 9 years ago
  77. f76148c Merge pull request #190 from pvorb/patch-1 by Tatu Saloranta · 9 years ago
  78. 29739a9 Remove superfluous closing square bracket by Paul Vorbach · 9 years ago
  79. 5a5d119 Minor clean up for filtering by Tatu Saloranta · 9 years ago
  80. 7c05e72 Last test fix to get all filter tests passing again by Tatu Saloranta · 9 years ago
  81. ac9fa8d Fixes to array filtering with generator by Tatu Saloranta · 9 years ago
  82. 8332213 Add more testing, fix a problem with array checks by Tatu Saloranta · 9 years ago
  83. e95bdc6 more testing for generator filtering by Tatu Saloranta · 9 years ago
  84. dfd6909 Add skeletal FilteringParserDelegate, to (eventually) add filtering on parser too by Tatu Saloranta · 9 years ago
  85. 990a909 javadoc improvemtns for generator filtering by Tatu Saloranta · 9 years ago
  86. b4b7a7e add impl, tests for JsonPointer-based generator filter by Cowtowncoder · 9 years ago
  87. 10ac263 More tests, fixes, for inclusion of array elements. by Cowtowncoder · 9 years ago
  88. 0e53535 Remaining fixes to make initial tests work 100% by Cowtowncoder · 9 years ago
  89. 65df442 another minor (but important) fix for output filtering by Cowtowncoder · 9 years ago
  90. d1ec5b7 Fix a problem with filtering by Cowtowncoder · 9 years ago
  91. d04bea9 improving filering tests by Tatu Saloranta · 9 years ago
  92. 29e8dc3 Incremental work for filtering generation by Tatu Saloranta · 9 years ago
  93. c77847e Rewrite filtering to use filters themselves instead of value tokens. by Tatu Saloranta · 9 years ago
  94. 467daea Incremental work, getting closer by Tatu Saloranta · 9 years ago
  95. 9f7cc68 getting closer to working filtering by Tatu Saloranta · 9 years ago
  96. 1eb7e2a ... working on generator filtering, close to first full version by Tatu Saloranta · 9 years ago
  97. 0f1018f trying to complete generator-filtering, complicated stuff. by Cowtowncoder · 9 years ago
  98. afef47a minor feature reordering to group like features together by Cowtowncoder · 9 years ago
  99. e22dbdb improve JSON String value writing performance by Tatu Saloranta · 9 years ago
  100. ad3a43e Minor performance optimization that helps with untyped (Map) serialization, ObjectNode by Tatu Saloranta · 9 years ago