aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/windows.cpp
Commit message (Collapse)AuthorAgeFilesLines
* HTTP improvements (#803)Stefan Boberg13 days1-7/+5
| | | | | - Add GetTotalBytesReceived/GetTotalBytesSent to HttpServer with implementations in ASIO and http.sys backends - Add ExpectedErrorCodes to HttpClientSettings to suppress warn/info logs for anticipated HTTP error codes - Also fixes minor issues in `CprHttpClient::Download`
* added logic to change default HTTP server implementation when running on ↵Stefan Boberg2024-05-021-0/+13
| | | | | | Wine (#71) * added logic to change default HTTP server implementation when running on Wine * added log message to inform user about potential problems when running under Wine
* Remove ATL header usage (#306)Stefan Boberg2023-05-151-0/+64
ATL has been used here and there as a convenience. Given that this is a legacy component and not always something which gets installed along with the compiler we hereby remove the dependency altogether in favour of our own simple wrappers