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
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2020-10-19
compress/flate: fix corrupted output
Klaus Post
2020-10-16
compress/flate: revert a goto for-loop
Daniel MartÃ
2020-10-06
compress/flate: remove unneeded zeroing of bytes array in (*huffmanBitWriter)...
Dan Scales
2020-07-16
compress/flate: fix another deflate Reset inconsistency
Russ Cox
2020-07-16
compress/flate: fix deflate Reset consistency
Klaus Post
2019-11-21
all: base64-encode binaries that will cause Apple notarization to fail
Andrew
2019-09-14
compress/lzw: clarify code invariants
Nigel Tao
2019-09-12
compress/lzw: fix comment re high-code invariant
Nigel Tao
2019-08-28
compress/flate: improve deflate performance by register allocating the index
Nao YONASHIRO
2019-05-24
compress/gzip: add missing error check in test
Leon Klingele
2019-05-22
all: shorten some tests
Russ Cox
2019-03-31
cmd/go: further reduce init work
Daniel MartÃ
2019-02-26
compress/gzip: clarify that Multistream gzip requires a ByteReader
Jeremy Jay
2019-02-19
src, misc: apply gofmt
Robert Griesemer
2018-12-20
compress/flate: fix the old url for the flate algorithm
Osamu TONOMORI
2018-10-06
all: fix a bunch of misspellings
Igor Zhilianin
2018-10-01
Revert "compress: move benchmark text from src/testdata to src/compress/testd...
Katie Hockman
2018-09-28
compress: move benchmark text from src/testdata to src/compress/testdata
Katie Hockman
2018-09-24
compress: reduce copies of new text for compression testing
Katie Hockman
2018-09-11
cmd/link,compress/zip,image/png: use binary.{Big,Little}Endian methods
Lynn Boger
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-05-07
compress/flate: do not rename math/bits import
Russ Cox
2018-05-04
compress/gzip: skip builder-only test on iOS
Elias Naur
2018-04-17
compress/flate: optimize huffSym
Ilya Tocar
2018-04-02
compress/gzip: do not count header bytes written in Write
Travis Bischel
2018-03-21
compress/bzip2: remove bit-tricks
Ilya Tocar
2018-03-13
compress/gzip, compress/zlib: fix Writer documentation inconsistencies
Diogo Pinela
2018-02-17
compress/bzip2: use sort.Slice in huffman.go
Joe Kyo
2017-09-25
compress/bzip2: fix checksum mismatch on empty reads
Joe Tsai
2017-09-15
all: fix article typos
Kunpei Sakai
2017-08-31
compress/flate: remove non-standard extensions to flate
Joe Tsai
2017-06-08
compress/lzw: don't follow code == hi if last is invalid.
Nigel Tao
2017-06-02
compress/gzip: clarify behavior of Writer.Close
Joe Tsai
2017-05-24
compress/bzip2: remove dead code in huffman.go
Joe Tsai
2017-04-28
compress/lzw: fix hi code overflow.
Nigel Tao
2017-03-04
Revert "all: test adjustments for the iOS builder"
Elias Naur
2017-03-01
compress/flate: use math/bits.Reverse8/16 instead of local implementation
Robert Griesemer
2017-01-14
all: test adjustments for the iOS builder
David Crawshaw
2017-01-12
compress/flate: avoid large stack growth in fillDeflate
Joe Tsai
2017-01-11
compress/gzip: skip TestGZIPFilesHaveZeroMTimes on non-builders
Joe Tsai
2016-11-12
compress/flate: add examples
Joe Tsai
2016-11-04
all: sprinkle t.Parallel on some slow tests
Brad Fitzpatrick
2016-10-30
compress/flate: tighten the BestSpeed max match offset bound.
Nigel Tao
2016-10-29
compress/gzip: only encode MTIME if it is valid
Joe Tsai
2016-10-27
compress/flate: make compression level 0 consistent
Klaus Post
2016-10-27
compress/flate: level 1 (best speed) match across blocks
Klaus Post
2016-10-24
all: minor vet fixes
Josh Bleecher Snyder
2016-10-20
compress/gzip, compress/zlib: add HuffmanOnly as compression levels.
Klaus Post
[prev]
[next]