ladybird/Userland/Services/RequestServer
Tim Ledbetter 1a17e08f87 Everywhere: Correctly report progress of downloads larger than 4GiB
This commit changes the variables used to represent the size and
progress of downloads from u32 to u64. This allows `pro` and
`Browser` to report the total size and progress of a download
correctly for downloads larger than 4GiB.
2023-06-19 06:13:19 +02:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
ConnectionCache.cpp Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
ConnectionCache.h LibTLS: Move AlertDescription to Extensions.h 2023-04-14 12:32:04 +01:00
ConnectionFromClient.cpp RequestServer: Avoid unnecessary IPC::Dictionary wrapper 2023-05-21 07:53:45 +02:00
ConnectionFromClient.h RequestServer: Avoid unnecessary IPC::Dictionary wrapper 2023-05-21 07:53:45 +02:00
Forward.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
GeminiProtocol.cpp LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
GeminiProtocol.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
GeminiRequest.cpp Everywhere: Correctly report progress of downloads larger than 4GiB 2023-06-19 06:13:19 +02:00
GeminiRequest.h LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
HttpCommon.h Everywhere: Correctly report progress of downloads larger than 4GiB 2023-06-19 06:13:19 +02:00
HttpProtocol.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
HttpProtocol.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
HttpRequest.cpp LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
HttpRequest.h LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
HttpsProtocol.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
HttpsProtocol.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
HttpsRequest.cpp LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
HttpsRequest.h LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
main.cpp RequestServer: Only attach SIGINFO signal handler if SIGINFO is defined 2022-07-06 14:24:23 +02:00
Protocol.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Protocol.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Request.cpp Everywhere: Correctly report progress of downloads larger than 4GiB 2023-06-19 06:13:19 +02:00
Request.h Everywhere: Correctly report progress of downloads larger than 4GiB 2023-06-19 06:13:19 +02:00
RequestClient.ipc Everywhere: Correctly report progress of downloads larger than 4GiB 2023-06-19 06:13:19 +02:00
RequestServer.ipc RequestServer: Avoid unnecessary IPC::Dictionary wrapper 2023-05-21 07:53:45 +02:00