Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(7532)

Issue 6814084: archive/tar: add support for file names up to 256 characters

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 5 months ago by chressie1
Modified:
11 years, 5 months ago
Reviewers:
dsymonds
Visibility:
Public.

Description

archive/tar: add support for file names up to 256 characters This uses the ustar archive prefix field to store up to 155 characters of the path name. The rest is stored in the name field.

Patch Set 1 #

Patch Set 2 : diff -r f781c447da6e https://code.google.com/p/go #

Patch Set 3 : diff -r f781c447da6e https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -2 lines) Patch
M src/pkg/archive/tar/reader_test.go View 1 1 chunk +27 lines, -0 lines 0 comments Download
A src/pkg/archive/tar/testdata/long.tar View 1 2 Binary file 0 comments Download
M src/pkg/archive/tar/writer.go View 1 2 5 chunks +40 lines, -2 lines 0 comments Download
M src/pkg/archive/tar/writer_test.go View 1 2 1 chunk +81 lines, -0 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b