aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-03better error handling for nil raftServerChris Lu1-0/+3
2019-05-03refactor: remove loggerChris Lu1-26/+0
2019-05-031.331.33Chris Lu1-1/+1
2019-05-03volume: add option to limit compaction speedChris Lu9-33/+69
2019-05-03webdav: fix directory renamingChris Lu3-7/+19
2019-05-03webdav: fix directory creationChris Lu2-37/+27
2019-05-03Update README.mdChris Lu1-1/+2
2019-05-03Update README.mdChris Lu1-0/+1
2019-05-03Merge pull request #950 from chrislusf/webdavChris Lu12-167/+907
2019-05-03webdav: can write nowChris Lu2-9/+80
2019-05-03webdav: can read nowChris Lu11-233/+459
2019-05-02scaffolding, but seems hard to satisfy mac, windows, and different os versionsChris Lu3-0/+443
2019-04-29Merge pull request #948 from Wine93/styleChris Lu14-24/+124
2019-04-30doc: added suggestion for code styleWine931-1/+7
2019-04-30util: added gostd scriptWine931-0/+98
2019-04-30style: go fmt for allWine9312-23/+19
2019-04-29mount: allow nonempty fuse mount to work with SambaChris Lu1-0/+1
2019-04-29fix typoChris Lu1-1/+1
2019-04-29add tool to see meta file generated by "fs.meta.save"Chris Lu1-0/+68
2019-04-26adjust log levelChris Lu3-2/+3
2019-04-26minorChris Lu1-0/+5
2019-04-24Merge pull request #942 from Wine93/docsChris Lu1-25/+78
2019-04-25doc: added table of contents and unified the formatWine931-19/+72
2019-04-25doc: updated to latest versionWine931-2/+2
2019-04-25typo: fixWine931-4/+4
2019-04-24fixChris Lu1-1/+1
2019-04-24fixChris Lu1-1/+1
2019-04-24loggingChris Lu1-3/+4
2019-04-24memory alignmentChris Lu1-1/+1
2019-04-24adjust usage descriptionChris Lu1-8/+5
2019-04-24weed server: also optionally start S3 gatewayChris Lu2-16/+49
2019-04-24filer: listen on specified ip addressChris Lu1-1/+1
2019-04-23filer: remove customizable grpc port, fixed to filer port + 10000Chris Lu3-9/+1
2019-04-23report unknown commandsChris Lu1-0/+5
2019-04-22fix metrics1.32Chris Lu1-8/+8
2019-04-21minorChris Lu1-1/+1
2019-04-21shell: add fs.catChris Lu3-2/+82
2019-04-211.311.31Chris Lu1-1/+1
2019-04-21minorChris Lu1-0/+1
2019-04-21volume: support http status 304 for the same file idChris Lu6-17/+18
2019-04-21maintain layout correctness when changing volumesChris Lu1-14/+32
2019-04-21volume: also check cookie for possible duplicatesChris Lu2-2/+2
2019-04-21adjust log or errorChris Lu4-7/+11
2019-04-20add remove volumes with version infoChris Lu7-85/+155
2019-04-20shell: fix volume.copyChris Lu1-2/+2
2019-04-20shell: add commands volume.copy volume.delete volume.mount volume.unmountChris Lu5-2/+224
2019-04-20add notesChris Lu1-1/+1
2019-04-20refactoringChris Lu5-126/+128
2019-04-20shell: add command volume.moveChris Lu17-311/+727
2019-04-20Merge pull request #934 from stlpmo-jn/parse_fileid_from_stringChris Lu4-4/+150