ladybird/Libraries
Aliaksandr Kalenik ab35325003 LibIPC: Move early fd deallocation workaround to the transport layer
Reimplements c3121c9d at the transport layer, allowing us to solve the
same problem once, in a single place, for both the LibIPC connection and
MessagePort. This avoids exposing a workaround for a macOS specific Unix
domain socket issue to higher abstraction layers.
2025-04-08 21:09:24 +02:00
..
LibCompress LibCompress: Refactor deflate de/compressor using zlib 2025-03-19 13:46:50 +01:00
LibCore Meta+LibCore: Stop linking against LibCrypt 2025-04-08 09:13:33 +02:00
LibCrypto LibCrypto: Improve precision of Crypto::BigFraction::to_double() 2025-03-23 19:33:25 +01:00
LibDevTools LibDevTools+LibWebView+WebContent: Report exceptions to DevTools 2025-03-27 14:14:02 +00:00
LibDiff
LibDNS
LibFileSystem
LibGC LibGC: Avoid excessive bitfield use in GC::Cell 2025-04-08 12:09:42 +02:00
LibGfx LibGfx: Serialize unicode-ranges in uppercase 2025-04-07 10:00:21 +01:00
LibHTTP LibURL: Rename 'cannot have a base URL' to 'has an opaque path' 2025-04-06 08:24:54 -04:00
LibIDL AK+Everywhere: Change StringView case conversions to return String 2025-04-07 17:44:38 +02:00
LibImageDecoderClient LibGfx+ImageDecoder: Use RefPtr<Bitmap> instead of optional 2025-03-22 17:49:38 +01:00
LibIPC LibIPC: Move early fd deallocation workaround to the transport layer 2025-04-08 21:09:24 +02:00
LibJS LibJS: Stop passing StringView literals as format strings 2025-04-08 18:52:35 +02:00
LibLine
LibMain
LibMedia Everywhere: Remove unused private fields 2025-04-04 12:40:07 +02:00
LibRegex LibRegex: Merge inverse string table mappings separately 2025-04-06 20:21:16 +02:00
LibRequests LibRequests: Protect Request callbacks against stopped requests 2025-04-02 08:52:45 -04:00
LibRIFF
LibSyntax
LibTest LibJS: Make Value() default-construct the undefined value 2025-04-05 11:20:26 +02:00
LibTextCodec
LibThreading
LibTLS Everywhere: Remove unused private fields 2025-04-04 12:40:07 +02:00
LibUnicode LibJS: Ensure relevant extension keys are included in ICU locale data 2025-03-18 11:47:23 -04:00
LibURL AK+Everywhere: Change StringView case conversions to return String 2025-04-07 17:44:38 +02:00
LibWasm LibJS: Make Completion.[[Value]] non-optional 2025-04-05 11:20:26 +02:00
LibWeb LibJS: Add ECMAScriptFunctionObject::create_from_function_node() helper 2025-04-08 18:52:35 +02:00
LibWebSocket
LibWebView AK+LibURL+LibWeb: Use simdutf to validate ASCII strings 2025-04-06 11:05:58 -04:00
LibXML