Ugorji Nwoke
|
c4a1c341dc
codec: encWriterSwitch.end() panic's, and should not be called AS-IS during a final "recover"
|
5 anni fa |
Ugorji Nwoke
|
497916c003
codec: at start of encode, ensure bufioEncWriter's buffer is not nil
|
5 anni fa |
Ugorji Nwoke
|
6bfa3bf159
codec: do not pool codecFn helper - make it part of BasicHandle instead
|
6 anni fa |
Ugorji Nwoke
|
ce1d126566
codec: misc fixes - handle error from io.Reader.Read, fix MissingFielder support, refactor for better mid-stack inlining, use custom bufio.Writer impl, etc
|
6 anni fa |
Ugorji Nwoke
|
54e65a16b7
codec: add tests for size mismatch for maps and extensions (using msgpack codec)
|
6 anni fa |
Ugorji Nwoke
|
8333dd4495
codec: add tests for MaxDepth
|
6 anni fa |
Ugorji Nwoke
|
449f40126c
codec: add tests for MissingFielder (missing fields)
|
6 anni fa |
Ugorji Nwoke
|
6a0f936d95
codec: add omitempty tests
|
6 anni fa |
Ugorji Nwoke
|
d2b2650062
codec: support mapping non-interface type to an interface
|
7 anni fa |
Ugorji Nwoke
|
6e9891a451
codec: clean up, improved symbol handling and numeric overflow support
|
7 anni fa |
Ugorji Nwoke
|
e60f01bc16
codec: update copyright to say 2012-2018
|
7 anni fa |
Ugorji Nwoke
|
7a1de86227
codec: refactoring to set us up for mid-stack inlining performance improvements in 1.10
|
7 anni fa |
Ugorji Nwoke
|
46e03b0162
codec: test: stop using testVerbose
|
7 anni fa |
Ugorji Nwoke
|
3ae9bb479b
codec: clean ups
|
7 anni fa |
Ugorji Nwoke
|
d7f7caed82
codec: test: add tests for encoding and decoding of extensions
|
7 anni fa |
Ugorji Nwoke
|
81e23f6852
codec: test suite: add simple's EncZeroValuesAsNil tests
|
7 anni fa |
Ugorji Nwoke
|
8c44cd4a7d
codec: rpc: clean up API usage to support buffered use (for performance)
|
7 anni fa |
Ugorji Nwoke
|
3c86213f83
codec: test: add tests for encoding, decoding and zero'ing scalars and maps/slices containing them.
|
7 anni fa |
Ugorji Nwoke
|
d03304bb1d
codec: test: add half float test for cbor
|
7 anni fa |
Ugorji Nwoke
|
5ef60f8ad9
codec: faster unsafe variants of reflect.Value.SetXXX and update msgpack and rpc implementations, and add tests
|
7 anni fa |
Ugorji Nwoke
|
b039683517
codec: clean up recognizedRtid support, add more tests and update testing TODO
|
7 anni fa |
Ugorji Nwoke
|
16373bd701
codec: test: add tests for symbols, and nil or 0-length fast-path slices and maps
|
7 anni fa |
Ugorji Nwoke
|
cbd720c66c
codec: json: fix unicode escape decoding
|
7 anni fa |
Ugorji Nwoke
|
a9859e3096
codec: handle nil keys as valid, support MapKeyAsString in json, and indefinite lengths for string/[]byte
|
7 anni fa |
Ugorji Nwoke
|
c3953defa8
codec: streamline library: refactor sendContainerState and clean up handle-specific test flags
|
7 anni fa |
Ugorji Nwoke
|
f26fc641ec
codec: add buffered reading/writing support and overall cleanup and fixes
|
7 anni fa |
Ugorji Nwoke
|
f76f59a92f
codec: optimizations for json (hex strings, batch update) and loops (hoist len where possible)
|
7 anni fa |
Ugorji Nwoke
|
50530d8d14
codec: Multiple fixes, enhancements and test expansion across the board.
|
7 anni fa |
Ugorji Nwoke
|
54210f4e07
codec: major update with MAJOR PERFORMANCE improvements
|
7 anni fa |