summaryrefslogtreecommitdiff
path: root/codec/helper.go
Commit message (Expand)AuthorAge
* New upstream version 0.0~git20171019.0.bdcc60bAndrew Shadura2017-10-21
* Imported Upstream version 0.0~git20151112.0.1a8bf87aviau2015-11-16
* codec: do not dereference pointers/interfaces for omitempty support.Ugorji Nwoke2015-05-08
* codec: support 'json:' as fallback to 'codec:' in struct tag configuration.Ugorji Nwoke2015-01-21
* codec: fully support encoding/decoding from/to chan type.Ugorji Nwoke2015-01-20
* codec: error handling cleanup, and unsafe build tag.Ugorji Nwoke2015-01-15
* major update: support code generation, dramatically improve runtime introspec...Ugorji Nwoke2015-01-06
* Support JSON/text-based codecs and move benchmarks to its own repo.Ugorji Nwoke2014-11-19
* codec: some overflow and 0-length container fixes, and cbor tests.Ugorji Nwoke2014-11-02
* codec: expand tag to uint64, and move cbor specific tests to cbor_test.goUgorji Nwoke2014-10-29
* codec: support cbor format; improve extension and streaming support.Ugorji Nwoke2014-10-27
* codec: Make fast-path support faster, more expansive and robust.Ugorji Nwoke2014-08-09
* codec: re-design implementation of fast-path functions.Ugorji Nwoke2014-08-08
* General refactoring, improve simple codec, improve tests and benchmarks.Ugorji Nwoke2014-02-20
* codec: Fixes and clarifications for binc and rpc, in prep for c library.Ugorji Nwoke2013-12-16
* codec: Add support for decoding byte slices, even if encoded as a regular array.Ugorji Nwoke2013-11-14
* codec: Support embedded non-struct values, and clean up fast-path for specifi...Ugorji Nwoke2013-11-13
* codec: Refactored for better APIs and improved performance (> 20% improvement).Ugorji Nwoke2013-10-16
* codec: faster perf, reduced allocations and re-organized codebase.Ugorji Nwoke2013-10-05
* codec: Improve Perf: Use slice, not map, to cache (En/De)code specific functi...Ugorji Nwoke2013-10-04
* codec: Support RawExt and RpcCodecBuffered.Ugorji Nwoke2013-10-03
* codec: Robust Msgpack Spec RPC, Support for Go 1.2 Binary(M/Unm)arshaler, Maj...Ugorji Nwoke2013-09-30
* codec: decode struct from encoded array should stay within length of encoded ...Ugorji Nwoke2013-09-10
* codec: fix encode/decode struct to array. Other misc fixes.Ugorji Nwoke2013-09-09
* codec: Support encoding structs as arrays (not just as maps).Ugorji Nwoke2013-09-09
* codec: improve performance 5-20%, and support finalized msgpack spec.Ugorji Nwoke2013-08-20
* codec: remove buffering from encoder/decoder. Add buffering to rpc. fix binc ...Ugorji Nwoke2013-08-07
* Updated README to refer to binc/msgpack, gofmt'ed sources, and updated to v0....Ugorji Nwoke2013-06-28
* codec/binc: support symbols, compact integers, compact floats.Ugorji Nwoke2013-06-05
* Add codec libraryUgorji Nwoke2013-05-29