aboutsummaryrefslogtreecommitdiff
path: root/go/util
AgeCommit message (Collapse)AuthorFilesLines
2014-04-170.55 betaChris Lu1-1/+1
2014-04-171. v0.54Chris Lu1-1/+1
2. go vet found many printing format errors
2014-04-13releasing 0.53, and then move to 0.54 betaChris Lu1-1/+1
2014-04-10starting 0.53 betaChris Lu1-1/+1
2014-04-100.52 versionChris Lu1-1/+1
2014-04-09a correct implementation of filerChris Lu1-0/+14
2014-03-30working filer server!Chris Lu1-0/+24
2014-03-28all in progress version will just be betaChris Lu1-1/+1
2014-03-251. adding statistics reportingChris Lu2-4/+26
2. refactor version to util package
2014-03-20enhance deletion operationChris Lu1-0/+19
2014-03-20switch to idle timeout instead of read timeoutChris Lu1-0/+65
2014-03-12adjust error messageChris Lu1-2/+2
2014-03-12in progress, trying to make benchmark working better to reuse httpChris Lu1-2/+18
connections.
2014-03-02Major:Chris Lu1-1/+1
change replication_type to ReplicaPlacement, hopefully cleaner code works for 9 possible ReplicaPlacement xyz x : number of copies on other data centers y : number of copies on other racks z : number of copies on current rack x y z each can be 0,1,2 Minor: weed server "-mdir" default to "-dir" if empty
2014-02-141. volume server auto detect clustered master nodesChris Lu1-0/+15
2. remove operation package dependency on storage
2013-12-09mux router cannot handle "/" correctly. switching it off for volumeChris Lu1-0/+23
servers
2013-09-01issue 43 "go fmt" chagnes from "Ryan S. Brown" <sb@ryansb.com>Chris Lu2-2/+2
some basic changes to parse upload url
2013-08-08switching to temporarily use glog libraryChris Lu2-6/+6
2013-02-10testing compilation with remove packageChris Lu4-0/+200