ddde547c08
chore: Remove unwraps from fetch_object and server_proto
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-09-09 09:58:59 +10:00
be5500d29f
chore: Add CacheError and remove unwraps from fetch_object
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-09-05 17:57:31 +10:00
ea6fa551a2
chore: Remove all unwraps from util.rs and add state_lock macro
...
Signed-off-by: quexeky <git@quexeky.dev >
2025-09-04 18:02:36 +10:00
776dc8fe7a
Fixes reqwest client setup, #87 ( #107 )
2025-08-04 15:01:44 +10:00
cc5339a389
Reqwest optionally load certificates from disk ( #94 )
...
* feat: Add get_client function
Signed-off-by: quexeky <git@quexeky.dev >
* chore: Converted all instances of reqwest::blocking::Client::new() and reqwest::Client::new() to DROP_CLIENT_SYNC and DROP_CLIENT_ASYNC respectively
Signed-off-by: quexeky <git@quexeky.dev >
* fix: use_remote_logic not using certificates
Signed-off-by: quexeky <git@quexeky.dev >
* fix: add log statement to certificates
* chore: add more logging
* fix: clippy
* refactor: into single fetch_certificates func
---------
Signed-off-by: quexeky <git@quexeky.dev >
Co-authored-by: quexeky <git@quexeky.dev >
2025-08-02 11:59:50 +10:00
f9fdf151ea
Clippy CI/CD ( #67 )
...
* feat: add clippy ci
* fix: clippy errors
* fix: ci/cd
* fix: update ci packages
* fix: add gtk3 to ci deps
* fix: add webkit to ci deps
* fix: ci deps and perms
* fix: add clippy settings to lib.rs
2025-07-18 17:36:04 +10:00