| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-04-16 | weed shell: add fs.meta.notify, removing filer.export | Chris Lu | 2 | -192/+0 |
| 2019-04-11 | filer: rename -port.public to -port.readonly | Chris Lu | 1 | -1/+1 |
| 2019-04-11 | typo: remove blank | Wine93 | 1 | -4/+4 |
| 2019-04-10 | weed mount: mount to the same folder name | Chris Lu | 1 | -1/+4 |
| 2019-04-09 | weed volume: fix bug, remove boltdb, btree | Chris Lu | 1 | -2/+2 |
| 2019-04-09 | weed volume: remove boltdb, btree options, add options for leveldb medium, large | Chris Lu | 2 | -5/+5 |
| 2019-04-08 | add large disk support | Chris Lu | 2 | -2/+2 |
| 2019-04-08 | refactor Offset into a struct of bytes | Chris Lu | 2 | -3/+3 |
| 2019-04-08 | Merge pull request #914 from jba/gocdk-receive | Chris Lu | 1 | -0/+1 |
| 2019-04-07 | weed filer.copy: use existing file owner and gropu id | Chris Lu | 1 | -4/+10 |
| 2019-04-07 | weed filer.copy: add option to profile the execution | Chris Lu | 1 | -0/+4 |
| 2019-04-05 | weed filer.copy: parallelize the copying to increase throughput | Chris Lu | 1 | -72/+130 |
| 2019-04-05 | added entry to scaffold | Jonathan Amsterdam | 1 | -0/+1 |
| 2019-04-05 | weed filer.copy: use cached filer grpc connection | Chris Lu | 1 | -8/+4 |
| 2019-04-05 | weed filer.copy: skip files that can not be opened | Chris Lu | 1 | -8/+11 |
| 2019-04-04 | default weed filer.copy and weed upload chunk size to 32MB | Chris Lu | 2 | -2/+2 |
| 2019-04-04 | weed shell: fs.cd change current directory | Chris Lu | 1 | -1/+1 |
| 2019-04-03 | weed shell: add fs.cd, fs.pwd to change to a directory and print current dire... | Chris Lu | 1 | -0/+4 |
| 2019-04-01 | weed filer: increase default mysql/postgres dir or name length to 65535 | Chris Lu | 1 | -5/+5 |
| 2019-03-29 | refactoring | Chris Lu | 1 | -11/+11 |
| 2019-03-29 | weed filer.copy: support multiple masters | Chris Lu | 1 | -2/+8 |
| 2019-03-28 | weed filer.export: fix pagination error | Chris Lu | 1 | -0/+1 |
| 2019-03-25 | refactoring, go fmt | Chris Lu | 1 | -1/+1 |
| 2019-03-25 | weed backup: efficient delta backup | Chris Lu | 2 | -2/+2 |
| 2019-03-25 | WIP | Chris Lu | 1 | -1/+26 |
| 2019-03-21 | weed filer, weed master: add option to disable http | Chris Lu | 3 | -4/+8 |
| 2019-03-20 | Merge branch 'master' of https://github.com/chrislusf/seaweedfs into gocdk | Jonathan Amsterdam | 4 | -10/+8 |
| 2019-03-20 | notification: add Go CDK pubsub support | Jonathan Amsterdam | 1 | -0/+10 |
| 2019-03-20 | benchmark: add replication flag | chenwanli | 1 | -2/+5 |
| 2019-03-19 | weed filer: set grpc port to port + 10000 | Chris Lu | 3 | -8/+3 |
| 2019-03-16 | add shell command to list all collections | Chris Lu | 1 | -41/+18 |
| 2019-03-15 | add context.Context | Chris Lu | 2 | -14/+15 |
| 2019-03-15 | add context to all filer APIs | Chris Lu | 1 | -5/+8 |
| 2019-03-15 | fix filer starting under "weed server" when ip is not localhost | Chris Lu | 1 | -1/+1 |
| 2019-03-15 | weed server: mkdir first, and set the master ip address | Chris Lu | 1 | -0/+1 |
| 2019-03-10 | mount: add option to disable allow others | Chris Lu | 2 | -5/+10 |
| 2019-03-06 | add back "/cluster/status" | Chris Lu | 2 | -0/+2 |
| 2019-03-06 | weed server: fix error coming from moving raft to grpc | Chris Lu | 1 | -2/+2 |
| 2019-03-02 | master: add option to disable http operations | Chris Lu | 2 | -1/+4 |
| 2019-02-25 | volume server directly support https | Chris Lu | 2 | -4/+20 |
| 2019-02-19 | adjust formatting and comments | Chris Lu | 1 | -5/+6 |
| 2019-02-18 | raft change from http to grpc | Chris Lu | 2 | -34/+22 |
| 2019-02-18 | adding grpc mutual tls | Chris Lu | 12 | -31/+122 |
| 2019-02-16 | avoid util package depends on security package | Chris Lu | 1 | -1/+1 |
| 2019-02-15 | benchmark can work in secure mode | Chris Lu | 2 | -4/+13 |
| 2019-02-14 | add authorizing fileId write access | Chris Lu | 1 | -3/+7 |
| 2019-02-09 | cleanup security.Secret | Chris Lu | 6 | -27/+6 |
| 2019-02-09 | wip: add security.toml file | Chris Lu | 4 | -5/+18 |
| 2019-02-06 | fixing of typos | Sergey | 2 | -2/+2 |
| 2019-01-18 | go fmt | Chris Lu | 1 | -2/+2 |