aboutsummaryrefslogtreecommitdiff
path: root/go
AgeCommit message (Collapse)AuthorFilesLines
2015-02-25avoid auto unzip tar.gz fileschrislusf1-1/+2
fix https://github.com/chrislusf/weed-fs/issues/90
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
Redirect to publicUrl
2015-02-12Fix compilation errorchrislusf1-1/+1
2015-02-12ensure non empty volume publicUrlchrislusf1-0/+3
2015-02-12Randomize http redirect.chrislusf1-5/+2
Randomize http redirect. Also remove unnecessary empty string checking.
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 ↵yourchanges1-3/+0
commit 701bb9af19d9773896eb360c921a4c7fb6a2a2ea)
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 ↵yourchanges1-1/+1
2df72001b2692407c8beb8a9441ea08672245c7a)
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
Fix compilation error due to upstream API change.
2015-02-05Avoid checking folder if not using filer. fix #80chrislusf1-3/+3
Fix https://github.com/chrislusf/weed-fs/issues/80
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
Now the publicUrl is free style text.
2015-02-02Using Url instead of PublicUrl for volume serverchrislusf8-13/+13
Originally there are only url(ip + port), and publicUrl. Because ip was used to listen for http service, it has less flexibility and volume server has to be accessed via publicUrl. Recently we added ip.bind, for binding http service. With this change, url can be used to connect to volume servers. And publicUrl becomes a free style piece of url information, it does not even need to be unique.
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 ↵Chris Lu12-24/+74
normal file operations.
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 ↵yourchanges1-4/+13
"ParseUpload()"
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 ↵Brian McQueen1-0/+4
filer option description text
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
of the ip is not equal : ":8080" != "127.0.0.1:8080"
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 ↵yanyiwu1-0/+1
"file=@/tmp/test.jpg" "localhost:9333/submit?collection=picture"
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