Commit History

Автор SHA1 Съобщение Дата
  Ugorji Nwoke ffda9d4fba codec: streamline nil decoding: nil means zero value consistently преди 6 години
  Ugorji Nwoke 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ преди 6 години
  Ugorji Nwoke 372321e378 codec: remove decDriver.DecodeString() - redundant, and replaced by DecodeStringAsBytes() преди 6 години
  Ugorji Nwoke 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt преди 6 години
  Ugorji Nwoke e05b287349 codec: handle []byte encoded as array (as opposed to native mode per format) преди 6 години
  Ugorji Nwoke 86ce10f272 codec: misc refactoring, clean up and optimizations преди 6 години
  Ugorji Nwoke 070826dc1c codec: remove "internal" deprecated methods of encDriver and decDriver преди 6 години
  Ugorji Nwoke 967be11608 codec: false-sharing and cache-line optimizations преди 6 години
  Ugorji Nwoke d09a80c1e0 codec: msgpack: Honor RawToString when decoding raw bytes into empty interface{} преди 6 години
  Ugorji Nwoke a70535d849 codec: generalize DecodeOptions:RawToString flag (for all encodings) преди 6 години
  Ugorji Nwoke 8643c3398a codec: msgpack: clean up WriteExt/RawToString/ContainerType logic преди 6 години
  Ugorji Nwoke 23876e7a59 codec: do not pool decNaked anymore - make it smaller and part of Decoder преди 7 години
  Ugorji Nwoke 6c173b2436 codec: use uint indices for array element and slicing to eliminate the x >= 0 bounds check, and more inlining преди 7 години
  Ugorji Nwoke 16061014c5 codec: document concurrency guarantees and fix analyze script warnings преди 7 години
  Ugorji Nwoke 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns преди 7 години
  Ugorji Nwoke ee2199668c codec: rpc: use lock free mechanisms to track the close status. преди 7 години
  Ugorji Nwoke 10d0049acb codec: limit size of bytes read to MaxInitLen (specifically for extensions) преди 7 години
  Ugorji Nwoke 00b869d2f4 codec: msgpack: support option to encode positive numbers as unsigned (compatibility). преди 7 години
  Ugorji Nwoke 0a18df59e4 codec: use decReader and encWriter interfaces (not the struct decReaderSwitch/encWriterSwitch) преди 7 години
  Ugorji Nwoke 1322318ca6 codec: set up codebase so as to take advantage of mid-stack inlining support преди 7 години
  Ugorji Nwoke 9af07b2035 codec: streamline chan encoding/decoding преди 7 години
  Ugorji Nwoke aada210893 codec: improved error messages for all formats during decode преди 7 години
  Ugorji Nwoke f2ec36a678 codec: Optimized struct field index lookup during decode, and loading typeInfos преди 8 години
  Ugorji Nwoke 7bdfbc6818 codec: clean up codebase to try to keep lines within 90 bytes. преди 8 години
  Ugorji Nwoke adc90d0202 codec: re-factor structs so critical ones try to fill up cache lines преди 8 години
  Ugorji Nwoke 4ad9ed71b1 codec: re-factor and streamline code for publishing standards, consistency and performance преди 8 години
  Ugorji Nwoke 6e9891a451 codec: clean up, improved symbol handling and numeric overflow support преди 8 години
  Ugorji Nwoke e60f01bc16 codec: update copyright to say 2012-2018 преди 8 години
  Ugorji Nwoke 4d084a8659 codec: streamline panic/recover error handling, manage compatibility with codecgen and support structs where fields are encoded as numbers преди 8 години
  Ugorji Nwoke 679a71d0bd codec: treat time.Time{} as the zero value for time.Time. преди 8 години