Ugorji Nwoke
|
6b9be71790
codec: update TODO for tests
|
7 years ago |
Ugorji Nwoke
|
6c173b2436
codec: use uint indices for array element and slicing to eliminate the x >= 0 bounds check, and more inlining
|
7 years ago |
Ugorji Nwoke
|
7d13b37dbe
codec: bufioDecReader: do not implement io.(ByteScanner|Reader) - its unnecessary
|
7 years ago |
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
|
7 years ago |
Ugorji Nwoke
|
92b7607989
codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns
|
7 years ago |
Ugorji Nwoke
|
405bbdfe11
codec: document that Selfer should not blindly call (Must)?(En|De)code
|
7 years ago |
Ugorji Nwoke
|
54e65a16b7
codec: add tests for size mismatch for maps and extensions (using msgpack codec)
|
7 years ago |
Ugorji Nwoke
|
61ada7950e
codec: support MaxDepth within swallow()
|
7 years ago |
Ugorji Nwoke
|
8333dd4495
codec: add tests for MaxDepth
|
7 years ago |
Ugorji Nwoke
|
a65ca39637
codec: use types for encode and decode errors, which expose underlying error
|
7 years ago |
Ugorji Nwoke
|
449f40126c
codec: add tests for MissingFielder (missing fields)
|
7 years ago |
Ugorji Nwoke
|
7d51bbe616
codec: rpc tests should listen on ipv4 localhost only.
|
7 years ago |
Ugorji Nwoke
|
be38b7006b
codec: make tests more robust
|
7 years ago |
teeler
|
d228c2be82
Drop hostname in codec test (#247)
|
7 years ago |
Ugorji Nwoke
|
6a0f936d95
codec: add omitempty tests
|
7 years ago |
Ugorji Nwoke
|
9af07b2035
codec: streamline chan encoding/decoding
|
7 years ago |
Ugorji Nwoke
|
2af342e4e6
codec: support 32-bit OS for testing large containers: length should always fit in 32-bit int
|
7 years ago |
Ugorji Nwoke
|
7bdfbc6818
codec: clean up codebase to try to keep lines within 90 bytes.
|
8 years ago |
Ugorji Nwoke
|
6f04cecfeb
codec: test: test limits of json string encoding/decoding
|
8 years ago |
Ugorji Nwoke
|
d2b2650062
codec: support mapping non-interface type to an interface
|
8 years ago |
Ugorji Nwoke
|
4ad9ed71b1
codec: re-factor and streamline code for publishing standards, consistency and performance
|
8 years ago |
Ugorji Nwoke
|
6e9891a451
codec: clean up, improved symbol handling and numeric overflow support
|
8 years ago |
Ugorji Nwoke
|
e60f01bc16
codec: update copyright to say 2012-2018
|
8 years ago |
Ugorji Nwoke
|
4d084a8659
codec: streamline panic/recover error handling, manage compatibility with codecgen and support structs where fields are encoded as numbers
|
8 years ago |
Ugorji Nwoke
|
84cb69a8af
codec: multiple clean-ups especially on optimizing extension support and removing TODOs
|
8 years ago |
Ugorji Nwoke
|
3ae9bb479b
codec: clean ups
|
8 years ago |
Ugorji Nwoke
|
679a71d0bd
codec: treat time.Time{} as the zero value for time.Time.
|
8 years ago |
Ugorji Nwoke
|
248efabedf
codec: cbor: no need to Round time twice - once is sufficient.
|
8 years ago |
Ugorji Nwoke
|
d889bedb6d
codec: test: add test that you can encode a container of uint8's, and decode into []byte
|
8 years ago |
Ugorji Nwoke
|
4108e71bb3
codec: test: expand tests for custom types and Raw/RawExt
|
8 years ago |