1. 03e53a6 further fixes for async: now apos-quoted names/values, unquoted names work by Tatu Saloranta · 7 years ago
  2. 8be9b70 bit more work on async/non-blocking parsing, prevent test failures on master by Tatu Saloranta · 7 years ago
  3. 6f00af8 more twiddling with number decoding by Tatu Saloranta · 7 years ago
  4. 056bf5e start adding non-blocking/async json parser (will take a while) by Tatu Saloranta · 7 years ago
  5. f425563 Demote constants to help implementations that use `ParserMinimalBase` by Tatu Saloranta · 7 years ago
  6. 50d62c2 change visibility of some constants to give access to sub-classes by Tatu Saloranta · 7 years ago
  7. f36a0bc Add constant `NR_FLOAT` for sub-classes to use by Tatu Saloranta · 7 years ago
  8. 7e57c55 One minor fix for `isNaN()` impl, must consider infinites too by Tatu Saloranta · 7 years ago
  9. ab9b00a Fix #314 by Tatu Saloranta · 7 years ago
  10. ce193ae Fix #356 by Tatu Saloranta · 7 years ago
  11. 21a7542 Minor fix wrt #17: should not add `abstract` methods without default impl, causes unnecessary compatibility issues by Tatu Saloranta · 7 years ago
  12. 933f33c Minor changes wrt #17 to use recyclable buffers by Tatu Saloranta · 7 years ago
  13. 4ba30eb Created a default writeString(reader, int) implementation that reports unsupported so that the new method doesn't have to be implemented in all formats right away. by Logan Widick · 7 years ago
  14. 2e1f193 Merge branch '2.8' by Tatu Saloranta · 8 years ago
  15. a619494 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  16. 9664297 Fix #315 by Tatu Saloranta · 8 years ago
  17. 612f2f7 ... by Tatu Saloranta · 8 years ago
  18. d0172cd Merge branch '2.7' by Tatu Saloranta · 8 years ago
  19. e962fb9 Cleaning up a few FindBugs reported minor issues. by Tatu Saloranta · 8 years ago
  20. 98f8444 Fix #281 by Tatu Saloranta · 8 years ago
  21. 5f17592 Implement last part of #277 for JSON backend (still need to add to smile/cbor/protobuf) by Tatu Saloranta · 8 years ago
  22. 2bc82d9 Add base `JsonParser.getText(Writer)` impl, to avoid breaking change for non-updated backends; remove co-variant return type for `GeneratorBase.getOutputContext()` by Tatu Saloranta · 8 years ago
  23. 93994e3 Add `JsonP by Tatu Saloranta · 8 years ago
  24. 244ddd1 Refactoring, trying to figure out how to get rid of mandatory `loadMore[Guaranteed]` methods without big backwards compat pains by Tatu Saloranta · 8 years ago
  25. 4ed519f improvements to DataInput handling by Tatu Saloranta · 8 years ago
  26. c1ea241 minor refactoring by Tatu Saloranta · 8 years ago
  27. e9098c9 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  28. 1e262f6 remove finality of `getOutputContext()` by Tatu Saloranta · 8 years ago
  29. 4bace84 Fix botched merge by Tatu Saloranta · 8 years ago
  30. c326379 Minor fix to potential loss of current value object during parsing by Tatu Saloranta · 8 years ago
  31. d58d420 Fix #246 by Tatu Saloranta · 8 years ago
  32. a981a11 Add base impl of getBinaryValue(Base64Variant) by Tatu Saloranta · 9 years ago
  33. b4567ca Add a new method in read/write contexts, to allow cleaning up of current value by Tatu Saloranta · 9 years ago
  34. b18e388 Fixing pmd:RedundantFieldInitializer Redundant Field Initializer by Faisal Hameed · 9 years ago
  35. 6cbca3d add explicit javac level defs to keep streaming at JDK 1.6 / Java 6 by Cowtowncoder · 9 years ago
  36. d3f0320 Improve support for std/format feature setting by Tatu Saloranta · 9 years ago
  37. 77be53c Implement #198: Add back-reference to `JsonParser` (from `JsonParseException`), `JsonGenerator` (from `JsonGenerationException`) by Tatu Saloranta · 9 years ago
  38. 8fa79a2 minor simplification by Tatu Saloranta · 9 years ago
  39. cbdf650 remove `final` from `ParserMinimalBase` implementations by Tatu Saloranta · 9 years ago
  40. dfd6909 Add skeletal FilteringParserDelegate, to (eventually) add filtering on parser too by Tatu Saloranta · 9 years ago
  41. 698f3a7 Fix #188 by Cowtowncoder · 9 years ago
  42. 53c68d4 Streamline `getValueAsInt()`, `getValueAsLong()` of `ParserMinimalBase` by Tatu Saloranta · 9 years ago
  43. efc4295 Minor improvement to overridability of "default" PrettyPrinter by Cowtowncoder · 9 years ago
  44. 1eef25a Add `JsonParser.hasToken(JsonToken)` by Tatu Saloranta · 10 years ago
  45. 36d774e Minor streamlining of int parsing by Tatu Saloranta · 10 years ago
  46. 657272f tiny change to JsonParser ctor call sequence by Tatu Saloranta · 10 years ago
  47. 5cddffa Fix #177 by Cowtowncoder · 10 years ago
  48. 39170c0 Add `JsonParser.hasExpectedStartObjectToken()` by Tatu Saloranta · 10 years ago
  49. aae5397 Added `JsonParser.hasTokenId()` method by Tatu Saloranta · 10 years ago
  50. 6d9cb64 Minor tweaking, javadoc fixes, add version numbers by Tatu Saloranta · 10 years ago
  51. 44f42e8 Implement #168 by Tatu Saloranta · 10 years ago
  52. 864e30a demote '_decodeSurrogate()' as well by Cowtowncoder · 10 years ago
  53. 1d97b53 Merge branch 'master' of github.com:FasterXML/jackson-core by Cowtowncoder · 10 years ago
  54. 33a43e1 tiny refactoring of constants by Cowtowncoder · 10 years ago
  55. 074c506 complete fixes to make dynamic enable/disable of dup detection work completely by Tatu Saloranta · 10 years ago
  56. 8b88443 Fix problem with dynamic enable/disable of parser dup detection by Tatu Saloranta · 10 years ago
  57. 2a6f9f2 Tests for verifying dynamic enabling/disabling of dup-detection by Tatu Saloranta · 10 years ago
  58. ffd16b7 Merge branch '2.4' by Tatu Saloranta · 10 years ago
  59. 483e662 Fix handling of JsonGenerator.setFeatureMask() by Tatu Saloranta · 10 years ago
  60. 7df7c57 Add `JsonGenerator.writeRawValue(SerializableString)`, matching tests; planned to help with #165 by Cowtowncoder · 10 years ago
  61. 1e4a20b Add an alternate constructor for JsonGenerator by Cowtowncoder · 10 years ago
  62. 18bc774 streamlining of ws skipping for byte-based sources by Tatu Saloranta · 10 years ago
  63. e60ad11 Tiny tweaking for reader-based name parsing by Tatu Saloranta · 10 years ago
  64. ea1fd86 Rewrite whitespace skipping, based on superior speed by code from 2.2; lookup table not that good it seems by Tatu Saloranta · 10 years ago
  65. 7af3e25 adding ascii util methods by Tatu Saloranta · 10 years ago
  66. ef860da Undo one bad optimization for byte-based parser (-10% regression for one of the tests) by Tatu Saloranta · 10 years ago
  67. 4ce6e0b and matchign changes to byte-based decoder too by Tatu Saloranta · 10 years ago
  68. 61e229b ... by Tatu Saloranta · 10 years ago
  69. 32e4e91 More stylistic tweaks, moving to more compact format (sorry!) by Tatu Saloranta · 11 years ago
  70. 7fe0093 ... by Tatu Saloranta · 11 years ago
  71. 155a63e ... by Tatu Saloranta · 11 years ago
  72. 4646ed1 minor cleanup by Tatu Saloranta · 11 years ago
  73. 5cf2e6e Last piece of refactoring wrt #110 by Tatu Saloranta · 11 years ago
  74. 0e10fd5 Refactor a bit to help reduce redunancy from #110 by Tatu Saloranta · 11 years ago
  75. f8120bb Work on fix for #108 in mainline by Tatu Saloranta · 11 years ago
  76. f9ad80f Impelmented #106 by Tatu Saloranta · 11 years ago
  77. 6fc0271 Commit actual dup-detection implementation by Tatu · 11 years ago
  78. 67a24de Minor cleanup for JsonTokenId, adding comments by Tatu · 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. 38d6e35 Fix #105, not detecting missing white-space between root-level numbers by Tatu Saloranta · 11 years ago
  85. 0a39869 Finished #47 implementation by Tatu Saloranta · 11 years ago
  86. d01920e minor error handling improvement by Tatu Saloranta · 11 years ago
  87. c0a3c76 Trim some more constants by Tatu Saloranta · 11 years ago
  88. c5b4393 remove unneeded constants by Tatu Saloranta · 11 years ago
  89. 3e0a14e more minor cleanup by Tatu Saloranta · 11 years ago
  90. b40ac81 Fix #98 by Tatu Saloranta · 11 years ago
  91. 98c86a9 Implement #94 by Tatu Saloranta · 11 years ago
  92. caefc68 Implement #93 by Tatu Saloranta · 11 years ago
  93. e92d04f Eclipse warning removal by Tatu Saloranta · 11 years ago
  94. 26894d0 Merge addition of Base64Variant.decode() from 2.2.3 by Tatu Saloranta · 11 years ago
  95. b9eb6d1 Improve javadocs for GeneratorBase._verifyValueWrite() by Tatu Saloranta · 11 years ago
  96. a629bb9 minor cleanup by Tatu Saloranta · 11 years ago
  97. 2343927 trying to clean up code, to trim unneeded code by Tatu Saloranta · 11 years ago
  98. c3ef9f3 Fixed #51, problems with JsonLocation serialization by Tatu Saloranta · 11 years ago
  99. 6c842ae Private methods don't need a "final" modifier by Francis Galiegue · 12 years ago
  100. 3060cf0 Remove unnecessary boxing/unboxing of primitive values by Francis Galiegue · 12 years ago