aboutsummaryrefslogtreecommitdiffstats
path: root/rlp/encode.go
Commit message (Expand)AuthorAgeFilesLines
* rlp: fix some golint warnings (#16659)kiel barry2018-05-081-12/+9
* rlp, trie, contracts, compression, consensus: improve comments (#14580)S. Matthew English2017-06-121-2/+2
* all: fix go vet warningsFelix Lange2016-04-151-2/+0
* rlp: add "tail" struct tagFelix Lange2016-02-191-5/+6
* rlp: move ListSize to raw.goFelix Lange2015-09-111-6/+0
* rlp: add RawValueFelix Lange2015-09-111-0/+7
* rlp: fix encReader returning nil buffers to the poolFelix Lange2015-09-111-4/+9
* rlp: add support for boolean encoding/decodingPéter Szilágyi2015-08-131-0/+11
* 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
* all: update license informationFelix Lange2015-07-071-0/+16
* rlp: add ListSizeFelix Lange2015-06-301-0/+6
* rlp: remove FlatFelix Lange2015-06-301-42/+0
* rlp: pool encoder allocationsFelix Lange2015-06-301-9/+27
* rlp: stricter rules for structs and pointersFelix Lange2015-04-171-4/+4
* rlp: encode nil array pointers as empty list or stringFelix Lange2015-03-251-8/+26
* rlp: add Stream.RawFelix Lange2015-03-211-11/+19
* rlp: fix encoding of one element strings and byte slicesFelix Lange2015-03-191-7/+14
* rlp: don't panic for nil *big.IntFelix Lange2015-03-181-1/+6
* wipobscuren2015-02-131-1/+21
|\
| * rlp: fix encoding of arrays with byte element typeFelix Lange2015-02-061-1/+21
* | rlp: add FlatFelix Lange2015-02-121-0/+49
|/
* rlp: allow encoding non-empty interface valuesFelix Lange2015-01-161-2/+1
* rlp: add functions for encodingFelix Lange2015-01-151-0/+532