aboutsummaryrefslogtreecommitdiffstats
path: root/compression
Commit message (Collapse)AuthorAgeFilesLines
* compression/rle: delete RLE compression (#16468)Felix Lange2018-04-092-151/+0
|
* rlp, trie, contracts, compression, consensus: improve comments (#14580)S. Matthew English2017-06-121-85/+1
|
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-071-2/+2
|
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-222-10/+10
| | | | As we aren't really using the standarized SHA-3
* all: fix license headers one more timeFelix Lange2015-07-242-2/+2
| | | | I forgot to update one instance of "go-ethereum" in commit 3f047be5a.
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-232-8/+8
| | | | | All code outside of cmd/ is licensed as LGPL. The headers now reflect this by calling the whole work "the go-ethereum library".
* all: add some godoc synopsis commentsFelix Lange2015-07-071-0/+1
|
* all: update license informationFelix Lange2015-07-072-0/+32
|
* update imports order per goimportsTaylor Gerring2014-11-161-1/+2
|
* try to get full coverage report on travisTaylor Gerring2014-11-151-100/+102
|
* method changeobscuren2014-11-041-2/+2
|
* Refactored compress method into something more organisedobscuren2014-11-031-30/+30
|
* Forgot to put in regular bytes during decompressionobscuren2014-11-032-0/+24
|
* Added RLE compression. Closes #171obscuren2014-11-032-0/+175