1. ab9b00a Fix #314 by Tatu Saloranta · 7 years ago
  2. 21a7542 Minor fix wrt #17: should not add `abstract` methods without default impl, causes unnecessary compatibility issues by Tatu Saloranta · 7 years ago
  3. 933f33c Minor changes wrt #17 to use recyclable buffers by Tatu Saloranta · 7 years ago
  4. 5497073 Added proposed fix for Issue #17 by Logan Widick · 7 years ago
  5. fa64390 Fix #318 by Tatu Saloranta · 8 years ago
  6. cd5b6ff a small set of other FindBugs warnings cleanup; no actual issues found, 97 false warnings remain by Tatu Saloranta · 8 years ago
  7. e052c31 Fix #296 by Tatu Saloranta · 8 years ago
  8. 4601785 ... and add the `writeFieldId()` method actually by Tatu Saloranta · 8 years ago
  9. d980ba3 Merge branch 'master' of github.com:FasterXML/jackson-core by Tatu Saloranta · 8 years ago
  10. e5ded10 Fix #290: Add `JsonGenerator.canWriteFormattedNumbers()` for introspection by Tatu Saloranta · 8 years ago
  11. cfb0866 add notes wrt deferred impl of writing type ids by Tatu Saloranta · 8 years ago
  12. 5f17592 Implement last part of #277 for JSON backend (still need to add to smile/cbor/protobuf) by Tatu Saloranta · 8 years ago
  13. 155babc add utf-8 bom handling for DataInput parser by Tatu Saloranta · 8 years ago
  14. 5691a37 Add failing test for #282 by Tatu Saloranta · 8 years ago
  15. d1328b4 ... by Tatu Saloranta · 8 years ago
  16. bdc5c4e add skeletal `writeArray(int[])` method for 2.8 by Tatu Saloranta · 8 years ago
  17. 4bace84 Fix botched merge by Tatu Saloranta · 8 years ago
  18. 526b46d ... by Tatu Saloranta · 8 years ago
  19. a7168c6 minor javadoc fix by Tatu Saloranta · 9 years ago
  20. 17498b8 Merge branch '2.6' by Tatu Saloranta · 9 years ago
  21. ec560f3 Add a failing test for #223 by Tatu Saloranta · 9 years ago
  22. d3f0320 Improve support for std/format feature setting by Tatu Saloranta · 9 years ago
  23. 77be53c Implement #198: Add back-reference to `JsonParser` (from `JsonParseException`), `JsonGenerator` (from `JsonGenerationException`) by Tatu Saloranta · 9 years ago
  24. 5f4b48c Javadoc improvement to try to indicate that "getCurrentValue()" is not usable when using pure Streaming API by Cowtowncoder · 9 years ago
  25. 6f41628 Prepare for 2.6.0-rc4 by Tatu Saloranta · 9 years ago
  26. 35f740f Make JsonGenerator.getOutputBuffered() non-abstract (was accidentally left as abstract after testing) by Tatu Saloranta · 9 years ago
  27. 2e262b9 Baseline work for #196, generic support for format-specific features by Cowtowncoder · 9 years ago
  28. 46b4f02 Implement #195: Add `JsonGenerator.getOuputBuffered()` by Cowtowncoder · 9 years ago
  29. 81ca3ce Remove accidentally expanded static imports by Cowtowncoder · 9 years ago
  30. afef47a minor feature reordering to group like features together by Cowtowncoder · 9 years ago
  31. 5cddffa Fix #177 by Cowtowncoder · 10 years ago
  32. 3dcedd2 Fix #178. Also fix a few javadoc processor warnings by Tatu Saloranta · 10 years ago
  33. 44f42e8 Implement #168 by Tatu Saloranta · 10 years ago
  34. ffd16b7 Merge branch '2.4' by Tatu Saloranta · 10 years ago
  35. 483e662 Fix handling of JsonGenerator.setFeatureMask() by Tatu Saloranta · 10 years ago
  36. 7df7c57 Add `JsonGenerator.writeRawValue(SerializableString)`, matching tests; planned to help with #165 by Cowtowncoder · 10 years ago
  37. 27eb3c1 Implement #164 by Cowtowncoder · 10 years ago
  38. ba77f23 javadoc update by Tatu Saloranta · 10 years ago
  39. 1d07601 Implement #127 by Tatu Saloranta · 10 years ago
  40. ed4098c minor trimming by Tatu Saloranta · 11 years ago
  41. 5cf2e6e Last piece of refactoring wrt #110 by Tatu Saloranta · 11 years ago
  42. 0e10fd5 Refactor a bit to help reduce redunancy from #110 by Tatu Saloranta · 11 years ago
  43. f9ad80f Impelmented #106 by Tatu Saloranta · 11 years ago
  44. b883544 Implement #103, binary-data capability introspection by Tatu Saloranta · 11 years ago
  45. 2f9eb8c add a method to support filtering/views on positional formats like CSV by Tatu Saloranta · 11 years ago
  46. 98cb9a7 Add `JsonGenerator.canOmitFields()` discovery/introspection methods by Tatu Saloranta · 11 years ago
  47. caefc68 Implement #93 by Tatu Saloranta · 11 years ago
  48. 14c6899 Change type of type/object ids to java.lang.Object, since impls are likely to require different actual types by Tatu Saloranta · 11 years ago
  49. bb46be9 fix to invalid naming by Tatu Saloranta · 11 years ago
  50. a464bb1 add JsonGenerator.writeObjectRef() as well by Tatu Saloranta · 11 years ago
  51. 5963bc4 clean up; adding skeletal methods for native Object Id handling by Tatu Saloranta · 11 years ago
  52. 567257f ... by Tatu Saloranta · 11 years ago
  53. 2fdf90e minor fix to javadocs by Tatu Saloranta · 11 years ago
  54. 08f918c Implement #91 by Tatu Saloranta · 11 years ago
  55. 0dba714 Implement #85 by Tatu Saloranta · 11 years ago
  56. 68bb83d Clean up copyright notice comments by removing refs to LICENSE, adding stub in main-level classes. by Tatu Saloranta · 11 years ago
  57. 5b7bbe1 Minor tweaks for #69 by Tatu Saloranta · 11 years ago
  58. 7190d20 Added JsonGenerator.writeNumber(short) by Martin Steiger · 11 years ago
  59. 2343927 trying to clean up code, to trim unneeded code by Tatu Saloranta · 11 years ago
  60. d6d57e5 Add missing JsonGeneratorDelegate methods (setPrettyPrinter) by Tatu Saloranta · 12 years ago
  61. e6dfc69 Implemented [Issue#26], ability to change root-value separator; usually to change it to linefeed (from single space) by Tatu Saloranta · 12 years ago
  62. 664b88b Integrate [Issue#84] fix from 2.0.x by Tatu Saloranta · 12 years ago
  63. 3e5ff6d Implemented JsonParser.readBinaryValue(...) by Tatu Saloranta · 12 years ago
  64. 63ff574 Start work on incremental binary/base64 generation by Tatu Saloranta · 12 years ago
  65. 2e70a2a Starting to implement streaming writing of binary data. by Tatu Saloranta · 12 years ago
  66. e53c3a9 Implemented [JACKSON-837]; made JsonGenerator implement Flushable by Tatu Saloranta · 12 years ago
  67. e9b4851 Working on [JACKSON-827], accidental JDK 1.6 dep by Tatu Saloranta · 12 years ago
  68. 08a6743 One more significant refactoring: move JsonNode out of core (to mapper); add TreeNode interface locally by Tatu Saloranta · 12 years ago
  69. 51bf030 Remove all pre-2.0 @since tags (since nothing in these packages predates 2.0) by Tatu · 13 years ago
  70. 0735190 Last (?) piece of work for [JACKSON-730], add JsonFactory.Feature instead of trying to shoe-horn things in JsonParser.Feature by Tatu · 13 years ago
  71. 9fc55aa Implemented [JACKSON-730] for core package (need similar for databinding) by Tatu Saloranta · 13 years ago
  72. 9b59c3b ... by Tatu Saloranta · 13 years ago
  73. 48d2609 Further improvements to version handling by Tatu Saloranta · 13 years ago
  74. f15531c Check in actual sources, moved to the new package, cleaned up a bit by Tatu Saloranta · 13 years ago