aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-20add function ParseFileIdFromStringstlpmo-jn4-4/+150
2019-04-19volume: atomic copying file, adds version and stopOffsetChris Lu9-113/+168
2019-04-19filer mysql: adjust scaffolding instructionsChris Lu1-2/+3
2019-04-19read volume lastAppendAtNs when loading a volumeChris Lu4-24/+28
2019-04-19fix needle map entry sizeChris Lu18-184/+195
2019-04-18refactoringChris Lu72-326/+382
2019-04-18refactoringChris Lu2-75/+91
2019-04-18filer.copy: add adjustable compression levelChris Lu2-13/+31
2019-04-18refactoringChris Lu1-31/+44
2019-04-18volume tailing chunks large filesChris Lu5-103/+179
2019-04-18add volume tailerChris Lu4-147/+227
2019-04-18go fmtChris Lu9-29/+28
2019-04-18add VolumeStreamFollow, but not used yetChris Lu8-102/+351