1. afa4ded [maven-release-plugin] prepare release jackson-core-2.5.1 by Tatu Saloranta · 10 years ago
  2. 725b797 prepare for 2.5.1 by Tatu Saloranta · 10 years ago
  3. 9bdda3f minor fix to handling of null char in names by Tatu Saloranta · 10 years ago
  4. 3dcedd2 Fix #178. Also fix a few javadoc processor warnings by Tatu Saloranta · 10 years ago
  5. dcff4e9 Update build branches by Christopher Currie · 10 years ago
  6. f4eba6d Merge branch 'master' of github.com:FasterXML/jackson-core by Cowtowncoder · 10 years ago
  7. 6a86044 Add a tiny blurb for potential customers, like game companies doing android apps. by Cowtowncoder · 10 years ago
  8. c284384 Merge pull request #162 from johnjohndoe/update-release-version by Tatu Saloranta · 10 years ago
  9. 4792735 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 10 years ago
  10. 0507717 [maven-release-plugin] prepare release jackson-core-2.5.0 by Tatu Saloranta · 10 years ago
  11. 41ee304 prepare for 2.5.0 by Tatu Saloranta · 10 years ago
  12. 322acce Merge branch '2.4' by Cowtowncoder · 10 years ago
  13. d999514 Fix #176 for 2.4(.5) by Cowtowncoder · 10 years ago
  14. 15138d1 change version back to 2.5.0-SNAPSHOT by Tatu Saloranta · 10 years ago
  15. 7d9b98b [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 10 years ago
  16. bf2af8f [maven-release-plugin] prepare release jackson-core-2.5.0-rc1 by Tatu Saloranta · 10 years ago
  17. 8a42d5e Javadoc fix by Tatu Saloranta · 10 years ago
  18. bae223f ... by Tatu Saloranta · 10 years ago
  19. 39170c0 Add `JsonParser.hasExpectedStartObjectToken()` by Tatu Saloranta · 10 years ago
  20. e2cf361 Add efficient impl of `nextFieldName()` for UTF-8 parser by Cowtowncoder · 10 years ago
  21. d962de9 ... and now really adding `JsonParser.nextFieldName()` by Cowtowncoder · 10 years ago
  22. 2ec3403 Add `JsonParser.nextFieldName()` by Cowtowncoder · 10 years ago
  23. aae5397 Added `JsonParser.hasTokenId()` method by Tatu Saloranta · 10 years ago
  24. 1762814 Change JsonPointer.head() so it need not re-compile expression but use existing pieces by Cowtowncoder · 10 years ago
  25. d2c6023 Minor improvement to #169: construct `head` lazily by Cowtowncoder · 10 years ago
  26. d61541d Working bit more on JsonPointer.head() by Cowtowncoder · 10 years ago
  27. 6d8e5e6 minor clean up for JsonPointer changes (fixing what I think was a minor bug) by Cowtowncoder · 10 years ago
  28. 301659c Merge pull request #174 from Scytl/master by Tatu Saloranta · 10 years ago
  29. e1dffcc resolves #171 by adding append method. by Alex Soto · 10 years ago
  30. fca3ed3 resolves #172 by adding last operation in JsonPointer. by Alex Soto · 10 years ago
  31. b0f217a Merge branch '2.4' by Tatu Saloranta · 10 years ago
  32. 0d9cd9f Fix #173 by Tatu Saloranta · 10 years ago
  33. e220734 tiny additions to JsonPointer, test refactoring by Tatu Saloranta · 10 years ago
  34. fa0b523 update release notes wrt #169 by Cowtowncoder · 10 years ago
  35. 579668c Merge pull request #170 from Scytl/master by Tatu Saloranta · 10 years ago
  36. 7384d06 Adds head operation in JsonPointer class. Resolves issue #169. by Alex Soto · 10 years ago
  37. 55cfa31 Update release notes w/ #166 by Tatu Saloranta · 10 years ago
  38. 6d9cb64 Minor tweaking, javadoc fixes, add version numbers by Tatu Saloranta · 10 years ago
  39. d6a05f3 Merge pull request #166 from digulla/master by Tatu Saloranta · 10 years ago
  40. 44f42e8 Implement #168 by Tatu Saloranta · 10 years ago
  41. bfdc285 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 10 years ago
  42. 12aa869 [maven-release-plugin] prepare release jackson-core-2.4.4 by Tatu Saloranta · 10 years ago
  43. 9d0c8f8 Merge branch '2.4' by Tatu Saloranta · 10 years ago
  44. 1c9e145 ... by Tatu Saloranta · 10 years ago
  45. 7b1d411 Fixed #167 by Cowtowncoder · 10 years ago
  46. 12e8fed Fix for #167 by Cowtowncoder · 10 years ago
  47. 0334f7e Minor robustification, javadoc improvements by Cowtowncoder · 10 years ago
  48. 3f45560 Deprecate old API instead of removing it. Added new API to mutate the indenter. by digulla · 10 years ago
  49. 455face Allow to configure line endings and indentation used in the DefaultPrettyPrinter. by digulla · 10 years ago
  50. 864e30a demote '_decodeSurrogate()' as well by Cowtowncoder · 10 years ago
  51. 1d97b53 Merge branch 'master' of github.com:FasterXML/jackson-core by Cowtowncoder · 10 years ago
  52. 33a43e1 tiny refactoring of constants by Cowtowncoder · 10 years ago
  53. 85ad25d ... by Tatu Saloranta · 10 years ago
  54. 074c506 complete fixes to make dynamic enable/disable of dup detection work completely by Tatu Saloranta · 10 years ago
  55. 8b88443 Fix problem with dynamic enable/disable of parser dup detection by Tatu Saloranta · 10 years ago
  56. 2a6f9f2 Tests for verifying dynamic enabling/disabling of dup-detection by Tatu Saloranta · 10 years ago
  57. ffd16b7 Merge branch '2.4' by Tatu Saloranta · 10 years ago
  58. 483e662 Fix handling of JsonGenerator.setFeatureMask() by Tatu Saloranta · 10 years ago
  59. 7df7c57 Add `JsonGenerator.writeRawValue(SerializableString)`, matching tests; planned to help with #165 by Cowtowncoder · 10 years ago
  60. 37cdc35 Merge branch 'master' of github.com:FasterXML/jackson-core by Cowtowncoder · 10 years ago
  61. 27eb3c1 Implement #164 by Cowtowncoder · 10 years ago
  62. 7577b8a Merge branch '2.4' by Tatu Saloranta · 10 years ago
  63. d0d570c Update pom URL to point to Jackson home by Tatu Saloranta · 10 years ago
  64. 2768bd8 Merge branch '2.4' by Cowtowncoder · 10 years ago
  65. 6b0771b Warnings cleanup: change private fields to non-private to avoid having to use synthetic accessors by Cowtowncoder · 10 years ago
  66. 2888f5d Use Maven Central badge to show latest release version. by Tobias Preuss · 10 years ago
  67. 496f3fc Merge branch 'master' of github.com:FasterXML/jackson-core by Tatu Saloranta · 10 years ago
  68. 9c77880 a javadoc fix by Tatu Saloranta · 10 years ago
  69. 1e4a20b Add an alternate constructor for JsonGenerator by Cowtowncoder · 10 years ago
  70. 9c6694f Merge branch '2.4' by Cowtowncoder · 10 years ago
  71. a37f08e One more fix for #157, this time for negative-number parsing branch (which is different from pos) by Cowtowncoder · 10 years ago
  72. d860a8c fix release notes by Cowtowncoder · 10 years ago
  73. dc6d1a6 minor test cleanup by Cowtowncoder · 10 years ago
  74. 42bec38 Merge branch '2.4' by Cowtowncoder · 10 years ago
  75. e774d74 ... by Cowtowncoder · 10 years ago
  76. 290799a Fixed #157 by Cowtowncoder · 10 years ago
  77. 1481cad [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 10 years ago
  78. b9c8d58 [maven-release-plugin] prepare release jackson-core-2.4.3 by Tatu Saloranta · 10 years ago
  79. ec1d1c7 prepare for 2.4.3 release by Tatu Saloranta · 10 years ago
  80. 882b765 ... by Tatu Saloranta · 10 years ago
  81. f408795 Added ResolvedType.getParameterSource() by Cowtowncoder · 10 years ago
  82. 4184b16 Merge pull request #153 from adjohnson916/master by Tatu Saloranta · 10 years ago
  83. f58d09f fix typo in javadoc for JsonParser.Feature by Anders D. Johnson · 10 years ago
  84. d533f29 Fix #152 in 2.4 by Tatu Saloranta · 10 years ago
  85. 3baa7d6 Fix #152 by Tatu Saloranta · 10 years ago
  86. 7317dc9 test refactoring by Tatu Saloranta · 10 years ago
  87. 7fc3820 update parent pom by Tatu Saloranta · 10 years ago
  88. ba77f23 javadoc update by Tatu Saloranta · 10 years ago
  89. 63a87b9 Update parent pom to snapshot of one to be used for 2.5 by Tatu Saloranta · 10 years ago
  90. 4456e66 Merge pull request #149 from evanj/master by Tatu Saloranta · 10 years ago
  91. ea603c3 JsonParser, ObjectCodec: javadoc: empty docs to return null by Evan Jones · 10 years ago
  92. a0ce7f2 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 10 years ago
  93. 3f0a330 [maven-release-plugin] prepare release jackson-core-2.4.2 by Tatu Saloranta · 10 years ago
  94. 89c11fe ... by Tatu Saloranta · 10 years ago
  95. e997287 Fixed #148 as suggested (need to do perf tests but should work correctly) by Tatu · 10 years ago
  96. af647e2 Merge branch '2.4' by Tatu · 10 years ago
  97. fdcb48c fix build to properly omit **/failing/*.java by Tatu · 10 years ago
  98. 544904d prepare master for 2.5 by Tatu · 10 years ago
  99. fde2133 Add a (failing) unit test for #148 by Tatu Saloranta · 10 years ago
  100. 9bf8284 Checking in actual fix for #146 by Tatu Saloranta · 10 years ago