1
0
Fork 0
tar-split/tar/storage
Vincent Batts 032efafc29 tar/storage: work with raw (invalid utf8) names
When the entry name is not UTF-8, for example ISO-8859-1, then store the
raw bytes.
To accommodate this, we will have getters and setters for the entry's
name now. Since this most heavily affects the json marshalling, we'll
double check the sanity of the name before storing it in the JSONPacker.
2015-09-23 15:27:33 -04:00
..
doc.go *: clean up assorted spelling/grammar issues 2015-07-22 15:32:49 -04:00
entry.go tar/storage: work with raw (invalid utf8) names 2015-09-23 15:27:33 -04:00
entry_test.go tar/storage: work with raw (invalid utf8) names 2015-09-23 15:27:33 -04:00
getter.go tar/storage: Replace TeeReader with MultiWriter 2015-08-13 11:43:31 -07:00
getter_test.go tar/storage: Benchmark for bufferFileGetPutter.Put 2015-08-13 11:42:14 -07:00
packer.go tar/storage: work with raw (invalid utf8) names 2015-09-23 15:27:33 -04:00
packer_test.go *: golint and docs 2015-03-09 14:11:11 -04:00