Commit History

Author SHA1 Message Date
  Ugorji Nwoke 7bdfbc6818 codec: clean up codebase to try to keep lines within 90 bytes. 6 years ago
  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 4ad9ed71b1 codec: re-factor and streamline code for publishing standards, consistency and performance 6 years ago
  Ugorji Nwoke ae82d72256 codec: support IsZero and reflect.Type.Comparable for efficient comparison of structs to zero value 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 f0aa215a7d codec: clean up new Encoder initialization, and add (unused commented out) copyHandle function 6 years ago
  Ugorji Nwoke 1908d70508 codec: MapBySlice: document better and ensure only slice types are treated as MapBySlice 6 years ago
  Ugorji Nwoke 14c9063c18 codec: rpc: Enable buffering by default during reads and writes (with turn-off option) 6 years ago
  Ugorji Nwoke 84cb69a8af codec: multiple clean-ups especially on optimizing extension support and removing TODOs 6 years ago
  Ugorji Nwoke 3ae9bb479b codec: clean ups 6 years ago
  Ugorji Nwoke 8338af5bac codec: ignore embedded fields of unexported non-structs or pointers 6 years ago
  Ugorji Nwoke 4108e71bb3 codec: test: expand tests for custom types and Raw/RawExt 7 years ago
  Ugorji Nwoke debb8e2d2e codec: support time.Time natively in all formats, and remove Builtin mode. 7 years ago
  Ugorji Nwoke 5a66da2e74 codec: fix suggestions raised by golint -min_confidence 0.9, misspellings and ineffassign 7 years ago
  Ugorji Nwoke ac9de6ea28 codec: error if need to expand non-settable slice, and denote whether decFn can accept ptr or value. 7 years ago
  Ugorji Nwoke f894406f7a codec: rpc: remove NewReadWriteCloser() and document and optimize instead 7 years ago
  Ugorji Nwoke 8c44cd4a7d codec: rpc: clean up API usage to support buffered use (for performance) 7 years ago
  Ugorji Nwoke 7d27f1d01a codec: valueType String method leverages an array 7 years ago
  Ugorji Nwoke 792f4ab7b3 codec: remove recognized-rtid logic 7 years ago
  Ugorji Nwoke ba057bbca9 codec: remove some unused methods (bitsetXXX.unset and fieldval) 7 years ago
  Ugorji Nwoke 5ef60f8ad9 codec: faster unsafe variants of reflect.Value.SetXXX and update msgpack and rpc implementations, and add tests 7 years ago
  Ugorji Nwoke b039683517 codec: clean up recognizedRtid support, add more tests and update testing TODO 7 years ago
  Ugorji Nwoke 3d21d421d8 codec: simplify how we store whether type implements an interface 7 years ago
  Ugorji Nwoke 16373bd701 codec: test: add tests for symbols, and nil or 0-length fast-path slices and maps 7 years ago
  Ugorji Nwoke 384bdbdfc1 codec: streamline fast-path support, ensure symetry for types implementing known interfaces, and expand tests 7 years ago
  Ugorji Nwoke c3953defa8 codec: streamline library: refactor sendContainerState and clean up handle-specific test flags 7 years ago
  Ugorji Nwoke f76f59a92f codec: optimizations for json (hex strings, batch update) and loops (hoist len where possible) 7 years ago