Historique des commits

Auteur SHA1 Message Date
  Ugorji Nwoke 5ef60f8ad9 codec: faster unsafe variants of reflect.Value.SetXXX and update msgpack and rpc implementations, and add tests il y a 8 ans
  Ugorji Nwoke c3953defa8 codec: streamline library: refactor sendContainerState and clean up handle-specific test flags il y a 8 ans
  Ugorji Nwoke f76f59a92f codec: optimizations for json (hex strings, batch update) and loops (hoist len where possible) il y a 8 ans
  Ugorji Nwoke 50530d8d14 codec: Multiple fixes, enhancements and test expansion across the board. il y a 8 ans
  Ugorji Nwoke 54210f4e07 codec: major update with MAJOR PERFORMANCE improvements il y a 8 ans
  Ugorji Nwoke 5efa3251c7 codec: ensure that byte descriptor is read before calling ContainerType, Read(Map|Array)Start il y a 8 ans
  Ugorji Nwoke 708a42d246 codec: decDriver reset should set internal variables mapped to decoder.bytes il y a 8 ans
  Ugorji Nwoke d23841a297 codec: honor MaxInitLen when decoding strings or []byte. il y a 9 ans
  Ugorji Nwoke 98ef79d6c6 codec: support Raw, a raw encoded value. il y a 9 ans
  Ugorji Nwoke 1a8bf87a90 codec: fix msgpack SignedInger bug il y a 10 ans
  Ugorji Nwoke 1a25ccb806 codec: streamline go's rules for anonymous field conflict, detect circular references, json indent il y a 10 ans
  Ugorji Nwoke f081086498 codec: Add Reset methods, performance improvements and bug fixes. il y a 10 ans
  Ugorji Nwoke 6a9a8caa01 codec: Seperate BytesExt and InterfaceExt interfaces from Ext, and add impl methods to handles. il y a 10 ans
  Ugorji Nwoke 5c83d75b24 codec: msgpack: handle binary when decoding into a string. il y a 10 ans
  Ugorji Nwoke 5f1004d393 codec: update files to say MIT (not BSD-style) LICENSE, in line with the bundled license. il y a 10 ans
  Ugorji Nwoke c11908a1a0 codec: fix data race when reading/writing (*rpcCodec).cls variable. il y a 10 ans
  Ugorji Nwoke b5e234a12e codec: error handling cleanup, and unsafe build tag. il y a 11 ans
  Ugorji Nwoke 006e153430 major update: support code generation, dramatically improve runtime introspection performance, bug fixes, etc. il y a 11 ans
  Ugorji Nwoke 5605f87eda Support JSON/text-based codecs and move benchmarks to its own repo. il y a 11 ans
  Ugorji Nwoke c476cf2bad codec: some overflow and 0-length container fixes, and cbor tests. il y a 11 ans
  Ugorji Nwoke d3bbf953c5 codec: expand tag to uint64, and move cbor specific tests to cbor_test.go il y a 11 ans
  Ugorji Nwoke 3b043e51d7 codec: support cbor format; improve extension and streaming support. il y a 11 ans
  Ugorji Nwoke 1c5876990e General refactoring, improve simple codec, improve tests and benchmarks. il y a 12 ans
  Ugorji Nwoke cdeae7b766 codec: Fixes and clarifications for binc and rpc, in prep for c library. il y a 12 ans
  Ugorji Nwoke f8f25d7bb7 codec: negative vs positive values. il y a 12 ans
  Ugorji Nwoke 10b6078349 codec: Add support for decoding byte slices, even if encoded as a regular array. il y a 12 ans
  Ugorji Nwoke 3119e5cd3f codec: Refactored for better APIs and improved performance (> 20% improvement). il y a 12 ans
  Ugorji Nwoke 4f88b73ce9 codec: Support RawExt and RpcCodecBuffered. il y a 12 ans
  Ugorji Nwoke c61e5837a8 codec: Robust Msgpack Spec RPC, Support for Go 1.2 Binary(M/Unm)arshaler, Major refactoring. il y a 12 ans
  Ugorji Nwoke 67e784dc3e codec: Support encoding structs as arrays (not just as maps). il y a 12 ans