serenity/Userland
Timothy Flynn 7ec91dfde7 LibCompress: Add a utility to GZIP compress an entire file
This is copy-pasted from the gzip utility, along with its existing TODO.
This is currently only needed by that utility, but this gives us API
symmetry with GzipDecompressor, and helps ensure we won't end up in a
situation where only one utility receives optimizations that should be
received by all interested parties.
2023-04-01 08:15:49 +02:00
..
Applets
Applications Browser: Add tooltip to reset zoom level button 2023-03-31 21:46:56 +01:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos LibGfx: Move all image loaders and writers to a subdirectory 2023-03-21 22:39:25 +01:00
DevTools HackStudio: Migrate git-diff indicators to TextEditor API 2023-03-31 12:09:40 +02:00
DynamicLoader
Games Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Libraries LibCompress: Add a utility to GZIP compress an entire file 2023-04-01 08:15:49 +02:00
Services WebServer: Propagate more errors 2023-03-27 20:29:51 +01:00
Shell Shell: Don't require ArgsParser values to be null-terminated 2023-03-31 06:55:46 +02:00
Utilities gunzip+LibCompress: Move utility to decompress files to GzipDecompressor 2023-04-01 08:15:49 +02:00
CMakeLists.txt