Matthew Olsson bad541a0d4 LibWeb: Remove outdated FIXMEs around WebIDL::invoke_callback usages 2 سال پیش
..
LibArchive 26ba195cf6 LibArchive: Read Tar archive headers through `read_value` 2 سال پیش
LibAudio 708387b850 LibAudio: Use `read_until_filled` to fill a buffer from a Stream 2 سال پیش
LibC 1649138a29 LibC: Return nullptr if allocation fails in strdup() and strndup() 2 سال پیش
LibCMake 406a7ea577 LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes 2 سال پیش
LibCards 55423b4ed0 LibGfx+Userland: Add width_rounded_up() helper 2 سال پیش
LibChess d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` 2 سال پیش
LibCodeComprehension 1d24f394c6 Everywhere: Use `LibFileSystem` where trivial 2 سال پیش
LibCompress 4098335600 LibCompress: Error on truncated uncompressed DEFLATE blocks 2 سال پیش
LibConfig 357538ed25 LibConfig: Use full include path for endpoints 2 سال پیش
LibCore 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 سال پیش
LibCoredump 1d24f394c6 Everywhere: Use `LibFileSystem` where trivial 2 سال پیش
LibCpp 03008ec4e0 Tests: Use `FileSystem` instead of `DeprecatedFile` 2 سال پیش
LibCrypt cda4034b46 LibCrypt: Start installing headers again 2 سال پیش
LibCrypto 4043c89310 LibTLS: Change CertificateKeyAlgorithm from enum to struct 2 سال پیش
LibDNS ecd1862859 AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted 2 سال پیش
LibDSP 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 سال پیش
LibDebug 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 سال پیش
LibDesktop 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 سال پیش
LibDeviceTree 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 سال پیش
LibDiff 697d6ffb1d LibDiff: Make Diff::generate_only_additions take text as StringView 2 سال پیش
LibEDID 332bb8a299 LibEDID: Fix compiler error when ENABLE_PNP_IDS_DOWNLOAD=OFF 2 سال پیش
LibELF 97b7e494e4 Everywhere: Use ARCH(AARCH64) instead of AK_ARCH_AARCH64 2 سال پیش
LibFileSystem a8cd6c396b LibFileSystem: Fix leak in `read_path` 2 سال پیش
LibFileSystemAccessClient c048cf2004 Libraries: Convert `DeprecatedFile` usages to `LibFileSystem` 2 سال پیش
LibGL e76394d96c AK: Remove infallible version of StringBuilder::to_byte_buffer 2 سال پیش
LibGLSL 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 2 سال پیش
LibGPU a8cb70c0c4 LibGPU: Remove DeprecatedString usage 2 سال پیش
LibGUI cfac3be0b3 LibGUI: Resize Label on font changes 2 سال پیش
LibGemini 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path() 2 سال پیش
LibGfx 55423b4ed0 LibGfx+Userland: Add width_rounded_up() helper 2 سال پیش
LibHTTP 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path() 2 سال پیش
LibIDL c048cf2004 Libraries: Convert `DeprecatedFile` usages to `LibFileSystem` 2 سال پیش
LibIMAP ae51c1821c Everywhere: Remove unintentional partial stream reads and writes 2 سال پیش
LibIPC a3f73e7d85 AK: Rename Stream::read_entire_buffer to Stream::read_until_filled 2 سال پیش
LibImageDecoderClient eb4a69c377 LibImageDecoderClient: Fix minor const-correctness issue 2 سال پیش
LibJS d4eaaf905c LibJS: Port create_iterator_result_object() to NonnullGCPtr 2 سال پیش
LibKeyboard d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` 2 سال پیش
LibLine 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 سال پیش
LibLocale 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 سال پیش
LibMain 7834e26ddb Everywhere: Explicitly link all binaries against the LibC target 2 سال پیش
LibManual 5db1eb9961 AK+Everywhere: Replace URL::paths() with path_segment_at_index() 2 سال پیش
LibMarkdown bebcf71bdc LibMarkdown: Avoid catastrophic backtracking in thematic break regex 2 سال پیش
LibPCIDB 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 سال پیش
LibPDF f56b897622 Everywhere: Fix a few typos 2 سال پیش
LibPartition 456f12c5c8 LibPartition: Make Kernel parts const-correct re: StorageDevice& 2 سال پیش
LibProtocol ecd1862859 AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted 2 سال پیش
LibRegex eba466b8e7 LibRegex: Avoid calling GenericLexer::consume() past EOF 2 سال پیش
LibSQL 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 سال پیش
LibSanitizer 678db534ff LibC: Properly implement stack protectors 2 سال پیش
LibSoftGPU 62285e0569 LibSoftGPU: Use multiplication instead of division for linear fog 2 سال پیش
LibSymbolication 1d24f394c6 Everywhere: Use `LibFileSystem` where trivial 2 سال پیش
LibSyntax 3e1626acdc Spreadsheet+LibSyntax: Never insert spans directly 2 سال پیش
LibSystem 5120b39d0e Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 3 سال پیش
LibTLS 4043c89310 LibTLS: Change CertificateKeyAlgorithm from enum to struct 2 سال پیش
LibTest 5f806ec53a LibTest: Add a `TRY_OR_FAIL` macro 2 سال پیش
LibTextCodec a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 سال پیش
LibThreading d1a964a43b LibThreading: Resolve BackgroundAction error callback use-after-free 2 سال پیش
LibTimeZone 6d49eab8a6 LibJS+LibTimeZone: Explicitly canonicalize "GMT" to "UTC" 2 سال پیش
LibUSBDB 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 سال پیش
LibUnicode 1393ed2000 AK+LibUnicode: Implement String::equals_ignoring_case without allocating 2 سال پیش
LibVT 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path() 2 سال پیش
LibVideo f8f35fdaad LibVideo: Remove hook to notify clients upon reaching end of the stream 2 سال پیش
LibVirtGPU 874c7bba28 LibCore: Remove `Stream.h` 2 سال پیش
LibWasm 547a08670e LibWasm: Replace usages of the Endian bytes accessor 2 سال پیش
LibWeb bad541a0d4 LibWeb: Remove outdated FIXMEs around WebIDL::invoke_callback usages 2 سال پیش
LibWebSocket 35612c6a7f AK+Everywhere: Change URL::path() to serialize_path() 2 سال پیش
LibWebView c9404c3a63 LibGUI+Userland: Convert MessageBox to fallible construction 2 سال پیش
LibX86 e1ee8f89f2 LibX86: Remove i686 support 2 سال پیش
LibXML a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 سال پیش
CMakeLists.txt edab0cbf41 LibFileSystem: Create `LibFileSystem` 2 سال پیش