| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-07-16 | Added loadSecurityConfigOnce (#5792) | vadimartynov | 1 | -1/+1 | |
| 2024-06-14 | Added context for the MasterClient's methods to avoid endless loops (#5628) | vadimartynov | 1 | -2/+2 | |
| * Added context for the MasterClient's methods to avoid endless loops * Returned WithClient function. Added WithClientCustomGetMaster function * Hid unused ctx arguments * Using a common context for the KeepConnectedToMaster and WaitUntilConnected functions * Changed the context termination check in the tryConnectToMaster function * Added a child context to the tryConnectToMaster function * Added a common context for KeepConnectedToMaster and WaitUntilConnected functions in benchmark | |||||
| 2022-08-23 | remove old raft servers if they don't answer to pings for too long (#3398) | askeipx | 1 | -3/+4 | |
| * remove old raft servers if they don't answer to pings for too long add ping durations as options rename ping fields fix some todos get masters through masterclient raft remove server from leader use raft servers to ping them CheckMastersAlive for hashicorp raft only * prepare blocking ping * pass waitForReady as param * pass waitForReady through all functions * waitForReady works * refactor * remove unneeded params * rollback unneeded changes * fix | |||||
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -5/+5 | |
| 2021-12-26 | use streaming mode for long poll grpc calls | chrislu | 1 | -1/+1 | |
| streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed. | |||||
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -4/+4 | |
| 2021-08-03 | typo | Chris Lu | 1 | -2/+2 | |
| 2021-07-01 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-06-07 | Return correct exitcode when `wheed upload` fails | Daniel Nagy | 1 | -2/+11 | |
| 2021-04-01 | smaller file chunks are faster | Chris Lu | 1 | -1/+1 | |
| 2021-02-22 | disk type support custom tags | Chris Lu | 1 | -1/+1 | |
| 2021-02-17 | go fmt | Chris Lu | 1 | -2/+2 | |
| 2021-02-17 | refactoring to get master function, instead of passing master values directly | Chris Lu | 1 | -2/+2 | |
| this will enable retrying later | |||||
| 2021-02-14 | disk type only supports hdd and ssd, not ready for random tags yet | Chris Lu | 1 | -1/+1 | |
| 2021-02-13 | adjust help message | Chris Lu | 1 | -1/+1 | |
| 2021-02-09 | Merge branch 'master' into support_ssd_volume | Chris Lu | 1 | -0/+25 | |
| 2021-01-02 | upload: add read default collection from master | Chris Lu | 1 | -0/+25 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1724#issuecomment-753576071 | |||||
| 2020-12-16 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-12-13 | rename parameter name to "disk" | Chris Lu | 1 | -1/+1 | |
| 2020-12-13 | rename from volumeType to diskType | Chris Lu | 1 | -4/+4 | |
| 2020-12-13 | adding volume type | Chris Lu | 1 | -2/+4 | |
| 2020-07-16 | resolve directories if containing home directory | Chris Lu | 1 | -1/+1 | |
| 2020-03-18 | weed upload: add usePublicUrl option | Chris Lu | 1 | -14/+12 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1236 | |||||
| 2020-01-29 | support env variables to overwrite toml file | Chris Lu | 1 | -4/+2 | |
| 2019-06-05 | periodic scripts exeuction from leader master | Chris Lu | 1 | -4/+5 | |
| 2019-04-04 | default weed filer.copy and weed upload chunk size to 32MB | Chris Lu | 1 | -1/+1 | |
| 2019-02-18 | adding grpc mutual tls | Chris Lu | 1 | -2/+9 | |
| 2019-02-09 | cleanup security.Secret | Chris Lu | 1 | -6/+2 | |
| 2019-02-06 | fixing of typos | Sergey | 1 | -1/+1 | |
| 2018-12-22 | adjust help message | Chris Lu | 1 | -4/+0 | |
| 2017-08-10 | fix typo | Chris Lu | 1 | -1/+1 | |
| fix https://github.com/chrislusf/seaweedfs/issues/549 | |||||
| 2017-01-09 | suport uploading files to specific dataCenter | sparklxb | 1 | -2/+4 | |
| 2017-01-04 | fix bug: upload big .gz file more than maxMB | lixianbin | 1 | -1/+1 | |
| 2016-07-20 | add "weed copy" command to copy files to filer | Chris Lu | 1 | -5/+5 | |
| 2016-06-02 | directory structure change to work with glide | Chris Lu | 1 | -0/+108 | |
| glide has its own requirements. My previous workaround caused me some code checkin errors. Need to fix this. | |||||
