1
0
Fork 0
Commit Graph

177 Commits

Author SHA1 Message Date
Vincent Batts 8ff77b5aa0 tar/storage: add Packer TODO 2015-02-24 15:49:06 -05:00
Vincent Batts 89bd581749 tar/storage: comments 2015-02-24 15:36:21 -05:00
Vincent Batts b1284905d3 storage: working on packing and unpacking 2015-02-24 15:22:20 -05:00
Vincent Batts a4fa9207cd main.go: show remainder count 2015-02-24 15:21:05 -05:00
Vincent Batts cefcbc6fe3 old.go: no need to keep this sitting here 2015-02-20 16:58:27 -05:00
Vincent Batts 72c5103763 main.go: explicit build of main.go 2015-02-20 16:58:27 -05:00
Vincent Batts 4eee25cf16 main.go: fully qualify the import 2015-02-20 16:58:27 -05:00
Vincent Batts aa73475a12 Merge pull request #1 from tianon/travis
Add initial Travis CI configuration!
2015-02-20 16:42:03 -05:00
Tianon Gravi b1a1650ab5 Add initial Travis CI configuration! 2015-02-20 14:28:40 -07:00
Vincent Batts 4721b4d279 README.md: link to docs and info on the version 2015-02-20 16:12:01 -05:00
Vincent Batts 42fb83004d README.md: first next step. Testing. 2015-02-20 15:46:21 -05:00
Vincent Batts 82a5e811b3 README.md: add Next Steps 2015-02-20 15:44:07 -05:00
Vincent Batts d96a87d9a2 main.go: collect more end padding 2015-02-20 15:28:48 -05:00
Vincent Batts 9d24762ee1 README.md: adding example output 2015-02-20 15:02:31 -05:00
Vincent Batts e8456b0d49 main.go: found the padding after EOF ... 2015-02-20 14:53:05 -05:00
Vincent Batts c9b618ab48 main.go: actually write the _post_ buffer ... 2015-02-20 14:49:36 -05:00
Vincent Batts 50168a6bb3 archive/tar: cleaner reset 2015-02-20 14:49:23 -05:00
Vincent Batts 43b7a5effb README: fix headings 2015-02-20 13:47:57 -05:00
Vincent Batts fc1d5b4422 README: add link on sparse files 2015-02-20 10:30:18 -05:00
Vincent Batts 43bfb58368 .: add README and LICENSE 2015-02-20 10:29:48 -05:00
Vincent Batts 739daf3e09 looking for missing bytes 2015-02-19 18:07:22 -05:00
Vincent Batts f45a3e13ee main:
example application to use the RawBytes() of 'archive/tar',
and show the diff of the bytes read from the file itself.
2015-02-19 16:50:30 -05:00
Vincent Batts 7cc3f4b289 archive/tar: add RawBytes()
Plumbing a means to access the raw bytes of a tar archive apart from the
file payload itself.
2015-02-19 16:49:06 -05:00
Vincent Batts 3ae6151165 let's not build the initial by default 2015-02-11 14:26:03 +01:00
Vincent Batts 2ab5fedc6c initial efforts of investigation
This was cherrypicking logic from archive/tar, but if would be tedious
and not full featured as compared to just extending archive/tar itself
2015-02-11 14:24:07 +01:00
Vincent Batts 64426b0aae archive/tar: adding from go as of a9dddb53f 2015-02-11 14:08:03 +01:00
Vincent Batts 70b9150cff init 2015-02-03 23:29:41 +01:00