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
/
archive
Age
Commit message (
Expand
)
Author
2020-10-20
archive/zip: make Reader implement fs.FS
Russ Cox
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2020-09-23
all: add GOOS=ios
Cherry Zhang
2019-12-10
all: fix a number of misuses of the word "an"
Daniel Martí
2019-11-21
all: base64-encode binaries that will cause Apple notarization to fail
Andrew
2019-08-27
archive/zip: remove unused special case
Andrew Gerrand
2019-05-22
all: shorten some tests
Russ Cox
2019-04-08
archive/zip: use Modified in FileHeader.FileInfo
Jannis Andrija Schnitzer
2019-02-27
archive/tar, syscall: add statUnix for aix/ppc64
Clément Chigot
2019-02-19
src, misc: apply gofmt
Robert Griesemer
2019-01-07
archive/zip: fix casting overflow on 32-bit arch
LE Manh Cuong
2018-12-30
syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names in Stat_t...
Yuval Pavel Zholkover
2018-10-08
all: fix a bunch of misspellings
Igor Zhilianin
2018-10-05
syscall: FreeBSD 12 ino64 support
Yuval Pavel Zholkover
2018-08-21
archive/tar: remore redundant parens in type expressions
Iskander Sharipov
2018-08-21
archive/zip: return error from NewReader when negative size is passed
Jeet Parekh
2018-08-20
archive/zip: makes receiver name consistent
Santhosh Kumar Tekuri
2018-07-16
archive/zip: fix regression when writing directories
Joe Tsai
2018-06-13
archive/zip: warn about FileHeader.Name being unvalidated on read
Brad Fitzpatrick
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-05-31
archive/zip: remove unnecessary words in (*Writer).Close docs
Ian Lance Taylor
2018-05-02
archive/zip: avoid data descriptor when writing directories
Antonin Amand
2018-04-30
all: skip unsupported tests for js/wasm
Richard Musiol
2018-04-26
archive/zip: prevent writing data for a directory
Diogo Pinela
2018-04-04
go/printer, gofmt: tuned table alignment for better results
Robert Griesemer
2018-03-26
all: use strings.Builder instead of bytes.Buffer where appropriate
Brad Fitzpatrick
2018-02-26
archive/zip: improve Writer.Create documentation on how to add directories
Yury Smolsky
2018-02-25
archive/tar: remove loop label from reader
Agniva De Sarker
2018-02-23
archive/zip: fix handling of Info-ZIP Unix extended timestamps
Joe Tsai
2018-02-21
archive/zip: make benchmarks more representative
Ilya Tocar
2018-02-20
all: remove duplicate word "the"
Ryuma Yoshida
2018-02-18
all: remove "the" duplications
Kunpei Sakai
2018-02-13
archive/tar: automatically promote TypeRegA
Caio Marcelo de Oliveira Filho
2017-12-01
archive/zip: add test for Modified vs ModTime behavior
Russ Cox
2017-11-29
archive/tar: use placeholder name for global PAX records
Joe Tsai
2017-11-29
archive/zip: preserve old FileHeader.ModTime behavior
Joe Tsai
2017-11-29
archive/zip: replace Writer.Comment field with SetComment method
Russ Cox
2017-11-16
archive/tar: partially revert sparse file support
Joe Tsai
2017-11-16
archive/zip: add documentation about compression methods
Joe Kyo
2017-11-15
archive/zip: fix handling of replacement rune in UTF8 check
Russ Cox
2017-11-15
archive/tar: change error prefix
Joe Tsai
2017-11-15
archive/tar: remove useless type conversions
Awn
2017-11-10
archive/zip: use Time.UTC instead of Time.In(time.UTC)
Joe Tsai
2017-11-07
archive/tar: a cosmetic fix after checking by golint
Stanislav Afanasev
2017-11-06
archive/zip: add FileHeader.NonUTF8 field
Joe Tsai
2017-11-06
archive/zip: add FileHeader.Modified field
Joe Tsai
2017-11-01
archive/zip, crypto/tls: use rand.Read instead of casting ints to bytes
Carl Mastrangelo
2017-10-25
archive/zip: restrict UTF-8 detection for comment and name fields
Joe Tsai
2017-10-10
archive/tar: ignore ChangeTime and AccessTime unless Format is specified
Joe Tsai
2017-10-10
archive/tar: improve handling of directory paths
Joe Tsai
[prev]
[next]