- 7932d6e Complete fix for adding seen string values by cowtowncoder · 12 years ago
- 126f5d0 Fix Smile issue#8 by cowtowncoder · 12 years ago
- d8532d1 Fixed [Issue-2], decoding problem with surrogate pairs, long strings. by cowtowncoder · 13 years ago
- fd21f5b Fix [JACKSON-803] for 1.9[.6] by cowtowncoder · 13 years ago
- 8a8ca74 Fix [JACKSON-733], problems data-binding byte[] with Smile by cowtowncoder · 13 years ago
- 528726b Fix [JACKSON-709] for 1.9.x as well by cowtowncoder · 13 years ago
- dea2d0e A fix to handling of Smile back-refs in nextTextValue() by cowtowncoder · 13 years ago
- 28a7345 ... by cowtowncoder · 13 years ago
- 72463cd ... by cowtowncoder · 13 years ago
- d14ed8d javadocs fix by cowtowncoder · 13 years ago
- f9e2de9 Cleaning up code by cowtowncoder · 14 years ago
- 8da2453 Working on SmileParser.nextTextValue() by cowtowncoder · 14 years ago
- 3fde300 Fix [JACKSON-640] in trunk by cowtowncoder · 14 years ago
- dc833de Implement [JACKSON-619], SmileParser not reporting byte offsets for location by cowtowncoder · 14 years ago
- c23ce29 Fixed [JACKSON-629], problem with SmileParser, name, buffer boundary by cowtowncoder · 14 years ago
- b1939de Minor fix to omit checks for pretty-printer, for smile generator (since none can be used) by cowtowncoder · 14 years ago
- f83888b Small performance change to smile parser by cowtowncoder · 14 years ago
- 4fc2d5f Fix a small problem with Smile-parser (regression from refactoring); was not releasing all buffers. by cowtowncoder · 14 years ago
- 9a2f15d Flatten smile-generator a bit by cowtowncoder · 14 years ago
- 5841dd8 Add null-check for null Strings, SmileGenerator by cowtowncoder · 14 years ago
- 718ab18 Fix [JACKSON-562] (and also [JACKSON-561] which has same root cause); bug in decoding certain field names for Smile documents (regression from 1.6) by cowtowncoder · 14 years ago
- 70e7892 Complete 1.8.0 release by cowtowncoder · 14 years ago
- c7511e2 Fix [JACKSON-552] (SmileParser, long field names) by cowtowncoder · 14 years ago
- cb69ddd Fixed [JACKSON-525], problem with SmileGenerator, recycling of seen-names buffer by cowtowncoder · 14 years ago
- f95d78c Implemented [JACKSON-102], ability to force escaping of non-ASCII characters by cowtowncoder · 14 years ago
- 7eabab5 Completed Smile format detection by cowtowncoder · 14 years ago
- 6393d08 Placeholder for Smile format detector by cowtowncoder · 14 years ago
- 8b19a94 Start work on general data format (auto)detection implementation, based on JsonFactory by cowtowncoder · 14 years ago
- f68ad5d Minor cleanup for JaxbAnnotationIntrospector, to help deal with [JACKSON-495] by cowtowncoder · 14 years ago
- ba2d8ac Fix [JACKSON-492] by cowtowncoder · 14 years ago
- b64d96d Fix a buffer allocation bug by cowtowncoder · 14 years ago
- bb0d1a7 ... by cowtowncoder · 14 years ago
- 36751ed Minor unit test cleanup; move one smile-dependency from main tests to smile tests by cowtowncoder · 14 years ago
- 721eee8 Minor optimization for smile parser's handling of numeric tokens by cowtowncoder · 14 years ago
- 1e0786a Cleaning up javadocs, preparing for 1.7.0 release. by cowtowncoder · 14 years ago
- c6583f2 Fix a nasty little Smile bug (regression since 1.6, i.e. wasn't in 1.6) by cowtowncoder · 14 years ago
- 8ce8135 Refactoring/denormalizing, mostly to make it more likely hotspot can further inline start/end array/object marker handlign by cowtowncoder · 14 years ago
- 629c2bc ... by cowtowncoder · 14 years ago
- 0ec2d30 More refactoring for generators by cowtowncoder · 14 years ago
- 0286fac ... by cowtowncoder · 14 years ago
- d2f3569 Continue implementing [JACKSON-448] by cowtowncoder · 14 years ago
- 09bbac6 Starting work on [JACKSON-448], added skeletal methods by cowtowncoder · 14 years ago
- 347bf6b ... by cowtowncoder · 14 years ago
- b73b7d0 Completing smile-factory buffer recycle implementation by cowtowncoder · 14 years ago
- 8f4f397 Also adding buffer recycling for smile string values by cowtowncoder · 14 years ago
- 034a87a Adding some buffer recycling for SmileGenerator, for 5-10% perf boost for small docs by cowtowncoder · 14 years ago
- 931ca92 More minor (?) improvements to smile writing side, names, string values by cowtowncoder · 14 years ago
- 2e12b42 ... smile by cowtowncoder · 14 years ago
- eeec4d8 Some more minor tweaking for Smile parsing by cowtowncoder · 14 years ago
- 8096b3a Minor optimization efforts with Smile by cowtowncoder · 14 years ago
- cc1389e Change Smile impl not to fail if someone tries to enable pretty-printing (indentation); just ignored now by cowtowncoder · 14 years ago
- 74461e4 Minor tweaking to SmileParser's nextToken() hot spot by cowtowncoder · 14 years ago
- 6bb60ce ... by cowtowncoder · 14 years ago
- 56021f7 Fix a minor issue with TypeKey hashing; was generating accidental collisions by cowtowncoder · 14 years ago
- e2d6372 Fix a minor issue with TokenBuffer and SerializedString (related to earlier changes); trying to streamline Smile-generator by cowtowncoder · 14 years ago
- 3270344 More refactoring to flatten structure of JsonParser impls, to allow for better inlining by JVM by cowtowncoder · 14 years ago
- 0bbafa6 Implement by cowtowncoder · 14 years ago
- b6991c0 Adding specialized map for serializers, for more efficient lookups by cowtowncoder · 14 years ago
- 70b9d03 Completed [JACKSON-401], features to allow blocking of calls to underlying flush() method of OutputStream/Writer. by cowtowncoder · 14 years ago
- 5ec0aec Fix [JACKSON-424], bug in SmileGenerator, long Unicode Strings by cowtowncoder · 14 years ago
- 4081497 Minor incremental work on xml-backed JsonParser impl by cowtowncoder · 14 years ago
- 5209f82 Add -v option for "smile tool", to help verifying correctness of encoding by cowtowncoder · 14 years ago
- 06b039e Implement [JACKSON-405], add simple interactive Smile encoding/decoding tool for testing by cowtowncoder · 14 years ago
- cf39be1 minor simplification by cowtowncoder · 14 years ago
- 221966c Implemented [JACKSON-378], choosing 'SerializableString' as interface name. by cowtowncoder · 14 years ago
- 5e8ada5 Fixed [JACKSON-376], problems writing Smile binary data as object property by cowtowncoder · 14 years ago
- f3aa637 Resolving javadoc warnings, all except for ones resulting from references to Joda and ASM types (which require different approach) by cowtowncoder · 15 years ago
- 027ee28 Trying to resolve all compilation, javadoc warnings for 1.6.0 release by cowtowncoder · 15 years ago
- 040d1f7 Minor tweaks to smile handlign by cowtowncoder · 15 years ago
- 31fb8e2 Implemented [JACKSON-346], string value back rerefences for Smile by cowtowncoder · 15 years ago
- 73ffa0d Adding more unit tests -- shared strings not complete, need to fail first by cowtowncoder · 15 years ago
- 41396bb Implement [JACKSON-346], optional shared/back-references for short String values. by cowtowncoder · 15 years ago
- 7bd64d4 Add more Smile unit tests (esp. for shared string values) by cowtowncoder · 15 years ago
- d18c516 Working on [JACKSON-347], rearranging type codes to allow efficient skipping by cowtowncoder · 15 years ago
- c2ab1bd ... by cowtowncoder · 15 years ago
- ee34194 Minor changes to Smile format handling, to support added 'may contain raw binary data' by cowtowncoder · 15 years ago
- 6fb985d Yet more work with SerializedString... by cowtowncoder · 15 years ago
- 32b20f7 ... and more of the same by cowtowncoder · 15 years ago
- aa7ebe2 More minor work towards efficient handling of SerializedString by cowtowncoder · 15 years ago
- 9582bdb Fixed issues found wrt header, end marker (Smile format) by cowtowncoder · 15 years ago
- 17c8092 Adding tests for Smile header, end marker; added skeletalversion of 'SerializedString' for even more efficient output generation by cowtowncoder · 15 years ago
- f8a4042 Trying to improve smile parsing slightly with some unrolling by cowtowncoder · 15 years ago
- 5596262 Minor improvement to smile generator performance by cowtowncoder · 15 years ago
- 12e9855 Fix to last known bug with Smile (turned out to be wrong offset when skipping double values) by cowtowncoder · 15 years ago
- 178c505 Some more minor performance tweaks for smile, this time for generator by cowtowncoder · 15 years ago
- cb0f322 Minor performance optimization for "untyped deserializer" (esp. small lists, maps); smile parser by cowtowncoder · 15 years ago
- 181ab0a Implement [JACKSON-326], addition of JsonParser.hasTextCharacters() by cowtowncoder · 15 years ago
- 87b2481 Doh. Turns out that it is not trivial to implement JsonParser.peekNextToken(): reverting changes, will NOT implement. by cowtowncoder · 15 years ago
- 2ed3a19 Misc additions, unit tests, starting to add JsonParser.peekNextToken() by cowtowncoder · 15 years ago
- a4f5865 And more fixes to smile parser (plus some additional unit tests) by cowtowncoder · 15 years ago
- b54be34 Fixed another small bug in smile buffer handling by cowtowncoder · 15 years ago
- e112395 A bug fix to parsing of long ascii string values by cowtowncoder · 15 years ago
- c449c18 Working on [JACKSON-235], handling of parent/child references by cowtowncoder · 15 years ago
- 7d55d20 Implemented more efficient seen-name handling for generator; now no more than 10% overhead for jvm-ser benchmark by cowtowncoder · 15 years ago
- 989524d ... by cowtowncoder · 15 years ago
- 15782a4 Add SmileParser.Feature to require smile header/signature for valid to be input by cowtowncoder · 15 years ago
- 1f5caa9 Smile/binary: completed unit tests, fixed issues found. by cowtowncoder · 15 years ago
- ed3b063 Completed smile-handling of BigInteger/BigDecimal values. by cowtowncoder · 15 years ago
- c930b53 Minor smile-parser work towards BigInteger/Decimal handling. by cowtowncoder · 15 years ago
- 961dae5 Minor work on parsing BigInteger/Decimals, added unit tests to verify once complete. by cowtowncoder · 15 years ago