502 Commits (2a777a970cf5fde01893340d3281214839e622d6)

Author SHA1 Message Date
yourchanges 701bb9af19 Move the redirect url perfer to volume server's PublicUrl 10 years ago
yourchanges 2e0d0046c4 Move the redirect url to volume server's PublicUrl (reverted from commit 2df72001b2) 10 years ago
yourchanges 2df72001b2 Move the redirect url to volume server's PublicUrl 10 years ago
chrislusf eff83a87d1 Add publicUrl for master server 10 years ago
Chris Lu f7998f8652 merge conflicts 10 years ago
chrislusf 714ccb6e2b Fix compilation error due to upstream API change. 10 years ago
chrislusf 09f98630c0 Avoid checking folder if not using filer. fix #80 10 years ago
yanyiwu 7bfa93a283 use sync.RWMutex when masterNode changes 10 years ago
yourchanges 133181bbe4 add -reverseProxyServer="volume.xxx.com" to volume server try to fix #9 (reverted from commit 3beb80c907) 10 years ago
chrislusf 1791de4ae4 Avoid creating filer folder if not starting it. 10 years ago
chrislusf e381356af9 change CLI option from publicIp to publicUrl 10 years ago
chrislusf cc724305b6 Using Url instead of PublicUrl for volume server 10 years ago
yourchanges 3beb80c907 add -reverseProxyServer="volume.xxx.com" to volume server try to fix #9 10 years ago
chrislusf 0e23ee4dce Update volume server's master node when masters change. 10 years ago
yanyiwu 2f10f2960b use proto "github.com/golang/protobuf/proto" 10 years ago
Chris Lu b2ad9a1110 Fix compilation error. 10 years ago
Chris Lu 7b4a53b2c1 Add optional admin port to volume server, to seperate admin operations from normal file operations. 10 years ago
yourchanges a86042e413 fix the #59 and #56 10 years ago
Chris Lu af416189f1 Cleanup error printing. 10 years ago
Lei Xue 029e3a3822 fix some typos 10 years ago
Chris Lu 5afdc469a3 Separate into admin and public mux for volume servers. 10 years ago
Chris Lu 09bc196958 Refactoring volume server options. 10 years ago
Chris Lu ef191f2901 Refactoring volume server options. 10 years ago
Chris Lu 8f72a1965f Fix go vet warnings. 10 years ago
Chris Lu d102443630 v0.68 10 years ago
Chris Lu 352ef2830c Add caching volume locations to batch volume id lookup. 10 years ago
yourchanges 7481b7376d Fix the first form multi-part item is not a "file type part" problem in "ParseUpload()" 10 years ago
yanyiwu 543f5af5af add w.Write for FilerServer HTTP response 10 years ago
yanyiwu fe91fd00ad fix bug: 'http: multiple response.WriteHeader calls' 10 years ago
Brian McQueen e7741db9a2 fixed description error in redis.database 10 years ago
Brian McQueen cec2b3724c add server options to set redis and cassandra in the filer and corrected filer option description text 10 years ago
Chris Lu 5b5d6341e5 Set http status after modifying response headers. 10 years ago
yanyiwu cacfc85869 add some String() to make codes easier to read and debug 10 years ago
yanyiwu 7d810a15c0 fix bug about : writed needle into localfile twice when replicating, because of the ip is not equal : ":8080" != "127.0.0.1:8080" 10 years ago
Chris Lu e4531fc1e6 Add Redis support for Distributed Filer store. 10 years ago
Chris Lu d77f3120c3 Adjust function name. 10 years ago
Chris Lu cceb5768c7 Adjust function name. 10 years ago
yanyiwu 0b192917f8 fix bug about the collection in volume is wrong when curl -F "file=@/tmp/test.jpg" "localhost:9333/submit?collection=picture" 10 years ago
Chris Lu 49784d7f28 Add support for distributed filer metadata store. 10 years ago
Chris Lu 165734ce11 Refactoring for supporing cassandra as filer meta data store 10 years ago
Chris Lu a3e4145e8a refactoring for later security changes 10 years ago
yanyiwu 5b7628cf08 use github.com/golang/protobuf/proto instead of code.google.com/p/goprotobuf/proto 10 years ago
yanyiwu 5a40f539f2 fix bug: upload a file which already existed return a wrong file size. 10 years ago
yanyiwu 089eb8ad39 add String function for needle to print 10 years ago
Brian McQueen d56c748fa8 switch it back to chris's repo 10 years ago
Brian McQueen 57ec736941 make it turn on the filer when filer.redirectOnRead is set 10 years ago
Brian McQueen c0dfdf4392 switch to my forked repo 10 years ago
chrislusf e431d4121e Add optional http redirect for filer GET requests. 10 years ago
chrislusf 52180f386b Add read-write lock to guard topology changes on new collections and ttls. 10 years ago
chrislusf ba972694c7 Add filer option to redirect instead of proxying to volume server on file GET requests. 10 years ago