aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Expand)AuthorFilesLines
2016-04-14make VolumeLayout thread safechrislusf1-3/+15
2016-04-11remove test imageChris Lu1-0/+0
2016-04-11releasing 0.70Chris Lu2-1/+1
2016-04-11[MOD] fix a bug.if node is nil will get an panic.张远浩1-1/+1
2016-04-11modify the lockbluefoxah1-3/+2
2016-04-10clearer error messagechrislusf1-17/+11
2016-04-10storage: faster ParseKeyHashJianfei Wang1-11/+18
2016-04-10storage: add test for ParseKeyHashJianfei Wang2-1/+46
2016-04-10Revert "Merge pull request #284 from thinxer/binary"chrislusf12-123/+117
2016-04-10storage: do not copy sync.Mutex by valueJianfei Wang1-4/+4
2016-04-09replace util/bytes.go with binary.BigEndianJianfei Wang11-117/+78
2016-04-09storage: add test for ParseKeyHashJianfei Wang2-1/+46
2016-04-08Revert "Merge pull request #281 from thinxer/binary"chrislusf11-63/+109
2016-04-06replace util/bytes.go with binary.BigEndianJianfei Wang11-109/+63
2016-04-04avoid same directory with different dir idschrislusf1-21/+36
2016-04-01use klauspost/crc32 instead of hash/crc32Alexandr Razumov1-1/+1
2016-03-30fix testschrislusf1-4/+4
2016-03-30add lock to dir children mapchrislusf1-16/+44
2016-03-08adjust reading ip addresschrislusf1-1/+1
2016-03-08add redis passwordchrislusf4-6/+9
2016-02-27Fix chunk manifest replicate upload errortnextday2-3/+30
2016-01-17Update filer_server_handlers.goXiaodong Huo1-77/+40
2016-01-13dereplicate filer post request & support filer get request with raw fileId霍晓栋1-15/+91
2016-01-04collection name could be specified in urlXiaodong Huo1-1/+5
2015-12-30adjust print out when errorchrislusf1-4/+3
2015-12-28Update store_replicate.gohxiaodon1-0/+7
2015-12-25fix bug : master cann't redirect urlquery stringMohanson1-1/+7
2015-12-14adjust usage text to fit the displaychrislusf1-1/+1
2015-12-14format changeschrislusf9-34/+30
2015-12-15updatetnextday1-1/+1
2015-12-15verbose logtnextday1-1/+1
2015-12-15Move write response content into a functiontnextday1-151/+66
2015-12-15verbose logtnextday1-1/+1
2015-12-15`weed download` command use stream download the large file.tnextday3-40/+63
2015-12-14updatetnextday1-1/+1
2015-12-14Rename ChunkManifest.GetData to ChunkManifest.Marshaltnextday2-2/+2
2015-12-03updatetnextday2-3/+4
2015-12-03updatetnextday1-5/+5
2015-12-03more check in `http_util.Delete`tnextday4-25/+70
2015-12-02delete file return needle sizetnextday1-4/+6
2015-12-02returen chunks file size when delete a chunkmanifesttnextday1-0/+1
2015-12-02Delete all chunks when delete a ChunkManifesttnextday5-17/+28
2015-12-02updatetnextday2-6/+6
2015-12-02`FilePart.Upload` use base name instead of full pathtnextday3-13/+18
2015-12-02complete submit chunked filetnextday4-14/+40
2015-12-01rename FlagChunkedFile to FlagChunkManifesttnextday3-7/+7
2015-12-01update ChunkedFile to seekable reader, so we can use io.* to read datatnextday5-64/+312
2015-11-30fix build errortnextday1-8/+9
2015-11-29add chunk file helper to support large filetnextday4-1/+137
2015-11-22fixchrislusf1-1/+1