| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-05-28 | Add context with request (#6824) | Aleksey Kosov | 1 | -3/+3 | |
| 2024-07-16 | Added tls for http clients (#5766) | vadimartynov | 1 | -3/+11 | |
| * 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 | |||||
| 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 | -1/+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-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -4/+4 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -2/+3 | |
| 2021-09-06 | refactoring | Chris Lu | 1 | -1/+10 | |
| 2021-04-27 | minFreeSpace refactored | bingoohuang | 1 | -1/+1 | |
| 2020-10-13 | Only wait on retryable requests | Chris Lu | 1 | -1/+1 | |
| 2020-03-13 | testing vacuum | Chris Lu | 1 | -4/+17 | |
| 2020-03-09 | vacuum benchmarking | Chris Lu | 1 | -15/+28 | |
| 2020-03-08 | filer: remember content is gzipped or not | Chris Lu | 1 | -3/+1 | |
| 2020-03-07 | encryption works | Chris Lu | 1 | -1/+1 | |
| 2020-03-06 | filer: option to encrypt data on volume server | Chris Lu | 1 | -1/+1 | |
| 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/+4 | |
| 2019-02-18 | adding grpc mutual tls | Chris Lu | 1 | -1/+7 | |
| 2019-02-16 | avoid util package depends on security package | Chris Lu | 1 | -1/+1 | |
| 2019-02-15 | benchmark can work in secure mode | Chris Lu | 1 | -2/+2 | |
| 2019-01-17 | go fmt and fix some typo | bingoohuang | 1 | -1/+1 | |
| 2018-11-03 | add delete | Chris Lu | 1 | -0/+2 | |
| 2018-11-03 | add to stress test vacuum | Chris Lu | 1 | -0/+43 | |
