index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compress
Commit message (
Expand
)
Author
Age
Files
Lines
*
compress/zlib: use binary.BigEndian consistently
Joe Tsai
2023-02-27
2
-4
/
+5
*
all: add missing periods in comments
cui fliter
2022-11-18
3
-5
/
+5
*
compress: remove useless break statement
cuiweixie
2022-09-29
2
-6
/
+0
*
compress/flate: update NewReader documentation
Joe Tsai
2022-09-15
1
-2
/
+2
*
compress/gzip: fix stack exhaustion bug in Reader.Read
Tatiana Bradley
2022-07-12
2
-31
/
+45
*
compress/gzip: always close bodyReader in Example_compressingReader
Ian Lance Taylor
2022-06-22
1
-1
/
+4
*
all: fix spelling
John Bampton
2022-05-17
1
-1
/
+1
*
compress/flate: remove var newH
Tobias Klauser
2022-05-17
1
-3
/
+1
*
compress/flate: remove compressor.hash field
Ian Lance Taylor
2022-05-11
1
-14
/
+4
*
compress/flate: cancel redundant operations
Heisenberg
2022-05-08
1
-2
/
+0
*
compress/flate: move idempotent close logic to compressor
Joe Tsai
2022-05-02
2
-34
/
+14
*
compress/flate: return error on closed stream write
Gregory Man
2022-05-02
2
-4
/
+120
*
all: gofmt main repo
Russ Cox
2022-04-11
2
-18
/
+18
*
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-04-05
2
-4
/
+4
*
all: fix various doc comment formatting nits
Russ Cox
2022-04-01
1
-12
/
+13
*
compress/zlib: tighten header CINFO check
Nigel Tao
2022-03-30
2
-3
/
+13
*
compress/gzip: add example of compressing reader
Ian Lance Taylor
2022-03-15
1
-0
/
+87
*
all: fix some typos
Dan Kortschak
2022-03-06
1
-1
/
+1
*
compress/gzip: return unexpected EOF for certain truncated streams
Phil Bracikowski
2022-03-02
2
-15
/
+69
*
all: add a handful of fuzz targets
Roland Shoemaker
2022-01-13
1
-0
/
+92
*
Revert "all: add a handful of fuzz targets"
Bryan Mills
2022-01-12
1
-92
/
+0
*
all: add a handful of fuzz targets
Roland Shoemaker
2022-01-12
1
-0
/
+92
*
compress/lzw: output a Clear code first, per GIF spec
Nigel Tao
2021-10-12
2
-1
/
+47
*
compress/gzip: add missing license
jiahua wang
2021-09-28
1
-0
/
+4
*
compress/lzw: add Reset method to Reader and Writer
Agniva De Sarker
2021-03-17
4
-206
/
+349
*
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-12-09
7
-28
/
+25
*
all: update to use filepath.WalkDir instead of filepath.Walk
Russ Cox
2020-12-02
1
-1
/
+1
*
all: fix quoting for compress/bzip2 and time's godoc
subham sarkar
2020-10-23
1
-4
/
+4
*
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-20
11
-46
/
+41
*
all: update references to symbols moved from os to io/fs
Russ Cox
2020-10-20
1
-1
/
+2
*
compress/flate: fix corrupted output
Klaus Post
2020-10-19
2
-3
/
+65
*
compress/flate: revert a goto for-loop
Daniel Martí
2020-10-16
1
-4
/
+2
*
compress/flate: remove unneeded zeroing of bytes array in (*huffmanBitWriter)...
Dan Scales
2020-10-06
1
-2
/
+2
*
compress/flate: fix another deflate Reset inconsistency
Russ Cox
2020-07-16
2
-16
/
+41
*
compress/flate: fix deflate Reset consistency
Klaus Post
2020-07-16
2
-15
/
+97
*
all: base64-encode binaries that will cause Apple notarization to fail
Andrew
2019-11-21
3
-2
/
+9
*
compress/lzw: clarify code invariants
Nigel Tao
2019-09-14
1
-1
/
+4
*
compress/lzw: fix comment re high-code invariant
Nigel Tao
2019-09-12
1
-3
/
+2
*
compress/flate: improve deflate performance by register allocating the index
Nao YONASHIRO
2019-08-28
1
-5
/
+8
*
compress/gzip: add missing error check in test
Leon Klingele
2019-05-24
1
-0
/
+3
*
all: shorten some tests
Russ Cox
2019-05-22
1
-0
/
+6
*
cmd/go: further reduce init work
Daniel Martí
2019-03-31
1
-3
/
+3
*
compress/gzip: clarify that Multistream gzip requires a ByteReader
Jeremy Jay
2019-02-26
1
-2
/
+2
*
src, misc: apply gofmt
Robert Griesemer
2019-02-19
1
-1
/
+1
*
compress/flate: fix the old url for the flate algorithm
Osamu TONOMORI
2018-12-20
1
-1
/
+1
*
all: fix a bunch of misspellings
Igor Zhilianin
2018-10-06
2
-2
/
+2
*
Revert "compress: move benchmark text from src/testdata to src/compress/testd...
Katie Hockman
2018-10-01
3
-9289
/
+3
*
compress: move benchmark text from src/testdata to src/compress/testdata
Katie Hockman
2018-09-28
3
-3
/
+9289
*
compress: reduce copies of new text for compression testing
Katie Hockman
2018-09-24
6
-8473
/
+8
*
cmd/link,compress/zip,image/png: use binary.{Big,Little}Endian methods
Lynn Boger
2018-09-11
1
-9
/
+3
[next]