aboutsummaryrefslogtreecommitdiff
path: root/src/archive/tar
AgeCommit message (Expand)Author
2019-12-10all: fix a number of misuses of the word "an"Daniel Martí
2019-02-27archive/tar, syscall: add statUnix for aix/ppc64Clément Chigot
2019-02-19src, misc: apply gofmtRobert Griesemer
2018-12-30syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names in Stat_t...Yuval Pavel Zholkover
2018-10-05syscall: FreeBSD 12 ino64 supportYuval Pavel Zholkover
2018-08-21archive/tar: remore redundant parens in type expressionsIskander Sharipov
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
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-25archive/tar: remove loop label from readerAgniva De Sarker
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-11-29archive/tar: use placeholder name for global PAX recordsJoe Tsai
2017-11-16archive/tar: partially revert sparse file supportJoe Tsai
2017-11-15archive/tar: change error prefixJoe Tsai
2017-11-15archive/tar: remove useless type conversionsAwn
2017-11-07archive/tar: a cosmetic fix after checking by golintStanislav Afanasev
2017-10-10archive/tar: ignore ChangeTime and AccessTime unless Format is specifiedJoe Tsai
2017-10-10archive/tar: improve handling of directory pathsJoe Tsai
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-10-03archive/tar: fix typo in documentationJoe Tsai
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-09-25archive/tar: avoid empty IO operationsJoe Tsai
2017-09-23archive/tar: fix sparse files support on DarwinGiovanni Bajo
2017-09-22archive/tar: skip TestSparseFiles on Plan 9David du Colombier
2017-09-21archive/tar: perform test for hole-detection on specific buildersJoe Tsai
2017-09-21archive/tar: make check for hole detection support more liberalJoe Tsai
2017-09-20archive/tar: add Header.DetectSparseHoles and Header.PunchSparseHolesJoe Tsai
2017-09-18archive/tar: add Reader.WriteTo and Writer.ReadFromJoe Tsai
2017-09-13archive/tar: populate Devmajor and Devminor in FileInfoHeader on *BSDTobias Klauser
2017-09-01archive/tar: populate Devmajor and Devminor in FileInfoHeader on DarwinTobias Klauser
2017-08-30archive/tar: minor doc fixesJoe Tsai
2017-08-30archive/tar: require opt-in to PAX or GNU format for time featuresJoe Tsai
2017-08-30archive/tar: populate uname/gname/devmajor/devminor in FileInfoHeaderJoe Tsai
2017-08-25archive/tar: improve package documentationJoe Tsai
2017-08-25archive/tar: add raw support for global PAX recordsJoe Tsai
2017-08-25archive/tar: support arbitrary PAX recordsJoe Tsai
2017-08-25archive/tar: return better WriteHeader errorsJoe Tsai
2017-08-24archive/tar: support reporting and selecting the formatJoe Tsai
2017-08-23archive/tar: implement Writer support for sparse filesJoe Tsai
2017-08-23all: fix easy-to-miss typosAgniva De Sarker
2017-08-19archive/tar: refactor Reader support for sparse filesJoe Tsai
2017-08-16archive/tar: add reader/writer benchmarksAgniva De Sarker
2017-08-16archive/tar: make Writer error handling consistentJoe Tsai
2017-08-16archive/tar: add support for long binary strings in GNU formatJoe Tsai
2017-08-15archive/tar: re-implement USTAR path splittingJoe Tsai
2017-08-15archive/tar: centralize errors in common.goJoe Tsai
2017-08-15archive/tar: add support for atime and ctime to WriterJoe Tsai
2017-08-15archive/tar: reject bad key-value pairs for PAX recordsJoe Tsai