Sign in
go
/
go
/
aadd84e0c4ac2476644d0f60b4873867c9549306
/
src
/
compress
2ae7737
all: link to https instead of http
by Brad Fitzpatrick
· 10 years ago
fea18f5
compress/lzw: return the partial decoding for a truncated input.
by Nigel Tao
· 10 years ago
ccec934
compress/lzw: reject writing bytes that don't fit into litWidth.
by Nigel Tao
· 10 years ago
2a5745d
compress/lzw: mention relation between litWidth and input bytes
by Jeff R. Allen
· 10 years ago
62f169c
compress/lzw: be consistent with error message prefixes.
by Nigel Tao
· 10 years ago
b03129a
compress/flate: make library RFC1951 compliant
by Joe Tsai
· 10 years ago
7f983f2
compress/flate: simplify the TestDegenerateHuffmanCoding data.
by Nigel Tao
· 10 years ago
5cc8561
compress/flate: reject invalid Huffman bit sizes
by Matthew Dempsky
· 10 years ago
69d9247
compress/flate: add optional runtime sanity checks
by Matthew Dempsky
· 10 years ago
5f0ac4a
compress/flate: reject invalid Huffman encoding sequences
by Matthew Dempsky
· 10 years ago
2c20eda
compress/flate: fix typo in comment
by Preetam Jinka
· 10 years ago
9b6ccb1
all: don't refer to code.google.com/p/go{,-wiki}/
by Péter Surányi
· 10 years ago
895e4b8
compress/bzip2: s/repeat_power/repeatPower/
by David Crawshaw
· 10 years ago
7f0be1f
all: use golang.org/x/... import paths
by Andrew Gerrand
· 10 years ago
70f2f1b4
compress/gzip: allow stopping at end of first stream
by Russ Cox
· 10 years ago
193d09a
compress/flate: add Reset() to allow reusing large buffers to compress multiple buffers
by James Robinson
· 10 years ago
a6abe22
compress/*: note that NewReader may introduce buffering
by Russ Cox
· 11 years ago
0239595
compress/zlib: mention that NewReaderDict can return ErrDictionary
by Russ Cox
· 11 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago