summaryrefslogtreecommitdiff
path: root/src/compress
Commit message (Expand)AuthorAgeFilesLines
* all: use golang.org/x/... import pathsAndrew Gerrand2014-11-101-1/+1
* compress/gzip: allow stopping at end of first streamRuss Cox2014-10-202-0/+68
* compress/flate: add Reset() to allow reusing large buffers to compress multip...James Robinson2014-10-204-27/+125
* compress/*: note that NewReader may introduce bufferingRuss Cox2014-09-304-4/+11
* compress/zlib: mention that NewReaderDict can return ErrDictionaryRuss Cox2014-09-301-0/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-0838-0/+16148