summaryrefslogtreecommitdiff
path: root/Source/Core/Common/HttpRequest.cpp
AgeCommit message (Expand)Author
2023-12-01Common/HTTP: Implement MultiformSketch
2023-09-16Common: Fix HttpRequest::GetLastResponseCode stack corruptionJosJuice
2023-09-03IOS/KD: Implement NWC24_CHECK_MAIL_NOWSketch
2023-05-01Merge pull request #11736 from noahpistilli/get-scheduler-statLéo Lam
2023-04-17IOS/Network/KD: Implement GetSchedulerStatSketch
2023-04-12Resolve [-Wdeprecated-declarations]Minty-Meeo
2022-01-13Replace use of of unsigned char* with fmtPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-10-29Common: Fix logger related crash when HTTP response is emptyThomas May
2020-10-23Common: Migrate logging to fmtLioncash
2019-06-23Fix out of bounds read in HttpRequest::Impl::Fetch loggingSilent
2019-06-20Common/HttpRequest: Use CURLOPT_ERRORBUFFER for error messagesspycrab
2019-05-27Common/HttpRequest: Simplify cURL initializationLioncash
2019-05-27Common/HttpRequest: Avoid unnecessary copies in loop in Fetch()Lioncash
2019-05-27Common/HttpRequest: std::move callback in constructorLioncash
2019-04-13Common/HttpRequest: Add option to allow non 200 response codesspycrab
2019-04-06Common/HttpRequest: Fix EscapeComponent leaking memoryspycrab
2019-04-06Qt/NetPlay: Integrate NetPlayIndexspycrab
2019-03-30Common/HttpRequest: Implement EscapeComponentspycrab
2019-02-01Common/HttpRequest: optionally follow redirectsTillmann Karras
2018-08-13Force IPv4 on external IP addressesSleepy Flower Girl
2018-05-29Common/HttpRequest: Add option to set cookiesspycrab
2018-05-04HttpRequest/Curl: Use a more intelligent timeout methodspycrab
2018-03-28HttpRequest: Add callback optionspycrab
2018-03-20HttpRequest: make curl initialization thread-safePierre Bourdon
2017-06-18HttpRequest: Use std::chrono for indicating time periodsLioncash
2017-06-13HttpRequest: Add support for custom timeoutsLéo Lam
2017-06-13HttpRequest: Add support for sending custom headersLéo Lam
2017-06-13HttpRequest: Log response body on failureLéo Lam
2017-06-13Common: Add HttpRequest to simplify HTTP requestsLéo Lam