1. 2e262b9 Baseline work for #196, generic support for format-specific features by Cowtowncoder · 9 years ago
  2. 88c296c Unit test coverage improvements, to get to 70%/60% level (line/branch) for 2.6 by Cowtowncoder · 9 years ago
  3. ff2a73a Update release notes wrt #195 by Cowtowncoder · 9 years ago
  4. a84b41c minor test coverage improvement by Cowtowncoder · 9 years ago
  5. 46b4f02 Implement #195: Add `JsonGenerator.getOuputBuffered()` by Cowtowncoder · 9 years ago
  6. cb93db3 Improve unit test coverage by Cowtowncoder · 9 years ago
  7. 66e604f Add release notes wrt #137 by Tatu Saloranta · 9 years ago
  8. f93c9c8 Fix #194 by Tatu Saloranta · 9 years ago
  9. 1218c85 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  10. 8cc3b66 [maven-release-plugin] prepare release jackson-core-2.6.0-rc1 by Tatu Saloranta · 9 years ago
  11. e763023 Prepare for 2.6.0-rc1 by Tatu Saloranta · 9 years ago
  12. 4931687 Merge branch 'master' of github.com:FasterXML/jackson-core by Cowtowncoder · 9 years ago
  13. cbdf650 remove `final` from `ParserMinimalBase` implementations by Tatu Saloranta · 9 years ago
  14. 7f7d10a Fix a newly found issue with parser filtering by Cowtowncoder · 9 years ago
  15. e183d16 More testing for parser/filter comb by Cowtowncoder · 9 years ago
  16. 0aa9cae ... by Tatu Saloranta · 9 years ago
  17. 3d0b3a9 Add ResolvedType.getReferencedType() by Tatu Saloranta · 9 years ago
  18. ca3efaa Merge branch '2.5' by Cowtowncoder · 9 years ago
  19. 37fc371 [maven-release-plugin] prepare for next development iteration by Cowtowncoder · 9 years ago
  20. 0bd8d9a [maven-release-plugin] prepare release jackson-core-2.5.3 by Cowtowncoder · 9 years ago
  21. cec0479 Prepare for 2.5.3 by Cowtowncoder · 9 years ago
  22. 25aebcc Merge branch 'master' of github.com:FasterXML/jackson-core by Cowtowncoder · 9 years ago
  23. 8891c0c Fix #189: add `JsonFactory.Feature.USE_THREAD_LOCAL_FOR_BUFFER_RECYCLING` (default: enabled) by Tatu Saloranta · 9 years ago
  24. b895aaf Add releates notes wrt #185 by Tatu Saloranta · 9 years ago
  25. b808f26 more fixes to parser filtering by Cowtowncoder · 9 years ago
  26. ac4b449 fix to parser filtering, arrays by Cowtowncoder · 9 years ago
  27. 5e3d980 Merge branch '2.5' by Tatu Saloranta · 9 years ago
  28. 6a63752 Fixed #191 by Tatu Saloranta · 9 years ago
  29. 8394dbc Add bit more symbols testing by Cowtowncoder · 9 years ago
  30. e50e46b Merge branch '2.5' by Cowtowncoder · 9 years ago
  31. 8fbde68 Add tests to try to reproduce #191 (no luck yet) by Cowtowncoder · 9 years ago
  32. cfe32d0 Cleaning up filtering, to disable use of "include immediate parent" for properties; not useful, complicates things. by Tatu Saloranta · 9 years ago
  33. 60f0b50 more unit tests for parser/filtering by Tatu Saloranta · 9 years ago
  34. 81ca3ce Remove accidentally expanded static imports by Cowtowncoder · 9 years ago
  35. 3222428 Further fixes to parser filtering by Cowtowncoder · 9 years ago
  36. df52157 More fixing, testing, for parser-filtering by Cowtowncoder · 9 years ago
  37. c17c356 and another fix to make second test pass as well by Cowtowncoder · 9 years ago
  38. 654acf0 Fixes to parser-filtering, first test now passes by Cowtowncoder · 9 years ago
  39. f6d583d Bit more work on filtering parser, getting close to working for the simplest use case by Tatu Saloranta · 9 years ago
  40. b1ac057 Incremental work for parser-filtering by Tatu Saloranta · 9 years ago
  41. 404aebc more work on parsing-filter side; not complete. by Tatu Saloranta · 9 years ago
  42. b46e037 another small fix to generator-side filteirng by Tatu Saloranta · 9 years ago
  43. c9a3e86 minor fix to generator-side filtering by Tatu Saloranta · 9 years ago
  44. ce077d4 ... by Tatu Saloranta · 9 years ago
  45. 37d0d6e ... more on filtering by Cowtowncoder · 9 years ago
  46. 9a797fb Merge branch 'master' of github.com:FasterXML/jackson-core by Cowtowncoder · 9 years ago
  47. 0090031 more work on filtering by Cowtowncoder · 9 years ago
  48. f76148c Merge pull request #190 from pvorb/patch-1 by Tatu Saloranta · 9 years ago
  49. 29739a9 Remove superfluous closing square bracket by Paul Vorbach · 9 years ago
  50. 5a5d119 Minor clean up for filtering by Tatu Saloranta · 9 years ago
  51. 7c05e72 Last test fix to get all filter tests passing again by Tatu Saloranta · 9 years ago
  52. ac9fa8d Fixes to array filtering with generator by Tatu Saloranta · 9 years ago
  53. 8332213 Add more testing, fix a problem with array checks by Tatu Saloranta · 9 years ago
  54. e95bdc6 more testing for generator filtering 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. 990a909 javadoc improvemtns for generator filtering by Tatu Saloranta · 9 years ago
  57. b4b7a7e add impl, tests for JsonPointer-based generator filter by Cowtowncoder · 9 years ago
  58. 10ac263 More tests, fixes, for inclusion of array elements. by Cowtowncoder · 9 years ago
  59. 0e53535 Remaining fixes to make initial tests work 100% by Cowtowncoder · 9 years ago
  60. 65df442 another minor (but important) fix for output filtering by Cowtowncoder · 9 years ago
  61. d1ec5b7 Fix a problem with filtering by Cowtowncoder · 9 years ago
  62. d04bea9 improving filering tests by Tatu Saloranta · 9 years ago
  63. 29e8dc3 Incremental work for filtering generation by Tatu Saloranta · 9 years ago
  64. c77847e Rewrite filtering to use filters themselves instead of value tokens. by Tatu Saloranta · 9 years ago
  65. 467daea Incremental work, getting closer by Tatu Saloranta · 9 years ago
  66. 9f7cc68 getting closer to working filtering by Tatu Saloranta · 9 years ago
  67. 1eb7e2a ... working on generator filtering, close to first full version by Tatu Saloranta · 9 years ago
  68. 0f1018f trying to complete generator-filtering, complicated stuff. by Cowtowncoder · 9 years ago
  69. afef47a minor feature reordering to group like features together by Cowtowncoder · 9 years ago
  70. e22dbdb improve JSON String value writing performance by Tatu Saloranta · 9 years ago
  71. ad3a43e Minor performance optimization that helps with untyped (Map) serialization, ObjectNode by Tatu Saloranta · 9 years ago
  72. bff15ce Merge branch '2.5' by Tatu Saloranta · 9 years ago
  73. a81cb06 Fix a minor mismatch between input arg, buffer passed by Tatu Saloranta · 9 years ago
  74. 698f3a7 Fix #188 by Cowtowncoder · 9 years ago
  75. 4b041e9 minor naming change by Cowtowncoder · 9 years ago
  76. 86b31e7 Improve error message for hash collisions, tune tertiary slot sizes by Cowtowncoder · 9 years ago
  77. 3357e8f Complete minor tweaks for char-backed symbol table, more even distribution across tests by Cowtowncoder · 9 years ago
  78. 19cb615 Add bit more testing, using 'MediaItem' as another sanity check by Cowtowncoder · 9 years ago
  79. 88391cc Simplifying N-byte hashing a bit by Tatu Saloranta · 9 years ago
  80. fe4ca6a Further improvements to reduce hash collisions, now for 1-4 byte ids by Tatu Saloranta · 9 years ago
  81. f904c0a [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  82. b435fb9 [maven-release-plugin] prepare release jackson-core-2.5.2 by Tatu Saloranta · 9 years ago
  83. 8f64a15 Prepare for 2.5.2 by Tatu Saloranta · 9 years ago
  84. 1f330c4 Merge branch 'master' of github.com:FasterXML/jackson-core by Cowtowncoder · 9 years ago
  85. 8db559f Merge branch '2.5' by Tatu Saloranta · 9 years ago
  86. e0a0227 Improve situation wrt #187, both by increasing limit to 200, and by adding one more operation for 2-quad (5-8 byte) case, resulting in significantly shorter max collision chain length by Tatu Saloranta · 9 years ago
  87. b55721a more incremental work for token filtering, for writes. by Cowtowncoder · 9 years ago
  88. d0b4bfe Start building filtering to support exposing subsets of content read/written by Cowtowncoder · 9 years ago
  89. 6a1e6a3 Minor stylistic cleanup by Tatu Saloranta · 9 years ago
  90. 9dac522 Merge branch '2.5' by Tatu Saloranta · 9 years ago
  91. 1a0eb76 Add more tests for `PrettyPrinter`, to ensure root value separator is properly covered by Tatu Saloranta · 9 years ago
  92. c243730 Use substitution (wrt #186) by Cowtowncoder · 9 years ago
  93. b734bd4 Merge pull request #186 from mkordas/surefire by Tatu Saloranta · 9 years ago
  94. 8665d67 Specify version of maven-surefire-plugin in POM by Michal Kordas · 9 years ago
  95. f611ebf yet more tweaking for symbol table access by Tatu Saloranta · 9 years ago
  96. c0fefc8 minor streamlining of int/long access by Tatu Saloranta · 9 years ago
  97. 16f77b3 tiny improvement to decoding of long names via utf8 lookup by Tatu Saloranta · 9 years ago
  98. 53c68d4 Streamline `getValueAsInt()`, `getValueAsLong()` of `ParserMinimalBase` by Tatu Saloranta · 9 years ago
  99. 7f5065a Update release notes wrt #182 by Cowtowncoder · 9 years ago
  100. a7b3459 Merge pull request #183 from masaruh/fix/182 by Tatu Saloranta · 9 years ago