1. aba2ad6 Merge branch '2.8' by Tatu Saloranta · 8 years ago
  2. dc9eef9 ... by Tatu Saloranta · 8 years ago
  3. 7c3e56b Fixed #335 by Tatu Saloranta · 8 years ago
  4. 7756869 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  5. 488fe5e [maven-release-plugin] prepare release jackson-core-2.8.5 by Tatu Saloranta · 8 years ago
  6. f871b94 prepare for 2.8.5 by Tatu Saloranta · 8 years ago
  7. 489becb add tests for #330 by Tatu Saloranta · 8 years ago
  8. 5370412 Moar test coverage, now 74%/66%, similar to jackson-databind's by Tatu Saloranta · 8 years ago
  9. db156a9 more testing of UTF8Writer by Tatu Saloranta · 8 years ago
  10. 42e0aff fix a minor regression wrt DataInput-backed parser, eof detection by Tatu Saloranta · 8 years ago
  11. 56c2ad0 Fix #325 by Tatu Saloranta · 8 years ago
  12. b6846ee Update release notes by Tatu Saloranta · 8 years ago
  13. 766089d bit of refactoring by Tatu Saloranta · 8 years ago
  14. a778f95 Boost up test coverage a bit by Tatu Saloranta · 8 years ago
  15. 3170a46 Merge branch 'master' of github.com:FasterXML/jackson-core by Tatu Saloranta · 8 years ago
  16. 1ac5725 Merge branch '2.8' by Tatu Saloranta · 8 years ago
  17. f98ea1b Merge pull request #312 from AlexYursha/master by Tatu Saloranta · 8 years ago
  18. ad6d3cc Merge pull request #327 from bdhess/allow-trailing-comma by Tatu Saloranta · 8 years ago
  19. d7a6f6c Add JsonParser feature to ignore a trailing comma (fixes #118, #323) by Bradley Hess · 8 years ago
  20. 5e59e9c Merge branch 'master' of https://github.com/FasterXML/jackson-core by Tatu Saloranta · 8 years ago
  21. c44c42a try to add coveralls... by Tatu Saloranta · 8 years ago
  22. 1d39c19 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  23. 7540efe [maven-release-plugin] prepare release jackson-core-2.8.4 by Tatu Saloranta · 8 years ago
  24. 933a46b prepare for 2.8.4 by Tatu Saloranta · 8 years ago
  25. 597f4f6 update parent pom by Tatu Saloranta · 8 years ago
  26. 11151c5 fix fat-fingered char by Tatu Saloranta · 8 years ago
  27. 06f401c add a note on when SEPARATOR was added in JsonPointer by Tatu Saloranta · 8 years ago
  28. 9cf9268 Merge pull request #320 from DaveJarvis/patch-1 by Tatu Saloranta · 8 years ago
  29. f35f7d7 Migrate away from a magic slash to a constant. by Dave Jarvis · 8 years ago
  30. c207264 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  31. f2e4031 [maven-release-plugin] prepare release jackson-core-2.8.3 by Tatu Saloranta · 8 years ago
  32. 8b16f33 prepare for 2.8.3 by Tatu Saloranta · 8 years ago
  33. e254a1f update travis build too by Tatu Saloranta · 8 years ago
  34. 5a01507 branch 2.8 to a maint branch by Tatu Saloranta · 8 years ago
  35. fa64390 Fix #318 by Tatu Saloranta · 8 years ago
  36. 1a5c365 ... by Tatu Saloranta · 8 years ago
  37. bee7c26 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  38. 345cad5 Fix #317 by Tatu Saloranta · 8 years ago
  39. 3307bd2 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  40. 69fbfc7 [maven-release-plugin] prepare release jackson-core-2.8.2 by Tatu Saloranta · 8 years ago
  41. af873e3 prepare for 2.8.2 by Tatu Saloranta · 8 years ago
  42. 930edea ... by Tatu Saloranta · 8 years ago
  43. 485b7f9 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  44. 956a2fe [maven-release-plugin] prepare release jackson-core-2.7.7 by Tatu Saloranta · 8 years ago
  45. 43de27f prepare for 2.7.7 by Tatu Saloranta · 8 years ago
  46. a619494 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  47. 9664297 Fix #315 by Tatu Saloranta · 8 years ago
  48. 612f2f7 ... by Tatu Saloranta · 8 years ago
  49. 71d2a01 Add possibility to clear location information from parser error messages for security-sensitive applications by Alex Yursha · 8 years ago
  50. 5c48d5f Merge branch '2.7' by Tatu Saloranta · 8 years ago
  51. 956e0ce Fix a small regression with earlier fix, wrt `writeRaw()` by Tatu Saloranta · 8 years ago
  52. 9501961 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  53. 554f8db Fix #307 by Tatu Saloranta · 8 years ago
  54. c98ffa4 minor renaming by Tatu Saloranta · 8 years ago
  55. 12cea03 minor streamlining for error reporting for "can't write value except name" case by Tatu Saloranta · 8 years ago
  56. 748c756 Merge pull request #305 from CodingFabian/fix-javadoc-typo by Tatu Saloranta · 8 years ago
  57. ca82e12 Fix incorrect type referenced in javadoc of JsonParser by Fabian Lange · 8 years ago
  58. 54406c6 clean up by Tatu Saloranta · 8 years ago
  59. bca72a5 more test improvements for coverage, number output by Tatu Saloranta · 8 years ago
  60. e43ecc2 minor int/long write perf improvement by Tatu Saloranta · 8 years ago
  61. 5b50cd5 minor number output refactoring by Tatu Saloranta · 8 years ago
  62. 9943779 minor cleanup by Tatu Saloranta · 8 years ago
  63. 9dcd38b Minor performance improvent for `int`/`long` encoding in `NumberOutput` by Tatu Saloranta · 8 years ago
  64. 14206ed minor test improvements by Tatu Saloranta · 8 years ago
  65. 1dbf123 Merge pull request #301 from kaixin166/master by Tatu Saloranta · 8 years ago
  66. 833de41 JsonFactory optimization by happyelf · 8 years ago
  67. d32c85f [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  68. 6d1caf2 [maven-release-plugin] prepare release jackson-core-2.7.6 by Tatu Saloranta · 8 years ago
  69. 5f1f295 prepare for 2.7.6 by Tatu Saloranta · 8 years ago
  70. cd5b6ff a small set of other FindBugs warnings cleanup; no actual issues found, 97 false warnings remain by Tatu Saloranta · 8 years ago
  71. d0172cd Merge branch '2.7' by Tatu Saloranta · 8 years ago
  72. e962fb9 Cleaning up a few FindBugs reported minor issues. by Tatu Saloranta · 8 years ago
  73. 2268c74 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  74. 1e0968f [maven-release-plugin] prepare release jackson-core-2.8.1 by Tatu Saloranta · 8 years ago
  75. 630997d prepare for 2.8.0 by Tatu Saloranta · 8 years ago
  76. 0e2dbc8 ... by Tatu Saloranta · 8 years ago
  77. f688d46 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  78. 9a463a5 [maven-release-plugin] prepare release jackson-core-2.8.0 by Tatu Saloranta · 8 years ago
  79. b4e1211 ... by Tatu Saloranta · 8 years ago
  80. 397fc05 Prepare for 2.8.0 by Tatu Saloranta · 8 years ago
  81. 0d8b14d Rewrite of #296: require setting during construction to enable "check for existing current token" by Tatu Saloranta · 8 years ago
  82. 456ff3c update release notes by Tatu Saloranta · 8 years ago
  83. e052c31 Fix #296 by Tatu Saloranta · 8 years ago
  84. 4601785 ... and add the `writeFieldId()` method actually by Tatu Saloranta · 8 years ago
  85. 792de08 Fix #294 by Tatu Saloranta · 8 years ago
  86. 5fddcff [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  87. 56cd592 [maven-release-plugin] prepare release jackson-core-2.8.0.rc2 by Tatu Saloranta · 8 years ago
  88. 57b6e91 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  89. b3d893e [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  90. 85666a7 [maven-release-plugin] prepare release jackson-core-2.7.5 by Tatu Saloranta · 8 years ago
  91. 0ea06aa prepare for 2.7.5 by Tatu Saloranta · 8 years ago
  92. 92245d9 ... by Tatu Saloranta · 8 years ago
  93. ae695c3 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  94. 6232bfc [maven-release-plugin] prepare release jackson-core-2.8.0.rc1 by Tatu Saloranta · 8 years ago
  95. 8aea827 prepare for 2.8.0.rc1 by Tatu Saloranta · 8 years ago
  96. d9d6f1a ... by Tatu Saloranta · 8 years ago
  97. 2cf1932 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  98. e9fcbc9 Minor forwards-compatibility additions to allow some level of compatibility between 2.7 and 2.8 core impl by Tatu Saloranta · 8 years ago
  99. 0ed7e34 ... by Tatu Saloranta · 8 years ago
  100. fd5ca3b Add part of #136 by Tatu Saloranta · 8 years ago