summaryrefslogtreecommitdiff
path: root/src/pkg/archive
AgeCommit message (Expand)AuthorFilesLines
2010-04-22FileInfo: regularize the types of some fields.Rob Pike3-6/+6
2010-04-11archive/tar: update documentation to match current coding styleChristopher Wedgwood2-8/+8
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer2-72/+72
2010-02-25strings: delete Runes, BytesRuss Cox2-21/+19
2009-12-15 1) Change default gofmt default settings forRobert Griesemer5-258/+258
2009-12-14archive/tar: bug fixes.Christopher Wedgwood3-37/+167
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike1-1/+2
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox3-4/+4
2009-11-19archive/tar: Make Reader and Writer more closely follow io.Reader and io.Writ...Evan Shaw2-2/+2
2009-11-18remove bytes.CopyRob Pike1-17/+16
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer4-9/+9
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer4-46/+46
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2-6/+2
2009-11-04gofmt-ify src/pkg/archiveRobert Griesemer1-15/+15
2009-11-01reverse the arguments to io.Copy so the destination is on theRob Pike2-3/+3
2009-10-08more lgtm files from gofmtRuss Cox2-4/+4
2009-10-06another round of gofmt applicationsRuss Cox4-42/+44
2009-10-06apply gofmt to the LGTM-marked files from 34501Russ Cox2-59/+59
2009-10-05Add write support for the GNU tar binary numeric field extension.David Symonds3-13/+61
2009-09-17unused importsRuss Cox2-4/+0
2009-09-16rename bytes.Buffer.Data() to bytes.Buffer.Bytes()Rob Pike1-1/+1
2009-09-15more "declared and not used".Russ Cox2-4/+4
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox2-11/+7
2009-08-18Add a standard Seeker interface.Austin Clements1-5/+1
2009-08-12convert non-low-level non-google pkg codeRuss Cox5-74/+10
2009-08-09Regenerate v7.tar with a real V7 tar.David Symonds3-5/+10
2009-07-08archive/tar cleanups:David Symonds5-38/+46
2009-07-08Basic POSIX-compatible tar writer.David Symonds7-74/+395
2009-07-06Add support for v7 tar.David Symonds3-6/+27
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-2/+3
2009-06-22changes required if we disallow the implicit *Russ Cox1-2/+3
2009-06-22introduce os.EOF and io.ErrUnexpectedEOF.Russ Cox2-4/+4
2009-06-10Add support for the basic extension done by Schilling's star.David Symonds4-40/+163
2009-06-09mv src/lib to src/pkgRob Pike6-0/+373