aboutsummaryrefslogtreecommitdiff
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-12Merge pull request #84 from EPICPaaS/masterchrislusf1-1/+5
Move the redirect url prefer to volume server's PublicUrl
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-12Merge pull request #6 from chrislusf/masteryourchanges24-157/+304
merge
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-05Fix option name -defaultReplicationchrislusf1-1/+1
Fix option name -defaultReplication
2015-02-05Avoid checking folder if not using filer. fix #80chrislusf1-3/+3
Fix https://github.com/chrislusf/weed-fs/issues/80
2015-02-04Merge pull request #79 from aszxqw/masterchrislusf2-7/+22
use sync.RWMutex when masterNode changes
2015-02-04use sync.RWMutex when masterNode changesyanyiwu2-7/+22
2015-02-03Merge pull request #5 from chrislusf/masteryourchanges14-51/+95
merge
2015-02-03add -reverseProxyServer="volume.xxx.com" to volume server try to fix #9 ↵yourchanges3-18/+2
(reverted from commit 3beb80c907d3c9583cc17b018bca2993b20e4604)
2015-02-02Fix travis buildchrislusf1-1/+1
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-02-02Merge pull request #78 from aszxqw/usercasechrislusf1-1/+60
usecase: Data Migration Example
2015-02-03usecase: Data Migration Exampleyanyiwu1-26/+26
2015-02-03usecase: Data Migration Exampleyanyiwu1-1/+60
2015-02-02add -reverseProxyServer="volume.xxx.com" to volume server try to fix #9yourchanges3-2/+18
2015-02-02Merge pull request #4 from chrislusf/masteryourchanges14-40/+109
merge
2015-01-31Update volume server's master node when masters change.chrislusf1-0/+1
2015-01-29Merge pull request #73 from aszxqw/masterchrislusf1-1/+1
use proto "github.com/golang/protobuf/proto"
2015-01-30use proto "github.com/golang/protobuf/proto"yanyiwu1-1/+1
2015-01-29Merge pull request #70 from stuartpb/patch-2chrislusf1-9/+25
Note usable methods in examples
2015-01-29Merge pull request #71 from stuartpb/patch-3chrislusf1-2/+2
2^60 is an exbibyte
2015-01-292^60 is an exbibyteStuart P. Bentley1-2/+2
http://en.wikipedia.org/wiki/Exbibyte
2015-01-29Note usable methods in examplesStuart P. Bentley1-9/+25
This change also rewrites all example lead-ins to come *before* the examples, and not after.
2015-01-28Merge pull request #69 from stuartpb/patch-1chrislusf1-3/+3
Use proper HTTP verbs in README curl examples
2015-01-29Use proper HTTP verbs in README curl examplesStuart P. Bentley1-3/+3
As discussed in #65
2015-01-27Merge pull request #66 from forrestsun/masterchrislusf1-2/+2
fix bug: #46
2015-01-27fix bug: #46shenglong.sun1-2/+2
2015-01-21add mailing listchrislusf1-0/+2
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-16Merge pull request #60 from EPICPaaS/masterchrislusf1-12/+32
Fix the #59 and #56
2015-01-16fix the #59 and #56yourchanges1-12/+32
2015-01-16Merge pull request #3 from chrislusf/masteryourchanges25-97/+166
merge