aboutsummaryrefslogtreecommitdiff
path: root/src/compress/zlib
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-09-11cmd/link,compress/zip,image/png: use binary.{Big,Little}Endian methodsLynn Boger
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-03-13compress/gzip, compress/zlib: fix Writer documentation inconsistenciesDiogo Pinela
2016-10-20compress/gzip, compress/zlib: add HuffmanOnly as compression levels.Klaus Post
2016-08-31compress/flate: always return uncompressed data in the event of errorJoe Tsai
2016-05-09compress: update documentation regarding footer verificationJoe Tsai
2016-03-07compress/zlib: make errors persistentJoe Tsai
2015-12-29build: shorten a few packages with long testsRuss Cox
2015-09-30compress/zlib: detect truncated streamsJoe Tsai
2014-10-20compress/flate: add Reset() to allow reusing large buffers to compress multip...James Robinson
2014-09-30compress/zlib: mention that NewReaderDict can return ErrDictionaryRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox