aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Expand)AuthorFilesLines
2019-04-16weed shell: add fs.meta.notify, removing filer.exportChris Lu2-192/+0
2019-04-11filer: rename -port.public to -port.readonlyChris Lu1-1/+1
2019-04-11typo: remove blankWine931-4/+4
2019-04-10weed mount: mount to the same folder nameChris Lu1-1/+4
2019-04-09weed volume: fix bug, remove boltdb, btreeChris Lu1-2/+2
2019-04-09weed volume: remove boltdb, btree options, add options for leveldb medium, largeChris Lu2-5/+5
2019-04-08add large disk supportChris Lu2-2/+2
2019-04-08refactor Offset into a struct of bytesChris Lu2-3/+3
2019-04-08Merge pull request #914 from jba/gocdk-receiveChris Lu1-0/+1
2019-04-07weed filer.copy: use existing file owner and gropu idChris Lu1-4/+10
2019-04-07weed filer.copy: add option to profile the executionChris Lu1-0/+4
2019-04-05weed filer.copy: parallelize the copying to increase throughputChris Lu1-72/+130
2019-04-05added entry to scaffoldJonathan Amsterdam1-0/+1
2019-04-05weed filer.copy: use cached filer grpc connectionChris Lu1-8/+4
2019-04-05weed filer.copy: skip files that can not be openedChris Lu1-8/+11
2019-04-04default weed filer.copy and weed upload chunk size to 32MBChris Lu2-2/+2
2019-04-04weed shell: fs.cd change current directoryChris Lu1-1/+1
2019-04-03weed shell: add fs.cd, fs.pwd to change to a directory and print current dire...Chris Lu1-0/+4
2019-04-01weed filer: increase default mysql/postgres dir or name length to 65535Chris Lu1-5/+5
2019-03-29refactoringChris Lu1-11/+11
2019-03-29weed filer.copy: support multiple mastersChris Lu1-2/+8
2019-03-28weed filer.export: fix pagination errorChris Lu1-0/+1
2019-03-25refactoring, go fmtChris Lu1-1/+1
2019-03-25weed backup: efficient delta backupChris Lu2-2/+2
2019-03-25WIPChris Lu1-1/+26
2019-03-21weed filer, weed master: add option to disable httpChris Lu3-4/+8
2019-03-20Merge branch 'master' of https://github.com/chrislusf/seaweedfs into gocdkJonathan Amsterdam4-10/+8
2019-03-20notification: add Go CDK pubsub supportJonathan Amsterdam1-0/+10
2019-03-20benchmark: add replication flagchenwanli1-2/+5
2019-03-19weed filer: set grpc port to port + 10000Chris Lu3-8/+3
2019-03-16add shell command to list all collectionsChris Lu1-41/+18
2019-03-15add context.ContextChris Lu2-14/+15
2019-03-15add context to all filer APIsChris Lu1-5/+8
2019-03-15fix filer starting under "weed server" when ip is not localhostChris Lu1-1/+1
2019-03-15weed server: mkdir first, and set the master ip addressChris Lu1-0/+1
2019-03-10mount: add option to disable allow othersChris Lu2-5/+10
2019-03-06add back "/cluster/status"Chris Lu2-0/+2
2019-03-06weed server: fix error coming from moving raft to grpcChris Lu1-2/+2
2019-03-02master: add option to disable http operationsChris Lu2-1/+4
2019-02-25volume server directly support httpsChris Lu2-4/+20
2019-02-19adjust formatting and commentsChris Lu1-5/+6
2019-02-18raft change from http to grpcChris Lu2-34/+22
2019-02-18adding grpc mutual tlsChris Lu12-31/+122
2019-02-16avoid util package depends on security packageChris Lu1-1/+1
2019-02-15benchmark can work in secure modeChris Lu2-4/+13
2019-02-14add authorizing fileId write accessChris Lu1-3/+7
2019-02-09cleanup security.SecretChris Lu6-27/+6
2019-02-09wip: add security.toml fileChris Lu4-5/+18
2019-02-06fixing of typosSergey2-2/+2
2019-01-18go fmtChris Lu1-2/+2