| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-05-22 | added context to filer_client method calls (#6808) | Aleksey Kosov | 1 | -2/+3 | |
| Co-authored-by: akosov <a.kosov@kryptonite.ru> | |||||
| 2024-07-16 | Added tls for http clients (#5766) | vadimartynov | 1 | -1/+2 | |
| * 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-12 | ensure metadata follow a specific folder | chrislu | 1 | -1/+7 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5774 | |||||
| 2023-03-21 | refactoring | chrislu | 1 | -1/+13 | |
| 2023-01-20 | grpc connection to filer add sw-client-id header | chrislu | 1 | -1/+2 | |
| 2022-08-17 | fix building for unmaintained | chrislu | 1 | -0/+1 | |
| 2022-07-29 | fix deprecated functions | chrislu | 1 | -2/+2 | |
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -3/+3 | |
| 2022-07-23 | metadata subscription uses client epoch | chrislu | 1 | -1/+1 | |
| 2022-06-02 | fix filer.sync missing source srv uploaded files to target when target down | creeew | 1 | -1/+1 | |
| 2022-05-30 | subscribe metadata between a range | chrislu | 1 | -1/+1 | |
| 2021-12-30 | add client id for all metadata listening clients | chrislu | 1 | -1/+1 | |
| 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 | -2/+2 | |
| 2021-09-11 | add optional delay | Chris Lu | 1 | -4/+9 | |
| 2021-08-31 | add additionalPathPrefixes | Chris Lu | 1 | -2/+1 | |
| 2021-08-04 | refactor client subscribe metadata | Chris Lu | 1 | -33/+2 | |
| 2021-06-27 | logging changes to debug | Chris Lu | 1 | -2/+6 | |
| 2021-05-22 | some code to stress test the meta data events | Chris Lu | 1 | -0/+108 | |
