| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-09-14 | refactor(various): `Listner` -> `Listener` readability improvements (#3672) | Ryan Russell | 1 | -11/+11 | |
| * refactor(net_timeout): `listner` -> `listener` Signed-off-by: Ryan Russell <git@ryanrussell.org> * refactor(s3): `s3ApiLocalListner` -> `s3ApiLocalListener` Signed-off-by: Ryan Russell <git@ryanrussell.org> * refactor(filer): `localPublicListner` -> `localPublicListener` Signed-off-by: Ryan Russell <git@ryanrussell.org> * refactor(command): `masterLocalListner` -> `masterLocalListener` Signed-off-by: Ryan Russell <git@ryanrussell.org> * refactor(net_timeout): `ipListner` -> `ipListener` Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org> | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -2/+2 | |
| 2022-05-04 | avoid fatal error if port is already in use | chrislu | 1 | -1/+3 | |
| 2022-04-27 | skip ipv6 all interfaces and localhost | chrislu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/2983 | |||||
| 2022-03-17 | skip localhost if bound to all interfaces already 0.0.0.0 or 127.0.0.1 | chrislu | 1 | -1/+1 | |
| 2022-03-15 | master, filer, s3: also listen to "localhost" in addition to specific ip address | chrislu | 1 | -6/+35 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1937 | |||||
| 2021-12-29 | dynamically adjust connection timeout | chrislu | 1 | -2/+6 | |
| better fix for https://github.com/chrislusf/seaweedfs/issues/2541 | |||||
| 2020-10-13 | filer: linearize timeout for large chunk of data | Chris Lu | 1 | -1/+2 | |
| 2020-04-20 | close the connection with better accouting | Chris Lu | 1 | -4/+7 | |
| 2020-03-20 | master: fix connections count reporting | Chris Lu | 1 | -1/+5 | |
| 2020-02-14 | ignore error when counting closed connections | Chris Lu | 1 | -5/+2 | |
| 2018-09-03 | fix possible connection counting error | Chris Lu | 1 | -2/+5 | |
| 2017-01-10 | disable master connection timeout | Chris Lu | 1 | -6/+10 | |
| temporarily disable master connection timeout due to heartbeat connection timeout | |||||
| 2016-06-02 | directory structure change to work with glide | Chris Lu | 1 | -0/+81 | |
| glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this. | |||||
