Ugorji Nwoke 08f7b401ae codec: fix TermWhitespace handling před 6 roky
..
bench 3797a84a37 codec/bench: make bench/values_test.go a symlink před 6 roky
codecgen fd33a05832 codec/codecgen: added copyright info před 6 roky
0_importpath.go 74d13ae498 change repo name to go-codec and use import path and go.mod to ensure stable legacy import path. před 6 roky
binc.go 1d7ab5c50b documentation and README updates and some code reorganization před 6 roky
build.sh 420fad79aa codec: mirror benchmarks into bench sub-directory před 6 roky
cbor.go a70535d849 codec: generalize DecodeOptions:RawToString flag (for all encodings) před 6 roky
cbor_test.go be38b7006b codec: make tests more robust před 7 roky
codec_test.go 08f7b401ae codec: fix TermWhitespace handling před 6 roky
codecgen.go aa28833c9f codec: fix package name to codec před 7 roky
decode.go 1d7ab5c50b documentation and README updates and some code reorganization před 6 roky
doc.go db87c1e249 codec: document binary size caveats před 6 roky
encode.go 39c532fb3a codec: refactoring, fix support for successive encoding and atEndOfEncode před 6 roky
fast-path.generated.go aa2c01e021 codec: introduce EncodeOptions:StringToRaw flag to control string encoding před 6 roky
fast-path.go.tmpl aa2c01e021 codec: introduce EncodeOptions:StringToRaw flag to control string encoding před 6 roky
fast-path.not.go 6bfa3bf159 codec: do not pool codecFn helper - make it part of BasicHandle instead před 7 roky
gen-dec-array.go.tmpl e531a5003d codec: refactor to afford bounds check elimination před 7 roky
gen-dec-map.go.tmpl c3953defa8 codec: streamline library: refactor sendContainerState and clean up handle-specific test flags před 8 roky
gen-enc-chan.go.tmpl 9af07b2035 codec: streamline chan encoding/decoding před 7 roky
gen-helper.generated.go 95c34d148d codec: clarify and fix EncodeOptions:StringToRaw inconsistencies před 6 roky
gen-helper.go.tmpl 95c34d148d codec: clarify and fix EncodeOptions:StringToRaw inconsistencies před 6 roky
gen.generated.go e531a5003d codec: refactor to afford bounds check elimination před 7 roky
gen.go aa2c01e021 codec: introduce EncodeOptions:StringToRaw flag to control string encoding před 6 roky
goversion_arrayof_gte_go15.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
goversion_arrayof_lt_go15.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
goversion_makemap_gte_go19.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
goversion_makemap_lt_go19.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
goversion_unexportedembeddedptr_gte_go110.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
goversion_unexportedembeddedptr_lt_go110.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
goversion_unsupported_lt_go14.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
goversion_vendor_eq_go15.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
goversion_vendor_eq_go16.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
goversion_vendor_gte_go17.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
goversion_vendor_lt_go15.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
helper.go 1d7ab5c50b documentation and README updates and some code reorganization před 6 roky
helper_internal.go d41456c8f4 codec: refactor codecgen, optimize isEmptyValue and cache more static type info před 8 roky
helper_not_unsafe.go 95c34d148d codec: clarify and fix EncodeOptions:StringToRaw inconsistencies před 6 roky
helper_test.go 08f7b401ae codec: fix TermWhitespace handling před 6 roky
helper_unsafe.go 95c34d148d codec: clarify and fix EncodeOptions:StringToRaw inconsistencies před 6 roky
json.go 08f7b401ae codec: fix TermWhitespace handling před 6 roky
mammoth-test.go.tmpl 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns před 7 roky
mammoth2-test.go.tmpl 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns před 7 roky
mammoth2_codecgen_generated_test.go aa2c01e021 codec: introduce EncodeOptions:StringToRaw flag to control string encoding před 6 roky
mammoth2_generated_test.go 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns před 7 roky
mammoth_generated_test.go 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns před 7 roky
msgpack.go d09a80c1e0 codec: msgpack: Honor RawToString when decoding raw bytes into empty interface{} před 6 roky
py_test.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
rpc.go 6bfa3bf159 codec: do not pool codecFn helper - make it part of BasicHandle instead před 7 roky
shared_test.go 420fad79aa codec: mirror benchmarks into bench sub-directory před 6 roky
simple.go a70535d849 codec: generalize DecodeOptions:RawToString flag (for all encodings) před 6 roky
test-cbor-goldens.json c476cf2bad codec: some overflow and 0-length container fixes, and cbor tests. před 11 roky
test.py 5038cc52f7 codec: test.py: use 127.0.0.1 always for localhost před 8 roky
values_codecgen_generated_test.go 5292ae1e1c codec: initial checkin of generated version of values_test.go před 6 roky
values_flex_test.go ce1d126566 codec: misc fixes - handle error from io.Reader.Read, fix MissingFielder support, refactor for better mid-stack inlining, use custom bufio.Writer impl, etc před 7 roky
values_test.go e105254e6a codec: use single line comments to comment out +build in various files před 7 roky
xml.go 4ad9ed71b1 codec: re-factor and streamline code for publishing standards, consistency and performance před 8 roky
z_all_test.go c4a1c341dc codec: encWriterSwitch.end() panic's, and should not be called AS-IS during a final "recover" před 6 roky