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
/
tar
Age
Commit message (
Expand
)
Author
2021-01-08
archive/tar: fix typo in comment
yangwenmai
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
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-09-23
all: add GOOS=ios
Cherry Zhang
2019-12-10
all: fix a number of misuses of the word "an"
Daniel Martí
2019-02-27
archive/tar, syscall: add statUnix for aix/ppc64
Clément Chigot
2019-02-19
src, misc: apply gofmt
Robert Griesemer
2018-12-30
syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names in Stat_t...
Yuval Pavel Zholkover
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-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
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-25
archive/tar: remove loop label from reader
Agniva De Sarker
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-11-29
archive/tar: use placeholder name for global PAX records
Joe Tsai
2017-11-16
archive/tar: partially revert sparse file support
Joe Tsai
2017-11-15
archive/tar: change error prefix
Joe Tsai
2017-11-15
archive/tar: remove useless type conversions
Awn
2017-11-07
archive/tar: a cosmetic fix after checking by golint
Stanislav Afanasev
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
2017-10-05
all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"
Marvin Stenger
2017-10-03
archive/tar: fix typo in documentation
Joe Tsai
2017-09-27
all: prefer strings.LastIndexByte over strings.LastIndex
Marvin Stenger
2017-09-25
archive/tar: avoid empty IO operations
Joe Tsai
2017-09-23
archive/tar: fix sparse files support on Darwin
Giovanni Bajo
2017-09-22
archive/tar: skip TestSparseFiles on Plan 9
David du Colombier
2017-09-21
archive/tar: perform test for hole-detection on specific builders
Joe Tsai
2017-09-21
archive/tar: make check for hole detection support more liberal
Joe Tsai
2017-09-20
archive/tar: add Header.DetectSparseHoles and Header.PunchSparseHoles
Joe Tsai
2017-09-18
archive/tar: add Reader.WriteTo and Writer.ReadFrom
Joe Tsai
2017-09-13
archive/tar: populate Devmajor and Devminor in FileInfoHeader on *BSD
Tobias Klauser
2017-09-01
archive/tar: populate Devmajor and Devminor in FileInfoHeader on Darwin
Tobias Klauser
2017-08-30
archive/tar: minor doc fixes
Joe Tsai
2017-08-30
archive/tar: require opt-in to PAX or GNU format for time features
Joe Tsai
2017-08-30
archive/tar: populate uname/gname/devmajor/devminor in FileInfoHeader
Joe Tsai
2017-08-25
archive/tar: improve package documentation
Joe Tsai
2017-08-25
archive/tar: add raw support for global PAX records
Joe Tsai
2017-08-25
archive/tar: support arbitrary PAX records
Joe Tsai
2017-08-25
archive/tar: return better WriteHeader errors
Joe Tsai
2017-08-24
archive/tar: support reporting and selecting the format
Joe Tsai
2017-08-23
archive/tar: implement Writer support for sparse files
Joe Tsai
2017-08-23
all: fix easy-to-miss typos
Agniva De Sarker
2017-08-19
archive/tar: refactor Reader support for sparse files
Joe Tsai
2017-08-16
archive/tar: add reader/writer benchmarks
Agniva De Sarker
2017-08-16
archive/tar: make Writer error handling consistent
Joe Tsai
[prev]
[next]