Historique des commits

Auteur SHA1 Message Date
  Allen Luce b5b9495648 codec: propagate Flush() errors at end of encode il y a 8 ans
  Ugorji Nwoke ccfe18359b codecgen: fix decStruct to handle all variations (pointers, fields, slice/array elem) il y a 8 ans
  Ugorji Nwoke d41456c8f4 codec: refactor codecgen, optimize isEmptyValue and cache more static type info il y a 8 ans
  Ugorji Nwoke c93fc2cdd1 codec: refactor struct field loading and data structures, for performance and memory friendliness il y a 8 ans
  Ugorji Nwoke 7bdfbc6818 codec: clean up codebase to try to keep lines within 90 bytes. il y a 8 ans
  Ugorji Nwoke d2b2650062 codec: support mapping non-interface type to an interface il y a 8 ans
  Ugorji Nwoke 4ad9ed71b1 codec: re-factor and streamline code for publishing standards, consistency and performance il y a 8 ans
  Ugorji Nwoke 6e9891a451 codec: clean up, improved symbol handling and numeric overflow support il y a 8 ans
  Ugorji Nwoke e60f01bc16 codec: update copyright to say 2012-2018 il y a 8 ans
  Ugorji Nwoke 4d084a8659 codec: streamline panic/recover error handling, manage compatibility with codecgen and support structs where fields are encoded as numbers il y a 8 ans
  Ugorji Nwoke f0aa215a7d codec: clean up new Encoder initialization, and add (unused commented out) copyHandle function il y a 8 ans
  Ugorji Nwoke 7a1de86227 codec: refactoring to set us up for mid-stack inlining performance improvements in 1.10 il y a 8 ans
  Ugorji Nwoke 710e35eef1 codec: re-arrange Encoder and Decoder structs for better cache coherency il y a 8 ans
  Ugorji Nwoke 84cb69a8af codec: multiple clean-ups especially on optimizing extension support and removing TODOs il y a 8 ans
  Ugorji Nwoke af6dcdd35a codec: fix chan handling and encoding of uint8 kinds where type != byte il y a 8 ans
  Ugorji Nwoke debb8e2d2e codec: support time.Time natively in all formats, and remove Builtin mode. il y a 8 ans
  Ugorji Nwoke 5a66da2e74 codec: fix suggestions raised by golint -min_confidence 0.9, misspellings and ineffassign il y a 8 ans
  Ugorji Nwoke 06e1e9d77f codec: clean up some documentation comments il y a 8 ans
  Ugorji Nwoke 8c44cd4a7d codec: rpc: clean up API usage to support buffered use (for performance) il y a 8 ans
  Ugorji Nwoke 792f4ab7b3 codec: remove recognized-rtid logic il y a 8 ans
  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 b039683517 codec: clean up recognizedRtid support, add more tests and update testing TODO il y a 8 ans
  Ugorji Nwoke 3d21d421d8 codec: simplify how we store whether type implements an interface il y a 8 ans
  Ugorji Nwoke 384bdbdfc1 codec: streamline fast-path support, ensure symetry for types implementing known interfaces, and expand tests il y a 8 ans
  Ugorji Nwoke a9859e3096 codec: handle nil keys as valid, support MapKeyAsString in json, and indefinite lengths for string/[]byte il y a 8 ans
  Ugorji Nwoke 69722bf3a2 codec: streamline handling of doing something at the end of an encode. 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 f26fc641ec codec: add buffered reading/writing support and overall cleanup and fixes 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