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.go
Age
Commit message (
Expand
)
Author
7 days
archive/tar: limit the number of old GNU sparse format entries
Damien Neil
2025-10-07
archive/tar: set a limit on the size of GNU sparse file 1.0 regions
Damien Neil
2024-03-08
archive/tar: use built-in clear to simplify code
apocelipes
2023-10-13
archive: add available godoc link
cui fliter
2023-01-19
internal/godebug: export non-default-behavior counters in runtime/metrics
Russ Cox
2023-01-17
archive/tar, archive/zip: document ErrInsecurePath and GODEBUG setting
Russ Cox
2022-12-21
archive/tar, archive/zip: revert documentation of ErrInsecurePath
Damien Neil
2022-12-03
all: fix some comments for method
cui fliter
2022-11-22
archive/tar, archive/zip: disable ErrInsecurePath by default
Damien Neil
2022-11-21
archive/tar, archive/zip: disable insecure file name checks with GODEBUG
Damien Neil
2022-11-18
all: add missing periods in comments
cui fliter
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-04-11
all: gofmt main repo
Russ Cox
2021-08-19
archive/tar: unexport internal methods
Roger Peppe
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2019-12-10
all: fix a number of misuses of the word "an"
Daniel MartÃ
2018-02-25
archive/tar: remove loop label from reader
Agniva De Sarker
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-07
archive/tar: a cosmetic fix after checking by golint
Stanislav Afanasev
2017-10-10
archive/tar: improve handling of directory paths
Joe Tsai
2017-10-03
archive/tar: fix typo in documentation
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-30
archive/tar: minor doc fixes
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-24
archive/tar: support reporting and selecting the format
Joe Tsai
2017-08-19
archive/tar: refactor Reader support for sparse files
Joe Tsai
2017-08-15
archive/tar: centralize errors in common.go
Joe Tsai
2017-08-15
archive/tar: roundtrip reading device numbers
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: make Reader handle GNU format properly
Joe Tsai
2016-10-12
archive/tar: fix and cleanup readOldGNUSparseMap
Joe Tsai
2016-10-12
archive/tar: handle integer overflow on 32bit machines
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
2016-08-25
archive/tar: isolate regular and sparse file handling as methods
Joe Tsai
2016-05-06
archive/tar: centralize all information about tar header format
Joe Tsai
2016-04-15
archive/tar: style nit: s/nano_buf/nanoBuf/
Matthew Dempsky
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-04-13
all: use new io.SeekFoo constants instead of os.SEEK_FOO
Brad Fitzpatrick
2015-12-17
archive/tar: document how Reader.Read handles header-only files
Joe Tsai
[next]