aboutsummaryrefslogtreecommitdiff
path: root/go/util/file_util.go
AgeCommit message (Collapse)AuthorFilesLines
2016-06-02directory structure change to work with glideChris Lu1-38/+0
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.
2015-04-16Change all chrislusf/weed-fs links to point to chrislu/seaweedfsStuart P. Bentley1-1/+1
2015-03-10follow golint suggestionschrislusf1-2/+2
2014-10-26formatting code by: goimports -w=true .Chris Lu1-1/+2
2014-09-25use github.com/chrislusf instead of github.com/aszxqwwyy1-1/+1
2014-09-25use github.com/aszxqw instead of code.google.com/pwyy1-1/+1
2014-04-09a correct implementation of filerChris Lu1-0/+14
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
2013-12-09mux router cannot handle "/" correctly. switching it off for volumeChris Lu1-0/+23
servers