aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Expand)AuthorFilesLines
2015-02-25avoid auto unzip tar.gz fileschrislusf1-1/+2
2015-02-25Merge branch 'master' of github.com:chrislusf/weed-fsChris Lu1-1/+2
2015-02-25Separate read and write volume handlers.Chris Lu4-312/+369
2015-02-20Show returned content when can not parse sonchrislusf1-1/+2
2015-02-12Redirect to publicUrlchrislusf1-1/+1
2015-02-12Fix compilation errorchrislusf1-1/+1
2015-02-12ensure non empty volume publicUrlchrislusf1-0/+3
2015-02-12Randomize http redirect.chrislusf1-5/+2
2015-02-12Move the redirect url perfer to volume server's PublicUrlyourchanges1-1/+5
2015-02-12Move the redirect url perfer to volume server's PublicUrl (reverted from comm...yourchanges1-3/+0
2015-02-12Move the redirect url perfer to volume server's PublicUrlyourchanges1-0/+3
2015-02-12Move the redirect url to volume server's PublicUrl (reverted from commit 2df7...yourchanges1-1/+1
2015-02-12Move the redirect url to volume server's PublicUrlyourchanges1-1/+1
2015-02-11Add publicUrl for master serverchrislusf3-10/+7
2015-02-07merge conflictsChris Lu21-135/+269
2015-02-05Fix compilation error due to upstream API change.chrislusf1-4/+5
2015-02-05Avoid checking folder if not using filer. fix #80chrislusf1-3/+3
2015-02-04use sync.RWMutex when masterNode changesyanyiwu2-7/+22
2015-02-02Avoid creating filer folder if not starting it.chrislusf1-3/+5
2015-02-02change CLI option from publicIp to publicUrlchrislusf4-33/+16
2015-02-02Using Url instead of PublicUrl for volume serverchrislusf8-13/+13
2015-01-31Update volume server's master node when masters change.chrislusf1-0/+1
2015-01-30use proto "github.com/golang/protobuf/proto"yanyiwu1-1/+1
2015-01-18Fix compilation error.Chris Lu1-1/+1
2015-01-18Add optional admin port to volume server, to seperate admin operations from n...Chris Lu12-24/+74
2015-01-16fix the #59 and #56yourchanges1-12/+32
2015-01-14Resolve ConflictsChris Lu5-5/+5
2015-01-13Cleanup error printing.Chris Lu14-29/+31
2015-01-13fix some typosLei Xue5-5/+5
2015-01-13Separate into admin and public mux for volume servers.Chris Lu3-18/+18
2015-01-13Refactoring volume server options.Chris Lu1-1/+5
2015-01-13Refactoring volume server options.Chris Lu1-37/+57
2015-01-12Fix go vet warnings.Chris Lu2-2/+2
2015-01-12v0.68Chris Lu1-1/+1
2015-01-11Add caching volume locations to batch volume id lookup.Chris Lu1-4/+29
2015-01-10Fix the first form multi-part item is not a "file type part" problem in "Par...yourchanges1-4/+13
2015-01-09add w.Write for FilerServer HTTP responseyanyiwu1-0/+1
2015-01-08fix bug: 'http: multiple response.WriteHeader calls'yanyiwu1-1/+0
2015-01-08fixed description error in redis.databaseBrian McQueen1-1/+1
2015-01-08add server options to set redis and cassandra in the filer and corrected file...Brian McQueen1-0/+4
2015-01-08Set http status after modifying response headers.Chris Lu10-88/+87
2015-01-08add some String() to make codes easier to read and debugyanyiwu8-2/+41
2015-01-07fix bug about : writed needle into localfile twice when replicating, because ...yanyiwu1-0/+1
2015-01-06Add Redis support for Distributed Filer store.Chris Lu4-7/+66
2015-01-06Adjust function name.Chris Lu1-1/+1
2015-01-06Merge branch 'master' of github.com:chrislusf/weed-fsChris Lu1-0/+1
2015-01-06Adjust function name.Chris Lu2-2/+2
2015-01-06fix bug about the collection in volume is wrong when curl -F "file=@/tmp/test...yanyiwu1-0/+1
2015-01-05Add support for distributed filer metadata store.Chris Lu9-11/+197
2015-01-05Refactoring for supporing cassandra as filer meta data storeChris Lu8-43/+53