1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
ladybird/Userland/Libraries
Karol Kosek 693d34fe3d LibCompress: Write Deflate window size in the Zlib header
Previously we said that the window size was always 512 bytes, which
caused errors during decompressing in apps outside of Serenity that
actually use this information.
Now, the value is always 7 (32 KiB).

Fixes: #14503
2022-07-10 13:52:18 +03:00
..
LibArchive LibArchive: Guard against major() and minor() macros from old glibc 2022-07-05 01:27:37 +02:00
LibAudio LibAudio: Add spec comments to the FlacLoader 2022-06-23 23:16:34 +01:00
LibC LibC: Move stack canary initialization before the global constructors 2022-07-08 22:27:38 +00:00
LibCards
LibChess
LibCodeComprehension LibCodeComprehension: Re-organize code comprehension related code 2022-05-21 18:15:58 +02:00
LibCompress LibCompress: Write Deflate window size in the Zlib header 2022-07-10 13:52:18 +03:00
LibConfig LibConfig+ConfigServer: Write config values synchronously 2022-04-26 22:51:49 +02:00
LibCore LibCore+Userland: Use StringViews when calling Core::System::open 2022-07-09 09:25:20 +01:00
LibCoredump Everywhere: Fix two inconsistent serenity_lib() output names 2022-07-03 22:59:13 +02:00
LibCpp LibCpp: Support "FIXME" for comments 2022-06-14 19:07:00 +01:00
LibCrypt
LibCrypto LibCrypto: Add the [[nodiscard]] qualifier in both BigInteger classes 2022-07-09 15:55:32 +00:00
LibDebug LibDebug: Make sure current_breakpoint has value before usage 2022-07-03 21:54:46 +00:00
LibDesktop LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawn 2022-05-25 23:14:22 +01:00
LibDeviceTree
LibDiff
LibDl
LibDNS LibDNS: Remove the 'DNS' prefix from the various type and class names 2022-04-15 16:34:26 +01:00
LibDSP LibDSP: Fix keyboard glitch in Classic 2022-05-26 10:24:43 +01:00
LibEDID LibEDID: Return "Unknown" string if failed to determine the manufacturer 2022-06-10 22:32:54 +01:00
LibELF LibC: Move stack canary initialization before the global constructors 2022-07-08 22:27:38 +00:00
LibFileSystemAccessClient FileSystemAccessServer: Call window stealing functions sync 2022-06-30 11:15:24 +01:00
LibGemini AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice() 2022-06-13 15:38:51 +01:00
LibGfx LibGfx: Use float when calculating text width in ScaledFont 2022-07-09 22:16:18 +02:00
LibGL LibGL: Add ability to retrieve current clear values from GLContext 2022-06-13 21:45:27 +01:00
LibGPU LibGPU: Do not load LibSoftGPU via symlink inside Serenity 2022-06-13 21:45:27 +01:00
LibGUI LibGUI: Allow deleting text editor indent selections in non tab cases 2022-07-10 12:20:02 +02:00
LibHTTP LibHTTP: Include JsonObject.h in Job.cpp 2022-07-04 21:46:02 +02:00
LibImageDecoderClient
LibIMAP LibIMAP: Properly escape the whole string instead of the first character 2022-07-06 11:12:45 +02:00
LibIPC LibIPC: Make noise when shutting down because of an error 2022-06-10 16:35:05 +01:00
LibJS LibJS: Fix typos in Temporal spec comments 2022-07-10 01:29:28 +02:00
LibKeyboard
LibLine LibLine: Use the real shown line count around in cleanup() 2022-06-22 15:45:27 +02:00
LibM LibM: Implement fma 2022-07-08 22:27:38 +00:00
LibMain
LibMarkdown LibMarkdown: Add strike-through text support to markdown 2022-04-28 22:15:08 +02:00
LibPCIDB
LibPDF Everywhere: Fix a bunch of typos 2022-05-29 15:22:00 +02:00
LibProtocol LibCore+Everywhere: Make Core::Stream::read() return Bytes 2022-04-16 13:27:51 -04:00
LibPthread LibPthread: Set errno in sem_trywait() 2022-06-12 00:28:26 +01:00
LibRegex LibRegex: Fix lookup table-based range checks in Compare 2022-07-09 01:00:44 +00:00
LibSanitizer Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00
LibSoftGPU Everywhere: Fix a bunch of typos 2022-05-29 15:22:00 +02:00
LibSQL AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice() 2022-06-13 15:38:51 +01:00
LibSymbolication
LibSyntax
LibSystem Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00
LibTest
LibTextCodec
LibThreading
LibTimeZone LibTimeZone: Parse and generate a list of time zones used by region 2022-07-06 16:56:42 +02:00
LibTLS AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice() 2022-06-13 15:38:51 +01:00
LibUnicode LibUnicode: Remove now-unused Unicode::select_pattern_with_plurality 2022-07-08 20:33:52 +02:00
LibUSBDB
LibVideo
LibVT LibVT+Kernel: Separate the caret shapes and its steadiness 2022-06-22 12:12:00 +01:00
LibWasm LibWasm: Simplify the return instruction execution code a bit 2022-04-22 21:12:47 +04:30
LibWeb LibWeb: Tiebreak corner color on existence of corresponding borders 2022-07-10 12:46:57 +02:00
LibWebSocket LibCore+Everywhere: Make Core::Stream read_line() return StringView 2022-04-16 13:27:51 -04:00
LibWebView Browser+LibWeb+WebContent: Allow Browser to load local files 2022-06-27 20:22:15 +01:00
LibX86
LibXML AK: Use an enum instead of a bool for String::replace(all_occurences) 2022-07-06 11:12:45 +02:00
CMakeLists.txt LibCodeComprehension: Re-organize code comprehension related code 2022-05-21 18:15:58 +02:00