aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Expand)AuthorFilesLines
2020-03-23commentsChris Lu1-3/+3
2020-03-23scaffold: fix master.toml typoChris Lu1-4/+4
2020-03-22add auto configured volume max count help messgeChris Lu2-2/+2
2020-03-21FUSE mount: make "nonempty" optionalChris Lu3-27/+20
2020-03-19tiered storage: add s3 endpoint for private s3 implementationChris Lu1-0/+1
2020-03-18use public url also for deletionsChris Lu2-2/+2
2020-03-18weed upload: add usePublicUrl optionChris Lu1-14/+12
2020-03-11remove tikv, move its support to "tikv" branchChris Lu1-5/+0
2020-03-11volume: follow compactionBytePerSecondChris Lu2-2/+2
2020-03-09remove not ready statusChris Lu2-2/+2
2020-03-09volume: fix memory leak during compactionChris Lu2-0/+3
2020-03-09filer: support TTL for all filer storesChris Lu1-4/+13
2020-03-08filer: remember content is gzipped or notChris Lu1-4/+8
2020-03-08mark encryptVolumeData as not readyChris Lu2-2/+2
2020-03-08filer: processing all response headers, no pass through to volume serverChris Lu2-8/+0
2020-03-07pass in filer.copy cipher optionChris Lu1-1/+1
2020-03-07go fmtChris Lu2-4/+3
2020-03-07mimee type default "application/octet-stream" to empty stringChris Lu1-1/+4
2020-03-06filer: option to encrypt data on volume serverChris Lu6-27/+62
2020-03-05fix typoChris Lu1-1/+1
2020-03-04purge codeChris Lu1-4/+0
2020-03-04refactoringChris Lu12-153/+134
2020-03-01master able to list all master clients by typeChris Lu2-2/+2
2020-02-27adjust instructionsChris Lu1-0/+5
2020-02-27weed queue startsChris Lu3-0/+114
2020-02-26s3: wait to connect to filerChris Lu1-10/+15
2020-02-26mount: add mode to run external to SeaweedFS container clusterChris Lu2-28/+38
2020-02-25fix compilation errorChris Lu1-3/+1
2020-02-25mount: fail fast when connecting to filerChris Lu1-1/+21
2020-02-25remove ctx if possibleChris Lu2-11/+8
2020-02-25avoid reusing context objectChris Lu3-19/+19
2020-02-25move filer assign volume grpc errror to responseChris Lu1-0/+6
2020-02-24filer: dynamically create bucket under /buckets folderChris Lu3-24/+54
2020-02-24filer: move buckets folder to filer.toml since it should not be changed oftenChris Lu3-5/+2
2020-02-24s3: move buckets folder configuration to filerChris Lu3-11/+32
2020-02-22s3: access control limited by bucketChris Lu1-0/+13
2020-02-18webdav out of "unstable"Chris Lu1-1/+1
2020-02-17Merge pull request #1200 from chrislusf/add_s3_aclChris Lu2-1/+52
2020-02-14properly close http responseChris Lu1-0/+1
2020-02-14volume: add grpc file read operationChris Lu1-8/+49
2020-02-09add v2 supportChris Lu1-5/+5
2020-02-09add s3.config to server.goChris Lu1-0/+1
2020-02-09support aclChris Lu1-1/+51
2020-02-03master: add configurable volume growth toml settingChris Lu1-0/+9
2020-01-29adjust exampleChris Lu1-1/+1
2020-01-29support env variables to overwrite toml fileChris Lu13-43/+38
2020-01-26use the same context object in order to retryChris Lu1-1/+1
2020-01-25grpc send error via response instead of grpc errorChris Lu1-2/+2
2020-01-12correct commentsChris Lu1-2/+2
2020-01-07fix compilation errorChris Lu1-1/+1