Nico Weber 103f818afc ICC: Rename tag_for_rendering_intent() 2 years ago
..
LibArchive 26ba195cf6 LibArchive: Read Tar archive headers through `read_value` 2 years ago
LibAudio 7035a19645 LibAudio: Wait for enqueuer thread to start before poking its event loop 2 years ago
LibC 3aadc09c53 LibC: Add Ipv6 address checking macros to netinet/in.h 2 years ago
LibCMake 406a7ea577 LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes 2 years ago
LibCards 55423b4ed0 LibGfx+Userland: Add width_rounded_up() helper 2 years ago
LibChess 18735960de LibChess: Add the ucinewgame command 2 years ago
LibCodeComprehension ac435f914c LibCpp: Support for parsing c-style fixed arrays (arr[2]) 2 years ago
LibCompress 4098335600 LibCompress: Error on truncated uncompressed DEFLATE blocks 2 years ago
LibConfig 16c47ccff6 LibCore: Big first step towards pluggable Core::EventLoop 2 years ago
LibCore 4ebc7306da LibCore: Implement integral ArgsParser positionals through a template 2 years ago
LibCoredump ff2fa72e28 LibCoredump+CrashReporter: Make CrashReporter work on AArch64 2 years ago
LibCpp ac435f914c LibCpp: Support for parsing c-style fixed arrays (arr[2]) 2 years ago
LibCrypt cda4034b46 LibCrypt: Start installing headers again 2 years ago
LibCrypto 4043c89310 LibTLS: Change CertificateKeyAlgorithm from enum to struct 2 years ago
LibDNS ecd1862859 AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted 2 years ago
LibDSP 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 years ago
LibDebug ed13b7beb6 LibDebug: Support DW_FORM_ref_udata 2 years ago
LibDesktop 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 years ago
LibDeviceTree 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 years ago
LibDiff 697d6ffb1d LibDiff: Make Diff::generate_only_additions take text as StringView 2 years ago
LibEDID 332bb8a299 LibEDID: Fix compiler error when ENABLE_PNP_IDS_DOWNLOAD=OFF 2 years ago
LibELF 1951f7874d LibELF: Report file path for unimplemented `DYNAMIC` tags 2 years ago
LibFileSystem a8cd6c396b LibFileSystem: Fix leak in `read_path` 2 years ago
LibFileSystemAccessClient c048cf2004 Libraries: Convert `DeprecatedFile` usages to `LibFileSystem` 2 years ago
LibGL e76394d96c AK: Remove infallible version of StringBuilder::to_byte_buffer 2 years ago
LibGLSL 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 2 years ago
LibGPU a8cb70c0c4 LibGPU: Remove DeprecatedString usage 2 years ago
LibGUI d05cb50b24 LibGUI: Only clear `TreeView::m_view_metadata` when required 2 years ago
LibGemini 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path() 2 years ago
LibGfx 103f818afc ICC: Rename tag_for_rendering_intent() 2 years ago
LibHTTP 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path() 2 years ago
LibIDL c048cf2004 Libraries: Convert `DeprecatedFile` usages to `LibFileSystem` 2 years ago
LibIMAP ae51c1821c Everywhere: Remove unintentional partial stream reads and writes 2 years ago
LibIPC 16c47ccff6 LibCore: Big first step towards pluggable Core::EventLoop 2 years ago
LibImageDecoderClient eb4a69c377 LibImageDecoderClient: Fix minor const-correctness issue 2 years ago
LibJS be7bc41470 LibJS: Fix mix-up between assignment and comparison 2 years ago
LibKeyboard d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` 2 years ago
LibLine 3de8dd921e Userland: Remove serialize-to-JSON functions only used for Inspector 2 years ago
LibLocale 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 years ago
LibMain 7834e26ddb Everywhere: Explicitly link all binaries against the LibC target 2 years ago
LibManual 9d30eb4b34 LibManual: Allow paths that include subsections when creating PageNodes 2 years ago
LibMarkdown bebcf71bdc LibMarkdown: Avoid catastrophic backtracking in thematic break regex 2 years ago
LibPCIDB 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
LibPDF f56b897622 Everywhere: Fix a few typos 2 years ago
LibPartition 456f12c5c8 LibPartition: Make Kernel parts const-correct re: StorageDevice& 2 years ago
LibProtocol 411d36719e LibCore: Simplify Core::Notifier by only allowing one event type 2 years ago
LibRegex eba466b8e7 LibRegex: Avoid calling GenericLexer::consume() past EOF 2 years ago
LibSQL 896d1e4f42 LibSQL: Handle statements with malformed exists expressions correctly 2 years ago
LibSanitizer 678db534ff LibC: Properly implement stack protectors 2 years ago
LibSoftGPU 62285e0569 LibSoftGPU: Use multiplication instead of division for linear fog 2 years ago
LibSymbolication 309a15e2aa LibSymbolication: Use `Core::File` instead of `Core::DeprecatedFile` 2 years ago
LibSyntax 3e1626acdc Spreadsheet+LibSyntax: Never insert spans directly 2 years ago
LibSystem 5120b39d0e Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 3 years ago
LibTLS 7e6341587b AK+Everywhere: Disallow Error::from_string_view(FooString) 2 years ago
LibTest 5fc11a316f LibTest: Add a EXPECT_APPROXIMATE_WITH_ERROR macro with custom error 2 years ago
LibTextCodec a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 years ago
LibThreading ba5bf412e5 LibThreading: Create WorkerThread class run a single task concurrently 2 years ago
LibTimeZone 454ecf24ea AK+LibTimeZone: Add debug only formatter for Optional 2 years ago
LibUSBDB 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
LibUnicode 1393ed2000 AK+LibUnicode: Implement String::equals_ignoring_case without allocating 2 years ago
LibVT 411d36719e LibCore: Simplify Core::Notifier by only allowing one event type 2 years ago
LibVideo 1422f7f904 LibVideo/VP9: Revert framebuffer size reduction to allow OOB blocks 2 years ago
LibVirtGPU 874c7bba28 LibCore: Remove `Stream.h` 2 years ago
LibWasm 7e6341587b AK+Everywhere: Disallow Error::from_string_view(FooString) 2 years ago
LibWeb 6cec431720 LibWeb: Set zero underflow when calculating intrinsic width of block 2 years ago
LibWebSocket 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path() 2 years ago
LibWebView 5089766af6 Browser+Ladybird+LibWeb: Port content filters to String 2 years ago
LibX86 e1ee8f89f2 LibX86: Remove i686 support 2 years ago
LibXML a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 years ago
CMakeLists.txt edab0cbf41 LibFileSystem: Create `LibFileSystem` 2 years ago