1. 4f0369b ... by Tatu Saloranta · 10 years ago
  2. e838352 ... by Tatu Saloranta · 10 years ago
  3. 141c08b ... by Tatu · 10 years ago
  4. ca3eae2 update README by Tatu Saloranta · 10 years ago
  5. 455f09f Quote branch name to make it a string [ci skip] by Christopher Currie · 10 years ago
  6. c0540e0 Travis build status [ci-skip] by Christopher Currie · 10 years ago
  7. 2536f49 Update travis config for Maven deploy by Christopher Currie · 10 years ago
  8. 4a2c548 Travis CI support by Christopher Currie · 10 years ago
  9. d6e459a Integrate #129 in mainline as well by Tatu · 10 years ago
  10. ac956fe minor change to text value secondary parsing, hoping to speed it up a bit by Tatu Saloranta · 10 years ago
  11. 32e4e91 More stylistic tweaks, moving to more compact format (sorry!) by Tatu Saloranta · 11 years ago
  12. 0e791ab Merge pull request #125 from goncalossilva/minor_cleanup by Tatu Saloranta · 11 years ago
  13. 9580482 Replace manual array copy with System.arraycopy() by Gonçalo Silva · 11 years ago
  14. 2bba5dd Remove redundant casts by Gonçalo Silva · 11 years ago
  15. d1d4382 Remove usage of StringBuilder as it's unneeded by Gonçalo Silva · 11 years ago
  16. 3c4f787 Use StringBuilder instead of StringBuffer by Gonçalo Silva · 11 years ago
  17. e78fc1f minor improvement to text buffer allocation by Tatu Saloranta · 11 years ago
  18. 007dccb ... by Tatu Saloranta · 11 years ago
  19. e15b9a8 minor cleanup by Tatu Saloranta · 11 years ago
  20. 6884325 ... by Tatu Saloranta · 11 years ago
  21. 8be1913 ... by Tatu Saloranta · 11 years ago
  22. 0c8d86e minor addition to TextBuffer by Tatu Saloranta · 11 years ago
  23. ed4098c minor trimming by Tatu Saloranta · 11 years ago
  24. 7fe0093 ... by Tatu Saloranta · 11 years ago
  25. 155a63e ... by Tatu Saloranta · 11 years ago
  26. 288b1f3 ... by Tatu Saloranta · 11 years ago
  27. fedd795 Minor trimming by Tatu Saloranta · 11 years ago
  28. d1ed0e8 ... by Tatu Saloranta · 11 years ago
  29. 5bd1c6b add an alloc method that allows defining min size by Tatu Saloranta · 11 years ago
  30. ebf0091 Refactor BufferRecycler for sub-classing by Tatu Saloranta · 11 years ago
  31. a8bc72e Change IOContext to be sub-classable (remove 'final') by Tatu Saloranta · 11 years ago
  32. 4646ed1 minor cleanup by Tatu Saloranta · 11 years ago
  33. 175a97b Implement #121 by Tatu Saloranta · 11 years ago
  34. efc2367 Removing deprecated internal methods (deprecated in 2.1) by Tatu Saloranta · 11 years ago
  35. 4663017 ... by Tatu Saloranta · 11 years ago
  36. fb85861 ... by Tatu Saloranta · 11 years ago
  37. db4c704 Combine BaseReader and UTF32Reader, to reduce jar size by Tatu Saloranta · 11 years ago
  38. fe5b698 ... by Tatu Saloranta · 11 years ago
  39. 9318b80 ... by Tatu Saloranta · 11 years ago
  40. aefbe1d ... by Tatu Saloranta · 11 years ago
  41. 9c13500 ... by Tatu Saloranta · 11 years ago
  42. 87cba32 and bit more clean up by Tatu Saloranta · 11 years ago
  43. f633f10 bit of source code sanitization by Tatu Saloranta · 11 years ago
  44. e3c062b move trunk to 2.4.0-SNAPSHOT by Tatu Saloranta · 11 years ago
  45. 6df367a use the refactored debug level from new parent pom version by Tatu Saloranta · 11 years ago
  46. 8c9f67f add explicit settings for debug info inclusion by Tatu Saloranta · 11 years ago
  47. 6f91dcf Minor improvement to error messaging for invalid token (with reader-backed parser) by Tatu Saloranta · 11 years ago
  48. 41a3541 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 11 years ago
  49. ce3fb0a [maven-release-plugin] prepare release jackson-core-2.3.0 by Tatu Saloranta · 11 years ago
  50. 1deb492 update release notes for 2.3.0 by Tatu Saloranta · 11 years ago
  51. bc54062 Fixed #116 by Tatu Saloranta · 11 years ago
  52. e78ac28 add a unit test for #116 by Tatu Saloranta · 11 years ago
  53. 54a5a14 Fixed misspelled contributor name by Tatu Saloranta · 11 years ago
  54. be4395d ... by Tatu Saloranta · 11 years ago
  55. 5e14c46 Fixed #115 by Tatu Saloranta · 11 years ago
  56. 5cf2e6e Last piece of refactoring wrt #110 by Tatu Saloranta · 11 years ago
  57. 0e10fd5 Refactor a bit to help reduce redunancy from #110 by Tatu Saloranta · 11 years ago
  58. e574b3c Merge pull request #110 from qpliu/master by Tatu Saloranta · 11 years ago
  59. a3b10fd [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 11 years ago
  60. 822b35c [maven-release-plugin] prepare release jackson-core-2.3.0-rc1 by Tatu Saloranta · 11 years ago
  61. fc53592 fix a typo in credits by Tatu · 11 years ago
  62. 594a75d Reimplement FilterJsonGenerator as a flag to JsonGeneratorDelegate. by Q.P.Liu · 11 years ago
  63. 3da5c04 Need to modify BOM test a bit: not sure if this is the right thing, but keeping track of real input offsets seems more important by Tatu Saloranta · 11 years ago
  64. 911cca0 Fix #111 by Tatu Saloranta · 11 years ago
  65. 7ee3878 Changing UTF8StreamJsonParser to be non-final; making private methods final (and small number of protected methods) by Tatu Saloranta · 11 years ago
  66. 5db03b6 Try to clear up final/non-final confusion for UTF-8 backed generator; to allow overriding by Tatu Saloranta · 11 years ago
  67. 8fc4243 minor optimization for name writing by Tatu Saloranta · 11 years ago
  68. 36d8bc2 Improved unit testing for root value generation by Tatu Saloranta · 11 years ago
  69. f8120bb Work on fix for #108 in mainline by Tatu Saloranta · 11 years ago
  70. faa7d54 Add FilterJsonGenerator. by Q.P.Liu · 11 years ago
  71. 3761c5c streamline parser closing by Tatu Saloranta · 11 years ago
  72. 880ba76 ... by Tatu Saloranta · 11 years ago
  73. f9ad80f Impelmented #106 by Tatu Saloranta · 11 years ago
  74. e2e2e8c Minor beefing up for dup testing by Tatu Saloranta · 11 years ago
  75. 6fc0271 Commit actual dup-detection implementation by Tatu · 11 years ago
  76. 879b7cd update release notes by Tatu · 11 years ago
  77. 67a24de Minor cleanup for JsonTokenId, adding comments by Tatu · 11 years ago
  78. 45f1bb3 Removed the last anonymous inner class generated for switch-on-enum by Tatu Saloranta · 11 years ago
  79. 066463a Removing one more unneeded inner class by Tatu Saloranta · 11 years ago
  80. 8b9b4cd Another inner class bites the dust (swtich removal) by Tatu Saloranta · 11 years ago
  81. 347f237 Eliminated one more anonymous inner class by Tatu Saloranta · 11 years ago
  82. a663c69 Refactor JsonToken a bit, to add more type detection method, to replace need to use switch by Tatu Saloranta · 11 years ago
  83. 5a6fe97 further simplification by Tatu Saloranta · 11 years ago
  84. 2aa2628 minor cleanup, to eliminate one compiler-generated inner class by Tatu Saloranta · 11 years ago
  85. eaa2b0c Fixed #102 by Tatu Saloranta · 11 years ago
  86. 38d6e35 Fix #105, not detecting missing white-space between root-level numbers by Tatu Saloranta · 11 years ago
  87. 098ece8 update release notes by Tatu Saloranta · 11 years ago
  88. 0a39869 Finished #47 implementation by Tatu Saloranta · 11 years ago
  89. 89d5f32 Bit more cleanup by Tatu Saloranta · 11 years ago
  90. a3de8a0 First part of YAML comments support, for UTF-8-based pasrser by Tatu Saloranta · 11 years ago
  91. 3f84224 ... and yaml-comments Feature too by Tatu Saloranta · 11 years ago
  92. d01920e minor error handling improvement by Tatu Saloranta · 11 years ago
  93. 7d2519f Add a test for yaml style comments by Tatu Saloranta · 11 years ago
  94. c0a3c76 Trim some more constants by Tatu Saloranta · 11 years ago
  95. c5b4393 remove unneeded constants by Tatu Saloranta · 11 years ago
  96. bd5b7c0 Merge branch 'master' of github.com:FasterXML/jackson-core by Tatu Saloranta · 11 years ago
  97. 8475c8b Minor improvement for InternCache by Tatu Saloranta · 11 years ago
  98. bfd55a0 Improve ignorals as per #104 (need to roll out to other projects over time) by Tatu · 11 years ago
  99. 67a3b19 Fix a typo in canHandleBinaryNatively(), shouldnt take an arg by Tatu Saloranta · 11 years ago
  100. b883544 Implement #103, binary-data capability introspection by Tatu Saloranta · 11 years ago