aboutsummaryrefslogtreecommitdiff
path: root/go/weed
AgeCommit message (Expand)AuthorFilesLines
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 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 serverchrislusf2-9/+6
2015-02-07merge conflictsChris Lu12-44/+82
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 serverchrislusf5-7/+7
2015-01-31Update volume server's master node when masters change.chrislusf1-0/+1
2015-01-18Add optional admin port to volume server, to seperate admin operations from n...Chris Lu3-9/+36
2015-01-14Resolve ConflictsChris Lu1-1/+1
2015-01-13Cleanup error printing.Chris Lu5-13/+14
2015-01-13fix some typosLei Xue1-1/+1
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-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-07fix bug about : writed needle into localfile twice when replicating, because ...yanyiwu1-0/+1
2015-01-06Add Redis support for Distributed Filer store.Chris Lu3-7/+18
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 Lu4-11/+29
2015-01-05Refactoring for supporing cassandra as filer meta data storeChris Lu1-1/+2
2015-01-05refactoring for later security changesChris Lu7-57/+48
2014-12-26use github.com/golang/protobuf/proto instead of code.google.com/p/goprotobuf/...yanyiwu1-1/+1
2014-12-14switch it back to chris's repoBrian McQueen28-71/+71
2014-12-14make it turn on the filer when filer.redirectOnRead is setBrian McQueen1-0/+4
2014-12-14switch to my forked repoBrian McQueen28-71/+72
2014-12-14Merge branch 'master' of https://github.com/chrislusf/weed-fsBrian McQueen30-251/+322
2014-12-08Add optional http redirect for filer GET requests.chrislusf1-1/+2
2014-12-08Add filer option to redirect instead of proxying to volume server on file GET...chrislusf4-13/+35
2014-12-04Remove a volume server concurrent connection limit.chrislusf1-88/+62
2014-12-04Add more thread safe counters. Tighten thread synchronization.chrislusf1-30/+49
2014-11-30Increase performance by reusing []byte, reducing GC.Chris Lu1-1/+22
2014-11-28Change name to Seaweed.Chris Lu1-1/+1
2014-11-28Write request id to first 8 bytes of a file, instead of whole file, forChris Lu2-15/+21
2014-10-27Clean raft configurations if "peers" option is set.Chris Lu1-21/+25
2014-10-26formatting code by: goimports -w=true .Chris Lu29-78/+101