ppsspp/Common/Net
Henrik Rydgård 59a56d66c7 Add a "reason" argument to sleep_ms().
sleep_ms() should generally be avoided when possible. This can be used to try
to track down unnecessary sleeps by adding some logging.

This commit on its own doesn't actually add any logging.
2024-11-21 15:28:51 +01:00
..
HTTPClient.cpp Add a "reason" argument to sleep_ms(). 2024-11-21 15:28:51 +01:00
HTTPClient.h Bunch more linting 2024-10-10 11:57:10 +02:00
HTTPHeaders.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
HTTPHeaders.h
HTTPNaettRequest.cpp More lint warning fixes 2024-10-10 10:52:45 +02:00
HTTPNaettRequest.h Make the i18n T function use std::string_view 2024-02-12 18:44:39 +01:00
HTTPRequest.cpp Add a "reason" argument to sleep_ms(). 2024-11-21 15:28:51 +01:00
HTTPRequest.h Add a "reason" argument to sleep_ms(). 2024-11-21 15:28:51 +01:00
HTTPServer.cpp [Common/Data/File/Input/Net/Serialize/System/UI] Using for based loop C++17 and replaced on structured binding map C++17 2024-09-17 17:42:08 +02:00
HTTPServer.h
NetBuffer.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
NetBuffer.h
Resolve.cpp Add a "reason" argument to sleep_ms(). 2024-11-21 15:28:51 +01:00
Resolve.h
Sinks.cpp Fix minor code issues flagged by PVS-Studio and reported by alphrixus. 2024-10-10 14:10:30 +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
WebsocketServer.h