ppsspp/Common/Net
Henrik Rydgård e01ca5b057
Logging API change (refactor) (#19324)
* Rename LogType to Log

* Explicitly use the Log:: enum when logging. Allows for autocomplete when editing.

* Mac/ARM64 buildfix

* Do the same with the hle result log macros

* Rename the log names to mixed case while at it.

* iOS buildfix

* Qt buildfix attempt, ARM32 buildfix
2024-07-14 14:42:59 +02:00
..
HTTPClient.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
HTTPClient.h HTTPClient: Fix issue with HTTP redirects 2024-05-28 11:16:10 +02:00
HTTPHeaders.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
HTTPHeaders.h Logging improvement 2023-12-29 11:44:22 +01:00
HTTPNaettRequest.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
HTTPNaettRequest.h Make the i18n T function use std::string_view 2024-02-12 18:44:39 +01:00
HTTPRequest.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
HTTPRequest.h Make the i18n T function use std::string_view 2024-02-12 18:44:39 +01:00
HTTPServer.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
HTTPServer.h Common: Rename Download to Request, and the old Request to ServerRequest. 2023-07-21 22:12:00 +02:00
NetBuffer.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
NetBuffer.h Allow configuring the game language separately from the PPSSPP UI language, with a new setting. 2023-07-23 11:30:04 +02:00
Resolve.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
Resolve.h Move fileutil, net, image loaders, ui to Common. (#13506) 2020-10-04 20:48:47 +02:00
Sinks.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
Sinks.h CHD over http wasn't actually working, disable again until it can be fixed 2023-12-29 12:19:06 +01:00
URL.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
URL.h Make some global string pointers const, not just the strings. 2023-12-29 14:09:45 +01:00
WebsocketServer.cpp Common: Rename Download to Request, and the old Request to ServerRequest. 2023-07-21 22:12:00 +02:00
WebsocketServer.h Common: Rename Download to Request, and the old Request to ServerRequest. 2023-07-21 22:12:00 +02:00