Commit History

Author SHA1 Message Date
  Ugorji Nwoke d2b2650062 codec: support mapping non-interface type to an interface 6 years ago
  Ugorji Nwoke adc90d0202 codec: re-factor structs so critical ones try to fill up cache lines 6 years ago
  Ugorji Nwoke 6e9891a451 codec: clean up, improved symbol handling and numeric overflow support 6 years ago
  Ugorji Nwoke e60f01bc16 codec: update copyright to say 2012-2018 6 years ago
  Ugorji Nwoke 4d084a8659 codec: streamline panic/recover error handling, manage compatibility with codecgen and support structs where fields are encoded as numbers 6 years ago
  Ugorji Nwoke 84cb69a8af codec: multiple clean-ups especially on optimizing extension support and removing TODOs 6 years ago
  Ugorji Nwoke debb8e2d2e codec: support time.Time natively in all formats, and remove Builtin mode. 6 years ago
  Ugorji Nwoke 5a66da2e74 codec: fix suggestions raised by golint -min_confidence 0.9, misspellings and ineffassign 6 years ago
  Ugorji Nwoke 5ef60f8ad9 codec: faster unsafe variants of reflect.Value.SetXXX and update msgpack and rpc implementations, and add tests 6 years ago
  Ugorji Nwoke 16373bd701 codec: test: add tests for symbols, and nil or 0-length fast-path slices and maps 6 years ago
  Ugorji Nwoke a9859e3096 codec: handle nil keys as valid, support MapKeyAsString in json, and indefinite lengths for string/[]byte 6 years ago
  Ugorji Nwoke 50530d8d14 codec: Multiple fixes, enhancements and test expansion across the board. 7 years ago
  Ugorji Nwoke 54210f4e07 codec: major update with MAJOR PERFORMANCE improvements 7 years ago
  Ugorji Nwoke 5dfac81833 codec: ensure that GC doesn't reclaim the input for a (string|bytes)View 7 years ago
  Ugorji Nwoke ee31c12242 codec: change //+build to // +build (for consistency with how it is documented) 8 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 b5e234a12e codec: error handling cleanup, and unsafe build tag. 9 years ago