aboutsummaryrefslogtreecommitdiff
path: root/weed/command
AgeCommit message (Expand)AuthorFilesLines
2019-04-05weed filer.copy: parallelize the copying to increase throughputChris Lu1-72/+130
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
2019-01-18master add separate grpc portChris Lu2-34/+44
2019-01-17go fmt and fix some typobingoohuang4-10/+10
2019-01-16extract VolumeFileScanner for ScanVolumeFilebingoohuang2-61/+92
2019-01-05weed mount: reduce default chunk sizeChris Lu1-1/+1
2018-12-29remove extra logChris Lu1-1/+0
2018-12-29weed mount: mac add AutoXattrChris Lu1-0/+1
2018-12-29weed mount: no mac finder broswe modeChris Lu1-2/+3
2018-12-29switching_to_seaweedfs_fuseChris Lu2-3/+3
2018-12-28set mount point to existing permissionsChris Lu1-0/+24
2018-12-27avoid gzip benchmark dataChris Lu1-1/+5
2018-12-23error if the last arguement does not end with forward slashChris Lu1-1/+2
2018-12-22adjust help messageChris Lu2-8/+0