aboutsummaryrefslogtreecommitdiff
path: root/weed/command/master_follower.go
AgeCommit message (Expand)AuthorFilesLines
2025-05-22WIPorigin/changing-to-zapchrislu1-8/+8
2024-07-16Added loadSecurityConfigOnce (#5792)vadimartynov1-1/+1
2024-06-14Added context for the MasterClient's methods to avoid endless loops (#5628)vadimartynov1-1/+1
2024-03-09remove repetitive words (#5364)rustrover1-1/+1
2022-09-14refactor(various): `Listner` -> `Listener` readability improvements (#3672)Ryan Russell1-3/+3
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-6/+6
2022-03-26refactor: change masters from a slice to a mapchrislu1-1/+1
2022-03-17The fixes for https://github.com/chrislusf/seaweedfs/issues/1937 had a few pr...Berck Nash1-6/+7
2022-03-15master, filer, s3: also listen to "localhost" in addition to specific ip addresschrislu1-2/+8
2022-03-11default bind to one ip addresschrislu1-1/+5
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
2021-11-05Revert "master: rename grpc function KeepConnected() to SubscribeVolumeLocati...Chris Lu1-1/+1
2021-11-03master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()Chris Lu1-1/+1
2021-09-20use default 10000 for grpc portChris Lu1-1/+5
2021-09-12change server address from string to a typeChris Lu1-11/+6
2021-09-12custom grpc port: master followerChris Lu1-1/+2
2021-09-07better IP v6 supportChris Lu1-3/+2
2021-08-14go fmtChris Lu1-2/+0
2021-08-12master: add master.follower to handle read file id lookup requestsChris Lu1-0/+145