summaryrefslogtreecommitdiff
path: root/src/archive
Commit message (Expand)AuthorAgeFilesLines
* archive/zip: remove an out of date TODOJohnny Luo2017-07-151-2/+0
* archive/tar: use best effort at writing USTAR headerJoe Tsai2017-06-283-2/+8
* archive/zip: set utf-8 flagYasuhiro Matsumoto2017-05-262-0/+82
* archive/tar: remove file type bits from mode fieldLars Jeppesen2017-05-132-24/+22
* archive/zip: replace RWMutex with sync.MapBryan C. Mills2017-04-291-26/+21
* os: do not report ModeDir for symlinks on windowsAlex Brainman2017-04-261-4/+0
* archive/tar: extend TestFileInfoHeaderSymlinkAlex Brainman2017-04-251-12/+31
* archive/zip: parallelize benchmarksBryan C. Mills2017-03-152-10/+29
* all: remove the the duplicate wordsEitan Adler2017-03-061-1/+1
* time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox2017-02-031-6/+9
* archive/zip: update the ZIP spec linkIbrahim AshShohail2017-02-011-1/+1
* Revert: "archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra fields"Joe Tsai2016-12-207-154/+12
* archive/zip: skip large concurrent tests in race modeBrad Fitzpatrick2016-11-211-0/+7
* archive/zip: avoid overflow in record count and byte offset fieldsBrad Fitzpatrick2016-11-172-25/+302
* archive/tar: disable prefix field in WriterJoe Tsai2016-11-024-7/+98
* archive/tar: validate sparse headers in parsePAXJoe Tsai2016-10-222-21/+29
* archive/tar: fix parsePAXTimeJoe Tsai2016-10-202-45/+106
* archive/tar: fix parsePAX to be POSIX.1-2001 compliantJoe Tsai2016-10-192-2/+9
* archive/tar: compact slices in testsJoe Tsai2016-10-193-573/+486
* archive/tar: make Reader handle GNU format properlyJoe Tsai2016-10-193-3/+72
* archive/tar: reduce allocations in formatOctalJoe Tsai2016-10-121-4/+3
* archive/tar: fix and cleanup readOldGNUSparseMapJoe Tsai2016-10-122-39/+100
* archive/tar: handle integer overflow on 32bit machinesJoe Tsai2016-10-122-7/+11
* archive/zip: only use Extended Timestamp on non-zero MS-DOS timestampsJoe Tsai2016-10-113-9/+51
* archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra fieldsYasuhiro Matsumoto2016-10-066-12/+113
* archive/tar: move parse/format functionality into strconv.goJoe Tsai2016-09-297-528/+573
* archive/tar: reapply Header.Size to regFileReader after mergingJoe Tsai2016-09-023-4/+24
* archive/tar: make Reader error handling consistentJoe Tsai2016-08-314-104/+80
* archive/tar: isolate regular and sparse file handling as methodsJoe Tsai2016-08-251-58/+77
* archive/tar: preallocate slice from paxHeadersGyu-Ho Lee2016-08-161-1/+1
* archive/zip: use HTTPS for documentation linkKevin Burke2016-05-141-1/+1
* archive/tar: centralize all information about tar header formatJoe Tsai2016-05-065-209/+314
* archive/zip: pool flate readersNiko Dziemba2016-05-041-1/+39
* archive/zip: improve BenchmarkCompressedZipGarbageJosh Bleecher Snyder2016-05-011-1/+7
* archive/tar: style nit: s/nano_buf/nanoBuf/Matthew Dempsky2016-04-151-6/+6
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-152-5/+5
* all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick2016-04-132-4/+3
* all: delete dead test codeDominik Honnef2016-03-211-21/+0
* archive/zip: add missing argument to error messageAlberto Donizetti2016-03-151-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-6/+5
* all: use cannot instead of can notJosh Bleecher Snyder2016-02-211-1/+1
* archive/zip: handle pre-zip64 zip files containing 2³²-1-byte contentRuss Cox2016-02-022-11/+236
* archive/zip: clarify expectations of RegisterCompressor and RegisterDecompressorJoe Tsai2016-01-273-27/+19
* archive/zip: fix reading, writing of zip64 archivesRuss Cox2016-01-074-25/+85
* build: shorten a few packages with long testsRuss Cox2015-12-291-0/+4
* archive/tar: document how Reader.Read handles header-only filesJoe Tsai2015-12-171-0/+4
* archive/tar: spell license correctly in exampleJoe Tsai2015-12-171-2/+2
* archive/tar: properly parse GNU base-256 encodingJoe Tsai2015-12-042-9/+96
* archive/tar: properly format GNU base-256 encodingJoe Tsai2015-12-042-4/+105