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