aboutsummaryrefslogtreecommitdiffstats
path: root/rlp/encode_test.go
Commit message (Expand)AuthorAgeFilesLines
* rlp: add support for "-" struct tagFelix Lange2017-03-071-0/+1
* rlp: add "tail" struct tagFelix Lange2016-02-191-0/+4
* rlp: add RawValueFelix Lange2015-09-111-0/+5
* rlp: fix encReader returning nil buffers to the poolFelix Lange2015-09-111-0/+23
* rlp: add support for boolean encoding/decodingPéter Szilágyi2015-08-131-0/+4
* 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: remove FlatFelix Lange2015-06-301-9/+0
* rlp: encode nil array pointers as empty list or stringFelix Lange2015-03-251-0/+2
* rlp: fix encoding of one element strings and byte slicesFelix Lange2015-03-191-0/+6
* rlp: don't panic for nil *big.IntFelix Lange2015-03-181-0/+1
* wipobscuren2015-02-131-0/+6
|\
| * rlp: fix encoding of arrays with byte element typeFelix Lange2015-02-061-0/+6
* | rlp: add FlatFelix Lange2015-02-121-0/+9
|/
* rlp: allow encoding non-empty interface valuesFelix Lange2015-01-161-0/+13
* rlp: add functions for encodingFelix Lange2015-01-151-0/+260