index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
HttpRequest.cpp
Age
Commit message (
Expand
)
Author
2023-12-01
Common/HTTP: Implement Multiform
Sketch
2023-09-16
Common: Fix HttpRequest::GetLastResponseCode stack corruption
JosJuice
2023-09-03
IOS/KD: Implement NWC24_CHECK_MAIL_NOW
Sketch
2023-05-01
Merge pull request #11736 from noahpistilli/get-scheduler-stat
Léo Lam
2023-04-17
IOS/Network/KD: Implement GetSchedulerStat
Sketch
2023-04-12
Resolve [-Wdeprecated-declarations]
Minty-Meeo
2022-01-13
Replace use of of unsigned char* with fmt
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-10-29
Common: Fix logger related crash when HTTP response is empty
Thomas May
2020-10-23
Common: Migrate logging to fmt
Lioncash
2019-06-23
Fix out of bounds read in HttpRequest::Impl::Fetch logging
Silent
2019-06-20
Common/HttpRequest: Use CURLOPT_ERRORBUFFER for error messages
spycrab
2019-05-27
Common/HttpRequest: Simplify cURL initialization
Lioncash
2019-05-27
Common/HttpRequest: Avoid unnecessary copies in loop in Fetch()
Lioncash
2019-05-27
Common/HttpRequest: std::move callback in constructor
Lioncash
2019-04-13
Common/HttpRequest: Add option to allow non 200 response codes
spycrab
2019-04-06
Common/HttpRequest: Fix EscapeComponent leaking memory
spycrab
2019-04-06
Qt/NetPlay: Integrate NetPlayIndex
spycrab
2019-03-30
Common/HttpRequest: Implement EscapeComponent
spycrab
2019-02-01
Common/HttpRequest: optionally follow redirects
Tillmann Karras
2018-08-13
Force IPv4 on external IP addresses
Sleepy Flower Girl
2018-05-29
Common/HttpRequest: Add option to set cookies
spycrab
2018-05-04
HttpRequest/Curl: Use a more intelligent timeout method
spycrab
2018-03-28
HttpRequest: Add callback option
spycrab
2018-03-20
HttpRequest: make curl initialization thread-safe
Pierre Bourdon
2017-06-18
HttpRequest: Use std::chrono for indicating time periods
Lioncash
2017-06-13
HttpRequest: Add support for custom timeouts
Léo Lam
2017-06-13
HttpRequest: Add support for sending custom headers
Léo Lam
2017-06-13
HttpRequest: Log response body on failure
Léo Lam
2017-06-13
Common: Add HttpRequest to simplify HTTP requests
Léo Lam