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
2016-10-17
compress/flate: use correct table for size estimation
Klaus Post
2016-10-09
compress/gzip: document Reader.Read
Emmanuel Odeke
2016-09-22
compress/gzip: add examples
Emmanuel Odeke
2016-09-04
compress/flate: clarify the behavior of Writer.Flush
Joe Tsai
2016-08-31
compress/flate: always return uncompressed data in the event of error
Joe Tsai
2016-08-20
compress/flate: make huffmanBitWriter errors persistent
Joe Tsai
2016-07-25
compress/flate: document HuffmanOnly
Joe Tsai
2016-06-27
compress/flate: don't ignore dict in Reader.Reset
Vladimir Mihailenco
2016-05-31
compress/flate: use seperate const block for exported constants
Joe Tsai
2016-05-25
compress/flate: simplify using subtests and sub-benchmarks
Marcel van Lohuizen
2016-05-25
compress/lzw: use Run for benchmarks
Marcel van Lohuizen
2016-05-09
compress: update documentation regarding footer verification
Joe Tsai
2016-05-05
compress/flate: distinguish between base and min match length.
Nigel Tao
2016-04-29
compress/flate: use a constant hash table size for Best Speed.
Nigel Tao
2016-04-29
compress/flate: replace "Best Speed" with specialized version
Nigel Tao
2016-04-18
compress/flate: use uncompressed if dynamic encoding is larger
Klaus Post
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-04-15
compress/flate: fix a fmt.Fprintf style nit in a test.
Nigel Tao
2016-04-14
compress/gzip: fix Reader to properly check FHCRC
Joe Tsai
2016-04-10
compress/flate: improve short writer error test
Klaus Post
2016-04-10
compress/flate: eliminate most common bounds checks
Klaus Post
2016-04-02
compress/gzip: fix Reader.Reset
Joe Tsai
2016-04-02
compress/gzip: cleanup gzip package
Joe Tsai
2016-04-01
all: use bytes.Equal, bytes.Contains and strings.Contains
Dominik Honnef
2016-03-31
compress/flate: make Reader.Read return io.EOF eagerly
Joe Tsai
2016-03-30
compress/gzip: fix error handling in Read
Joe Tsai
2016-03-29
compress/flate: add pure huffman deflater
Klaus Post
2016-03-25
compress/gzip: clean up zero-mtimes test
Caleb Spare
2016-03-25
compress/gzip: skip mtime test when GOROOT doesn't exist
Elias Naur
2016-03-25
all: delete dead non-test code
Dominik Honnef
2016-03-25
all: zero mtimes in testdata gz files
Caleb Spare
2016-03-23
compress/flate: rework matching algorithm
Klaus Post
2016-03-11
compress/flate: optimize huffman bit encoder
Klaus Post
2016-03-11
compress/flate: test if results are deterministic
Klaus Post
2016-03-10
compress/flate: forward upstream Writer errors
Klaus Post
2016-03-09
compress/flate: take NewWriter out of the benchmark loop.
Nigel Tao
2016-03-07
compress/zlib: make errors persistent
Joe Tsai
2016-03-07
compress/flate: remove unused woffset field.
Nigel Tao
2016-03-03
compress/bzip2: refactor unit tests
Joe Tsai
2016-03-02
compress/bzip2: prevent zero-length Huffman codes
Joe Tsai
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-28
compress/bzip2: fix benchmark to actually measure decompression rate
Joe Tsai
2016-02-28
compress/bzip2: use correct block size
Joe Tsai
2016-02-28
compress/flate: extract LZ77 dictionary logic into seperate struct
Joe Tsai
2015-12-29
build: shorten a few packages with long tests
Russ Cox
2015-12-02
compress/bzip2/testdata: make Mark.Twain-Tom.Sawyer.txt free
Joe Tsai
2015-11-26
compress/flate: tweak offsetCode so that it can be inlined
Joe Tsai
2015-11-24
compress: make Mark.Twain-Tom.Sawyer.txt licensed under non-free license free...
Jakub Čajka
2015-11-13
compress/gzip: specify when Reader.Header is valid
Joe Tsai
2015-10-19
compress/flate: improve inflate speed by reading more bits at a time
Joe Tsai
[prev]
[next]