| Commit message (Expand) | Author | Age | Files | Lines |
* | rlp: fix some golint warnings (#16659) | kiel barry | 2018-05-08 | 1 | -12/+9 |
* | rlp, trie, contracts, compression, consensus: improve comments (#14580) | S. Matthew English | 2017-06-12 | 1 | -2/+2 |
* | all: fix go vet warnings | Felix Lange | 2016-04-15 | 1 | -2/+0 |
* | rlp: add "tail" struct tag | Felix Lange | 2016-02-19 | 1 | -5/+6 |
* | rlp: move ListSize to raw.go | Felix Lange | 2015-09-11 | 1 | -6/+0 |
* | rlp: add RawValue | Felix Lange | 2015-09-11 | 1 | -0/+7 |
* | rlp: fix encReader returning nil buffers to the pool | Felix Lange | 2015-09-11 | 1 | -4/+9 |
* | rlp: add support for boolean encoding/decoding | Péter Szilágyi | 2015-08-13 | 1 | -0/+11 |
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | rlp: add ListSize | Felix Lange | 2015-06-30 | 1 | -0/+6 |
* | rlp: remove Flat | Felix Lange | 2015-06-30 | 1 | -42/+0 |
* | rlp: pool encoder allocations | Felix Lange | 2015-06-30 | 1 | -9/+27 |
* | rlp: stricter rules for structs and pointers | Felix Lange | 2015-04-17 | 1 | -4/+4 |
* | rlp: encode nil array pointers as empty list or string | Felix Lange | 2015-03-25 | 1 | -8/+26 |
* | rlp: add Stream.Raw | Felix Lange | 2015-03-21 | 1 | -11/+19 |
* | rlp: fix encoding of one element strings and byte slices | Felix Lange | 2015-03-19 | 1 | -7/+14 |
* | rlp: don't panic for nil *big.Int | Felix Lange | 2015-03-18 | 1 | -1/+6 |
* | wip | obscuren | 2015-02-13 | 1 | -1/+21 |
|\ |
|
| * | rlp: fix encoding of arrays with byte element type | Felix Lange | 2015-02-06 | 1 | -1/+21 |
* | | rlp: add Flat | Felix Lange | 2015-02-12 | 1 | -0/+49 |
|/ |
|
* | rlp: allow encoding non-empty interface values | Felix Lange | 2015-01-16 | 1 | -2/+1 |
* | rlp: add functions for encoding | Felix Lange | 2015-01-15 | 1 | -0/+532 |