aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-06weed fix: add back .idx file generationChris Lu1-8/+7
2020-01-03volume: add option to limit file sizeChris Lu2-3/+9
2019-12-31filer: optional recursive deletionChris Lu1-4/+13
2019-12-24compaction changed to .idx based deletionChris Lu2-2/+5
2019-12-24change btree map to in memory level dbChris Lu2-14/+10
2019-12-23shell: add ec.decode commandChris Lu3-10/+13
2019-12-21default redis reads optionsChris Lu1-2/+4
2019-12-21default to false in scaffold.goChris Lu1-2/+2
2019-12-20Add readOnly and routeByLatency options to scaffold.goDakota Sullivan1-0/+2
2019-12-15upload skipping mimetype if not neededChris Lu1-1/+1
2019-12-13mount: rename to dirListCacheLimit to configure cache for long format directo...Chris Lu2-5/+5
2019-12-13filer: configurable directory list cache sizeChris Lu2-3/+3
2019-12-13filer: DeleteFolderChildren for deleting large foldersChris Lu1-9/+0
2019-12-10return meaningful error logChris Lu1-7/+9
2019-11-29pass backend config from master to volume serversChris Lu1-1/+0
2019-11-29Merge pull request #1145 from stlpmo-jn/volume_graceful_stopChris Lu1-32/+114
2019-11-29resolve the Duration.Milliseconds() is not exist in golang v11 & v12stlpmo1-4/+8
2019-11-28tweakingChris Lu1-1/+1
2019-11-28fix testChris Lu1-0/+2
2019-11-28master load backend storage config from master.tomlChris Lu3-7/+53
2019-11-28fix scaffold errorChris Lu1-2/+2
2019-11-27Merge pull request #1142 from iliul/wip-fuse-mountChris Lu4-6/+165
2019-11-28fuse: adjust linux specific logicLei Liu2-2/+133