ladybird/Libraries/LibRequests
Timothy Flynn 624611aa3f LibRequests+RequestServer: Store request IDs as u64
Not super important, but this will match an upcoming ID for stale-while-
revalidate requests. It also would techinically be UB if this ID had
ever overflowed. Let's make it 64-bit while we are here to also avoid
the possibility that it ever will overflow.
2025-12-12 10:54:33 -05:00
..
ALPNHttpVersion.h RequestServer: Retrieve timing info from curl and pipe it to LibWeb 2025-03-06 09:00:53 -07:00
CacheSizes.cpp LibRequests+RequestServer: Add a method to estimate disk cache size 2025-11-12 09:06:21 -05:00
CacheSizes.h LibRequests+RequestServer: Add a method to estimate disk cache size 2025-11-12 09:06:21 -05:00
CMakeLists.txt LibWeb+LibWebView+LibRequests: Reduce dependency on LibIPC includes 2025-12-01 15:12:52 +01: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: Do not request partial content for failed cache reads 2025-11-21 08:48:42 +01:00
Request.cpp LibRequests+RequestServer: Store request IDs as u64 2025-12-12 10:54:33 -05:00
Request.h LibRequests+RequestServer: Store request IDs as u64 2025-12-12 10:54:33 -05:00
RequestClient.cpp LibRequests+RequestServer: Store request IDs as u64 2025-12-12 10:54:33 -05:00
RequestClient.h LibRequests+RequestServer: Store request IDs as u64 2025-12-12 10:54:33 -05:00
RequestTimingInfo.cpp LibWeb+LibWebView+LibRequests: Reduce dependency on LibIPC includes 2025-12-01 15:12:52 +01:00
RequestTimingInfo.h LibWeb+LibWebView+LibRequests: Reduce dependency on LibIPC includes 2025-12-01 15:12:52 +01:00
WebSocket.cpp LibRequests+RequestServer: Store websocket IDs as u64 2025-12-12 10:54:33 -05:00
WebSocket.h LibRequests+RequestServer: Store websocket IDs as u64 2025-12-12 10:54:33 -05:00