| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-03-23 | 1.271.27 | Chris Lu | 1 | -1/+1 | |
| 2019-03-23 | textual changes | Chris Lu | 2 | -5/+12 | |
| 2019-03-23 | weed shell: adjust help text format | Chris Lu | 5 | -8/+21 | |
| 2019-03-23 | weed shell: add "volume.fix.replication" | Chris Lu | 1 | -0/+194 | |
| 2019-03-23 | weed volume: add grpc operation to relicate a volume to local | Chris Lu | 13 | -174/+662 | |
| 2019-03-21 | weed filer, weed master: add option to disable http | Chris Lu | 5 | -15/+20 | |
| 2019-03-21 | weed master: skip proxied file read in http read only mode | Chris Lu | 1 | -1/+3 | |
| 2019-03-20 | Merge pull request #895 from jba/gocdk | Chris Lu | 3 | -1/+84 | |
| notification: add Go CDK pubsub support | |||||
| 2019-03-20 | Merge branch 'master' of https://github.com/chrislusf/seaweedfs into gocdk | Jonathan Amsterdam | 27 | -167/+331 | |
| 2019-03-20 | weed filer: http HEAD response header add ETag | Chris Lu | 1 | -0/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/892 | |||||
| 2019-03-20 | Merge pull request #893 from PapaYofen/bench | Chris Lu | 1 | -2/+5 | |
| benchmark: add replication flag | |||||
| 2019-03-20 | notification: add Go CDK pubsub support | Jonathan Amsterdam | 3 | -1/+84 | |
| Add the gocdk_pub_sub package, which supports the Go Cloud Development Kit pubsub API. Link in all current providers. Update the notification scaffold. | |||||
| 2019-03-20 | benchmark: add replication flag | chenwanli | 1 | -2/+5 | |
| 2019-03-19 | refactoring function parameter | Chris Lu | 4 | -6/+7 | |
| 2019-03-19 | avoid using global rand | Chris Lu | 1 | -1/+4 | |
| 2019-03-19 | weed shell: adding file system disk usage fs.du | Chris Lu | 3 | -0/+139 | |
| fix https://github.com/chrislusf/seaweedfs/issues/889 echo "fs.du http://localhost:8888/some/path" | weed shell | |||||
| 2019-03-19 | fix length checking | Chris Lu | 1 | -16/+14 | |
| fix https://github.com/chrislusf/seaweedfs/issues/890 | |||||
| 2019-03-19 | weed filer: set grpc port to port + 10000 | Chris Lu | 9 | -21/+13 | |
| 2019-03-19 | add error checking | Chris Lu | 2 | -11/+33 | |
| 2019-03-19 | refactoring | Chris Lu | 5 | -38/+26 | |
| 2019-03-18 | volume info collect compact revision number | Chris Lu | 5 | -90/+106 | |
| 2019-03-18 | text wrapping | Chris Lu | 2 | -6/+7 | |
| 2019-03-17 | needle scanner read appendAtNs | Chris Lu | 2 | -2/+10 | |
| 2019-03-17 | refactoring: simplify function parameter | Chris Lu | 1 | -9/+2 | |
| 2019-03-17 | go fmt | Chris Lu | 2 | -2/+1 | |
| 2019-03-17 | weed shell: list volumes | Chris Lu | 13 | -123/+639 | |
| 2019-03-17 | adjust collection list output | Chris Lu | 1 | -1/+1 | |
| 2019-03-17 | adjust output | Chris Lu | 2 | -2/+5 | |
| 2019-03-16 | add shell command to list all collections | Chris Lu | 11 | -115/+590 | |
| 2019-03-16 | fix test | Chris Lu | 1 | -0/+2 | |
| 2019-03-16 | fix tests | Chris Lu | 2 | -7/+12 | |
| 2019-03-15 | add context.Context | Chris Lu | 1 | -4/+4 | |
| 2019-03-15 | add context.Context | Chris Lu | 31 | -185/+191 | |
| 2019-03-15 | add context to all filer APIs | Chris Lu | 15 | -72/+86 | |
| 2019-03-15 | adding context | Chris Lu | 4 | -5/+7 | |
| 2019-03-15 | fix filer starting under "weed server" when ip is not localhost | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/886 | |||||
| 2019-03-15 | docker: add the /data/filerdb folder | Chris Lu | 1 | -1/+0 | |
| 2019-03-15 | weed server: mkdir first | Chris Lu | 1 | -1/+2 | |
| 2019-03-15 | weed server: mkdir first, and set the master ip address | Chris Lu | 2 | -1/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/885 | |||||
| 2019-03-14 | add directory /data/filerdb | Chris Lu | 2 | -0/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/885 | |||||
| 2019-03-13 | print out memory size | Chris Lu | 1 | -1/+1 | |
| 2019-03-13 | print out per entry memory usage | Chris Lu | 1 | -6/+12 | |
| 2019-03-11 | Merge branch 'master' of https://github.com/chrislusf/seaweedfs1.26 | Chris Lu | 1 | -6/+0 | |
| 2019-03-11 | move to 1.26 | Chris Lu | 1 | -1/+1 | |
| 2019-03-10 | Merge pull request #878 from PapaYofen/revert-fix-780 | Chris Lu | 1 | -6/+0 | |
| Revert "fix https://github.com/chrislusf/seaweedfs/issues/780" | |||||
| 2019-03-11 | Revert "fix https://github.com/chrislusf/seaweedfs/issues/780" | chenwanli | 1 | -6/+0 | |
| This reverts commit 31038acccf73541204b320fc334d0acad0b9923a. | |||||
| 2019-03-10 | mount: add option to disable allow others | Chris Lu | 2 | -5/+10 | |
| fix https://github.com/chrislusf/seaweedfs/issues/877 | |||||
| 2019-03-09 | synchronously upload files | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/807 | |||||
| 2019-03-06 | add back "/cluster/status" | Chris Lu | 3 | -0/+24 | |
| fix https://github.com/chrislusf/seaweedfs/issues/870 | |||||
| 2019-03-06 | adding go 1.12 | Chris Lu | 1 | -0/+1 | |
