aboutsummaryrefslogtreecommitdiff
path: root/go/topology/topology.go
AgeCommit message (Expand)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu1-189/+0
2016-05-30rwlock concurrent read mapChris Lu1-5/+5
2015-05-03break away from code.google.comchrislusf1-1/+1
2015-04-16Change all chrislusf/weed-fs links to point to chrislu/seaweedfsStuart P. Bentley1-5/+5
2015-04-06change count to uint64 to fix #109chrislusf1-1/+1
2015-03-10follow golint suggestionschrislusf1-2/+1
2015-03-09Add read only public port on volume serverchrislusf1-5/+1
2015-01-18Fix compilation error.Chris Lu1-1/+1
2015-01-18Add optional admin port to volume server, to seperate admin operations from n...Chris Lu1-1/+7
2015-01-13fix some typosLei Xue1-1/+1
2014-12-08Add read-write lock to guard topology changes on new collections and ttls.chrislusf1-15/+14
2014-10-26formatting code by: goimports -w=true .Chris Lu1-3/+4
2014-10-25adjust visibilityChris Lu1-1/+1
2014-10-25fix typoChris Lu1-1/+1
2014-09-25use github.com/chrislusf instead of github.com/aszxqwwyy1-4/+4
2014-09-25use github.com/aszxqw instead of code.google.com/pwyy1-4/+4
2014-09-20add TTL supportChris Lu1-7/+14
2014-04-21Change to protocol buffer for volume-join-masster messageChris Lu1-6/+15
2014-04-161. volume server now sends master server its max file key, so thatChris Lu1-4/+5
2014-04-131. refactoring, merge "replication" logic into "topology" packageChris Lu1-2/+7
2014-04-11Add retrying logic to wait for other peers during cluster bootstrapping.Chris Lu1-4/+9
2014-03-19switch to ReadAt() for thread-safe readChris Lu1-3/+3
2014-03-15toughen weedfs clustering, adding synchronizing max volume id amongChris Lu1-3/+24
2014-03-10can now delete a collection! Is this a dangerous feature? Only enablingChris Lu1-1/+10
2014-03-02Major:Chris Lu1-15/+5
2014-02-09cleaner cluster messagesChris Lu1-0/+2
2013-11-12support for collections!Chris Lu1-20/+19
2013-11-10adding etcd storage support for cluster meta data. Currently justChris Lu1-2/+2
2013-09-01issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>Chris Lu1-1/+1
2013-08-08switching to temporarily use glog libraryChris Lu1-4/+4
2013-07-13clean up log fmt usage. Move to log for important data changes,Chris Lu1-3/+2
2013-06-19add dataCenter option when assign file keysChris Lu1-19/+9
2013-04-16refactoring, same logic, but the store replication logic is moved to aChris Lu1-2/+1
2013-03-20avoid empty data nodesChris Lu1-1/+1
2013-03-19avoid missing configuration file errorChris Lu1-2/+3
2013-03-19avoid error when missing configuration fileChris Lu1-0/+2
2013-03-19avoid file not exist errorChris Lu1-1/+2
2013-02-26add lots of error checking by GThomasChris Lu1-6/+6
2013-02-10testing compilation with remove packageChris Lu1-0/+148