aboutsummaryrefslogtreecommitdiff
path: root/go/weed/master.go
AgeCommit message (Expand)AuthorFilesLines
2015-04-20More readable peers usage:yanyiwu1-1/+1
2015-04-16Change all chrislusf/weed-fs links to point to chrislu/seaweedfsStuart P. Bentley1-3/+3
2015-04-16Adjust publicUrl to volume server only.chrislusf1-4/+0
2015-03-11marking weedfs.conf as deprecating.chrislusf1-1/+1
2015-02-11Add publicUrl for master serverchrislusf1-4/+5
2015-02-07merge conflictsChris Lu1-1/+1
2015-02-02change CLI option from publicIp to publicUrlchrislusf1-9/+4
2015-01-13Cleanup error printing.Chris Lu1-2/+2
2015-01-05refactoring for later security changesChris Lu1-1/+3
2014-10-26formatting code by: goimports -w=true .Chris Lu1-4/+5
2014-10-21Add master bind ip address option.Chris Lu1-1/+2
2014-09-25use github.com/chrislusf instead of github.com/aszxqwwyy1-3/+3
2014-09-25use github.com/aszxqw instead of code.google.com/pwyy1-3/+3
2014-09-20Add "-ip.bind" option when starting volume servers.Chris Lu1-1/+1
2014-04-25Adjust command line options.Chris Lu1-8/+15
2014-04-161. volume server now sends master server its max file key, so thatChris Lu1-1/+2
2014-03-251. adding statistics reportingChris Lu1-3/+3
2014-03-20switch to idle timeout instead of read timeoutChris Lu1-8/+9
2014-03-17adjusting volumeSizeLimitMB default value and descriptionsChris Lu1-1/+1
2014-03-15toughen weedfs clustering, adding synchronizing max volume id amongChris Lu1-1/+1
2014-03-12adjusting default read time outChris Lu1-1/+1
2014-03-12fix https://code.google.com/p/weed-fs/issues/detail?id=64Chris Lu1-1/+1
2014-03-02Major:Chris Lu1-13/+13
2014-02-141. volume server auto detect clustered master nodesChris Lu1-4/+17
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