Jernej Kos f0f82f0300 codec: Tests and fix for #301 (#302) 6 years ago
..
bench cf85d7fda7 codec: test and bench: general clean up 6 years ago
codecgen fd33a05832 codec/codecgen: added copyright info 6 years ago
0_importpath.go 74d13ae498 change repo name to go-codec and use import path and go.mod to ensure stable legacy import path. 6 years ago
binc.go 3308fc9bda codec: let binc use pool'ed maps to maintain symbols 6 years ago
build.sh cf85d7fda7 codec: test and bench: general clean up 6 years ago
cbor.go a2c9fa2507 codec: fix cbor handling of "SkipUnexpectedTags" and add test to validate 6 years ago
cbor_test.go a2c9fa2507 codec: fix cbor handling of "SkipUnexpectedTags" and add test to validate 6 years ago
codec_test.go f0f82f0300 codec: Tests and fix for #301 (#302) 6 years ago
codecgen.go aa28833c9f codec: fix package name to codec 7 years ago
decode.go a540df977d codec: add atEndOfDecode() method to decDriver 6 years ago
doc.go 79f15012c5 codec: update doc to show that Selfer is checked after extensions 6 years ago
encode.go 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt 6 years ago
fast-path.generated.go 79e5e7c841 codec: streamline and optimize fast-path functions 6 years ago
fast-path.go.tmpl 79e5e7c841 codec: streamline and optimize fast-path functions 6 years ago
fast-path.not.go 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt 6 years ago
float.go e05b287349 codec: handle []byte encoded as array (as opposed to native mode per format) 6 years ago
gen-dec-array.go.tmpl 86ce10f272 codec: misc refactoring, clean up and optimizations 6 years ago
gen-dec-map.go.tmpl 86ce10f272 codec: misc refactoring, clean up and optimizations 6 years ago
gen-enc-chan.go.tmpl 9af07b2035 codec: streamline chan encoding/decoding 7 years ago
gen-helper.generated.go 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt 6 years ago
gen-helper.go.tmpl 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt 6 years ago
gen.generated.go 86ce10f272 codec: misc refactoring, clean up and optimizations 6 years ago
gen.go 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt 6 years ago
goversion_arrayof_gte_go15.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
goversion_arrayof_lt_go15.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
goversion_makemap_gte_go19.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
goversion_makemap_lt_go19.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
goversion_unexportedembeddedptr_gte_go110.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
goversion_unexportedembeddedptr_lt_go110.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
goversion_unsupported_lt_go14.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
goversion_vendor_eq_go15.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
goversion_vendor_eq_go16.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
goversion_vendor_gte_go17.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
goversion_vendor_lt_go15.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
helper.go f0f82f0300 codec: Tests and fix for #301 (#302) 6 years ago
helper_internal.go d41456c8f4 codec: refactor codecgen, optimize isEmptyValue and cache more static type info 8 years ago
helper_not_unsafe.go 0a3d04cd38 codec: json: try fast-path for decoding floats before defaulting to strconv.ParseFloat 6 years ago
helper_test.go 08f7b401ae codec: fix TermWhitespace handling 6 years ago
helper_unsafe.go 0a3d04cd38 codec: json: try fast-path for decoding floats before defaulting to strconv.ParseFloat 6 years ago
json.go a540df977d codec: add atEndOfDecode() method to decDriver 6 years ago
mammoth-test.go.tmpl 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns 7 years ago
mammoth2-test.go.tmpl 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns 7 years ago
mammoth2_codecgen_generated_test.go 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt 6 years ago
mammoth2_generated_test.go e05b287349 codec: handle []byte encoded as array (as opposed to native mode per format) 6 years ago
mammoth_generated_test.go e05b287349 codec: handle []byte encoded as array (as opposed to native mode per format) 6 years ago
msgpack.go 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt 6 years ago
prebuild.go a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers 6 years ago
py_test.go e60f01bc16 codec: update copyright to say 2012-2018 8 years ago
rpc.go 6bfa3bf159 codec: do not pool codecFn helper - make it part of BasicHandle instead 7 years ago
shared_test.go cf85d7fda7 codec: test and bench: general clean up 6 years ago
simple.go 7aa0a70eb5 codec: simple: support EncZeroValuesAsNil for map values that are strings 6 years ago
sort-slice.generated.go a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers 6 years ago
sort-slice.go.tmpl a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers 6 years ago
test-cbor-goldens.json c476cf2bad codec: some overflow and 0-length container fixes, and cbor tests. 11 years ago
test.py 5038cc52f7 codec: test.py: use 127.0.0.1 always for localhost 8 years ago
values_codecgen_generated_test.go 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt 6 years ago
values_flex_test.go f0f82f0300 codec: Tests and fix for #301 (#302) 6 years ago
values_test.go 97b88dc962 codec: values_test.go: contain representative exact and non-exact floats 6 years ago
xml.go 86ce10f272 codec: misc refactoring, clean up and optimizations 6 years ago
z_all_test.go cf85d7fda7 codec: test and bench: general clean up 6 years ago