História revízii

Autor SHA1 Správa Dátum
  Ugorji Nwoke c93fc2cdd1 codec: refactor struct field loading and data structures, for performance and memory friendliness 8 rokov pred
  Ugorji Nwoke 7bdfbc6818 codec: clean up codebase to try to keep lines within 90 bytes. 8 rokov pred
  Ugorji Nwoke d2b2650062 codec: support mapping non-interface type to an interface 8 rokov pred
  Ugorji Nwoke adc90d0202 codec: re-factor structs so critical ones try to fill up cache lines 8 rokov pred
  Ugorji Nwoke 4ad9ed71b1 codec: re-factor and streamline code for publishing standards, consistency and performance 8 rokov pred
  Ugorji Nwoke 6e9891a451 codec: clean up, improved symbol handling and numeric overflow support 8 rokov pred
  Ugorji Nwoke e60f01bc16 codec: update copyright to say 2012-2018 8 rokov pred
  Ugorji Nwoke 4d084a8659 codec: streamline panic/recover error handling, manage compatibility with codecgen and support structs where fields are encoded as numbers 8 rokov pred
  Ugorji Nwoke 7a1de86227 codec: refactoring to set us up for mid-stack inlining performance improvements in 1.10 8 rokov pred
  Ugorji Nwoke 14c9063c18 codec: rpc: Enable buffering by default during reads and writes (with turn-off option) 8 rokov pred
  Ugorji Nwoke 710e35eef1 codec: re-arrange Encoder and Decoder structs for better cache coherency 8 rokov pred
  Ugorji Nwoke 84cb69a8af codec: multiple clean-ups especially on optimizing extension support and removing TODOs 8 rokov pred
  Ugorji Nwoke b051152d28 codec: decode: if unset, default MapType for json decoding to map[string]interface{} 8 rokov pred
  Ugorji Nwoke 679a71d0bd codec: treat time.Time{} as the zero value for time.Time. 8 rokov pred
  Ugorji Nwoke ef9d3323cc codec: fast-path: ensure we decode fully and copy slice contents if possible, but never modify slice if nil and canChange=false 8 rokov pred
  Ugorji Nwoke 701761dd50 codec: fix logic for determining when the return slice is different from the original slice 8 rokov pred
  Ugorji Nwoke af6dcdd35a codec: fix chan handling and encoding of uint8 kinds where type != byte 8 rokov pred
  Ugorji Nwoke debb8e2d2e codec: support time.Time natively in all formats, and remove Builtin mode. 8 rokov pred
  Ugorji Nwoke 5a66da2e74 codec: fix suggestions raised by golint -min_confidence 0.9, misspellings and ineffassign 8 rokov pred
  Ugorji Nwoke ac9de6ea28 codec: error if need to expand non-settable slice, and denote whether decFn can accept ptr or value. 8 rokov pred
  Ugorji Nwoke 792f4ab7b3 codec: remove recognized-rtid logic 8 rokov pred
  Ugorji Nwoke 3c86213f83 codec: test: add tests for encoding, decoding and zero'ing scalars and maps/slices containing them. 8 rokov pred
  Ugorji Nwoke 3d21d421d8 codec: simplify how we store whether type implements an interface 8 rokov pred
  Ugorji Nwoke 16373bd701 codec: test: add tests for symbols, and nil or 0-length fast-path slices and maps 8 rokov pred
  Ugorji Nwoke a9859e3096 codec: handle nil keys as valid, support MapKeyAsString in json, and indefinite lengths for string/[]byte 8 rokov pred
  Ugorji Nwoke c3953defa8 codec: streamline library: refactor sendContainerState and clean up handle-specific test flags 8 rokov pred
  Ugorji Nwoke f26fc641ec codec: add buffered reading/writing support and overall cleanup and fixes 8 rokov pred
  Ugorji Nwoke f76f59a92f codec: optimizations for json (hex strings, batch update) and loops (hoist len where possible) 8 rokov pred
  Ugorji Nwoke 50530d8d14 codec: Multiple fixes, enhancements and test expansion across the board. 8 rokov pred
  Ugorji Nwoke 54210f4e07 codec: major update with MAJOR PERFORMANCE improvements 8 rokov pred