ladybird/Userland
Sergey Bugaev 976d93d910 LibDNS: Fix compilation with signed time_t
With signed 32-bit time_t, the type of time_t + m_ttl is unsigned int,
which results in -Werror=sign-compare. Fix this by explicitly casting
it back to time_t.
2023-09-06 11:41:16 -06:00
..
Applets Userland: Migrate to String in notification system 2023-09-01 12:06:08 +02:00
Applications LibGfx: Convert FontDatabase APIs to use FlyString 2023-09-06 11:29:03 -04:00
BuggieBox Userland: Pretty print the help text in BuggieBox 2023-08-09 02:10:02 +02:00
Demos Mandelbrot: Pledge unix to enable image export 2023-08-17 07:14:54 +02:00
DevTools LibGfx: Convert FontDatabase APIs to use FlyString 2023-09-06 11:29:03 -04:00
DynamicLoader LibC+LibELF: Support loading shared libraries compiled with dynamic TLS 2023-08-18 16:20:13 +02:00
Games LibGfx: Convert Font APIs to return String instead of DeprecatedString 2023-09-06 11:29:03 -04:00
Libraries LibDNS: Fix compilation with signed time_t 2023-09-06 11:41:16 -06:00
Services LookupServer: Fix building on GNU Hurd 2023-09-06 11:41:16 -06:00
Shell Shell: Implement close redirections in POSIX mode 2023-08-31 11:02:57 +03:30
Utilities Utilities: Fix building ntpquery without SO_TIMESTAMP 2023-09-06 11:41:16 -06:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00