ladybird/Libraries/LibRequests
ayeteadoe 244f086709 LibRequests: Decode RequestTimingInfo IPC fields as i64's
On 64-bit Windows, long's are only 4 bytes. This meant that when the
client is deocding the IPC message from a async_request_finished call,
we were corrupting the RequestTimingInfo field and all the fields after
it as we were 4 bytes off.
2025-10-28 19:09:42 -04:00
..
ALPNHttpVersion.h RequestServer: Retrieve timing info from curl and pipe it to LibWeb 2025-03-06 09:00:53 -07:00
CMakeLists.txt CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
Forward.h RequestServer: Retrieve timing info from curl and pipe it to LibWeb 2025-03-06 09:00:53 -07:00
NetworkError.h RequestServer: Issue a network request for failed cached responses 2025-10-16 09:06:48 -04:00
Request.cpp LibRequests: Protect Request callbacks against stopped requests 2025-04-02 08:52:45 -04:00
Request.h LibRequests: Move NetworkError stringification to LibRequests 2025-04-02 08:52:45 -04:00
RequestClient.cpp Everywhere: Change west consts caught by clang-format-21 to east consts 2025-08-29 18:18:55 +01:00
RequestClient.h Everywhere: Change west consts caught by clang-format-21 to east consts 2025-08-29 18:18:55 +01:00
RequestTimingInfo.h LibRequests: Decode RequestTimingInfo IPC fields as i64's 2025-10-28 19:09:42 -04:00
WebSocket.cpp Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
WebSocket.h LibRequests: Clean up #include directives 2024-11-29 09:48:29 +01:00