1. f425563 Demote constants to help implementations that use `ParserMinimalBase` by Tatu Saloranta · 7 years ago
  2. ddec51c ... by Tatu Saloranta · 7 years ago
  3. eb41b10 Update Javadoc to reflect that USE_THREAD_LOCAL_FOR_BUFFER_RECYCLING is enabled by default by David Andrews · 8 years ago
  4. 833de41 JsonFactory optimization by happyelf · 8 years ago
  5. cd5b6ff a small set of other FindBugs warnings cleanup; no actual issues found, 97 false warnings remain by Tatu Saloranta · 8 years ago
  6. 155babc add utf-8 bom handling for DataInput parser by Tatu Saloranta · 8 years ago
  7. 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
  8. d7cbb64 Bit more work on DataInput source, test refactoring by Tatu Saloranta · 8 years ago
  9. 38b3ef1 Fix #276 by Tatu Saloranta · 8 years ago
  10. d302ae0 Add deprecation markers for parse, generation exception constructors obsoleted in 2.6 by Tatu Saloranta · 9 years ago
  11. 5590fcf Clarified javadocs about charset auto-detection for issue #222 by Dmitry Spikhalskiy · 9 years ago
  12. f8d8856 Code streamlining; removing internal (non-public) deprecated methods up to 2.5 level by Tatu Saloranta · 9 years ago
  13. 2e262b9 Baseline work for #196, generic support for format-specific features by Cowtowncoder · 9 years ago
  14. 8891c0c Fix #189: add `JsonFactory.Feature.USE_THREAD_LOCAL_FOR_BUFFER_RECYCLING` (default: enabled) by Tatu Saloranta · 9 years ago
  15. 43f91be ... by Tatu Saloranta · 9 years ago
  16. f737b05 Fix a flaw in earlier change wrt new/old byte symbol table by Tatu Saloranta · 9 years ago
  17. 4bcd731 ... by Tatu Saloranta · 9 years ago
  18. dccffbe Add a kludge to reduce incompatibility due to new symbol table implementation by Tatu Saloranta · 9 years ago
  19. 3a00c86 More work on alternate symbol table, passing most tests; not yet resizing by Cowtowncoder · 9 years ago
  20. 383bc8f Fix a minor bug in handling of char-based symbol tables (calc of hash code of) by Tatu Saloranta · 10 years ago
  21. 0541b3b Start working on even more robust DoS handling for char-based symbol tables by Tatu Saloranta · 10 years ago
  22. 475a99b ... by Tatu · 10 years ago
  23. 896000f Streamline decorator handling by Tatu Saloranta · 10 years ago
  24. 84dc184 fix a minor flaw in allocation handling by Tatu Saloranta · 10 years ago
  25. 64aa9d2 Implemented #138 by Tatu · 10 years ago
  26. b0a2e19 cosmetic cleanup by Tatu Saloranta · 10 years ago
  27. 32e4e91 More stylistic tweaks, moving to more compact format (sorry!) by Tatu Saloranta · 10 years ago
  28. 2bba5dd Remove redundant casts by Gonçalo Silva · 10 years ago
  29. e15b9a8 minor cleanup by Tatu Saloranta · 10 years ago
  30. efc2367 Removing deprecated internal methods (deprecated in 2.1) by Tatu Saloranta · 11 years ago
  31. 67a3b19 Fix a typo in canHandleBinaryNatively(), shouldnt take an arg by Tatu Saloranta · 11 years ago
  32. b883544 Implement #103, binary-data capability introspection by Tatu Saloranta · 11 years ago
  33. a9e5c9f ... by Tatu Saloranta · 11 years ago
  34. e92d04f Eclipse warning removal by Tatu Saloranta · 11 years ago
  35. f7741c5 Modify JsonFactory.readResolve() to hopefully work correctly wrt serialization by Tatu Saloranta · 11 years ago
  36. 7b796a8 Fixed #72 by Tatu Saloranta · 11 years ago
  37. 68bb83d Clean up copyright notice comments by removing refs to LICENSE, adding stub in main-level classes. by Tatu Saloranta · 11 years ago
  38. 61d5bdd Fixed [Issue#48] by Tatu Saloranta · 11 years ago
  39. 68d79dd yet more build fixes by Tatu Saloranta · 12 years ago
  40. 4ab04ce Finished switch to 'createXxx' (over 'createJsonXxx') by Tatu Saloranta · 12 years ago
  41. 6819492 Start deprecated 'createJsonXxx' methods in JsonFactory, in favor of 'createXxx' by Tatu Saloranta · 12 years ago
  42. 101820d ... by Tatu Saloranta · 12 years ago
  43. 95f76a4 Implement [Issue#33]: make `JsonFactory` JDK Serializable by Tatu Saloranta · 12 years ago
  44. 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
  45. 10c3ec8 eclipse warning cleanup by Tatu Saloranta · 12 years ago
  46. 1bdf026 Added 'JsonFactory.canUseSchema()' (similar to method JsonParser/JsonGenerator already had) by Tatu Saloranta · 12 years ago
  47. ad2df5f Added 'requiresCustomCodec()' methods, needed for format auto-detection by Tatu Saloranta · 12 years ago
  48. d24c974 undo previous add: figured this should be done fully at databind level by Tatu Saloranta · 12 years ago
  49. caf7484 Start adding default base64 encoding by Tatu Saloranta · 12 years ago
  50. 378ecdc Improvements to JsonFactory.copy() by Tatu Saloranta · 12 years ago
  51. feaabd1 Working on [Issue-25], removing references to 'json' (create[Json]Parser, create[Json]Generator) by Tatu Saloranta · 12 years ago
  52. ec30027 Refactor pom to use FX parent pom, to reduce fluff by Tatu Saloranta · 12 years ago
  53. 3e5ff6d Implemented JsonParser.readBinaryValue(...) by Tatu Saloranta · 12 years ago
  54. eeb2fbd Refactoring for Issue-7 (addition of 'createParser' and 'createGenerator' on 'JsonFactory') by Tatu Saloranta · 12 years ago
  55. e9b4851 Working on [JACKSON-827], accidental JDK 1.6 dep by Tatu Saloranta · 12 years ago
  56. 0735190 Last (?) piece of work for [JACKSON-730], add JsonFactory.Feature instead of trying to shoe-horn things in JsonParser.Feature by Tatu · 12 years ago
  57. c1fec35 ... by Tatu Saloranta · 13 years ago
  58. 5a1bd99 ... by Tatu Saloranta · 13 years ago
  59. d77350e More clean up by Tatu Saloranta · 13 years ago
  60. f15531c Check in actual sources, moved to the new package, cleaned up a bit by Tatu Saloranta · 13 years ago