Ugorji Nwoke
|
86ce10f272
codec: misc refactoring, clean up and optimizations
|
há 5 anos atrás |
Ugorji Nwoke
|
08f7b401ae
codec: fix TermWhitespace handling
|
há 5 anos atrás |
Ugorji Nwoke
|
39c532fb3a
codec: refactoring, fix support for successive encoding and atEndOfEncode
|
há 5 anos atrás |
Ugorji Nwoke
|
1d7ab5c50b
documentation and README updates and some code reorganization
|
há 5 anos atrás |
Ugorji Nwoke
|
a70535d849
codec: generalize DecodeOptions:RawToString flag (for all encodings)
|
há 5 anos atrás |
Ugorji Nwoke
|
c4a1c341dc
codec: encWriterSwitch.end() panic's, and should not be called AS-IS during a final "recover"
|
há 5 anos atrás |
Ugorji Nwoke
|
497916c003
codec: at start of encode, ensure bufioEncWriter's buffer is not nil
|
há 5 anos atrás |
Ugorji Nwoke
|
6bfa3bf159
codec: do not pool codecFn helper - make it part of BasicHandle instead
|
há 6 anos atrás |
Ugorji Nwoke
|
6b9be71790
codec: update TODO for tests
|
há 6 anos atrás |
Ugorji Nwoke
|
6c173b2436
codec: use uint indices for array element and slicing to eliminate the x >= 0 bounds check, and more inlining
|
há 6 anos atrás |
Ugorji Nwoke
|
7d13b37dbe
codec: bufioDecReader: do not implement io.(ByteScanner|Reader) - its unnecessary
|
há 6 anos atrás |
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
|
há 6 anos atrás |
Ugorji Nwoke
|
92b7607989
codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns
|
há 6 anos atrás |
Ugorji Nwoke
|
405bbdfe11
codec: document that Selfer should not blindly call (Must)?(En|De)code
|
há 6 anos atrás |
Ugorji Nwoke
|
54e65a16b7
codec: add tests for size mismatch for maps and extensions (using msgpack codec)
|
há 6 anos atrás |
Ugorji Nwoke
|
61ada7950e
codec: support MaxDepth within swallow()
|
há 6 anos atrás |
Ugorji Nwoke
|
8333dd4495
codec: add tests for MaxDepth
|
há 6 anos atrás |
Ugorji Nwoke
|
a65ca39637
codec: use types for encode and decode errors, which expose underlying error
|
há 6 anos atrás |
Ugorji Nwoke
|
449f40126c
codec: add tests for MissingFielder (missing fields)
|
há 6 anos atrás |
Ugorji Nwoke
|
7d51bbe616
codec: rpc tests should listen on ipv4 localhost only.
|
há 6 anos atrás |
Ugorji Nwoke
|
be38b7006b
codec: make tests more robust
|
há 6 anos atrás |
teeler
|
d228c2be82
Drop hostname in codec test (#247)
|
há 6 anos atrás |
Ugorji Nwoke
|
6a0f936d95
codec: add omitempty tests
|
há 6 anos atrás |
Ugorji Nwoke
|
9af07b2035
codec: streamline chan encoding/decoding
|
há 6 anos atrás |
Ugorji Nwoke
|
2af342e4e6
codec: support 32-bit OS for testing large containers: length should always fit in 32-bit int
|
há 6 anos atrás |
Ugorji Nwoke
|
7bdfbc6818
codec: clean up codebase to try to keep lines within 90 bytes.
|
há 7 anos atrás |
Ugorji Nwoke
|
6f04cecfeb
codec: test: test limits of json string encoding/decoding
|
há 7 anos atrás |
Ugorji Nwoke
|
d2b2650062
codec: support mapping non-interface type to an interface
|
há 7 anos atrás |
Ugorji Nwoke
|
4ad9ed71b1
codec: re-factor and streamline code for publishing standards, consistency and performance
|
há 7 anos atrás |
Ugorji Nwoke
|
6e9891a451
codec: clean up, improved symbol handling and numeric overflow support
|
há 7 anos atrás |