| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |||||
| 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 | -3/+5 | |
| * 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 | |||||
| 2023-08-24 | Implement SRV lookups for filer (#4767) | Nico D'Cotta | 1 | -1/+1 | |
| 2022-10-23 | remove volume server tcp client | chrislu | 1 | -24/+1 | |
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 1 | -6/+6 | |
| 2022-07-28 | add dc and rack | chrislu | 1 | -1/+1 | |
| 2022-05-16 | minor (typos...), done while reading around | Nat Makarevitch | 1 | -3/+3 | |
| 2022-05-01 | filer: add filer group | chrislu | 1 | -1/+1 | |
| 2022-03-26 | refactor: change masters from a slice to a map | chrislu | 1 | -1/+1 | |
| 2021-11-05 | Revert "master: rename grpc function KeepConnected() to ↵ | Chris Lu | 1 | -1/+1 | |
| SubscribeVolumeLocationUpdates()" This reverts commit af71ae11aa29350a60ed7d3b9a16276a06ba9dcc. | |||||
| 2021-11-03 | master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates() | Chris Lu | 1 | -1/+1 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 1 | -2/+2 | |
| 2021-08-12 | use grpc and jwt | Chris Lu | 1 | -1/+1 | |
| 2021-03-16 | revert fasthttp changes | Chris Lu | 1 | -1/+1 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1907 | |||||
| 2021-03-06 | adds tcp writes benchmark | Chris Lu | 1 | -1/+24 | |
| 2021-02-22 | disk type support custom tags | Chris Lu | 1 | -1/+1 | |
| 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-12 | use fasthttp lib to read | Chris Lu | 1 | -1/+1 | |
| 2020-12-16 | go fmt | Chris Lu | 1 | -2/+2 | |
| 2020-12-13 | rename parameter name to "disk" | Chris Lu | 1 | -1/+1 | |
| 2020-12-13 | rename from volumeType to diskType | Chris Lu | 1 | -3/+3 | |
| 2020-12-13 | adding volume type | Chris Lu | 1 | -0/+3 | |
| 2020-11-12 | fiil serverUrls sorted by data center | Konstantin Lebedev | 1 | -1/+1 | |
| 2020-10-13 | Only wait on retryable requests | Chris Lu | 1 | -1/+1 | |
| 2020-10-07 | read from alternative replica | Chris Lu | 1 | -2/+7 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1512 | |||||
| 2020-06-20 | adjust protoc | Chris Lu | 1 | -47/+10 | |
| 2020-06-02 | inject git version into build | Chris Lu | 1 | -1/+1 | |
| 2020-05-10 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-04-30 | add fsync option for benchmark | zhangsong | 1 | -0/+3 | |
| 2020-04-28 | randomize benchmark content | Chris Lu | 1 | -3/+5 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1294 | |||||
| 2020-04-18 | filer master start up with default ip address instead of just localhost | Chris Lu | 1 | -1/+1 | |
| 2020-03-18 | use public url also for deletions | Chris Lu | 1 | -1/+1 | |
| 2020-03-01 | master able to list all master clients by type | Chris Lu | 1 | -1/+1 | |
| 2020-02-25 | avoid reusing context object | Chris Lu | 1 | -3/+3 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1182 | |||||
| 2020-02-14 | volume: add grpc file read operation | Chris Lu | 1 | -8/+49 | |
| This is added more for performance benchmarking. | |||||
| 2020-01-29 | support env variables to overwrite toml file | Chris Lu | 1 | -2/+1 | |
| 2019-10-14 | fix benchmark cmd usage info | zhangsong | 1 | -1/+1 | |
| 2019-06-05 | periodic scripts exeuction from leader master | Chris Lu | 1 | -4/+4 | |
| 2019-03-29 | refactoring | Chris Lu | 1 | -11/+11 | |
| 2019-03-20 | benchmark: add replication flag | chenwanli | 1 | -2/+5 | |
| 2019-02-18 | adding grpc mutual tls | Chris Lu | 1 | -3/+11 | |
| 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/+11 | |
| 2019-02-09 | cleanup security.Secret | Chris Lu | 1 | -7/+2 | |
| 2019-01-17 | go fmt and fix some typo | bingoohuang | 1 | -6/+6 | |
| 2018-12-27 | avoid gzip benchmark data | Chris Lu | 1 | -1/+5 | |
| related to https://github.com/chrislusf/seaweedfs/issues/804 | |||||
| 2018-08-12 | randomize raft server startup | Chris Lu | 1 | -1/+1 | |
| also some go fmt | |||||
