ladybird/Services/RequestServer
Timothy Flynn 4fddd6a681 RequestServer: Do not log disk cache version mismatches on first-run
Particularly on test runs, this is just noise.
2025-11-21 08:48:42 +01:00
..
Cache RequestServer: Do not log disk cache version mismatches on first-run 2025-11-21 08:48:42 +01:00
CacheLevel.h Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00
CMakeLists.txt LibRequests+RequestServer: Add a method to estimate disk cache size 2025-11-12 09:06:21 -05:00
ConnectionFromClient.cpp RequestServer: Add a time parameter to the clear cache endpoint 2025-11-12 09:06:21 -05:00
ConnectionFromClient.h RequestServer: Add a time parameter to the clear cache endpoint 2025-11-12 09:06:21 -05:00
CURL.cpp RequestServer: Move some cURL utilities to their own file 2025-10-28 11:52:51 +01:00
CURL.h RequestServer: Move some cURL utilities to their own file 2025-10-28 11:52:51 +01:00
Forward.h RequestServer: Create RequestPipe abstraction for request data transfer 2025-10-29 17:47:02 -04:00
main.cpp LibWebView+RequestServer: Add a simple test mode for the HTTP disk cache 2025-11-20 09:33:49 +01:00
Request.cpp RequestServer: Add a hook to advance a request's clock time for testing 2025-11-20 09:33:49 +01:00
Request.h RequestServer: Add a hook to advance a request's clock time for testing 2025-11-20 09:33:49 +01:00
RequestClient.ipc LibRequests+RequestServer: Add a method to estimate disk cache size 2025-11-12 09:06:21 -05:00
RequestPipe.cpp RequestServer: Support HTTP response write retries on Windows 2025-11-19 09:17:18 +01:00
RequestPipe.h RequestServer: Create RequestPipe abstraction for request data transfer 2025-10-29 17:47:02 -04:00
RequestServer.ipc RequestServer: Add a time parameter to the clear cache endpoint 2025-11-12 09:06:21 -05:00
Resolver.cpp RequestServer: Move Resolver (and related structures) to its own file 2025-10-28 11:52:51 +01:00
Resolver.h RequestServer: Move Resolver (and related structures) to its own file 2025-10-28 11:52:51 +01:00
WebSocketImplCurl.cpp RequestServer: Move some cURL utilities to their own file 2025-10-28 11:52:51 +01:00
WebSocketImplCurl.h RequestServer: Enable in Windows CI 2025-08-23 16:04:36 -06:00