aboutsummaryrefslogtreecommitdiffstats
path: root/rlp/decode.go
Commit message (Expand)AuthorAgeFilesLines
* rlp: fix some golint warnings (#16659)kiel barry2018-05-081-25/+18
* rlp: fix decoding long strings into RawValue typesPéter Szilágyi2017-08-241-1/+1
* rlp, trie, contracts, compression, consensus: improve comments (#14580)S. Matthew English2017-06-121-3/+3
* rlp: add support for "-" struct tagFelix Lange2017-03-071-6/+10
* rlp: add "tail" struct tagFelix Lange2016-02-191-17/+34
* rlp: add RawValueFelix Lange2015-09-111-0/+11
* rlp: add support for boolean encoding/decodingPéter Szilágyi2015-08-131-0/+29
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* rlp: fix check for canonical byte array sizeFelix Lange2015-07-181-3/+3
* rlp: reject trailing data when using DecodeBytesFelix Lange2015-07-181-1/+13
* all: update license informationFelix Lange2015-07-071-0/+16
* rlp: fix list bounds check overflow (found by go-fuzz)Felix Lange2015-04-281-14/+29
* rlp: require declared number of input elements for array typesFelix Lange2015-04-171-25/+15
* rlp: stop accepting lists for byte slices and byte arraysFelix Lange2015-04-171-11/+3
* rlp: stricter rules for structs and pointersFelix Lange2015-04-171-22/+54
* rlp: reject non-minimal input stringsFelix Lange2015-04-171-7/+21
* rlp: stricter validation of canonical integer formatFelix Lange2015-04-171-34/+63
* rlp: fix handling of single byte zero when decoding into a pointerFelix Lange2015-04-171-5/+5
* rlp: fix integer overflow in list element size validationFelix Lange2015-04-171-2/+2
* rlp: check top-level value sizes against input limitFelix Lange2015-04-171-18/+91
* Reject integers w/ appended zero'sobscuren2015-04-051-0/+9
* rlp: add Stream.RawFelix Lange2015-03-211-0/+25
* rlp: fix nil pointer decodingFelix Lange2015-03-211-1/+6
* rlp: add DecodeBytesFelix Lange2015-03-181-0/+7
* rlp: allow encoding non-empty interface valuesFelix Lange2015-01-161-1/+4
* rlp: add functions for encodingFelix Lange2015-01-151-9/+3
* Mergeobscuren2015-01-061-18/+39
* rlp: display decoder target type in more error messagesFelix Lange2014-12-101-18/+24
* rlp: remove dead codeFelix Lange2014-12-091-2/+0
* rlp: fix panic in decodeList on go 1.4+Felix Lange2014-12-091-48/+61
* rlp: remove support for signed integer typesFelix Lange2014-12-091-29/+6
* rlp: move decoder type switch to decode.goFelix Lange2014-12-091-0/+33
* rlp: include target type in decoder error messagesFelix Lange2014-11-251-11/+26
* rlp: add NewListStream (for p2p)Felix Lange2014-11-251-0/+9
* rlp: add Stream.Reset and accept any reader (for p2p)Felix Lange2014-11-251-5/+30
* rlp: fix pointer reuseFelix Lange2014-11-171-0/+1
* rlp: new package for streaming RLP decoderFelix Lange2014-11-171-0/+666