1. 110c1a1 Merge branch '2.5' into 2.6 by Tatu Saloranta · 9 years ago
  2. 25e7dd0 Add `Version.isUnknownVersion()` by Tatu Saloranta · 9 years ago
  3. 1fb1e27 Fixed #248 by Tatu Saloranta · 9 years ago
  4. 9cf0d49 add a unit test for root-level value testing by Tatu Saloranta · 9 years ago
  5. f554808 Merge branch '2.5' into 2.6 by Cowtowncoder · 9 years ago
  6. 5f04c20 Fix #221 (for 2.5) by Cowtowncoder · 9 years ago
  7. 98df182 Backport #220 fix for 2.5(.5) by Tatu Saloranta · 9 years ago
  8. 186a639 Fix #220 by Cowtowncoder · 9 years ago
  9. be43867 Fix #216: need to retain or recalculate need for rehashing (chose to recalc when unsharing) by Cowtowncoder · 9 years ago
  10. 7ca3d1c Add a failing test for #216 (and #207) by Cowtowncoder · 9 years ago
  11. cfeaed0 Fix #213 (name collision for long names, 12+ characters) by Cowtowncoder · 9 years ago
  12. 6f496e7 Add test for #213 by Cowtowncoder · 9 years ago
  13. 5f4b48c Javadoc improvement to try to indicate that "getCurrentValue()" is not usable when using pure Streaming API by Cowtowncoder · 9 years ago
  14. c2823b4 Fix #207 by Cowtowncoder · 9 years ago
  15. a71a00e Add the failing test for #207 by Cowtowncoder · 9 years ago
  16. 72ce3a4 Force Unix LF for indent test by Christopher Currie · 9 years ago
  17. 6f41628 Prepare for 2.6.0-rc4 by Tatu Saloranta · 9 years ago
  18. e8b3b8b minor clean up by Tatu Saloranta · 9 years ago
  19. 76b4c59 Improve reader-based impl JsonParser.nextFieldName() implementation by Tatu Saloranta · 9 years ago
  20. 000e59c Improved test coverage for JsonParser.nextXxx() methods; a related fix to UTF8StreamJsonParser.nextBooleanValue() by Tatu Saloranta · 9 years ago
  21. 35f740f Make JsonGenerator.getOutputBuffered() non-abstract (was accidentally left as abstract after testing) by Tatu Saloranta · 9 years ago
  22. 2e262b9 Baseline work for #196, generic support for format-specific features by Cowtowncoder · 9 years ago
  23. 88c296c Unit test coverage improvements, to get to 70%/60% level (line/branch) for 2.6 by Cowtowncoder · 9 years ago
  24. a84b41c minor test coverage improvement by Cowtowncoder · 9 years ago
  25. 46b4f02 Implement #195: Add `JsonGenerator.getOuputBuffered()` by Cowtowncoder · 9 years ago
  26. cb93db3 Improve unit test coverage by Cowtowncoder · 9 years ago
  27. f93c9c8 Fix #194 by Tatu Saloranta · 9 years ago
  28. e763023 Prepare for 2.6.0-rc1 by Tatu Saloranta · 9 years ago
  29. 4931687 Merge branch 'master' of github.com:FasterXML/jackson-core by Cowtowncoder · 9 years ago
  30. cbdf650 remove `final` from `ParserMinimalBase` implementations by Tatu Saloranta · 9 years ago
  31. 7f7d10a Fix a newly found issue with parser filtering by Cowtowncoder · 9 years ago
  32. e183d16 More testing for parser/filter comb by Cowtowncoder · 9 years ago
  33. 0aa9cae ... by Tatu Saloranta · 9 years ago
  34. 3d0b3a9 Add ResolvedType.getReferencedType() by Tatu Saloranta · 9 years ago
  35. 25aebcc Merge branch 'master' of github.com:FasterXML/jackson-core by Cowtowncoder · 9 years ago
  36. 8891c0c Fix #189: add `JsonFactory.Feature.USE_THREAD_LOCAL_FOR_BUFFER_RECYCLING` (default: enabled) by Tatu Saloranta · 9 years ago
  37. b808f26 more fixes to parser filtering by Cowtowncoder · 9 years ago
  38. ac4b449 fix to parser filtering, arrays by Cowtowncoder · 9 years ago
  39. 5e3d980 Merge branch '2.5' by Tatu Saloranta · 9 years ago
  40. 6a63752 Fixed #191 by Tatu Saloranta · 9 years ago
  41. 8394dbc Add bit more symbols testing by Cowtowncoder · 9 years ago
  42. e50e46b Merge branch '2.5' by Cowtowncoder · 9 years ago
  43. 8fbde68 Add tests to try to reproduce #191 (no luck yet) by Cowtowncoder · 9 years ago
  44. cfe32d0 Cleaning up filtering, to disable use of "include immediate parent" for properties; not useful, complicates things. by Tatu Saloranta · 9 years ago
  45. 60f0b50 more unit tests for parser/filtering by Tatu Saloranta · 9 years ago
  46. 81ca3ce Remove accidentally expanded static imports by Cowtowncoder · 10 years ago
  47. 3222428 Further fixes to parser filtering by Cowtowncoder · 10 years ago
  48. df52157 More fixing, testing, for parser-filtering by Cowtowncoder · 10 years ago
  49. c17c356 and another fix to make second test pass as well by Cowtowncoder · 10 years ago
  50. 654acf0 Fixes to parser-filtering, first test now passes by Cowtowncoder · 10 years ago
  51. f6d583d Bit more work on filtering parser, getting close to working for the simplest use case by Tatu Saloranta · 10 years ago
  52. b1ac057 Incremental work for parser-filtering by Tatu Saloranta · 10 years ago
  53. 404aebc more work on parsing-filter side; not complete. by Tatu Saloranta · 10 years ago
  54. b46e037 another small fix to generator-side filteirng by Tatu Saloranta · 10 years ago
  55. c9a3e86 minor fix to generator-side filtering by Tatu Saloranta · 10 years ago
  56. ce077d4 ... by Tatu Saloranta · 10 years ago
  57. 37d0d6e ... more on filtering by Cowtowncoder · 10 years ago
  58. 9a797fb Merge branch 'master' of github.com:FasterXML/jackson-core by Cowtowncoder · 10 years ago
  59. 0090031 more work on filtering by Cowtowncoder · 10 years ago
  60. 5a5d119 Minor clean up for filtering by Tatu Saloranta · 10 years ago
  61. 7c05e72 Last test fix to get all filter tests passing again by Tatu Saloranta · 10 years ago
  62. ac9fa8d Fixes to array filtering with generator by Tatu Saloranta · 10 years ago
  63. 8332213 Add more testing, fix a problem with array checks by Tatu Saloranta · 10 years ago
  64. e95bdc6 more testing for generator filtering by Tatu Saloranta · 10 years ago
  65. dfd6909 Add skeletal FilteringParserDelegate, to (eventually) add filtering on parser too by Tatu Saloranta · 10 years ago
  66. 990a909 javadoc improvemtns for generator filtering by Tatu Saloranta · 10 years ago
  67. b4b7a7e add impl, tests for JsonPointer-based generator filter by Cowtowncoder · 10 years ago
  68. 10ac263 More tests, fixes, for inclusion of array elements. by Cowtowncoder · 10 years ago
  69. 0e53535 Remaining fixes to make initial tests work 100% by Cowtowncoder · 10 years ago
  70. 65df442 another minor (but important) fix for output filtering by Cowtowncoder · 10 years ago
  71. d1ec5b7 Fix a problem with filtering by Cowtowncoder · 10 years ago
  72. d04bea9 improving filering tests by Tatu Saloranta · 10 years ago
  73. 29e8dc3 Incremental work for filtering generation by Tatu Saloranta · 10 years ago
  74. c77847e Rewrite filtering to use filters themselves instead of value tokens. by Tatu Saloranta · 10 years ago
  75. 467daea Incremental work, getting closer by Tatu Saloranta · 10 years ago
  76. 9f7cc68 getting closer to working filtering by Tatu Saloranta · 10 years ago
  77. 1eb7e2a ... working on generator filtering, close to first full version by Tatu Saloranta · 10 years ago
  78. 0f1018f trying to complete generator-filtering, complicated stuff. by Cowtowncoder · 10 years ago
  79. afef47a minor feature reordering to group like features together by Cowtowncoder · 10 years ago
  80. e22dbdb improve JSON String value writing performance by Tatu Saloranta · 10 years ago
  81. ad3a43e Minor performance optimization that helps with untyped (Map) serialization, ObjectNode by Tatu Saloranta · 10 years ago
  82. bff15ce Merge branch '2.5' by Tatu Saloranta · 10 years ago
  83. a81cb06 Fix a minor mismatch between input arg, buffer passed by Tatu Saloranta · 10 years ago
  84. 698f3a7 Fix #188 by Cowtowncoder · 10 years ago
  85. 4b041e9 minor naming change by Cowtowncoder · 10 years ago
  86. 86b31e7 Improve error message for hash collisions, tune tertiary slot sizes by Cowtowncoder · 10 years ago
  87. 3357e8f Complete minor tweaks for char-backed symbol table, more even distribution across tests by Cowtowncoder · 10 years ago
  88. 19cb615 Add bit more testing, using 'MediaItem' as another sanity check by Cowtowncoder · 10 years ago
  89. 88391cc Simplifying N-byte hashing a bit by Tatu Saloranta · 10 years ago
  90. fe4ca6a Further improvements to reduce hash collisions, now for 1-4 byte ids by Tatu Saloranta · 10 years ago
  91. 1f330c4 Merge branch 'master' of github.com:FasterXML/jackson-core by Cowtowncoder · 10 years ago
  92. 8db559f Merge branch '2.5' by Tatu Saloranta · 10 years ago
  93. 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 · 10 years ago
  94. b55721a more incremental work for token filtering, for writes. by Cowtowncoder · 10 years ago
  95. d0b4bfe Start building filtering to support exposing subsets of content read/written by Cowtowncoder · 10 years ago
  96. 6a1e6a3 Minor stylistic cleanup by Tatu Saloranta · 10 years ago
  97. 9dac522 Merge branch '2.5' by Tatu Saloranta · 10 years ago
  98. 1a0eb76 Add more tests for `PrettyPrinter`, to ensure root value separator is properly covered by Tatu Saloranta · 10 years ago
  99. f611ebf yet more tweaking for symbol table access by Tatu Saloranta · 10 years ago
  100. c0fefc8 minor streamlining of int/long access by Tatu Saloranta · 10 years ago