1. a7168c6 minor javadoc fix by Tatu Saloranta · 9 years ago
  2. 17498b8 Merge branch '2.6' by Tatu Saloranta · 9 years ago
  3. ec560f3 Add a failing test for #223 by Tatu Saloranta · 9 years ago
  4. d3f0320 Improve support for std/format feature setting by Tatu Saloranta · 9 years ago
  5. 77be53c Implement #198: Add back-reference to `JsonParser` (from `JsonParseException`), `JsonGenerator` (from `JsonGenerationException`) by Tatu Saloranta · 9 years ago
  6. 5f4b48c Javadoc improvement to try to indicate that "getCurrentValue()" is not usable when using pure Streaming API by Cowtowncoder · 9 years ago
  7. 6f41628 Prepare for 2.6.0-rc4 by Tatu Saloranta · 9 years ago
  8. 35f740f Make JsonGenerator.getOutputBuffered() non-abstract (was accidentally left as abstract after testing) by Tatu Saloranta · 9 years ago
  9. 2e262b9 Baseline work for #196, generic support for format-specific features by Cowtowncoder · 9 years ago
  10. 46b4f02 Implement #195: Add `JsonGenerator.getOuputBuffered()` by Cowtowncoder · 9 years ago
  11. 81ca3ce Remove accidentally expanded static imports by Cowtowncoder · 9 years ago
  12. afef47a minor feature reordering to group like features together by Cowtowncoder · 9 years ago
  13. 5cddffa Fix #177 by Cowtowncoder · 10 years ago
  14. 3dcedd2 Fix #178. Also fix a few javadoc processor warnings by Tatu Saloranta · 10 years ago
  15. 44f42e8 Implement #168 by Tatu Saloranta · 10 years ago
  16. ffd16b7 Merge branch '2.4' by Tatu Saloranta · 10 years ago
  17. 483e662 Fix handling of JsonGenerator.setFeatureMask() by Tatu Saloranta · 10 years ago
  18. 7df7c57 Add `JsonGenerator.writeRawValue(SerializableString)`, matching tests; planned to help with #165 by Cowtowncoder · 10 years ago
  19. 27eb3c1 Implement #164 by Cowtowncoder · 10 years ago
  20. ba77f23 javadoc update by Tatu Saloranta · 10 years ago
  21. 1d07601 Implement #127 by Tatu Saloranta · 10 years ago
  22. ed4098c minor trimming by Tatu Saloranta · 11 years ago
  23. 5cf2e6e Last piece of refactoring wrt #110 by Tatu Saloranta · 11 years ago
  24. 0e10fd5 Refactor a bit to help reduce redunancy from #110 by Tatu Saloranta · 11 years ago
  25. f9ad80f Impelmented #106 by Tatu Saloranta · 11 years ago
  26. b883544 Implement #103, binary-data capability introspection by Tatu Saloranta · 11 years ago
  27. 2f9eb8c add a method to support filtering/views on positional formats like CSV by Tatu Saloranta · 11 years ago
  28. 98cb9a7 Add `JsonGenerator.canOmitFields()` discovery/introspection methods by Tatu Saloranta · 11 years ago
  29. caefc68 Implement #93 by Tatu Saloranta · 11 years ago
  30. 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
  31. bb46be9 fix to invalid naming by Tatu Saloranta · 11 years ago
  32. a464bb1 add JsonGenerator.writeObjectRef() as well by Tatu Saloranta · 11 years ago
  33. 5963bc4 clean up; adding skeletal methods for native Object Id handling by Tatu Saloranta · 11 years ago
  34. 567257f ... by Tatu Saloranta · 11 years ago
  35. 2fdf90e minor fix to javadocs by Tatu Saloranta · 11 years ago
  36. 08f918c Implement #91 by Tatu Saloranta · 11 years ago
  37. 0dba714 Implement #85 by Tatu Saloranta · 11 years ago
  38. 68bb83d Clean up copyright notice comments by removing refs to LICENSE, adding stub in main-level classes. by Tatu Saloranta · 11 years ago
  39. 5b7bbe1 Minor tweaks for #69 by Tatu Saloranta · 11 years ago
  40. 7190d20 Added JsonGenerator.writeNumber(short) by Martin Steiger · 11 years ago
  41. 2343927 trying to clean up code, to trim unneeded code by Tatu Saloranta · 11 years ago
  42. d6d57e5 Add missing JsonGeneratorDelegate methods (setPrettyPrinter) by Tatu Saloranta · 12 years ago
  43. 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
  44. 664b88b Integrate [Issue#84] fix from 2.0.x by Tatu Saloranta · 12 years ago
  45. 3e5ff6d Implemented JsonParser.readBinaryValue(...) by Tatu Saloranta · 12 years ago
  46. 63ff574 Start work on incremental binary/base64 generation by Tatu Saloranta · 12 years ago
  47. 2e70a2a Starting to implement streaming writing of binary data. by Tatu Saloranta · 12 years ago
  48. e53c3a9 Implemented [JACKSON-837]; made JsonGenerator implement Flushable by Tatu Saloranta · 12 years ago
  49. e9b4851 Working on [JACKSON-827], accidental JDK 1.6 dep by Tatu Saloranta · 12 years ago
  50. 08a6743 One more significant refactoring: move JsonNode out of core (to mapper); add TreeNode interface locally by Tatu Saloranta · 13 years ago
  51. 51bf030 Remove all pre-2.0 @since tags (since nothing in these packages predates 2.0) by Tatu · 13 years ago
  52. 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
  53. 9fc55aa Implemented [JACKSON-730] for core package (need similar for databinding) by Tatu Saloranta · 13 years ago
  54. 9b59c3b ... by Tatu Saloranta · 13 years ago
  55. 48d2609 Further improvements to version handling by Tatu Saloranta · 13 years ago
  56. f15531c Check in actual sources, moved to the new package, cleaned up a bit by Tatu Saloranta · 13 years ago