| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-05-22 | WIPorigin/changing-to-zap | chrislu | 1 | -4/+4 | |
| 2024-07-16 | Added tls for http clients (#5766) | vadimartynov | 1 | -2/+3 | |
| * Added global http client * Added Do func for global http client * Changed the code to use the global http client * Fix http client in volume uploader * Fixed pkg name * Fixed http util funcs * Fixed http client for bench_filer_upload * Fixed http client for stress_filer_upload * Fixed http client for filer_server_handlers_proxy * Fixed http client for command_fs_merge_volumes * Fixed http client for command_fs_merge_volumes and command_volume_fsck * Fixed http client for s3api_server * Added init global client for main funcs * Rename global_client to client * Changed: - fixed NewHttpClient; - added CheckIsHttpsClientEnabled func - updated security.toml in scaffold * Reduce the visibility of some functions in the util/http/client pkg * Added the loadSecurityConfig function * Use util.LoadSecurityConfiguration() in NewHttpClient func | |||||
| 2023-01-20 | grpc connection to filer add sw-client-id header | chrislu | 1 | -1/+3 | |
| 2022-08-23 | remove old raft servers if they don't answer to pings for too long (#3398) | askeipx | 1 | -1/+1 | |
| * 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-08-04 | filer prefer volume server in same data center (#3405) | Konstantin Lebedev | 1 | -1/+13 | |
| * initial prefer same data center https://github.com/seaweedfs/seaweedfs/issues/3404 * GetDataCenter * prefer same data center for ReplicationSource * GetDataCenterId * remove glog | |||||
| 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 | -3/+3 | |
| streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed. | |||||
| 2021-08-14 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-08-12 | use grpc and jwt | Chris Lu | 1 | -2/+2 | |
| 2021-05-26 | remove verbose log | Chris Lu | 1 | -1/+0 | |
| 2021-02-28 | filer source: support filerProxy mode | Chris Lu | 1 | -2/+6 | |
| 2021-01-28 | add back AdjustedUrl() related code | Chris Lu | 1 | -0/+4 | |
| 2021-01-24 | mount: outsideContainerClusterMode proxy through filer | Chris Lu | 1 | -4/+0 | |
| Running mount outside of the cluster would not need to expose all the volume servers to outside of the cluster. The chunk read and write will go through the filer. | |||||
| 2021-01-24 | Revert "mount: when outside cluster network, use filer as proxy to access ↵ | Chris Lu | 1 | -0/+4 | |
| volume servers" This reverts commit 096e088d7bb2a5dce7573b24c2d3006d1cb6f9ec. | |||||
| 2021-01-24 | mount: when outside cluster network, use filer as proxy to access volume servers | Chris Lu | 1 | -4/+0 | |
| 2021-01-24 | filer.sync: replicate outside of either cluster, only need to see filers | Chris Lu | 1 | -3/+16 | |
| 2020-10-11 | refactoring in order to adjust volume server url later | Chris Lu | 1 | -2/+2 | |
| 2020-10-07 | read from alternative replica | Chris Lu | 1 | -6/+15 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1512 | |||||
| 2020-09-09 | filer: cross cluster synchronization | Chris Lu | 1 | -2/+2 | |
| 2020-09-09 | return http response directly | Chris Lu | 1 | -3/+3 | |
| 2020-04-29 | refactoring | Chris Lu | 1 | -2/+8 | |
| 2020-03-04 | refactoring | Chris Lu | 1 | -1/+2 | |
| 2020-02-25 | avoid reusing context object | Chris Lu | 1 | -8/+8 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1182 | |||||
| 2020-01-29 | support env variables to overwrite toml file | Chris Lu | 1 | -7/+8 | |
| 2020-01-26 | use the same context object in order to retry | Chris Lu | 1 | -4/+4 | |
| 2019-04-05 | use cached grpc client | Chris Lu | 1 | -8/+4 | |
| 2019-03-15 | add context.Context | Chris Lu | 1 | -7/+7 | |
| 2019-02-18 | adding grpc mutual tls | Chris Lu | 1 | -5/+10 | |
| 2018-10-03 | add s3 replication sink | Chris Lu | 1 | -6/+16 | |
| 2018-09-21 | go fmt | Chris Lu | 1 | -6/+7 | |
| 2018-09-21 | able to sync the changes | Chris Lu | 1 | -5/+6 | |
| 2018-09-17 | fix compilation | Chris Lu | 1 | -4/+4 | |
| 2018-09-17 | adjust replicated entry name | Chris Lu | 1 | -6/+3 | |
| 2018-09-17 | add WIP filer.replicate | Chris Lu | 1 | -0/+97 | |
