Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rlp: add DecodeBytes | Felix Lange | 2015-03-18 | 1 | -0/+7 |
* | rlp: allow encoding non-empty interface values | Felix Lange | 2015-01-16 | 1 | -1/+4 |
* | rlp: add functions for encoding | Felix Lange | 2015-01-15 | 1 | -9/+3 |
* | Merge | obscuren | 2015-01-06 | 1 | -18/+39 |
* | rlp: display decoder target type in more error messages | Felix Lange | 2014-12-10 | 1 | -18/+24 |
* | rlp: remove dead code | Felix Lange | 2014-12-09 | 1 | -2/+0 |
* | rlp: fix panic in decodeList on go 1.4+ | Felix Lange | 2014-12-09 | 1 | -48/+61 |
* | rlp: remove support for signed integer types | Felix Lange | 2014-12-09 | 1 | -29/+6 |
* | rlp: move decoder type switch to decode.go | Felix Lange | 2014-12-09 | 1 | -0/+33 |
* | rlp: include target type in decoder error messages | Felix Lange | 2014-11-25 | 1 | -11/+26 |
* | rlp: add NewListStream (for p2p) | Felix Lange | 2014-11-25 | 1 | -0/+9 |
* | rlp: add Stream.Reset and accept any reader (for p2p) | Felix Lange | 2014-11-25 | 1 | -5/+30 |
* | rlp: fix pointer reuse | Felix Lange | 2014-11-17 | 1 | -0/+1 |
* | rlp: new package for streaming RLP decoder | Felix Lange | 2014-11-17 | 1 | -0/+666 |