aboutsummaryrefslogtreecommitdiffstats
path: root/compression/rle/read_write_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-8/+8
* 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
* update imports order per goimportsTaylor Gerring2014-11-161-1/+2
* try to get full coverage report on travisTaylor Gerring2014-11-151-100/+102
* Forgot to put in regular bytes during decompressionobscuren2014-11-031-0/+22
* Added RLE compression. Closes #171obscuren2014-11-031-0/+93