aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Collapse)AuthorFilesLines
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
uploading file with filer service could specify the collection name in get/post field, if no collection specified, the default collection setting against the filer service will be used
2015-12-30adjust print out when errorchrislusf1-4/+3
2015-12-28Update store_replicate.gohxiaodon1-0/+7
replication operations should be equal to volume's replication setting
2015-12-25fix bug : master cann't redirect urlquery stringMohanson1-1/+7
There is a bug that master can not redirect urlquery to slave volumn. so i fix it, and it run good now.
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
add status code in `DeleteResult` struct operation.DeleteFiles maybe unsafe, so `ChunkManifest.DeleteChunks` manually delete each chunks
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
LoadChunkManifest can uncompress buffer move compress.go from storage to operation because of import cycle MakeFile add cross complete command
2015-12-02updatetnextday2-6/+6
2015-12-02`FilePart.Upload` use base name instead of full pathtnextday3-13/+18
fix chunked file download error
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
2015-11-22fixchrislusf2-1/+24
set HTTP_X_FORWARDED_FOR when proxying https://github.com/chrislusf/seaweedfs/issues/214
2015-10-19go fmtchrislusf2-21/+20
2015-10-19[bug fix]weed daemon exit due to hangup signal when terminal closetianshimao1-1/+3
2015-10-17enable collection deletionchrislusf1-4/+0
2015-09-27server_filer_fixPawel Szymanski1-2/+2
2015-09-05Allow whitelisting by CIDR range, not just literally.Steve Kemp1-0/+21
This allows you to write something like this: /usr/local/bin/weed master -mdir /srv/weed/master -whiteList=192.168.0.0/24,127.0.0.1 This will whitelist all the 192.168.0.XX hosts, as well as localhost.
2015-08-21avoid using empty fileId to deletechrislusf2-1/+4
fix https://github.com/chrislusf/seaweedfs/issues/183
2015-08-18fix extract collection name from .dat fileTimur Nurutdinov1-1/+3
2015-08-03add option to redirect moved or non-local volumeschrislusf4-3/+14
fix https://github.com/chrislusf/seaweedfs/issues/168
2015-07-17fix ttl change detectionchrislusf1-1/+1
https://github.com/chrislusf/seaweedfs/issues/166
2015-07-13Revert "adjust symlink"chrislusf1-2/+2
This reverts commit 8b1f83a0ed2a9715c4f2930ac114451a8eec8daf.
2015-07-12adjust symlinkchrislusf1-2/+2
as recommended in https://github.com/chrislusf/seaweedfs/issues/160
2015-07-11fix wrong logicchrislusf1-1/+1
2015-07-11add loggingchrislusf3-1/+5
2015-07-11fix glog formatchrislusf1-1/+1
2015-07-11Merge branch 'master' of github.com:chrislusf/weed-fsChris Lu3-3/+10
2015-07-11merge with latest glogChris Lu3-31/+259
2015-07-10skip isFileUnchanged checking since ttl always changechrislusf1-0/+3
skip checking since ttl always change. Fixing https://github.com/chrislusf/seaweedfs/issues/166
2015-07-08Avoid nil case when fixing datachrislusf1-1/+1
2015-07-08Add Ext format when exporting files.chrislusf1-2/+6
2015-07-08Adjust for window pathchrislusf1-4/+12
fix https://github.com/chrislusf/seaweedfs/issues/161
2015-06-24Use request host info for master url if possiblechrislusf1-2/+8
Fix https://github.com/chrislusf/seaweedfs/issues/148