| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-04-21 | filer: add -ip.bind option | Chris Lu | 1 | -1/+2 | |
| 2020-04-18 | filer master start up with default ip address instead of just localhost | Chris Lu | 1 | -1/+1 | |
| 2020-03-22 | add auto configured volume max count help messge | Chris Lu | 1 | -1/+1 | |
| 2020-03-09 | remove not ready status | Chris Lu | 1 | -1/+1 | |
| 2020-03-08 | mark encryptVolumeData as not ready | Chris Lu | 1 | -1/+1 | |
| 2020-03-08 | filer: processing all response headers, no pass through to volume server | Chris Lu | 1 | -5/+0 | |
| * filer calculate MD5 etag * filer handle response headers, instread of pass it to volume servers | |||||
| 2020-03-06 | filer: option to encrypt data on volume server | Chris Lu | 1 | -0/+1 | |
| 2020-02-24 | filer: move buckets folder to filer.toml since it should not be changed often | Chris Lu | 1 | -1/+0 | |
| 2020-02-24 | s3: move buckets folder configuration to filer | Chris Lu | 1 | -1/+1 | |
| 2020-02-09 | add s3.config to server.go | Chris Lu | 1 | -0/+1 | |
| 2020-01-03 | volume: add option to limit file size | Chris Lu | 1 | -0/+1 | |
| 2019-08-10 | server: fix starting default master list | Chris Lu | 1 | -2/+6 | |
| 2019-07-28 | master: followers can also lookup and redirect | Chris Lu | 1 | -4/+2 | |
| improve scalability | |||||
| 2019-07-28 | refactoring | Chris Lu | 1 | -62/+5 | |
| 2019-06-23 | go fmt | Chris Lu | 1 | -14/+14 | |
| 2019-06-23 | simplify metrics settings | Chris Lu | 1 | -7/+2 | |
| 2019-06-23 | fix duplicated flags | Chris Lu | 1 | -1/+2 | |
| 2019-06-23 | big refactoring | Chris Lu | 1 | -33/+34 | |
| 2019-06-17 | volume servers get metrics address and interval from the master | Chris Lu | 1 | -10/+7 | |
| 2019-06-14 | volume server: adds basic metrics | Chris Lu | 1 | -0/+2 | |
| 2019-06-13 | filer: adds basic metrics pushing to Prometheus gateway | Chris Lu | 1 | -2/+9 | |
| 2019-06-05 | periodic scripts exeuction from leader master | Chris Lu | 1 | -4/+6 | |
| 2019-05-21 | volume: load ec shards during heartbeats to master | Chris Lu | 1 | -1/+1 | |
| 2019-05-14 | filer ip only use bind ip | Chris Lu | 1 | -1/+1 | |
| 2019-05-06 | use ip.bind to listen for grpc calls | Chris Lu | 1 | -1/+1 | |
| help to avoid https://github.com/chrislusf/seaweedfs/issues/952 | |||||
| 2019-05-03 | volume: add option to limit compaction speed | Chris Lu | 1 | -0/+1 | |
| 2019-04-30 | style: go fmt for all | Wine93 | 1 | -1/+1 | |
| 2019-04-24 | adjust usage description | Chris Lu | 1 | -8/+5 | |
| 2019-04-24 | weed server: also optionally start S3 gateway | Chris Lu | 1 | -0/+27 | |
| 2019-04-23 | filer: remove customizable grpc port, fixed to filer port + 10000 | Chris Lu | 1 | -1/+0 | |
| 2019-04-09 | weed volume: remove boltdb, btree options, add options for leveldb medium, large | Chris Lu | 1 | -1/+1 | |
| 2019-04-08 | add large disk support | Chris Lu | 1 | -1/+1 | |
| 2019-03-21 | weed filer, weed master: add option to disable http | Chris Lu | 1 | -2/+3 | |
| 2019-03-15 | weed server: mkdir first, and set the master ip address | Chris Lu | 1 | -0/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/885 | |||||
| 2019-03-06 | add back "/cluster/status" | Chris Lu | 1 | -0/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/870 | |||||
| 2019-03-06 | weed server: fix error coming from moving raft to grpc | Chris Lu | 1 | -2/+2 | |
| fix https://github.com/chrislusf/seaweedfs/issues/872 | |||||
| 2019-03-02 | master: add option to disable http operations | Chris Lu | 1 | -1/+2 | |
| 2019-02-18 | raft change from http to grpc | Chris Lu | 1 | -17/+10 | |
| master grpc port is fixed to http port + 10000 | |||||
| 2019-02-18 | adding grpc mutual tls | Chris Lu | 1 | -1/+7 | |
| 2019-02-09 | cleanup security.Secret | Chris Lu | 1 | -3/+1 | |
| 2019-01-18 | master add separate grpc port | Chris Lu | 1 | -17/+22 | |
| due to https://github.com/soheilhy/cmux/issues/64 fix https://github.com/chrislusf/seaweedfs/issues/820 fix https://github.com/chrislusf/seaweedfs/issues/840 fix https://github.com/chrislusf/seaweedfs/issues/841 | |||||
| 2018-12-16 | error log format | Chris Lu | 1 | -1/+1 | |
| 2018-12-05 | default "weed server -filer" to same directory as -mdir | Chris Lu | 1 | -0/+1 | |
| 2018-11-21 | default images.fix.orientation to false | Chris Lu | 1 | -1/+1 | |
| 2018-10-14 | move volume vacuum to gRpc | Chris Lu | 1 | -1/+1 | |
| 2018-10-11 | reformat | Chris Lu | 1 | -1/+1 | |
| 2018-10-11 | refactor volume server to startVolumeServer() | Chris Lu | 1 | -90/+22 | |
| 2018-10-10 | refactor func name | Chris Lu | 1 | -1/+1 | |
| 2018-08-19 | merge notification config with filer.toml | Chris Lu | 1 | -1/+0 | |
| 2018-08-13 | add filer notification | Chris Lu | 1 | -0/+2 | |
