Bogdan
|
61b263dd98
|
core: refactor obsolete calls (#16290)
* core: refactor obsolete hashing calls
* core: delete cert callback validation removal in update service
* core: remove deprecated ServicePointManager calls
- Avoid harcoding SSL protocols.
- Lowering DefaultConnectionLimit 1000 to MaxConnectionsPerServer 20
* core: avoid is only supported on windows warnings
|
2025-11-16 22:05:22 +02:00 |
|
Bogdan
|
451ae5df62
|
httpclient: fix use with absolute urls in Refresh headers
|
2024-10-14 20:39:37 +03:00 |
|
Bogdan
|
c773909ba6
|
httpclient: generate absolute redirect urls
|
2024-10-14 20:00:31 +03:00 |
|
Bogdan
|
962c9d1c95
|
httpclient: treat "refresh" as redirect (#15646)
|
2024-10-14 13:13:46 +00:00 |
|
Bogdan
|
f2db8aa0fd
|
core: test for cleanse log message (#15616)
|
2024-09-30 11:26:57 +03:00 |
|
Bogdan
|
edf84f4a4f
|
core: bump C# language version (#15469)
|
2024-07-07 22:27:26 +03:00 |
|
AppleSheeple
|
8845555a1c
|
core: Make local address listened to configurable (#14554)
|
2023-07-14 06:37:15 +03:00 |
|
Diego Heras
|
33f59521aa
|
chore: apply dotnet format (#13880)
|
2023-01-08 01:51:55 +01:00 |
|
Garfield69
|
927431fba2
|
webclient: if response binary hexdump first 20 bytes #13532
|
2022-09-11 10:00:33 +12:00 |
|
Garfield69
|
fa4b3e233b
|
Revert "webclient: also show response if the first char is a letter"
This reverts commit 9a1aa101d7.
|
2022-09-10 21:15:26 +12:00 |
|
Garfield69
|
9a1aa101d7
|
webclient: also show response if the first char is a letter
|
2022-09-10 21:06:30 +12:00 |
|
Diego Heras
|
4a6d630076
|
core: increate httpclient timeout for update download. resolves #12711 (#12836)
* Update download timeout => 100s => 300 s
|
2022-01-16 13:04:50 +01:00 |
|
kaso17
|
be117c1819
|
WebClient.GetResultAsync(): allow request.PostData to be null
|
2021-05-25 10:18:06 +02:00 |
|
Diego Heras
|
aca4a16bae
|
ci/cd: fix whitespaces (#11749)
|
2021-05-16 20:13:54 +02:00 |
|
Diego Heras
|
18aff90b9c
|
core: add post body in debug traces. resolves #10285 (#10320)
|
2020-11-28 22:04:41 +01:00 |
|
Diego Heras
|
938315cebd
|
core: remove legacy cloudflare code (#10110)
|
2020-11-04 23:01:58 +01:00 |
|
Diego Heras
|
d0dff67251
|
core: handle error in proxy dns. resolves #8826 resolves #4785 (#9661)
|
2020-09-26 22:52:22 +02:00 |
|
Diego Heras
|
41afd9f61b
|
core: add an option to disable proxy. resolves #8138 (#9660)
|
2020-09-26 22:28:29 +02:00 |
|
Diego Heras
|
7279edf354
|
core: fix ignoresslerrors cli option (#9657)
|
2020-09-26 19:50:58 +02:00 |
|
Garfield69
|
73eb8ddac0
|
webclient: debug logging. some json starts with [ #8529
|
2020-09-22 18:42:38 +12:00 |
|
Diego Heras
|
24bffe9dae
|
core: refactor http webclient part 17 #8529 (#9589)
Print HTML in debug mode. Fix bugs in old implementation too
|
2020-09-22 13:06:23 +12:00 |
|
ngosang
|
5ad1c9c87c
|
core: refactor http webclient part 15 #8529
Fix Mono 5.x and Automapper bugs
|
2020-09-21 18:21:48 +02:00 |
|
Cory
|
ac0ba0f9b1
|
core: refactor http webclient part 13 #8529 (#8941)
Merge string/byte request code
|
2020-09-21 18:13:30 +02:00 |
|
Cory
|
67c7b4ca70
|
core: refactor http webclient part 12 #8529 (#8939)
Merge web results classes into single class and update usages
|
2020-09-21 18:13:27 +02:00 |
|
Cory
|
125298425a
|
core: refactor http webclient part 10 #8529 (#7729)
Move WebResult String and Byte properties to base class
|
2020-09-21 18:13:19 +02:00 |
|
Cory
|
ab74421a81
|
core: refactor http webclient part 9 #8529 (#7727)
Move identical functions up to base WebClient instance. Replay #7691
|
2020-09-21 18:13:16 +02:00 |
|
Cory
|
41dd2dcad5
|
core: refactor http webclient part 8 #8529 (#7725)
Replay Remove automapper commit after rebase
|
2020-09-21 18:13:12 +02:00 |
|
Cory
|
4dd6da4f6e
|
core: refactor http webclient part 4 #8529 (#7653)
Change byte result name to ContentBytes in preparation for merge
|
2020-09-21 18:12:00 +02:00 |
|
Cory
|
abb8526b76
|
core: refactor http webclient part 3 #8529 (#7659)
Move encoding for results into BaseWebResult to prepare for class merging
|
2020-09-21 18:11:57 +02:00 |
|
Cory
|
d760350dc0
|
core: refactor http webclient part 1 #8529 (#7652)
Rename WebClientStringResult.Content to WebClientStringResult.ContentString
|
2020-09-21 18:11:48 +02:00 |
|
ngosang
|
1271ecaa4c
|
Revert "core: refactor http webclient part 1 #8529 (#7652)"
This reverts commit 0bdcfd1e7b.
|
2020-09-21 08:04:26 +02:00 |
|
ngosang
|
e4d384158a
|
Revert "core: refactor http webclient part 3 #8529 (#7659)"
This reverts commit 823ed8522c.
|
2020-09-21 08:04:15 +02:00 |
|
ngosang
|
ede3f77e6a
|
Revert "core: refactor http webclient part 4 #8529 (#7653)"
This reverts commit c605c9a7ae.
|
2020-09-21 08:04:11 +02:00 |
|
ngosang
|
08c41c6daa
|
Revert "core: refactor http webclient part 8 #8529 (#7725)"
This reverts commit 1184a9285a.
|
2020-09-21 08:03:23 +02:00 |
|
ngosang
|
94feb875f7
|
Revert "core: refactor http webclient part 9 #8529 (#7727)"
This reverts commit c8b91bece6.
|
2020-09-21 08:03:18 +02:00 |
|
ngosang
|
2d0b378545
|
Revert "core: refactor http webclient part 10 #8529 (#7729)"
This reverts commit 3a0ece162f.
|
2020-09-21 08:03:14 +02:00 |
|
ngosang
|
a8d055f0d5
|
Revert "core: refactor http webclient part 12 #8529 (#8939)"
This reverts commit 22bced9ca3.
|
2020-09-21 08:02:58 +02:00 |
|
ngosang
|
ca61f965e9
|
Revert "core: refactor http webclient part 13 #8529 (#8941)"
This reverts commit 4d63fa81d5.
|
2020-09-21 08:02:53 +02:00 |
|
Cory
|
4d63fa81d5
|
core: refactor http webclient part 13 #8529 (#8941)
Merge string/byte request code
|
2020-09-19 18:43:06 +02:00 |
|
Cory
|
22bced9ca3
|
core: refactor http webclient part 12 #8529 (#8939)
Merge web results classes into single class and update usages
|
2020-09-19 18:40:08 +02:00 |
|
Cory
|
3a0ece162f
|
core: refactor http webclient part 10 #8529 (#7729)
Move WebResult String and Byte properties to base class
|
2020-09-19 18:39:12 +02:00 |
|
Cory
|
c8b91bece6
|
core: refactor http webclient part 9 #8529 (#7727)
Move identical functions up to base WebClient instance. Replay #7691
|
2020-09-19 18:38:46 +02:00 |
|
Cory
|
1184a9285a
|
core: refactor http webclient part 8 #8529 (#7725)
Replay Remove automapper commit after rebase
|
2020-09-19 18:38:21 +02:00 |
|
Cory
|
c605c9a7ae
|
core: refactor http webclient part 4 #8529 (#7653)
Change byte result name to ContentBytes in preparation for merge
|
2020-09-19 18:36:33 +02:00 |
|
Cory
|
823ed8522c
|
core: refactor http webclient part 3 #8529 (#7659)
Move encoding for results into BaseWebResult to prepare for class merging
|
2020-09-19 18:35:44 +02:00 |
|
Cory
|
0bdcfd1e7b
|
core: refactor http webclient part 1 #8529 (#7652)
Rename WebClientStringResult.Content to WebClientStringResult.ContentString
|
2020-09-19 18:33:39 +02:00 |
|
Cory
|
889a8da4e5
|
Convert functions and properties to expression bodies when able (#7312)
Convert functions and properties to expression bodies when able
|
2020-02-25 10:08:03 -06:00 |
|
Cory
|
348dddfbee
|
core: Apply declarations styles (#7166)
|
2020-02-11 11:16:19 +13:00 |
|
Cory
|
c12da520a4
|
Run dotnet format on solution (#7145)
|
2020-02-09 15:35:16 +13:00 |
|
Diego Heras
|
f770596354
|
core: fix form encoding. resolves #4346 resolves #3061 (#6994)
|
2020-02-08 19:03:03 +13:00 |
|