aboutsummaryrefslogtreecommitdiff
path: root/go/weed/master.go
AgeCommit message (Expand)AuthorFilesLines
2014-02-05be lenient when writing, but report right away when volume size limit isChris Lu1-1/+1
2013-12-09mux router cannot handle "/" correctly. switching it off for volumeChris Lu1-0/+4
2013-12-03clean up etcd backing for sequence persistent storage. It uses some OSChris Lu1-1/+0
2013-12-03adding "server" command to start both volume server and an embeddedChris Lu1-2/+2
2013-12-02ssue 59: Multi Ip Enviromment support + publicUrl is disregarded byChris Lu1-2/+3
2013-12-02use glogChris Lu1-1/+0
2013-12-02refactoring to separate master and volume server, so that these serversChris Lu1-239/+5
2013-12-01refactoring, start to use gorilla/muxChris Lu1-10/+12
2013-11-19comment out etcd support due to its os specific system callsChris Lu1-6/+6
2013-11-12support for collections!Chris Lu1-7/+9
2013-11-10adding etcd storage support for cluster meta data. Currently justChris Lu1-1/+10
2013-10-29Issue 51: Assign on empty cluster sometime fails under high concurrencyChris Lu1-3/+9
2013-09-01issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>Chris Lu1-1/+1
2013-08-28default to use os.TempDir() instead of hard coded "/tmp"Chris Lu1-1/+2
2013-08-13refactoring codeChris Lu1-1/+1
2013-08-13add white list to both master and volume serversChris Lu1-20/+26
2013-08-08switching to temporarily use glog libraryChris Lu1-5/+5
2013-08-06add /submit handler for both master and volume serverChris Lu1-0/+49
2013-07-24fix when volume growth are partial successful in automatic modeChris Lu1-1/+1
2013-07-12added support for /vid/keycookie/filename.txt format for HTTP GETChris Lu1-1/+1
2013-06-19add dataCenter option when assign file keysChris Lu1-5/+7
2013-02-26add lots of error checking by GThomasChris Lu1-21/+31
2013-02-10rename from cmd to weed for easier "go build"Chris Lu1-0/+217