summaryrefslogtreecommitdiff
path: root/src/archive/zip
Commit message (Expand)AuthorAgeFilesLines
* archive/zip: remove an out of date TODOJohnny Luo2017-07-151-2/+0
* archive/zip: set utf-8 flagYasuhiro Matsumoto2017-05-262-0/+82
* archive/zip: replace RWMutex with sync.MapBryan C. Mills2017-04-291-26/+21
* archive/zip: parallelize benchmarksBryan C. Mills2017-03-152-10/+29
* all: remove the the duplicate wordsEitan Adler2017-03-061-1/+1
* 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/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/zip: use HTTPS for documentation linkKevin Burke2016-05-141-1/+1
* archive/zip: pool flate readersNiko Dziemba2016-05-041-1/+39
* archive/zip: improve BenchmarkCompressedZipGarbageJosh Bleecher Snyder2016-05-011-1/+7
* all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick2016-04-131-1/+1
* all: delete dead test codeDominik Honnef2016-03-211-21/+0
* archive/zip: add missing argument to error messageAlberto Donizetti2016-03-151-1/+1
* 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/zip: enable overriding (de)compressors per fileColin Cross2015-12-013-11/+80
* archive/zip: fixes unexpected EOF when reading archivealexander demakin2015-09-112-9/+53
* all: link to https instead of httpBrad Fitzpatrick2015-07-112-0/+0
* all: switch to the new deprecation conventionShenghou Ma2015-06-181-2/+2
* archive/zip: fix returned error on truncated data descriptorMichael Gehring2015-06-142-1/+28
* archive/zip: clarify that CreateHeader takes ownership of FileHeaderBrad Fitzpatrick2015-06-101-1/+7
* archive/zip: sanity check the TOC's declared number of filesBrad Fitzpatrick2015-05-272-4/+17
* archive/zip: verify number of File bytes read at EOFBrad Fitzpatrick2015-05-262-6/+58
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-1/+1
* archive/zip: remove WriterOptions and replace with SetOffset methodAndrew Gerrand2015-03-122-20/+12
* archive/zip: add NewWriterWithOptionsGeert-Johan Riemer2015-03-122-1/+55
* archive/zip: fix size value in ZIP64 end central directory recordJoe Shaw2015-02-262-11/+43
* build: move package sources from src/pkg to srcRuss Cox2014-09-0822-0/+2400