index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compress
Age
Commit message (
Expand
)
Author
2015-10-14
compress/gzip: fix go vet warning
Joe Tsai
2015-10-10
compress/flate: deprecate ReadError and WriteError
Joe Tsai
2015-09-30
compress/zlib: detect truncated streams
Joe Tsai
2015-09-23
compress/gzip: detect truncated streams
Joe Tsai
2015-09-23
compress/flate: detect truncated streams
Joe Tsai
2015-09-09
compress/lzw: tidy up some flush calls.
Nigel Tao
2015-09-03
compress/flate: simplify inflate logic
Joe Tsai
2015-08-28
compress/gzip: clarify Latin-1 restrictions on gzip.Header
Matthew Dempsky
2015-08-28
compress/bzip2: make decoding faster
Alberto Donizetti
2015-07-11
all: link to https instead of http
Brad Fitzpatrick
2015-06-30
compress/lzw: return the partial decoding for a truncated input.
Nigel Tao
2015-06-18
compress/lzw: reject writing bytes that don't fit into litWidth.
Nigel Tao
2015-06-18
compress/lzw: mention relation between litWidth and input bytes
Jeff R. Allen
2015-06-18
compress/lzw: be consistent with error message prefixes.
Nigel Tao
2015-06-17
compress/flate: make library RFC1951 compliant
Joe Tsai
2015-04-17
compress/flate: simplify the TestDegenerateHuffmanCoding data.
Nigel Tao
2015-04-16
compress/flate: reject invalid Huffman bit sizes
Matthew Dempsky
2015-04-16
compress/flate: add optional runtime sanity checks
Matthew Dempsky
2015-04-16
compress/flate: reject invalid Huffman encoding sequences
Matthew Dempsky
2015-04-01
compress/flate: fix typo in comment
Preetam Jinka
2015-02-06
all: don't refer to code.google.com/p/go{,-wiki}/
Péter Surányi
2014-12-19
compress/bzip2: s/repeat_power/repeatPower/
David Crawshaw
2014-11-10
all: use golang.org/x/... import paths
Andrew Gerrand
2014-10-20
compress/gzip: allow stopping at end of first stream
Russ Cox
2014-10-20
compress/flate: add Reset() to allow reusing large buffers to compress multip...
James Robinson
2014-09-30
compress/*: note that NewReader may introduce buffering
Russ Cox
2014-09-30
compress/zlib: mention that NewReaderDict can return ErrDictionary
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]