aboutsummaryrefslogtreecommitdiff
path: root/src/archive
AgeCommit message (Expand)Author
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
2018-02-25archive/tar: remove loop label from readerAgniva De Sarker
2018-02-23archive/zip: fix handling of Info-ZIP Unix extended timestampsJoe Tsai
2018-02-21archive/zip: make benchmarks more representativeIlya Tocar
2018-02-20all: remove duplicate word "the"Ryuma Yoshida
2018-02-18all: remove "the" duplicationsKunpei Sakai
2018-02-13archive/tar: automatically promote TypeRegACaio Marcelo de Oliveira Filho
2017-12-01archive/zip: add test for Modified vs ModTime behaviorRuss Cox
2017-11-29archive/tar: use placeholder name for global PAX recordsJoe Tsai
2017-11-29archive/zip: preserve old FileHeader.ModTime behaviorJoe Tsai
2017-11-29archive/zip: replace Writer.Comment field with SetComment methodRuss Cox
2017-11-16archive/tar: partially revert sparse file supportJoe Tsai