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
2026-02-03
all: prealloc slice with possible minimum capabilities
Shulhan
2026-01-15
archive/zip: reduce CPU usage in index construction
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-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-10-07
archive/tar: set a limit on the size of GNU sparse file 1.0 regions
Damien Neil
2025-09-11
archive/tar: fix typo in benchmark name
Joe Tsai
2025-09-08
archive/tar: optimize nanosecond parsing in parsePAXTime
1911860538
2025-03-11
archive/zip: error on ReadDir if there are invalid file names
Sean Liao
2025-03-07
archive/zip: preallocate fileList size for Reader.Open
Olivier Mengué
2025-02-03
io/fs: add ReadLinkFS interface
Roxy Light
2025-01-27
archive/zip, archive/tar: writer appends slash to directory names
yincong
2024-10-03
archive/tar: use hash/crc32 instead of crypto/md5 for test checksums
qmuntal
2024-10-02
all: use slices.Sorted(maps.Keys(m))
Tobias Klauser
2024-09-23
archive/{zip,tar}: fix Writer.AddFS to include empty directories
Song Gao
2024-09-13
archive/tar: make use of maps.Clone
Jes Cok
2024-08-03
archive/zip,cmd/compile: simplify the split function
apocelipes
2024-07-25
archive: use slices and maps to clean up tests
apocelipes
2024-07-16
archive/zip: document handling of duplicate names in Writer.Create
Sean Liao
2024-05-28
archive/zip: fix UncompressedSize godoc
RTann
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-05-16
archive/zip: treat truncated EOCDR comment as an error
Damien Neil
2024-04-04
archive/zip: fix a broken URL in a comment in writeDataDescriptor
Liam Miller-Cushon
2024-03-27
all: make use of builtin clear
Jes Cok
2024-03-15
archive/tar: add FileInfoNames interface
qiulaidongfeng
2024-03-08
archive/tar: use built-in clear to simplify code
apocelipes
2024-02-27
archive/tar: check returned error before use hdr
guoguangwu
2024-02-06
archive/zip: reduce memory held by Writer.Copy
Jonathan Amsterdam
2024-01-24
Revert "archive/tar: add FileInfoNames interface"
Cherry Mui
2023-10-13
archive: add available godoc link
cui fliter
2023-09-25
all: use the indefinite article an in comments
Jes Cok
2023-09-22
all: clean unnecessary casts for test files
Jes Cok
2023-09-18
all: clean unnecessary casts
Jes Cok
2023-09-15
archive/zip: reject non-regular files in AddFS
Mauri de Souza Meneguzzo
2023-09-13
archive/tar: add AddFS method to Writer
Mauri de Souza Meneguzzo
2023-09-12
all: fix Microsoft links
qmuntal
2023-08-30
archive/zip: update link to zip specification
Yusuf Birader
2023-08-10
archive/tar: correct value passed to Uname method
Ian Lance Taylor
2023-08-07
archive/tar: add FileInfoNames interface
qiulaidongfeng
2023-08-03
archive: use predeclared function min
qiulaidongfeng
2023-08-01
archive/tar: narrow trim range for formatter'formatString
Jes Cok
2023-07-31
archive/zip: add AddFS method to zip Writer
Mauri de Souza Meneguzzo
2023-05-24
compress/flate, archive/zip: reduce memory allocations
Maksim Meshkov
2023-05-04
all: add String for fs.{FileInfo,DirEntry} implementations
Ian Lance Taylor
2023-04-24
archive/zip: reject overflowing directorySize & directoryOffset
Roland Shoemaker
2023-04-05
archive/zip: return ErrInsecurePath for unsafe paths by OpenReader
Imre Rad
2023-04-04
all: fix misuses of "a" vs "an"
cui fliter
2023-03-02
archive/zip: make receiver names consistent
Oleksandr Redko
2023-01-20
archive/zip: use base offset 0 if it has a valid entry
Ian Lance Taylor
2023-01-19
internal/godebug: export non-default-behavior counters in runtime/metrics
Russ Cox
[next]