]> Cypherpunks.ru repositories - gostls13.git/history - src/archive/tar/writer.go
archive/tar: add AddFS method to Writer
[gostls13.git] / src / archive / tar / writer.go
2023-09-13 Mauri de Souza Men... archive/tar: add AddFS method to Writer
2022-12-03 cui fliterall: fix some comments for method
2022-10-05 Damien Neilarchive/tar: limit size of headers
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-19 Roger Peppearchive/tar: unexport internal methods
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-03-26 Brad Fitzpatrickall: use strings.Builder instead of bytes.Buffer where...
2018-02-13 Caio Marcelo de... archive/tar: automatically promote TypeRegA
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-11-29 Joe Tsaiarchive/tar: use placeholder name for global PAX records
2017-11-16 Joe Tsaiarchive/tar: partially revert sparse file support
2017-11-15 Joe Tsaiarchive/tar: change error prefix
2017-10-10 Joe Tsaiarchive/tar: ignore ChangeTime and AccessTime unless...
2017-10-10 Joe Tsaiarchive/tar: improve handling of directory paths
2017-10-05 Marvin Stengerall: revert "all: prefer strings.LastIndexByte over...
2017-10-03 Joe Tsaiarchive/tar: fix typo in documentation
2017-09-27 Marvin Stengerall: prefer strings.LastIndexByte over strings.LastIndex
2017-09-25 Joe Tsaiarchive/tar: avoid empty IO operations
2017-09-18 Joe Tsaiarchive/tar: add Reader.WriteTo and Writer.ReadFrom
2017-08-30 Joe Tsaiarchive/tar: minor doc fixes
2017-08-25 Joe Tsaiarchive/tar: improve package documentation
2017-08-25 Joe Tsaiarchive/tar: add raw support for global PAX records
2017-08-25 Joe Tsaiarchive/tar: return better WriteHeader errors
2017-08-24 Joe Tsaiarchive/tar: support reporting and selecting the format
2017-08-23 Joe Tsaiarchive/tar: implement Writer support for sparse files
2017-08-23 Agniva De Sarkerall: fix easy-to-miss typos
2017-08-19 Joe Tsaiarchive/tar: refactor Reader support for sparse files
2017-08-16 Joe Tsaiarchive/tar: make Writer error handling consistent
2017-08-16 Joe Tsaiarchive/tar: add support for long binary strings in...
2017-08-15 Joe Tsaiarchive/tar: re-implement USTAR path splitting
2017-08-15 Joe Tsaiarchive/tar: centralize errors in common.go
2017-08-15 Joe Tsaiarchive/tar: add support for atime and ctime to Writer
2017-08-15 Joe Tsaiarchive/tar: support PAX subsecond resolution times
2017-08-15 Joe Tsaiarchive/tar: properly handle header-only "files" in...
2017-08-14 Joe Tsaiarchive/tar: remove writeHeader and writePAXHeaderLegacy
2017-08-14 Joe Tsaiarchive/tar: implement specialized logic for GNU format
2017-08-14 Joe Tsaiarchive/tar: implement specialized logic for PAX format
2017-08-12 Joe Tsaiarchive/tar: implement specialized logic for USTAR...
2017-08-11 Austin ClementsMerge remote-tracking branch 'origin/dev.debug' into...
2017-08-11 Joe Tsaiarchive/tar: check for permissible output formats first
2017-08-11 Joe Tsaiarchive/tar: ensure input fits in octal field
2017-08-11 Joe Tsaiarchive/tar: forbid NUL character in string fields
2017-08-11 Joe Tsaiarchive/tar: simplify Flush
2017-06-28 Joe Tsaiarchive/tar: use best effort at writing USTAR header
2016-11-02 Joe Tsaiarchive/tar: disable prefix field in Writer
2016-09-29 Joe Tsaiarchive/tar: move parse/format functionality into strco...
2016-08-16 Gyu-Ho Leearchive/tar: preallocate slice from paxHeaders
2016-05-27 David Chase[dev.ssa] Merge branch 'master' into dev.ssa
2016-05-06 Joe Tsaiarchive/tar: centralize all information about tar heade...
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-04-27 Rick Hudson[dev.garbage] Merge remote-tracking branch 'origin...
2016-04-15 Matthew Dempskyall: remove unnecessary type conversions
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-02 Brad Fitzpatrickall: single space after period.
2016-01-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-12-04 Joe Tsaiarchive/tar: properly format GNU base-256 encoding
2015-12-02 Joe Tsaiarchive/tar: move parse/format methods to standalone...
2015-11-17 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-11-13 Matt Layherarchive/tar: make output deterministic
2015-10-20 Gerrit Code ReviewMerge "[dev.ssa] Merge remote-tracking branch 'origin...
2015-10-19 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-09-23 Joe Tsaiarchive/tar: remove dead code with USTAR path splitting
2015-05-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-05-04 David du Colombierarchive/tar: fix error message
2014-10-22 Austin Clementsbuild: merge the great pkg/ rename into dev.power64
2014-09-08 Russ Coxbuild: move package sources from src/pkg to src