188 Commits (1d86ac8761c1cf856c384076e14a8e26e536ec8d)

Author SHA1 Message Date
chrislusf 3ece066700 change count to uint64 to fix #109 10 years ago
chrislusf c37a20178e Adjust logging level. 10 years ago
chrislusf 1b6ab2f6af Add boltdb for volume needle map 10 years ago
chrislusf 020ba6c9a8 add leveldb support for needle map 10 years ago
chrislusf f56339f38d [ui] add ui to status page 10 years ago
chrislusf b113760cf4 [ui] format peers 10 years ago
chrislusf 78bc7b393f tweaking ui 10 years ago
chrislusf b75ca9890d Add Initial Seaweed File System UI 10 years ago
chrislusf 62f5e35cbe fix public handler setup 10 years ago
chrislusf b07d81fb08 follow golint suggestions 10 years ago
chrislusf f511b507a5 Add read only public port on volume server 10 years ago
chrislusf 853701cb6b Avoid wrong way to delete on replication failure 10 years ago
Chris Lu a506e7953f Separate read and write volume handlers. 10 years ago
chrislusf 226df38c95 Redirect to publicUrl 10 years ago
chrislusf e0d8259d98 Randomize http redirect. 10 years ago
yourchanges 7e0c080581 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
Chris Lu f7998f8652 merge conflicts 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 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
Chris Lu 7b4a53b2c1 Add optional admin port to volume server, to seperate admin operations from normal file operations. 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 8f72a1965f Fix go vet warnings. 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
Chris Lu 5b5d6341e5 Set http status after modifying response headers. 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
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
Brian McQueen d56c748fa8 switch it back to chris's repo 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 ba972694c7 Add filer option to redirect instead of proxying to volume server on file GET requests. 10 years ago
Chris Lu 7ce628bf09 Clean raft configurations if "peers" option is set. 10 years ago
Chris Lu 179d36ba0e formatting code by: goimports -w=true . 10 years ago
Chris Lu f527fc1d5e adjust visibility 10 years ago
Chris Lu 30bcda7136 fix typo 10 years ago
bmcquee bd664def45 Revert "fix func name HasWriableVolume" 10 years ago
bmcquee 02ae8b98a5 Revert "change wriable to writeable" 10 years ago