| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2018-08-12 | ensure master server count is odd | Chris Lu | 1 | -6/+2 | |
| 2018-07-09 | filer add data center option | Chris Lu | 1 | -0/+2 | |
| 2018-07-08 | add filer sub dir list size limit to "weed server" | Chris Lu | 1 | -0/+1 | |
| 2018-07-03 | keep alive for gRpc calls | Chris Lu | 1 | -2/+1 | |
| 2018-06-01 | use fixed list of masters in both filer and volume servers | Chris Lu | 1 | -3/+2 | |
| 2018-05-26 | add leveldb store | Chris Lu | 1 | -16/+0 | |
| 1. switch to viper for filer store configuration 2. simplify FindEntry() return values, removing “found” 3. add leveldb store | |||||
| 2018-05-09 | mv pb to master_pb | Chris Lu | 1 | -2/+2 | |
| 2018-02-27 | unused option | Chris Lu | 1 | -1/+0 | |
| 2017-09-15 | filer default to auto chunking file size to 32MB | Chris Lu | 1 | -1/+1 | |
| 2017-07-16 | ensure 30GB or less | Chris Lu | 1 | -0/+4 | |
| avoid https://github.com/chrislusf/seaweedfs/issues/535 | |||||
| 2017-06-22 | add cpu and mem pprof | Chris Lu | 1 | -1/+1 | |
| 2017-06-03 | skip bytes cache | Chris Lu | 1 | -1/+0 | |
| 2017-05-27 | filer add readonly public port | Chris Lu | 1 | -24/+5 | |
| 2017-05-26 | add btree for volume index | Chris Lu | 1 | -1/+3 | |
| 2017-02-12 | remove weeds.conf | Chris Lu | 1 | -2/+1 | |
