Commit Graph

56 Commits (7513966d6e0620f2ec0ff78a234a839da16ffc2b)

Author SHA1 Message Date
Mohanson f447de936c
rlp: replace reflect.PtrTo with reflect.PointerTo (#29488) 5 months ago
Martin HS 14eb8967be
all: use min/max/clear from go1.21 (#29307) 6 months ago
Felix Lange 5c7136adb4
rlp: remove allocation of bytes.Reader in DecodeBytes (#27987) 1 year ago
Martin Holst Swende 58d0f6440b
rlp: support for uint256 (#26898) 2 years ago
Felix Lange b628d72766
build: upgrade to go 1.19 (#25726) 2 years ago
Felix Lange 9b93564e21
rlp/rlpgen: RLP encoder code generator (#24251) 3 years ago
Felix Lange 32c576bd3c
rlp: minor optimizations for slice/array encoding (#23467) 3 years ago
Felix Lange 4d33de9b49
rlp: optimize big.Int decoding for size <= 32 bytes (#22927) 3 years ago
Felix Lange 154ca32a8a
rlp: optimize byte array handling (#22924) 3 years ago
Felix Lange 0d076d92db
rlp: use atomic.Value for type cache (#22902) 3 years ago
Felix Lange 088da24ebf
rlp: improve decoder stream implementation (#22858) 3 years ago
Felix Lange 700df1442d
rlp: add support for optional struct fields (#22832) 3 years ago
Or Neeman 9ec32a9e7b
rlp: handle case of normal EOF in Stream.readFull (#22336) 4 years ago
Felix Lange 44b41641f8 rlp: fix staticcheck warnings (#20368) 5 years ago
Felix Lange 689486449d build: use golangci-lint (#20295) 5 years ago
Felix Lange 96fb839133
rlp: improve nil pointer handling (#20064) 5 years ago
Felix Lange 8deec2e45a
rlp: fixes for two corner cases and documentation (#19527) 5 years ago
Marius van der Wijden 7d881e45bd rlp: added pooling of streams using sync (#19044) 6 years ago
kiel barry a42be3b78d rlp: fix some golint warnings (#16659) 6 years ago
Péter Szilágyi 63246e2542
rlp: fix decoding long strings into RawValue types 7 years ago
S. Matthew English 061889d4ea rlp, trie, contracts, compression, consensus: improve comments (#14580) 7 years ago
Felix Lange eee96a5bb7 rlp: add support for "-" struct tag 8 years ago
Felix Lange bb07ce3eed rlp: add "tail" struct tag 9 years ago
Felix Lange 24bb68e7cf rlp: add RawValue 9 years ago
Péter Szilágyi 1d2420323c rlp: add support for boolean encoding/decoding 9 years ago
Felix Lange bfbcfbe4a9 all: fix license headers one more time 9 years ago
Felix Lange 3f047be5aa all: update license headers to distiguish GPL/LGPL 9 years ago
Felix Lange 345590f27f rlp: fix check for canonical byte array size 9 years ago
Felix Lange cefd948267 rlp: reject trailing data when using DecodeBytes 9 years ago
Felix Lange ea54283b30 all: update license information 9 years ago
Felix Lange dd49c8e43d rlp: fix list bounds check overflow (found by go-fuzz) 10 years ago
Felix Lange 7180699d40 rlp: require declared number of input elements for array types 10 years ago
Felix Lange 4d5a518a0b rlp: stop accepting lists for byte slices and byte arrays 10 years ago
Felix Lange cad64fb911 rlp: stricter rules for structs and pointers 10 years ago
Felix Lange 1e2c93aa2d rlp: reject non-minimal input strings 10 years ago
Felix Lange 6e9f8035a1 rlp: stricter validation of canonical integer format 10 years ago
Felix Lange 6788f955c2 rlp: fix handling of single byte zero when decoding into a pointer 10 years ago
Felix Lange 2750ec47b7 rlp: fix integer overflow in list element size validation 10 years ago
Felix Lange c35f4fd0bd rlp: check top-level value sizes against input limit 10 years ago
obscuren 59597d23a5 Reject integers w/ appended zero's 10 years ago
Felix Lange a829a56587 rlp: add Stream.Raw 10 years ago
Felix Lange b41185a68f rlp: fix nil pointer decoding 10 years ago
Felix Lange b94a6a0193 rlp: add DecodeBytes 10 years ago
Felix Lange fc92abec2c rlp: allow encoding non-empty interface values 10 years ago
Felix Lange 552f5b2693 rlp: add functions for encoding 10 years ago
obscuren 6abf8ef78f Merge 10 years ago
Felix Lange 6cf4e0329c rlp: display decoder target type in more error messages 10 years ago
Felix Lange 829730dec4 rlp: remove dead code 10 years ago
Felix Lange c084a7daa5 rlp: fix panic in decodeList on go 1.4+ 10 years ago
Felix Lange 93e858f88e rlp: remove support for signed integer types 10 years ago