| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-03-24 | GOMAXPROCS use defaults to the value of runtime.NumCPU | Konstantin Lebedev | 1 | -2/+0 | |
| https://github.com/chrislusf/seaweedfs/issues/1942 | |||||
| 2021-03-23 | more help message | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1937 | |||||
| 2021-03-12 | default to empty host to bind to tcp4 and tcp6 | Chris Lu | 1 | -1/+1 | |
| 2021-03-08 | permitCommonNames | Konstantin Lebedev | 1 | -1/+0 | |
| https://github.com/chrislusf/seaweedfs/issues/1841 https://jbrandhorst.com/post/grpc-auth/ | |||||
| 2020-12-07 | adding /usr/local/etc/seaweedfs for bsd style config search path | Chris Lu | 1 | -1/+1 | |
| related to https://reviews.freebsd.org/D27391 | |||||
| 2020-10-24 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-10-23 | adjust election timeout to 10 seconds | Chris Lu | 1 | -1/+1 | |
| 2020-10-23 | make it easy with setting up multiple masters in a clcuster | Chris Lu | 1 | -0/+4 | |
| 2020-10-16 | refactor | Chris Lu | 1 | -1/+1 | |
| 2020-10-07 | master: check peers for existing leader before starting a leader election | Chris Lu | 1 | -4/+22 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1509 | |||||
| 2020-10-03 | fix: resumeState | Устюжанин Антон Александрович | 1 | -1/+1 | |
| 2020-10-03 | fix: restore raft state | Устюжанин Антон Александрович | 1 | -3/+3 | |
| 2020-10-02 | fix: restore raft state | Устюжанин Антон Александрович | 1 | -3/+5 | |
| 2020-09-19 | volume: get metrics configuration from master | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1354 | |||||
| 2020-07-16 | resolve directories if containing home directory | Chris Lu | 1 | -3/+4 | |
| 2020-07-14 | go fmt | Chris Lu | 1 | -12/+12 | |
| 2020-06-04 | disable pulse seconds | Chris Lu | 1 | -4/+4 | |
| there are a few other hard coded timing settings, which will cause disconnected volume servers. | |||||
| 2020-06-02 | inject git version into build | Chris Lu | 1 | -2/+2 | |
| 2020-04-28 | refacotr: move signal handling and pprof to grace package | wuyuxiang | 1 | -1/+2 | |
| 2020-04-18 | master, volume default to detected host | Chris Lu | 1 | -1/+1 | |
| 2020-04-18 | filer master start up with default ip address instead of just localhost | Chris Lu | 1 | -0/+1 | |
| 2020-04-13 | add logs | Chris Lu | 1 | -1/+2 | |
| 2020-03-04 | refactoring | Chris Lu | 1 | -1/+2 | |
| 2020-01-29 | support env variables to overwrite toml file | Chris Lu | 1 | -6/+6 | |
| 2019-11-28 | master load backend storage config from master.toml | Chris Lu | 1 | -0/+3 | |
| 2019-07-28 | master: followers can also lookup and redirect | Chris Lu | 1 | -5/+8 | |
| improve scalability | |||||
| 2019-07-28 | refactoring | Chris Lu | 1 | -38/+34 | |
| 2019-06-23 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2019-06-23 | big refactoring | Chris Lu | 1 | -41/+67 | |
| 2019-06-17 | volume servers get metrics address and interval from the master | Chris Lu | 1 | -6/+9 | |
| 2019-06-05 | periodic scripts exeuction from leader master | Chris Lu | 1 | -6/+8 | |
| 2019-05-03 | better error handling for nil raftServer | Chris Lu | 1 | -0/+3 | |
| addressing https://github.com/chrislusf/seaweedfs/issues/717 | |||||
| 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/+2 | |
| 2019-03-06 | add back "/cluster/status" | Chris Lu | 1 | -0/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/870 | |||||
| 2019-03-02 | master: add option to disable http operations | Chris Lu | 1 | -0/+2 | |
| 2019-02-18 | raft change from http to grpc | Chris Lu | 1 | -17/+12 | |
| master grpc port is fixed to http port + 10000 | |||||
| 2019-02-18 | adding grpc mutual tls | Chris Lu | 1 | -1/+6 | |
| 2019-02-09 | cleanup security.Secret | Chris Lu | 1 | -2/+1 | |
| 2019-02-09 | wip: add security.toml file | Chris Lu | 1 | -2/+5 | |
| 2019-01-18 | go fmt | Chris Lu | 1 | -2/+2 | |
| 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-10-14 | move volume vacuum to gRpc | Chris Lu | 1 | -1/+1 | |
| 2018-08-12 | randomize raft server startup | Chris Lu | 1 | -1/+1 | |
| also some go fmt | |||||
| 2018-08-12 | ensure master server count is odd | Chris Lu | 1 | -6/+26 | |
| 2018-07-03 | keep alive for gRpc calls | Chris Lu | 1 | -2/+1 | |
| 2018-05-09 | mv pb to master_pb | Chris Lu | 1 | -2/+2 | |
| 2017-07-16 | ensure 30GB or less | Chris Lu | 1 | -0/+3 | |
| avoid https://github.com/chrislusf/seaweedfs/issues/535 | |||||
| 2017-06-22 | add cpu and mem pprof | Chris Lu | 1 | -12/+3 | |
| 2017-02-12 | remove weeds.conf | Chris Lu | 1 | -2/+1 | |
