Qstick
59e5b5bd52
Set PooledConnectionLifetime to 10 minutes
...
Setting PooledConnectinLifetime to a defined number will ensure we don't run into DNS refresh issues
2 years ago
Qstick
f97b35403d
Fixed: Indexer proxies not applying to requests
...
Fixes #1107
2 years ago
Qstick
4473551182
Fixed: Correctly use FlareSolverr User Agent
2 years ago
Qstick
b7b5a6e7e1
Modern HTTP Client ( #685 )
2 years ago
Qstick
e480f53f7f
More mono cleaning
3 years ago
Qstick
e04133d34a
More Mono Cleaning
3 years ago
Qstick
0f52258d53
Fixed: (Flaresolverr) YggCookie and YggTorrent Issues
3 years ago
Qstick
7480ebea85
New: Per Indexer Proxies
...
Fixes #281
3 years ago
Qstick
5cb13e69d7
Fixed: Indexer failures not logged to history
4 years ago
Qstick
6d9b028814
Async HttpClient framework
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
4 years ago
Qstick
a41ae141cd
Cardigann Auth first pass
4 years ago
Qstick
e1020f4107
Initial Push
4 years ago
Qstick
658f6922c2
Fixed: Use Proxy for MediaCovers and Metadata ( #4916 )
...
[common]
Co-authored-by: Soroush <soroush@falahati.net>
4 years ago
Qstick
1d6a7a1843
Revert "Async HttpClient and list lookup"
...
This reverts commit c8a2af867e
.
5 years ago
ta264
c8a2af867e
Async HttpClient and list lookup
5 years ago
ta264
f02fa629cc
Reformat and apply Stylecop rules
5 years ago
ta264
8d27111f7b
Remove all unnecessary usings
5 years ago
Taloth Saldono
895abe8c3b
Fixed: Workaround for mono 5.16+ bug preventing the closure of sockets on timeouts (Jackett connections)
...
ref #2802
5 years ago
Qstick
6275737ced
New: Many UI Updates and Performance Tweaks
6 years ago
Qstick
65efa15551
New: Backend changes for new UI
6 years ago
Qstick
aef89160e2
Added: Platform Detection Improvements
6 years ago
Leonardo Galli
a28f2fd21d
Fixed: OsInfo being renamed to PlatformInfo
6 years ago
Leonardo Galli
a26016fc08
Fixed: Mono bug causing memory leakage when http connections use gzip compression.
...
The bug is registered upstream, but this commit works around the problem by doing the gzip decompression separately from the http stack.
Ref #2296
6 years ago
Leonardo Galli
d02d71c336
Fixed: Apparently Microsoft thinks that you should cast to IDisposable first.
6 years ago
Leonardo Galli
eb077b043e
Fixed: Resource leakage inside ManagedHttpDispatcher.
6 years ago
Leonardo Galli
799a448544
Fixed: http->https redirects do not use the tls1.2 curl fallback.
...
fixes #1862
7 years ago
James White
38af8edd59
Fixed: Adjust Sonarr references to Radarr ( #1977 )
7 years ago
Taloth Saldono
816cf608fc
Fixed: Added fallback and log errors when Tls1.2 clashes with https certificate with obsolete md5 hash.
8 years ago
Taloth Saldono
73fb216e6f
New: Added CAPTCHA support to Rarbg.
8 years ago
Lloyd Sparkes
5fae8e7762
Updating SocksWebProxy to fix issues with POST Requests
9 years ago
Taloth Saldono
b479064abd
Moved Proxy types around and refactored/renamed a few things.
9 years ago
Taloth Saldono
9e7927acec
Create HttpProxySettingsProvider and fixed related issues.
9 years ago
Lloyd Sparkes
f807e44a39
Force to IPv4
9 years ago
Lloyd Sparkes
d68abc746c
Bug Fixes
9 years ago
Lloyd Sparkes
6fdbb2b659
Fix merging issues & API changes - that conflict resolution did not detect
9 years ago
Lloyd Sparkes
bfe134ee54
Proxy Support for Sonarr #732
...
Switch to use Port #0 which just uses the next free port
Non Functional - Code Cleanup
Tabs -> Spaces,
Opps Deleted too much
Refactoring & Code Cleanup & Move Config to DB
remove unneeded line
Clean Up Spaces
Code Review Points on the UI
FIx extra space
Clean Up unrequired changes
Add a HealthCheck.
Extra Check in ProxyCheck. Correctly deal with Socks Authentication
Remove SubModule
Add in Nuget + Tweak ProxyCheck
Code Review Points
Missed Review Point
Add Subnet Filtering, Add ProxyBypass for local addresses. UI updated for property changes.
Fix typo, and copy&paste error
Tweak URL to hit
9 years ago
Taloth Saldono
e1ea17cabf
Fixed: uTorrent api proxy would fail on specific Win10 configurations. (The Phoenix Rises)
...
Moved token queryparam to start since uTorrent requires it.
Fixed handling response missing an expected Set-Cookie header.
Force Cache-Control: no-cache for uTorrent.
Added Connection: KeepAlive to fix inexplicable uTorrent api failure.
9 years ago
Taloth Saldono
2d96914bfa
Send Http auth without waiting for challenge.
9 years ago
Taloth Saldono
70494c3674
Adding magnet to qbit should use FormData not QueryParam.
9 years ago
Taloth Saldono
eb70a6419c
Fixed: Not uploading nzbs to Nzbget on linux since previous develop.
9 years ago
Taloth Saldono
23871503a2
Replaced Uri with HttpUri.
9 years ago
Taloth Saldono
2ffbbb0e71
Refactored HttpRequest and HttpRequestBuilder, moving most of the logic to the HttpRequestBuilder.
...
Added ContentSummary to be able to describe the ContentData in a human readable form. (Useful for JsonRpc and FormData).
9 years ago
Taloth Saldono
e01b2ef25c
Fixed some compile warnings.
9 years ago
Taloth Saldono
fe76d0f98f
Refactored the HttpDispatchers.
9 years ago