aboutsummaryrefslogtreecommitdiff
path: root/go/replication
AgeCommit message (Expand)AuthorFilesLines
2014-04-131. refactoring, merge "replication" logic into "topology" packageChris Lu4-405/+0
2014-03-20enhance deletion operationChris Lu1-2/+3
2014-03-19switch to ReadAt() for thread-safe readChris Lu1-1/+1
2014-03-13fix bug on volume growing failure where free space equals what'sChris Lu1-9/+18
2014-03-02Major:Chris Lu3-175/+103
2014-02-141. volume server auto detect clustered master nodesChris Lu3-3/+35
2013-11-12support for collections!Chris Lu1-17/+17
2013-11-10adding etcd storage support for cluster meta data. Currently justChris Lu1-1/+2
2013-09-01issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>Chris Lu2-6/+6
2013-08-12v0.40Chris Lu1-1/+1
2013-08-08switching to temporarily use glog libraryChris Lu2-6/+6
2013-07-29replicate mime typeChris Lu1-1/+1
2013-07-24fix when volume growth are partial successful in automatic modeChris Lu1-8/+20
2013-07-15support gzip file upload, fix problem during replication of gzipped dataChris Lu1-1/+1
2013-07-13clean up log fmt usage. Move to log for important data changes,Chris Lu1-4/+3
2013-07-101. ensure replicated file has the same timestampChris Lu1-5/+5
2013-06-19add dataCenter option when assign file keysChris Lu3-33/+30
2013-04-18refactoring needle mapper interface to separate index file storage logicChris Lu1-1/+1
2013-04-16refactoring, same logic, but the store replication logic is moved to aChris Lu1-0/+95
2013-04-14merge changes from about dealing with read only volumes.Chris Lu1-1/+5
2013-02-26add lots of error checking by GThomasChris Lu2-6/+9
2013-02-11print out error messageChris Lu1-1/+1
2013-02-10testing compilation with remove packageChris Lu2-0/+324