aboutsummaryrefslogtreecommitdiff
path: root/src/archive
AgeCommit message (Expand)Author
2022-01-13all: add a handful of fuzz targetsRoland Shoemaker
2022-01-12Revert "all: add a handful of fuzz targets"Bryan Mills
2022-01-12all: add a handful of fuzz targetsRoland Shoemaker
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-07archive/zip: don't read data descriptor earlyArran Walker
2021-11-02archive/zip: don't panic on (*Reader).OpenJason7602
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-08-20archive/zip: prevent preallocation check from overflowingRoland Shoemaker
2021-08-19archive/tar: unexport internal methodsRoger Peppe
2021-05-25archive/zip: only preallocate File slice if reasonably sizedRoland Shoemaker
2021-05-03archive/zip: add File.OpenRaw, Writer.CreateRaw, Writer.CopyEddie Scholtz
2021-04-29archive/zip: only return directory once via io/fs.FSIan Lance Taylor
2021-04-18archive/zip: fix imports block of biggestZipBytes generatorPaschalis Tsilias
2021-04-13archive/tar: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-04-03archive/zip: fix character device handling in fileModeToUnixModeTom Thorogood
2021-03-10archive/zip: fix panic in Reader.OpenRoland Shoemaker
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-09archive/tar: detect out of bounds accesses in PAX records resulting from padd...Emmanuel T Odeke
2021-01-08archive/tar: fix typo in commentyangwenmai
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-07archive/zip: fix documentation to mention fs.FS interfaceArtyom Pervukhin
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20archive/zip: make Reader implement fs.FSRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-09-23all: add GOOS=iosCherry Zhang
2019-12-10all: fix a number of misuses of the word "an"Daniel Martí
2019-11-21all: base64-encode binaries that will cause Apple notarization to failAndrew
2019-08-27archive/zip: remove unused special caseAndrew Gerrand
2019-05-22all: shorten some testsRuss Cox
2019-04-08archive/zip: use Modified in FileHeader.FileInfoJannis Andrija Schnitzer
2019-02-27archive/tar, syscall: add statUnix for aix/ppc64Clément Chigot
2019-02-19src, misc: apply gofmtRobert Griesemer
2019-01-07archive/zip: fix casting overflow on 32-bit archLE Manh Cuong
2018-12-30syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names in Stat_t...Yuval Pavel Zholkover
2018-10-08all: fix a bunch of misspellingsIgor Zhilianin
2018-10-05syscall: FreeBSD 12 ino64 supportYuval Pavel Zholkover
2018-08-21archive/tar: remore redundant parens in type expressionsIskander Sharipov
2018-08-21archive/zip: return error from NewReader when negative size is passedJeet Parekh
2018-08-20archive/zip: makes receiver name consistentSanthosh Kumar Tekuri
2018-07-16archive/zip: fix regression when writing directoriesJoe Tsai
2018-06-13archive/zip: warn about FileHeader.Name being unvalidated on readBrad Fitzpatrick
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-31archive/zip: remove unnecessary words in (*Writer).Close docsIan Lance Taylor
2018-05-02archive/zip: avoid data descriptor when writing directoriesAntonin Amand
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2018-04-26archive/zip: prevent writing data for a directoryDiogo Pinela
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
2018-03-26all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick
2018-02-26archive/zip: improve Writer.Create documentation on how to add directoriesYury Smolsky