ladybird/Userland/Libraries
Andreas Kling d568b15acf LibURL: Avoid expensive IDNA::to_ascii() for all-ASCII domain strings
20% of CPU usage when loading https://utah.edu/ was spent doing these
ASCII conversions in URL parsing.
2024-04-05 16:01:10 -06:00
..
LibAccelGfx
LibArchive Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
LibAudio
LibC LibC: Precompute directory_name length in ttyname_r_for_directory() 2024-04-03 09:48:05 -06:00
LibCards
LibChess
LibCMake
LibCodeComprehension
LibCompress
LibConfig
LibCore LibCore: Prevent SIGPIPE on Sockets by default 2024-04-05 16:02:46 +02:00
LibCoredump
LibCpp
LibCrypt
LibCrypto LibCrypto: Fix off-by-one error when bit count is a multiple of 256 2024-04-05 21:53:12 +02:00
LibDebug
LibDesktop LibDesktop: Avoid UAF when launching a process with escalation 2024-04-04 11:23:21 +02:00
LibDeviceTree
LibDiff
LibDNS
LibDSP AK+Userland: Remove some needlessly explicit conversions to StringView 2024-04-04 11:23:21 +02:00
LibEDID
LibELF
LibFileSystem
LibFileSystemAccessClient
LibGemini
LibGfx LibGfx/JBIG2: Support custom adaptive template pixels in refinement 2024-04-05 21:32:18 +02:00
LibGL
LibGLSL LibGLSL: Avoid UAF when creating a preprocessor instance 2024-04-04 11:23:21 +02:00
LibGPU
LibGUI Userland: Avoid some now-unneeded explicit conversions to Bytes 2024-04-04 11:23:21 +02:00
LibHTTP Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
LibIDL LibIDL+LibWeb: Add support for static readonly attributes 2024-04-03 07:55:51 +02:00
LibImageDecoderClient
LibIMAP
LibIPC
LibJIT
LibJS AK+Userland: Remove some needlessly explicit conversions to StringView 2024-04-04 11:23:21 +02:00
LibKeyboard
LibLine Userland: Avoid some now-unneeded explicit conversions to Bytes 2024-04-04 11:23:21 +02:00
LibLocale
LibMain
LibManual Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
LibMarkdown AK+Userland: Remove some needlessly explicit conversions to StringView 2024-04-04 11:23:21 +02:00
LibPartition
LibPCIDB
LibPDF LibPDF: Invert image masks used as alpha too 2024-04-04 06:55:08 -04:00
LibProtocol
LibRegex
LibRIFF
LibSanitizer
LibSemVer
LibSoftGPU
LibSQL Userland: Avoid some now-unneeded explicit conversions to Bytes 2024-04-04 11:23:21 +02:00
LibSymbolication
LibSyntax
LibSystem
LibTest
LibTextCodec
LibThreading
LibTimeZone
LibTLS Userland: Avoid some now-unneeded explicit conversions to Bytes 2024-04-04 11:23:21 +02:00
LibUnicode
LibURL LibURL: Avoid expensive IDNA::to_ascii() for all-ASCII domain strings 2024-04-05 16:01:10 -06:00
LibUSBDB
LibVideo Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
LibVirtGPU
LibVT Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
LibWasm
LibWeb LibWeb: Add RSAOAEP.exportKey for the pkcs8 format 2024-04-05 21:53:12 +02:00
LibWebSocket Userland: Avoid some conversions from rvalue strings to StringView 2024-04-04 11:23:21 +02:00
LibWebView LibWebView: Avoid CPU% precision loss by doing the float cast later 2024-04-04 12:49:53 +02:00
LibX86
LibXML
CMakeLists.txt