ladybird/Userland/Services/WebServer
implicitfield 896f213c6f LibFileSystem+Userland: Rename size() to size_from_stat()
This reflects what the functions does more accurately, and allows for
adding functions to get sizes through other methods.

This also corrects the return type of said function, as size_t may only
hold sizes up to 4GB on 32-bit platforms.
2024-02-24 15:54:52 -07:00
..
Client.cpp LibFileSystem+Userland: Rename size() to size_from_stat() 2024-02-24 15:54:52 -07:00
Client.h LibFileSystem+Userland: Rename size() to size_from_stat() 2024-02-24 15:54:52 -07:00
CMakeLists.txt Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Configuration.cpp WebServer: Convert document_root_path from DeprecatedString to String 2023-05-21 07:52:41 +02:00
Configuration.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
main.cpp LibFileSystem+Userland: Return ByteString from real_path() 2024-01-16 08:42:34 +00:00