Commit Graph

67 Commits (develop)

Author SHA1 Message Date
Qstick f87a66fcba Improved http timeout handling
5 months ago
Bogdan 0feee19146 New: Async HttpClient
10 months ago
Bogdan 12374f7f00 Use 'var' instead of explicit type
1 year ago
Bogdan 3af7a6df7d Remove unused field userAgentBuilder in HttpClient
1 year ago
ta264 63654b99f2 Fixed: Don't buffer update package to memory when downloading
1 year ago
Qstick 0ed8ba828d Avoid unnecessary zero-length array allocations
1 year ago
Mark McDowall 1b90fbcf7d New: IPv6 support for connections/indexers/download clients
2 years ago
Mark McDowall ed9a47449b Fixed broken tests after updating images
2 years ago
Qstick 08b677ca7d Enforce comment spacing with Stylecop
2 years ago
luz paz 209a250079 Fix various typos
2 years ago
Qstick 4c0fe62dda Use modern HttpClient
2 years ago
Qstick 1c22a1ec0d StyleCop
2 years ago
Qstick 878d1561aa Build Sonarr on Net6
2 years ago
Taloth Saldono 652d44722b Fixed: Qbittorrent api errors when only one of two seed criteria was configured
3 years ago
Taloth Saldono d898f55660 Generalized RateLimit logic to all indexers based on indexer id
3 years ago
Taloth Saldono 29bc660cfb Fixed: Jackett indexer search performance
3 years ago
Mark McDowall 0c7743e786 Fixed: Parsing of URLs with double slashes in the path
4 years ago
Mark McDowall 9f527718f2 Ignore HttpClientFixture integration tests
4 years ago
Taloth Saldono b86cfd49ef Fixed redirect test
5 years ago
Taloth Saldono e28b2e8328 Fixed: Corrupt image files when downloading from redirecting Url
5 years ago
Taloth Saldono b764c44318 Fixed tests
5 years ago
Taloth Saldono b0415299ca Fixed: Download mediacover using configured proxy.
5 years ago
Taloth Saldono b3e84f407a New: Removed libcurl http fallback since mono 5.16+ doesn't need it. Also bumped minimum mono version check to 5.16 (5.20 is the best choice atm)
5 years ago
Taloth Saldono be240119e8 Updated Test harnass, NUnit to 3.12.0, NBuilder to 6.0.0, Moq to 4.12.0, FluentAssertions to 5.8.0
5 years ago
Taloth Saldono 08ba273089 fixed qbittorrent tests failing due to incorrect test setup. And http tests failed due to httpbin changing their output.
5 years ago
Taloth Saldono 633344e5bb Disabled httpbin.org tests for now due to the site being flaky.
6 years ago
Taloth Saldono 8b8bfb9bf0 Added third httpbin site.
6 years ago
Taloth Saldono 7241ca4ae9 Run http tests more gracefully.
6 years ago
Taloth Saldono 6d8eebcd30 Revised deletion of cookies.
6 years ago
Taloth Saldono d3f8e0ef4c Fixed: Revised handling of cookies in case of redirects.
6 years ago
Taloth Saldono 2d1d1c8a99 Fixed: Changes in http redirect logic causing failed grabs and >25% cpu usage.
7 years ago
Taloth Saldono fdaa8fb0f5 Disable test on mono managed http.
7 years ago
Taloth Saldono f305331565 Fixed: http->https redirects do not use the tls1.2 curl fallback.
7 years ago
Taloth Saldono 1b6d6c26d5 Fixed HttpUri parsing of domain names with underscores.
7 years ago
Mark McDowall ebcce05588 Fixed: Parsing headers that have a trailing semi-colon
7 years ago
Keivan Beigi 54bc642476 Fixed: OS Version detection shouldn't break user agents. Fixes #1611
8 years ago
Keivan Beigi ad7d571b24 New: Better platform detection specifically for Non-Windows Systems
8 years ago
Keivan Beigi 0214c8e0f0 Removed unused using statements
8 years ago
margaale 8d776abb48 Fixed: Handle download clients sending invalid content-type header.
8 years ago
Taloth Saldono c4a3bc3d2f Fixed cookie tests with expired dates.
8 years ago
Taloth Saldono 9ea753011b Added round-robin over httpbin.org hosts for httpclient tests.
8 years ago
Taloth Saldono b479064abd Moved Proxy types around and refactored/renamed a few things.
8 years ago
Taloth Saldono 3a162be265 CombinePath now simple, uri resolve done via operator and CombineRelativePath.
8 years ago
Mark McDowall 502298aab9 Cleanup HttpUri.PathCombine
8 years ago
Taloth Saldono 23871503a2 Replaced Uri with HttpUri.
8 years ago
Taloth Saldono 2ffbbb0e71 Refactored HttpRequest and HttpRequestBuilder, moving most of the logic to the HttpRequestBuilder.
8 years ago
Taloth Saldono 7e1c444c02 Fixed: Curl Fallback should ignore invalid cookies.
9 years ago
Taloth Saldono aac4938598 Fixed handling cookies in different system languages.
9 years ago
Taloth Saldono fe76d0f98f Refactored the HttpDispatchers.
9 years ago
ta264 4be0fe1b76 Add tests for CurlHttpClient and fix the failures
9 years ago