aboutsummaryrefslogtreecommitdiff
path: root/src/compress
AgeCommit message (Expand)Author
2015-10-14compress/gzip: fix go vet warningJoe Tsai
2015-10-10compress/flate: deprecate ReadError and WriteErrorJoe Tsai
2015-09-30compress/zlib: detect truncated streamsJoe Tsai
2015-09-23compress/gzip: detect truncated streamsJoe Tsai
2015-09-23compress/flate: detect truncated streamsJoe Tsai
2015-09-09compress/lzw: tidy up some flush calls.Nigel Tao
2015-09-03compress/flate: simplify inflate logicJoe Tsai
2015-08-28compress/gzip: clarify Latin-1 restrictions on gzip.HeaderMatthew Dempsky
2015-08-28compress/bzip2: make decoding fasterAlberto Donizetti
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-30compress/lzw: return the partial decoding for a truncated input.Nigel Tao
2015-06-18compress/lzw: reject writing bytes that don't fit into litWidth.Nigel Tao
2015-06-18compress/lzw: mention relation between litWidth and input bytesJeff R. Allen
2015-06-18compress/lzw: be consistent with error message prefixes.Nigel Tao
2015-06-17compress/flate: make library RFC1951 compliantJoe Tsai
2015-04-17compress/flate: simplify the TestDegenerateHuffmanCoding data.Nigel Tao
2015-04-16compress/flate: reject invalid Huffman bit sizesMatthew Dempsky
2015-04-16compress/flate: add optional runtime sanity checksMatthew Dempsky
2015-04-16compress/flate: reject invalid Huffman encoding sequencesMatthew Dempsky
2015-04-01compress/flate: fix typo in commentPreetam Jinka
2015-02-06all: don't refer to code.google.com/p/go{,-wiki}/Péter Surányi
2014-12-19compress/bzip2: s/repeat_power/repeatPower/David Crawshaw
2014-11-10all: use golang.org/x/... import pathsAndrew Gerrand
2014-10-20compress/gzip: allow stopping at end of first streamRuss Cox
2014-10-20compress/flate: add Reset() to allow reusing large buffers to compress multip...James Robinson
2014-09-30compress/*: note that NewReader may introduce bufferingRuss Cox
2014-09-30compress/zlib: mention that NewReaderDict can return ErrDictionaryRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox