Commit History

Author SHA1 Message Date
  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
  Ugorji Nwoke d7f7caed82 codec: test: add tests for encoding and decoding of extensions 8 years ago
  Ugorji Nwoke debb8e2d2e codec: support time.Time natively in all formats, and remove Builtin mode. 8 years ago
  Ugorji Nwoke 5a66da2e74 codec: fix suggestions raised by golint -min_confidence 0.9, misspellings and ineffassign 8 years ago
  Ugorji Nwoke f894406f7a codec: rpc: remove NewReadWriteCloser() and document and optimize instead 8 years ago
  Ugorji Nwoke 427fecfaa5 codec: update comment in generated code per accepted proposal: https://golang.org/s/generatedcode 8 years ago
  Ugorji Nwoke 8c44cd4a7d codec: rpc: clean up API usage to support buffered use (for performance) 8 years ago
  Ugorji Nwoke 3c86213f83 codec: test: add tests for encoding, decoding and zero'ing scalars and maps/slices containing them. 8 years ago
  Ugorji Nwoke d7f370c341 codec: test: add mammoth2 tests to test Selfer implementation in regular run 8 years ago
  Ugorji Nwoke d03304bb1d codec: test: add half float test for cbor 8 years ago
  Ugorji Nwoke 5ef60f8ad9 codec: faster unsafe variants of reflect.Value.SetXXX and update msgpack and rpc implementations, and add tests 8 years ago
  Ugorji Nwoke b039683517 codec: clean up recognizedRtid support, add more tests and update testing TODO 8 years ago
  Ugorji Nwoke cbd720c66c codec: json: fix unicode escape decoding 8 years ago
  Ugorji Nwoke a9859e3096 codec: handle nil keys as valid, support MapKeyAsString in json, and indefinite lengths for string/[]byte 8 years ago
  Ugorji Nwoke 69722bf3a2 codec: streamline handling of doing something at the end of an encode. 8 years ago
  Ugorji Nwoke c3953defa8 codec: streamline library: refactor sendContainerState and clean up handle-specific test flags 8 years ago
  Ugorji Nwoke f26fc641ec codec: add buffered reading/writing support and overall cleanup and fixes 8 years ago