aboutsummaryrefslogtreecommitdiff
path: root/src/archive
AgeCommit message (Expand)Author
2017-07-15archive/zip: remove an out of date TODOJohnny Luo
2017-06-28archive/tar: use best effort at writing USTAR headerJoe Tsai
2017-05-26archive/zip: set utf-8 flagYasuhiro Matsumoto
2017-05-13archive/tar: remove file type bits from mode fieldLars Jeppesen
2017-04-29archive/zip: replace RWMutex with sync.MapBryan C. Mills
2017-04-26os: do not report ModeDir for symlinks on windowsAlex Brainman
2017-04-25archive/tar: extend TestFileInfoHeaderSymlinkAlex Brainman
2017-03-15archive/zip: parallelize benchmarksBryan C. Mills
2017-03-06all: remove the the duplicate wordsEitan Adler
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2017-02-01archive/zip: update the ZIP spec linkIbrahim AshShohail
2016-12-20Revert: "archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra fields"Joe Tsai
2016-11-21archive/zip: skip large concurrent tests in race modeBrad Fitzpatrick
2016-11-17archive/zip: avoid overflow in record count and byte offset fieldsBrad Fitzpatrick
2016-11-02archive/tar: disable prefix field in WriterJoe Tsai
2016-10-22archive/tar: validate sparse headers in parsePAXJoe Tsai
2016-10-20archive/tar: fix parsePAXTimeJoe Tsai
2016-10-19archive/tar: fix parsePAX to be POSIX.1-2001 compliantJoe Tsai
2016-10-19archive/tar: compact slices in testsJoe Tsai
2016-10-19archive/tar: make Reader handle GNU format properlyJoe Tsai
2016-10-12archive/tar: reduce allocations in formatOctalJoe Tsai
2016-10-12archive/tar: fix and cleanup readOldGNUSparseMapJoe Tsai
2016-10-12archive/tar: handle integer overflow on 32bit machinesJoe Tsai
2016-10-11archive/zip: only use Extended Timestamp on non-zero MS-DOS timestampsJoe Tsai
2016-10-06archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra fieldsYasuhiro Matsumoto
2016-09-29archive/tar: move parse/format functionality into strconv.goJoe Tsai
2016-09-02archive/tar: reapply Header.Size to regFileReader after mergingJoe Tsai
2016-08-31archive/tar: make Reader error handling consistentJoe Tsai
2016-08-25archive/tar: isolate regular and sparse file handling as methodsJoe Tsai
2016-08-16archive/tar: preallocate slice from paxHeadersGyu-Ho Lee
2016-05-14archive/zip: use HTTPS for documentation linkKevin Burke
2016-05-06archive/tar: centralize all information about tar header formatJoe Tsai
2016-05-04archive/zip: pool flate readersNiko Dziemba
2016-05-01archive/zip: improve BenchmarkCompressedZipGarbageJosh Bleecher Snyder
2016-04-15archive/tar: style nit: s/nano_buf/nanoBuf/Matthew Dempsky
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-04-13all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick
2016-03-21all: delete dead test codeDominik Honnef
2016-03-15archive/zip: add missing argument to error messageAlberto Donizetti
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-21all: use cannot instead of can notJosh Bleecher Snyder
2016-02-02archive/zip: handle pre-zip64 zip files containing 2³²-1-byte contentRuss Cox
2016-01-27archive/zip: clarify expectations of RegisterCompressor and RegisterDecompressorJoe Tsai
2016-01-07archive/zip: fix reading, writing of zip64 archivesRuss Cox
2015-12-29build: shorten a few packages with long testsRuss Cox
2015-12-17archive/tar: document how Reader.Read handles header-only filesJoe Tsai
2015-12-17archive/tar: spell license correctly in exampleJoe Tsai
2015-12-04archive/tar: properly parse GNU base-256 encodingJoe Tsai
2015-12-04archive/tar: properly format GNU base-256 encodingJoe Tsai