aboutsummaryrefslogtreecommitdiff
path: root/go/operation/chunked_file.go
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu1-213/+0
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
2015-12-14format changeschrislusf1-1/+1
2015-12-15`weed download` command use stream download the large file.tnextday1-4/+0
2015-12-14updatetnextday1-1/+1
2015-12-14Rename ChunkManifest.GetData to ChunkManifest.Marshaltnextday1-1/+1
2015-12-03updatetnextday1-3/+3
2015-12-03more check in `http_util.Delete`tnextday1-11/+3
add status code in `DeleteResult` struct operation.DeleteFiles maybe unsafe, so `ChunkManifest.DeleteChunks` manually delete each chunks
2015-12-02Delete all chunks when delete a ChunkManifesttnextday1-5/+11
LoadChunkManifest can uncompress buffer move compress.go from storage to operation because of import cycle MakeFile add cross complete command
2015-12-02`FilePart.Upload` use base name instead of full pathtnextday1-4/+4
fix chunked file download error
2015-12-02complete submit chunked filetnextday1-4/+3
2015-12-01update ChunkedFile to seekable reader, so we can use io.* to read datatnextday1-55/+148
2015-11-30fix build errortnextday1-8/+9
2015-11-29add chunk file helper to support large filetnextday1-0/+126