Commit History

Author SHA1 Message Date
  Ugorji Nwoke 420fad79aa codec: mirror benchmarks into bench sub-directory 5 years ago
  Ugorji Nwoke b47423764d codec: make uncommon path in basicHandle() noinline 5 years ago
  Ugorji Nwoke d09a80c1e0 codec: msgpack: Honor RawToString when decoding raw bytes into empty interface{} 5 years ago
  Ugorji Nwoke 28cf408da6 codec: fix potential data race where atomic.cas was used instead of once.Do 5 years ago
  Ugorji Nwoke 84285891da codec: remove unnecessary comment 5 years ago
  Ugorji Nwoke d8e1f1f547 codec: move README.md to repo root and use symlink in codec subdirectory 5 years ago
  Ugorji Nwoke fd33a05832 codec/codecgen: added copyright info 5 years ago
  Ugorji Nwoke ced9c1e8b8 codec: clean up build.sh so we parameterize the codecgen built command and use that 5 years ago
  Ugorji Nwoke 5292ae1e1c codec: initial checkin of generated version of values_test.go 5 years ago
  Ugorji Nwoke 8cf3ecd914 README: document that repo name changed back to go (from go-codec) 5 years ago
  Ugorji Nwoke c8f752a850 removed doc.go from module path, as go tool doesn't support package names which are reserved keywords 5 years ago
  Ugorji Nwoke 5e5ed366c1 add empty doc.go in module root to support some tooling 5 years ago
  Ugorji Nwoke 2adff0894b go.mod should not define a go release version 5 years ago
  Ugorji Nwoke 74d13ae498 change repo name to go-codec and use import path and go.mod to ensure stable legacy import path. 5 years ago
  Ugorji Nwoke d2dc9cd990 codec: support _release checking and ensure correct codecgen is executed 5 years ago
  Ugorji Nwoke 2dc34c0b87 update README.md to fix sourcegraph badge 5 years ago
  Ugorji Nwoke e2bddce071 codec: update docs on custom encoding/decoding - showing symmetry for Text(M|Unm)arshaler 5 years ago
  Ugorji Nwoke 95c34d148d codec: clarify and fix EncodeOptions:StringToRaw inconsistencies 5 years ago
  Ugorji Nwoke a70535d849 codec: generalize DecodeOptions:RawToString flag (for all encodings) 5 years ago
  Ugorji Nwoke 8643c3398a codec: msgpack: clean up WriteExt/RawToString/ContainerType logic 5 years ago
  Ugorji Nwoke aa2c01e021 codec: introduce EncodeOptions:StringToRaw flag to control string encoding 5 years ago
  Ugorji Nwoke c4a1c341dc codec: encWriterSwitch.end() panic's, and should not be called AS-IS during a final "recover" 5 years ago
  Ugorji Nwoke e444a5086c fix README sourcegraph badge 5 years ago
  Ugorji Nwoke ee1426cffe codec: make tracking of #calls only applicable to types which must Release() when done 5 years ago
  Ugorji Nwoke 8fd0f8d918 codec: set go.mod to require github.com/ugorji/go v1.1.2 5 years ago
  Ugorji Nwoke 497916c003 codec: at start of encode, ensure bufioEncWriter's buffer is not nil 5 years ago
  Ugorji Nwoke 134ccd4177 codec: fix potential ambiguous import error using modules 5 years ago
  Ugorji Nwoke ee0b23188e codec: fix potential ambiguous import error using modules 5 years ago
  Ugorji Nwoke 0ce70acac9 codec: fix potential ambiguous import error using modules 5 years ago
  Ugorji Nwoke feac831543 codec: encapsulate sync.Pool handling (better code) 5 years ago