| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-07-16 | Added tls for http clients (#5766) | vadimartynov | 15 | -21/+58 | |
| * 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 | 4 | -4/+4 | |
| 2024-07-12 | ensure metadata follow a specific folder | chrislu | 1 | -1/+7 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/5774 | |||||
| 2024-07-01 | refactor all methods strings to const (#5726) | Konstantin Lebedev | 2 | -2/+2 | |
| 2024-06-14 | Added context for the MasterClient's methods to avoid endless loops (#5628) | vadimartynov | 2 | -2/+4 | |
| * 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 | |||||
| 2024-05-24 | avoid ticker leak | chrislu | 2 | -0/+2 | |
| 2023-10-20 | see_dat add print name (#4930) | binbinshi | 1 | -2/+2 | |
| 2023-06-07 | fix: fid mismatch (#4554) | wusong | 1 | -2/+3 | |
| Co-authored-by: wang wusong <wangwusong@virtaitech.com> | |||||
| 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-11-20 | Include meta in ReadAllNeedles (#3991) | James Hartig | 1 | -2/+3 | |
| This is useful for doing backups on the data so we can accurately store the last modified time, the compression state, and verify the crc. Previously we were doing VolumeNeedleStatus and then an HTTP request which needlessly read from the dat file twice. | |||||
| 2022-11-15 | refactor filer_pb.Entry and filer.Entry to use GetChunks() | chrislu | 1 | -1/+1 | |
| for later locking on reading chunks | |||||
| 2022-08-31 | close responses | chrislu | 1 | -5/+7 | |
| 2022-08-17 | fix building for unmaintained | chrislu | 1 | -0/+1 | |
| 2022-08-17 | move proto package | chrislu | 2 | -2/+2 | |
| 2022-07-29 | fix deprecated functions | chrislu | 1 | -2/+2 | |
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 12 | -57/+57 | |
| 2022-07-23 | metadata subscription uses client epoch | chrislu | 1 | -1/+1 | |
| 2022-07-20 | rename parameter and reuse functions | guol-fnst | 2 | -6/+8 | |
| rename milestone to watermark | |||||
| 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 | |
| 2022-05-16 | minor (typos...), done while reading around | Nat Makarevitch | 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 | 3 | -9/+8 | |
| streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed. | |||||
| 2021-10-14 | refactor: move from io/ioutil to io and os package | Eng Zer Jun | 2 | -6/+4 | |
| The io/ioutil package has been deprecated as of Go 1.16, see https://golang.org/doc/go1.16#ioutil. This commit replaces the existing io/ioutil functions with their new definitions in io and os packages. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> | |||||
| 2021-09-27 | stream read multiple volumes in a volume server | Chris Lu | 1 | -0/+64 | |
| 2021-09-12 | change server address from string to a type | Chris Lu | 4 | -15/+16 | |
| 2021-09-11 | add optional delay | Chris Lu | 1 | -4/+9 | |
| 2021-09-06 | refactoring | Chris Lu | 1 | -1/+10 | |
| 2021-08-31 | add additionalPathPrefixes | Chris Lu | 1 | -2/+1 | |
| 2021-08-04 | refactor client subscribe metadata | Chris Lu | 1 | -33/+2 | |
| 2021-07-29 | Add the additional meta log | byunghwa.yun | 1 | -1/+1 | |
| 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 | |
| 2021-05-22 | minor | Chris Lu | 1 | -1/+1 | |
| 2021-04-27 | minFreeSpace refactored | bingoohuang | 1 | -1/+1 | |
| 2021-02-20 | disk file avoid file.Stat() | Chris Lu | 1 | -1/+1 | |
| 2021-02-17 | refactoring to get master function, instead of passing master values directly | Chris Lu | 1 | -1/+1 | |
| this will enable retrying later | |||||
| 2021-02-12 | adjust http max idle connections per host | Chris Lu | 1 | -1/+1 | |
| related to https://github.com/chrislusf/seaweedfs/issues/1802 | |||||
| 2021-02-07 | fix typo offset.ToAcutalOffset to offset.ToActualOffset | bingoohuang | 1 | -1/+1 | |
| 2020-11-17 | add example scripts | Chris Lu | 1 | -0/+3 | |
| 2020-10-25 | update to correct block size | Chris Lu | 1 | -4/+9 | |
| 2020-10-25 | write a lot of files | Chris Lu | 1 | -0/+49 | |
| 2020-10-13 | Only wait on retryable requests | Chris Lu | 1 | -1/+1 | |
| 2020-09-12 | do not idx file format | Chris Lu | 1 | -3/+0 | |
| revert c9ab8d05fa9b425352ce978b5c5b5b0d71d787ad | |||||
| 2020-09-11 | adjust size | Chris Lu | 1 | -0/+3 | |
| 2020-09-09 | properly cancel context for streaming grpc | Chris Lu | 1 | -1/+3 | |
| 2020-09-01 | rename filer2 to filer | Chris Lu | 1 | -2/+2 | |
| 2020-08-18 | refactoring | Chris Lu | 1 | -1/+1 | |
| 2020-08-18 | maintain the unmaintained | Chris Lu | 4 | -89/+6 | |
