Commit History

Author SHA1 Message Date
  Ugorji Nwoke f081086498 codec: Add Reset methods, performance improvements and bug fixes. 9 years ago
  Ugorji Nwoke 6a9a8caa01 codec: Seperate BytesExt and InterfaceExt interfaces from Ext, and add impl methods to handles. 9 years ago
  Ugorji Nwoke 5c83d75b24 codec: msgpack: handle binary when decoding into a string. 9 years ago
  Ugorji Nwoke 5f1004d393 codec: update files to say MIT (not BSD-style) LICENSE, in line with the bundled license. 9 years ago
  Ugorji Nwoke c11908a1a0 codec: fix data race when reading/writing (*rpcCodec).cls variable. 9 years ago
  Ugorji Nwoke b5e234a12e codec: error handling cleanup, and unsafe build tag. 9 years ago
  Ugorji Nwoke 006e153430 major update: support code generation, dramatically improve runtime introspection performance, bug fixes, etc. 9 years ago
  Ugorji Nwoke 5605f87eda Support JSON/text-based codecs and move benchmarks to its own repo. 10 years ago
  Ugorji Nwoke c476cf2bad codec: some overflow and 0-length container fixes, and cbor tests. 10 years ago
  Ugorji Nwoke d3bbf953c5 codec: expand tag to uint64, and move cbor specific tests to cbor_test.go 10 years ago
  Ugorji Nwoke 3b043e51d7 codec: support cbor format; improve extension and streaming support. 10 years ago
  Ugorji Nwoke 1c5876990e General refactoring, improve simple codec, improve tests and benchmarks. 10 years ago
  Ugorji Nwoke cdeae7b766 codec: Fixes and clarifications for binc and rpc, in prep for c library. 10 years ago
  Ugorji Nwoke f8f25d7bb7 codec: negative vs positive values. 11 years ago
  Ugorji Nwoke 10b6078349 codec: Add support for decoding byte slices, even if encoded as a regular array. 11 years ago
  Ugorji Nwoke 3119e5cd3f codec: Refactored for better APIs and improved performance (> 20% improvement). 11 years ago
  Ugorji Nwoke 4f88b73ce9 codec: Support RawExt and RpcCodecBuffered. 11 years ago
  Ugorji Nwoke c61e5837a8 codec: Robust Msgpack Spec RPC, Support for Go 1.2 Binary(M/Unm)arshaler, Major refactoring. 11 years ago
  Ugorji Nwoke 67e784dc3e codec: Support encoding structs as arrays (not just as maps). 11 years ago
  Ugorji Nwoke 366b4c7347 codec: Support decoding into a struct from an encoded array. 11 years ago
  Ugorji Nwoke f78e04621c codec: msgpack: support decoding str and bin formats into []byte (thanks zhenjl). 11 years ago
  Ugorji Nwoke dc955d58b9 codec: improve performance 5-20%, and support finalized msgpack spec. 11 years ago
  Ugorji Nwoke 8f3b3ef741 codec: remove buffering from encoder/decoder. Add buffering to rpc. fix binc floatZero bug. 11 years ago
  Ugorji Nwoke 70872afeb4 codec: Fixes and tests for decoding time before unix epoch, and decoding zero-length list/map in stream into nil slice/map. 11 years ago
  Ugorji Nwoke 9966a02b69 Updated README to refer to binc/msgpack, gofmt'ed sources, and updated to v0.3.0 of binc spec 11 years ago
  Ugorji Nwoke f1877ccca0 codec/binc: support symbols, compact integers, compact floats. 11 years ago
  Ugorji Nwoke 14ad4867c0 codec: expose MsgpackSpecRpc and GoRpc as variables, to reduce API space. 11 years ago
  Ugorji Nwoke d9a6f6ca1c Add codec library 11 years ago