1. c390e92 work on location update code cleanup by Tatu Saloranta · 9 years ago
  2. ec560f3 Add a failing test for #223 by Tatu Saloranta · 9 years ago
  3. 4195e6e Fix #229 by Tatu Saloranta · 9 years ago
  4. 329756d ... by Tatu Saloranta · 9 years ago
  5. da7f2b7 ... by Tatu Saloranta · 9 years ago
  6. 2bb14b8 Add failing tests for #37, #229 by Tatu Saloranta · 9 years ago
  7. a01dcf1 Merge branch '2.6' by Tatu Saloranta · 9 years ago
  8. 9cf0d49 add a unit test for root-level value testing by Tatu Saloranta · 9 years ago
  9. 232be52 Merge pull request #225 from ErickSanVal/fixing-typos by Tatu Saloranta · 9 years ago
  10. 7c56b00 fix some typos by esanchez · 9 years ago
  11. 6ad7f98 Merge branch '2.6' by Cowtowncoder · 9 years ago
  12. 2cd126e [maven-release-plugin] prepare for next development iteration by Cowtowncoder · 9 years ago
  13. 66f44d8 [maven-release-plugin] prepare release jackson-core-2.6.3 by Cowtowncoder · 9 years ago
  14. 273ef30 prepare for 2.6.3 release by Cowtowncoder · 9 years ago
  15. 75de237 add inception year in pom by Cowtowncoder · 9 years ago
  16. 294f761 Merge branch '2.6' by Cowtowncoder · 9 years ago
  17. f554808 Merge branch '2.5' into 2.6 by Cowtowncoder · 9 years ago
  18. 5f04c20 Fix #221 (for 2.5) by Cowtowncoder · 9 years ago
  19. 6cbca3d add explicit javac level defs to keep streaming at JDK 1.6 / Java 6 by Cowtowncoder · 9 years ago
  20. 98df182 Backport #220 fix for 2.5(.5) by Tatu Saloranta · 9 years ago
  21. df00f77 Merge branch '2.6' by Cowtowncoder · 9 years ago
  22. 186a639 Fix #220 by Cowtowncoder · 9 years ago
  23. d3f0320 Improve support for std/format feature setting by Tatu Saloranta · 9 years ago
  24. f421d08 warnings cleanup by Tatu Saloranta · 9 years ago
  25. d18495b Merge branch '2.6' by Tatu Saloranta · 9 years ago
  26. 603179e [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  27. 8e2acd6 [maven-release-plugin] prepare release jackson-core-2.6.2 by Tatu Saloranta · 9 years ago
  28. 9d0f0aa Prepare for 2.6.2 release by Tatu Saloranta · 9 years ago
  29. 873884a Merge branch '2.6' by Cowtowncoder · 9 years ago
  30. 44dc429 merge older 2.3.x release notes by Cowtowncoder · 9 years ago
  31. 0d9ca16 Merge branch '2.6' by Cowtowncoder · 9 years ago
  32. be43867 Fix #216: need to retain or recalculate need for rehashing (chose to recalc when unsharing) by Cowtowncoder · 9 years ago
  33. 7ca3d1c Add a failing test for #216 (and #207) by Cowtowncoder · 9 years ago
  34. 0a3d1c3 Merge branch '2.6' by Cowtowncoder · 9 years ago
  35. cfeaed0 Fix #213 (name collision for long names, 12+ characters) by Cowtowncoder · 9 years ago
  36. e711a61 Merge branch '2.6' by Cowtowncoder · 9 years ago
  37. 6f496e7 Add test for #213 by Cowtowncoder · 9 years ago
  38. adb9e68 ... by Cowtowncoder · 9 years ago
  39. 2246541 Add Version.isUnknownVersion(), as per #211 by Cowtowncoder · 9 years ago
  40. 77be53c Implement #198: Add back-reference to `JsonParser` (from `JsonParseException`), `JsonGenerator` (from `JsonGenerationException`) by Tatu Saloranta · 9 years ago
  41. f8d8856 Code streamlining; removing internal (non-public) deprecated methods up to 2.5 level by Tatu Saloranta · 9 years ago
  42. 76a4ecc git branch Merge branch 'master' of github.com:FasterXML/jackson-core by Cowtowncoder · 9 years ago
  43. 8fa79a2 minor simplification by Tatu Saloranta · 9 years ago
  44. d445101 undo previous minor change; no perf benefit, and suggestion it might lead to slight degradation (1-2%) by Tatu Saloranta · 9 years ago
  45. 1d170d7 minor fix to make it possible to pre-parse numbers by Cowtowncoder · 9 years ago
  46. ad07f9a ... by Cowtowncoder · 9 years ago
  47. eb85a32 minor additions to tests by Cowtowncoder · 9 years ago
  48. 62702d6 Minor change to byte-backed parser, to make reader/byte variants identical wrt name parsing calls by Cowtowncoder · 9 years ago
  49. 8dc1284 Implement `nextFieldName(SerializableString)` efficiently for ReaderBasedJsonParser by Cowtowncoder · 9 years ago
  50. 9a9b52f Update master to be 2.7.0-SNAPSHOT by Cowtowncoder · 9 years ago
  51. 1649b25 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  52. c7143b8 [maven-release-plugin] prepare release jackson-core-2.6.1 by Tatu Saloranta · 9 years ago
  53. 7fd2916 Prepare for 2.6.1 by Tatu Saloranta · 9 years ago
  54. 5f4b48c Javadoc improvement to try to indicate that "getCurrentValue()" is not usable when using pure Streaming API by Cowtowncoder · 9 years ago
  55. c2823b4 Fix #207 by Cowtowncoder · 9 years ago
  56. a71a00e Add the failing test for #207 by Cowtowncoder · 9 years ago
  57. bcbc3df Merge pull request #206 from 0xced/patch-1 by Tatu Saloranta · 9 years ago
  58. 0e13648 Replace the Travis png badge with svg by Cédric Luthi · 9 years ago
  59. b098058 Merge pull request #205 from christophercurrie/win-pretty-print-test by Tatu Saloranta · 9 years ago
  60. 72ce3a4 Force Unix LF for indent test by Christopher Currie · 9 years ago
  61. 9e0d872 [maven-release-plugin] prepare for next development iteration by Cowtowncoder · 9 years ago
  62. 09681ac [maven-release-plugin] prepare release jackson-core-2.6.0 by Cowtowncoder · 9 years ago
  63. 80b8319 Prepare for 2.6.0 release (core parts only, until weekend) by Cowtowncoder · 9 years ago
  64. e426b6f [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  65. d6cfc28 [maven-release-plugin] prepare release jackson-core-2.6.0-rc4 by Tatu Saloranta · 9 years ago
  66. 6f41628 Prepare for 2.6.0-rc4 by Tatu Saloranta · 9 years ago
  67. 97b69b9 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  68. f825083 [maven-release-plugin] prepare release jackson-core-2.6.0-rc3 by Tatu Saloranta · 9 years ago
  69. bdc1833 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  70. 9d35d69 [maven-release-plugin] prepare release jackson-core-2.5.4 by Tatu Saloranta · 9 years ago
  71. 7cac58b prepare for 2.5.4 by Tatu Saloranta · 9 years ago
  72. 97345f7 Update release notes wrt #196 by Cowtowncoder · 9 years ago
  73. c4695c2 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  74. 194a3b9 [maven-release-plugin] prepare release jackson-core-2.6.0-rc2 by Tatu Saloranta · 9 years ago
  75. e8b3b8b minor clean up by Tatu Saloranta · 9 years ago
  76. 76b4c59 Improve reader-based impl JsonParser.nextFieldName() implementation by Tatu Saloranta · 9 years ago
  77. 000e59c Improved test coverage for JsonParser.nextXxx() methods; a related fix to UTF8StreamJsonParser.nextBooleanValue() by Tatu Saloranta · 9 years ago
  78. 35f740f Make JsonGenerator.getOutputBuffered() non-abstract (was accidentally left as abstract after testing) by Tatu Saloranta · 9 years ago
  79. 2e262b9 Baseline work for #196, generic support for format-specific features by Cowtowncoder · 9 years ago
  80. 88c296c Unit test coverage improvements, to get to 70%/60% level (line/branch) for 2.6 by Cowtowncoder · 9 years ago
  81. ff2a73a Update release notes wrt #195 by Cowtowncoder · 9 years ago
  82. a84b41c minor test coverage improvement by Cowtowncoder · 9 years ago
  83. 46b4f02 Implement #195: Add `JsonGenerator.getOuputBuffered()` by Cowtowncoder · 9 years ago
  84. cb93db3 Improve unit test coverage by Cowtowncoder · 9 years ago
  85. 66e604f Add release notes wrt #137 by Tatu Saloranta · 9 years ago
  86. f93c9c8 Fix #194 by Tatu Saloranta · 9 years ago
  87. 1218c85 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  88. 8cc3b66 [maven-release-plugin] prepare release jackson-core-2.6.0-rc1 by Tatu Saloranta · 9 years ago
  89. e763023 Prepare for 2.6.0-rc1 by Tatu Saloranta · 9 years ago
  90. 4931687 Merge branch 'master' of github.com:FasterXML/jackson-core by Cowtowncoder · 9 years ago
  91. cbdf650 remove `final` from `ParserMinimalBase` implementations by Tatu Saloranta · 9 years ago
  92. 7f7d10a Fix a newly found issue with parser filtering by Cowtowncoder · 9 years ago
  93. e183d16 More testing for parser/filter comb by Cowtowncoder · 9 years ago
  94. 0aa9cae ... by Tatu Saloranta · 9 years ago
  95. 3d0b3a9 Add ResolvedType.getReferencedType() by Tatu Saloranta · 9 years ago
  96. ca3efaa Merge branch '2.5' by Cowtowncoder · 9 years ago
  97. 37fc371 [maven-release-plugin] prepare for next development iteration by Cowtowncoder · 9 years ago
  98. 0bd8d9a [maven-release-plugin] prepare release jackson-core-2.5.3 by Cowtowncoder · 9 years ago
  99. cec0479 Prepare for 2.5.3 by Cowtowncoder · 9 years ago
  100. 25aebcc Merge branch 'master' of github.com:FasterXML/jackson-core by Cowtowncoder · 9 years ago