コミット履歴

作者 SHA1 メッセージ 日付
  Ugorji Nwoke b5e234a12e codec: error handling cleanup, and unsafe build tag. 11 年 前
  Ugorji Nwoke 006e153430 major update: support code generation, dramatically improve runtime introspection performance, bug fixes, etc. 11 年 前
  Ugorji Nwoke 5605f87eda Support JSON/text-based codecs and move benchmarks to its own repo. 11 年 前
  Ugorji Nwoke c476cf2bad codec: some overflow and 0-length container fixes, and cbor tests. 11 年 前
  Ugorji Nwoke d3bbf953c5 codec: expand tag to uint64, and move cbor specific tests to cbor_test.go 11 年 前
  Ugorji Nwoke 3b043e51d7 codec: support cbor format; improve extension and streaming support. 11 年 前
  Ugorji Nwoke b7f3bcbbaa codec: in fast path, encode nil maps or slices as nil values. 11 年 前
  Ugorji Nwoke 207f8b5ab9 codec: Added MustEncode and MustDecode methods to allow user trap panic in library. 11 年 前
  Ugorji Nwoke e906e395b9 codec: Make fast-path support faster, more expansive and robust. 11 年 前
  Ugorji Nwoke 16e449d52b codec: fastpath is only for map/slice types. Do that check in fastEnc/fastDec funcs. 11 年 前
  Ugorji Nwoke aab1bb9243 codec: re-design implementation of fast-path functions. 11 年 前
  Ugorji Nwoke 1c5876990e General refactoring, improve simple codec, improve tests and benchmarks. 12 年 前
  Ugorji Nwoke cdeae7b766 codec: Fixes and clarifications for binc and rpc, in prep for c library. 12 年 前
  Ugorji Nwoke 10b6078349 codec: Add support for decoding byte slices, even if encoded as a regular array. 12 年 前
  Ugorji Nwoke eb2067e438 codec: support encoding non-addressable arrays. 12 年 前
  Ugorji Nwoke bb8ac5be86 Support for embedded fields when decoding struct from array in stream. 12 年 前
  Ugorji Nwoke 8eedb40111 codec: Support embedded non-struct values, and clean up fast-path for specific container types. 12 年 前
  Ugorji Nwoke 1c0ff881b1 codec: byte array in map[interface{}]XXX should be converted to string. 12 年 前
  Ugorji Nwoke 3119e5cd3f codec: Refactored for better APIs and improved performance (> 20% improvement). 12 年 前
  Ugorji Nwoke 265e3b5146 codec: re-org decode.go so decodeNaked happens within kInterface specialized function. 12 年 前
  Ugorji Nwoke 3e78e5c66e codec: faster perf, reduced allocations and re-organized codebase. 12 年 前
  Ugorji Nwoke 31af0a3704 codec: Improve Perf: Use slice, not map, to cache (En/De)code specific functions. 12 年 前
  Ugorji Nwoke 4f88b73ce9 codec: Support RawExt and RpcCodecBuffered. 12 年 前
  Ugorji Nwoke c61e5837a8 codec: Robust Msgpack Spec RPC, Support for Go 1.2 Binary(M/Unm)arshaler, Major refactoring. 12 年 前
  Ugorji Nwoke b25a055584 codec: decode struct from encoded array should stay within length of encoded array. 12 年 前
  Ugorji Nwoke 5765c90963 codec: fix encode/decode struct to array. Other misc fixes. 12 年 前
  Ugorji Nwoke 67e784dc3e codec: Support encoding structs as arrays (not just as maps). 12 年 前
  Ugorji Nwoke 366b4c7347 codec: Support decoding into a struct from an encoded array. 12 年 前
  Ugorji Nwoke 7d844bb938 codec: updated docs to say that numbers and floats are decoded into nil interfaces as int64/uint64/float64. 12 年 前
  Ugorji Nwoke dc955d58b9 codec: improve performance 5-20%, and support finalized msgpack spec. 12 年 前