aboutsummaryrefslogtreecommitdiff
path: root/go/weed/weed_server
AgeCommit message (Expand)AuthorFilesLines
2015-04-19FIXED: When RaftServer cannot find a leader, Return a more readable error.yanyiwu1-1/+6
2015-04-18[ui] seaweedfs logo and iconyanyiwu2-2/+10
2015-04-16More consistency with SeaweedFS nameStuart P. Bentley2-4/+4
2015-04-16Merge pull request #119 from stuartpb/fix-namesapcechrislusf1-2/+2
2015-04-16Fix flat_namespace_filer.go implementing "FlatNamesapceFiler"Stuart P. Bentley1-2/+2
2015-04-16Change all chrislusf/weed-fs links to point to chrislu/seaweedfsStuart P. Bentley17-57/+57
2015-04-16Nomalize url before redirecting.chrislusf2-2/+3
2015-04-14skip directory listing when paginating files.chrislusf1-1/+8
2015-04-13Adding filer option disableDirListingchrislusf2-1/+7
2015-04-06change count to uint64 to fix #109chrislusf1-2/+2
2015-03-29Adjust logging level.chrislusf1-1/+1
2015-03-29Add boltdb for volume needle mapchrislusf2-6/+6
2015-03-27add leveldb support for needle mapchrislusf2-16/+7
2015-03-24[ui] add ui to status pagechrislusf2-0/+6
2015-03-24[ui] format peerschrislusf2-3/+3
2015-03-22tweaking uichrislusf6-8/+73
2015-03-19Add Initial Seaweed File System UIchrislusf7-1/+232
2015-03-13fix public handler setupchrislusf1-3/+3
2015-03-10follow golint suggestionschrislusf4-13/+12
2015-03-09Add read only public port on volume serverchrislusf2-23/+11
2015-03-09Avoid wrong way to delete on replication failurechrislusf1-1/+0
2015-02-25Separate read and write volume handlers.Chris Lu4-312/+369
2015-02-12Redirect to publicUrlchrislusf1-1/+1
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-07merge conflictsChris Lu7-32/+51
2015-02-04use sync.RWMutex when masterNode changesyanyiwu2-7/+22
2015-02-02change CLI option from publicIp to publicUrlchrislusf1-3/+1
2015-02-02Using Url instead of PublicUrl for volume serverchrislusf4-5/+5
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 Lu1-2/+4
2015-01-14Resolve ConflictsChris Lu1-1/+1
2015-01-13Cleanup error printing.Chris Lu1-1/+1
2015-01-13fix some typosLei Xue1-1/+1
2015-01-13Separate into admin and public mux for volume servers.Chris Lu1-13/+13
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-08Set http status after modifying response headers.Chris Lu10-88/+87
2015-01-06Add Redis support for Distributed Filer store.Chris Lu1-7/+12
2015-01-06Adjust function name.Chris Lu1-1/+1
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 Lu2-6/+18
2015-01-05Refactoring for supporing cassandra as filer meta data storeChris Lu1-1/+2
2015-01-05refactoring for later security changesChris Lu4-52/+37
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 McQueen13-39/+39
2014-12-14switch to my forked repoBrian McQueen13-39/+39