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
2017-07-15
archive/zip: remove an out of date TODO
Johnny Luo
2017-06-28
archive/tar: use best effort at writing USTAR header
Joe Tsai
2017-05-26
archive/zip: set utf-8 flag
Yasuhiro Matsumoto
2017-05-13
archive/tar: remove file type bits from mode field
Lars Jeppesen
2017-04-29
archive/zip: replace RWMutex with sync.Map
Bryan C. Mills
2017-04-26
os: do not report ModeDir for symlinks on windows
Alex Brainman
2017-04-25
archive/tar: extend TestFileInfoHeaderSymlink
Alex Brainman
2017-03-15
archive/zip: parallelize benchmarks
Bryan C. Mills
2017-03-06
all: remove the the duplicate words
Eitan Adler
2017-02-03
time: record monotonic clock reading in time.Now, for more accurate comparisons
Russ Cox
2017-02-01
archive/zip: update the ZIP spec link
Ibrahim AshShohail
2016-12-20
Revert: "archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra fields"
Joe Tsai
2016-11-21
archive/zip: skip large concurrent tests in race mode
Brad Fitzpatrick
2016-11-17
archive/zip: avoid overflow in record count and byte offset fields
Brad Fitzpatrick
2016-11-02
archive/tar: disable prefix field in Writer
Joe Tsai
2016-10-22
archive/tar: validate sparse headers in parsePAX
Joe Tsai
2016-10-20
archive/tar: fix parsePAXTime
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: reduce allocations in formatOctal
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-10-11
archive/zip: only use Extended Timestamp on non-zero MS-DOS timestamps
Joe Tsai
2016-10-06
archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra fields
Yasuhiro Matsumoto
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-08-16
archive/tar: preallocate slice from paxHeaders
Gyu-Ho Lee
2016-05-14
archive/zip: use HTTPS for documentation link
Kevin Burke
2016-05-06
archive/tar: centralize all information about tar header format
Joe Tsai
2016-05-04
archive/zip: pool flate readers
Niko Dziemba
2016-05-01
archive/zip: improve BenchmarkCompressedZipGarbage
Josh Bleecher Snyder
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
2016-03-21
all: delete dead test code
Dominik Honnef
2016-03-15
archive/zip: add missing argument to error message
Alberto Donizetti
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-21
all: use cannot instead of can not
Josh Bleecher Snyder
2016-02-02
archive/zip: handle pre-zip64 zip files containing 2³²-1-byte content
Russ Cox
2016-01-27
archive/zip: clarify expectations of RegisterCompressor and RegisterDecompressor
Joe Tsai
2016-01-07
archive/zip: fix reading, writing of zip64 archives
Russ Cox
2015-12-29
build: shorten a few packages with long tests
Russ Cox
2015-12-17
archive/tar: document how Reader.Read handles header-only files
Joe Tsai
2015-12-17
archive/tar: spell license correctly in example
Joe Tsai
2015-12-04
archive/tar: properly parse GNU base-256 encoding
Joe Tsai
2015-12-04
archive/tar: properly format GNU base-256 encoding
Joe Tsai
[prev]
[next]