aboutsummaryrefslogtreecommitdiff
path: root/weed/command/fix.go
AgeCommit message (Collapse)AuthorFilesLines
2018-07-29refactoringChris Lu1-3/+5
2018-07-24working version3Chris Lu1-1/+3
2018-07-08refactoring: add type for needle id, offsetChris Lu1-2/+3
later the type size can possibly be adjusted
2017-05-26add btree for volume indexChris Lu1-1/+1
2017-01-06keep track of total data file sizeChris Lu1-1/+1
2016-06-02directory structure change to work with glideChris Lu1-0/+70
glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this.