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
/
reader_test.go
Age
Commit message (
Expand
)
Author
22 hours
all: prealloc slice with possible minimum capabilities
Shulhan
7 days
archive/tar: limit the number of old GNU sparse format entries
Damien Neil
2025-12-30
all: fix some minor grammatical issues in the comments
cuishuang
2025-12-15
archive/tar, compress/bzip2: base64 some troublesome testdata files
Ian Lance Taylor
2025-10-07
archive/tar: set a limit on the size of GNU sparse file 1.0 regions
Damien Neil
2024-10-03
archive/tar: use hash/crc32 instead of crypto/md5 for test checksums
qmuntal
2024-07-25
archive: use slices and maps to clean up tests
apocelipes
2022-11-21
archive/tar, archive/zip: disable insecure file name checks with GODEBUG
Damien Neil
2022-11-16
archive/tar, archive/zip: return ErrInsecurePath for unsafe paths
Damien Neil
2022-10-05
archive/tar: limit size of headers
Damien Neil
2022-08-17
archive/tar: delete unreachable continue code
Abirdcfly
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-08-19
archive/tar: unexport internal methods
Roger Peppe
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
2018-04-04
go/printer, gofmt: tuned table alignment for better results
Robert Griesemer
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-10-10
archive/tar: improve handling of directory paths
Joe Tsai
2017-09-25
archive/tar: avoid empty IO operations
Joe Tsai
2017-09-18
archive/tar: add Reader.WriteTo and Writer.ReadFrom
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-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-19
archive/tar: refactor Reader support for sparse files
Joe Tsai
2017-08-16
archive/tar: add support for long binary strings in GNU format
Joe Tsai
2017-08-15
archive/tar: roundtrip reading device numbers
Joe Tsai
2017-08-11
archive/tar: forbid NUL character in string fields
Joe Tsai
2017-08-11
archive/tar: expand TestPartialRead to cover sparse files
Joe Tsai
2017-08-11
archive/tar: fallback to pre-Go1.8 behavior on certain GNU files
Joe Tsai
2016-10-22
archive/tar: validate sparse headers in parsePAX
Joe Tsai
2016-10-19
archive/tar: fix parsePAX to be POSIX.1-2001 compliant
Joe Tsai
2016-10-19
archive/tar: compact slices in tests
Joe Tsai
2016-10-19
archive/tar: make Reader handle GNU format properly
Joe Tsai
2016-10-12
archive/tar: fix and cleanup readOldGNUSparseMap
Joe Tsai
2016-09-29
archive/tar: move parse/format functionality into strconv.go
Joe Tsai
2016-09-02
archive/tar: reapply Header.Size to regFileReader after merging
Joe Tsai
2016-08-31
archive/tar: make Reader error handling consistent
Joe Tsai
2015-12-04
archive/tar: properly parse GNU base-256 encoding
Joe Tsai
2015-12-02
archive/tar: convert Reader.Next to be loop based
Joe Tsai
2015-12-02
archive/tar: move parse/format methods to standalone receiver
Joe Tsai
2015-12-01
archive/tar: fix issues with readGNUSparseMap1x0
Joe Tsai
2015-12-01
archive/tar: properly handle header-only "files" in Reader
Joe Tsai
2015-11-06
archive/tar: detect truncated files
Joe Tsai
2015-10-06
archive/tar: fix numeric overflow issues in readGNUSparseMap0x1
Joe Tsai
2015-10-06
archive/tar: add missing error checks to Reader.Next
Joe Tsai
2015-10-06
archive/tar: expand abilities of TestReader
Joe Tsai
2015-10-01
archive/tar: fix bugs with sparseFileReader
Joe Tsai
[next]