summaryrefslogtreecommitdiff
path: root/src/archive
Commit message (Expand)AuthorAgeFilesLines
* all: add a handful of fuzz targetsRoland Shoemaker2022-01-132-0/+161
* Revert "all: add a handful of fuzz targets"Bryan Mills2022-01-122-178/+0
* all: add a handful of fuzz targetsRoland Shoemaker2022-01-122-0/+178
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-136-9/+9
* archive/zip: don't read data descriptor earlyArran Walker2021-11-073-197/+27
* archive/zip: don't panic on (*Reader).OpenJason76022021-11-022-2/+136
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-283-3/+0
* all: use bytes.Cut, strings.CutRuss Cox2021-10-063-35/+14
* archive/zip: prevent preallocation check from overflowingRoland Shoemaker2021-08-202-1/+19
* archive/tar: unexport internal methodsRoger Peppe2021-08-196-201/+206
* archive/zip: only preallocate File slice if reasonably sizedRoland Shoemaker2021-05-252-1/+68
* archive/zip: add File.OpenRaw, Writer.CreateRaw, Writer.CopyEddie Scholtz2021-05-035-61/+541
* archive/zip: only return directory once via io/fs.FSIan Lance Taylor2021-04-293-18/+92
* archive/zip: fix imports block of biggestZipBytes generatorPaschalis Tsilias2021-04-181-1/+1
* archive/tar: replace os.MkdirTemp with T.TempDirManlio Perillo2021-04-131-7/+2
* archive/zip: fix character device handling in fileModeToUnixModeTom Thorogood2021-04-032-5/+15
* archive/zip: fix panic in Reader.OpenRoland Shoemaker2021-03-102-1/+36
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-203-0/+3
* archive/tar: detect out of bounds accesses in PAX records resulting from padd...Emmanuel T Odeke2021-02-092-1/+27
* archive/tar: fix typo in commentyangwenmai2021-01-081-1/+1
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-095-14/+10
* archive/zip: fix documentation to mention fs.FS interfaceArtyom Pervukhin2020-11-071-1/+1
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-207-18/+15
* archive/zip: make Reader implement fs.FSRuss Cox2020-10-203-0/+203
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-206-91/+93
* all: add GOOS=iosCherry Zhang2020-09-231-1/+1
* all: fix a number of misuses of the word "an"Daniel Martí2019-12-101-1/+1
* all: base64-encode binaries that will cause Apple notarization to failAndrew2019-11-213-9/+26
* archive/zip: remove unused special caseAndrew Gerrand2019-08-272-9/+7
* all: shorten some testsRuss Cox2019-05-221-3/+2
* archive/zip: use Modified in FileHeader.FileInfoJannis Andrija Schnitzer2019-04-082-4/+50
* archive/tar, syscall: add statUnix for aix/ppc64Clément Chigot2019-02-272-2/+7
* src, misc: apply gofmtRobert Griesemer2019-02-192-22/+22
* archive/zip: fix casting overflow on 32-bit archLE Manh Cuong2019-01-071-2/+2
* syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names in Stat_t...Yuval Pavel Zholkover2018-12-302-2/+2
* all: fix a bunch of misspellingsIgor Zhilianin2018-10-081-1/+1
* syscall: FreeBSD 12 ino64 supportYuval Pavel Zholkover2018-10-052-2/+2
* archive/tar: remore redundant parens in type expressionsIskander Sharipov2018-08-211-3/+3
* archive/zip: return error from NewReader when negative size is passedJeet Parekh2018-08-212-0/+9
* archive/zip: makes receiver name consistentSanthosh Kumar Tekuri2018-08-201-2/+2
* archive/zip: fix regression when writing directoriesJoe Tsai2018-07-162-4/+20
* archive/zip: warn about FileHeader.Name being unvalidated on readBrad Fitzpatrick2018-06-131-1/+9
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-012-3/+3
* archive/zip: remove unnecessary words in (*Writer).Close docsIan Lance Taylor2018-05-311-1/+1
* archive/zip: avoid data descriptor when writing directoriesAntonin Amand2018-05-022-2/+45
* all: skip unsupported tests for js/wasmRichard Musiol2018-04-301-0/+4
* archive/zip: prevent writing data for a directoryDiogo Pinela2018-04-262-20/+46
* go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer2018-04-041-3/+3
* all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick2018-03-261-2/+1
* archive/zip: improve Writer.Create documentation on how to add directoriesYury Smolsky2018-02-262-2/+4