Commit History

Autor SHA1 Mensaxe Data
  Ugorji Nwoke 87e7426fb3 codec: fix 32-bit error due to overflow int %!s(int64=5) %!d(string=hai) anos
  Ugorji Nwoke bed8f2ebe4 codec: growCap: accomodate 32-bit OS %!s(int64=5) %!d(string=hai) anos
  Ugorji Nwoke 59541e5369 codec: growCap: streamline code - less thresholds %!s(int64=5) %!d(string=hai) anos
  Ugorji Nwoke 3161930c95 codec: when growing the capacity of a slice, ensure newCap is greater than oldCap %!s(int64=5) %!d(string=hai) anos
  Ugorji Nwoke d41456c8f4 codec: refactor codecgen, optimize isEmptyValue and cache more static type info %!s(int64=6) %!d(string=hai) anos
  Ugorji Nwoke ae82d72256 codec: support IsZero and reflect.Type.Comparable for efficient comparison of structs to zero value %!s(int64=6) %!d(string=hai) anos
  Ugorji Nwoke 4d084a8659 codec: streamline panic/recover error handling, manage compatibility with codecgen and support structs where fields are encoded as numbers %!s(int64=6) %!d(string=hai) anos
  Ugorji Nwoke 3ae9bb479b codec: clean ups %!s(int64=6) %!d(string=hai) anos
  Ugorji Nwoke 679a71d0bd codec: treat time.Time{} as the zero value for time.Time. %!s(int64=6) %!d(string=hai) anos
  Ugorji Nwoke 5a66da2e74 codec: fix suggestions raised by golint -min_confidence 0.9, misspellings and ineffassign %!s(int64=6) %!d(string=hai) anos
  Ugorji Nwoke 3d21d421d8 codec: simplify how we store whether type implements an interface %!s(int64=7) %!d(string=hai) anos
  Ugorji Nwoke 54210f4e07 codec: major update with MAJOR PERFORMANCE improvements %!s(int64=7) %!d(string=hai) anos
  Ugorji Nwoke 74c6a81d3a codec: support recursive (deep) omitEmpty check %!s(int64=8) %!d(string=hai) anos
  Ugorji Nwoke 45ce7596ac codec: support max initial collection length; json fixes; improve perf & reduce alloc drastically %!s(int64=9) %!d(string=hai) anos
  Ugorji Nwoke 5f1004d393 codec: update files to say MIT (not BSD-style) LICENSE, in line with the bundled license. %!s(int64=9) %!d(string=hai) anos
  Ugorji Nwoke 66dd47f2e8 codec: do not dereference pointers/interfaces for omitempty support. %!s(int64=9) %!d(string=hai) anos
  Ugorji Nwoke 006e153430 major update: support code generation, dramatically improve runtime introspection performance, bug fixes, etc. %!s(int64=9) %!d(string=hai) anos
  Ugorji Nwoke 85bf1b96b0 codec: removed debugf function. It is not used. %!s(int64=9) %!d(string=hai) anos
  Ugorji Nwoke 7a1f1559df codec: fix halfFloatToFloatBits for errant (m << 31) which should have been (m << 13) %!s(int64=10) %!d(string=hai) anos
  Ugorji Nwoke 8c25fe5190 codec: fix implementation of half float to use uint32. %!s(int64=10) %!d(string=hai) anos
  Ugorji Nwoke 3b043e51d7 codec: support cbor format; improve extension and streaming support. %!s(int64=10) %!d(string=hai) anos
  Ugorji Nwoke 1c5876990e General refactoring, improve simple codec, improve tests and benchmarks. %!s(int64=10) %!d(string=hai) anos
  Ugorji Nwoke cdeae7b766 codec: Fixes and clarifications for binc and rpc, in prep for c library. %!s(int64=10) %!d(string=hai) anos
  Ugorji Nwoke c61e5837a8 codec: Robust Msgpack Spec RPC, Support for Go 1.2 Binary(M/Unm)arshaler, Major refactoring. %!s(int64=11) %!d(string=hai) anos
  Ugorji Nwoke 9966a02b69 Updated README to refer to binc/msgpack, gofmt'ed sources, and updated to v0.3.0 of binc spec %!s(int64=11) %!d(string=hai) anos
  Ugorji Nwoke d9a6f6ca1c Add codec library %!s(int64=11) %!d(string=hai) anos