1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:28:11 +00:00
serenity/Userland
Rummskartoffel ba0d46e31a gzip: Don't fail when trying to compress empty files
Given an empty file, gzip would try to create a zero-size memory mapping
of that file, which would fail with EINVAL.
2022-01-08 15:29:38 +01:00
..
Applets Applets/ResourceGraph: Propagate errors in JSON decoding 2022-01-03 16:01:42 +01:00
Applications PixelPaint+LibGfx: Add sepia color filter 2022-01-08 12:31:11 +01:00
Demos Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
DevTools Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Spider: Add functionality to automatically move cards to valid stacks 2022-01-08 00:11:51 +01:00
Libraries LibCore: Change a west const to an east const 2022-01-08 06:21:20 -08:00
Services Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
Shell Userland: Fail Core::find_executable_in_path on empty inputs 2022-01-04 07:38:42 +00:00
Utilities gzip: Don't fail when trying to compress empty files 2022-01-08 15:29:38 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00