summaryrefslogtreecommitdiff
path: root/src/pkg/archive/tar/writer.go
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-383/+0
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-2/+8
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-55/+119
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-28/+127
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-25/+34
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+205
2011-09-13Imported Upstream version 60Ondřej Surý1-205/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-3/+1
2010-04-22FileInfo: regularize the types of some fields.Rob Pike1-2/+2
2010-04-11archive/tar: update documentation to match current coding styleChristopher Wedgwood1-5/+5
2010-02-25strings: delete Runes, BytesRuss Cox1-18/+17
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-71/+71
2009-12-14archive/tar: bug fixes.Christopher Wedgwood1-3/+15
2009-11-19archive/tar: Make Reader and Writer more closely follow io.Reader and io.Writ...Evan Shaw1-1/+1
2009-11-18remove bytes.CopyRob Pike1-17/+16
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-3/+3
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-12/+12
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-3/+1
2009-11-01reverse the arguments to io.Copy so the destination is on theRob Pike1-1/+1
2009-10-08more lgtm files from gofmtRuss Cox1-1/+1
2009-10-06another round of gofmt applicationsRuss Cox1-36/+36
2009-10-05Add write support for the GNU tar binary numeric field extension.David Symonds1-10/+32
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox1-5/+3
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-2/+1
2009-07-08archive/tar cleanups:David Symonds1-14/+14
2009-07-08Basic POSIX-compatible tar writer.David Symonds1-0/+180