Tim Schumacher f5fb1396e8 LibCrypto: Use `ErrorOr` error handling for parsing DER 2 tahun lalu
..
LibArchive 8464da1439 AK: Move `Stream` and `SeekableStream` from `LibCore` 2 tahun lalu
LibAudio 220fbcaa7e AK: Remove the fallible constructor from `FixedMemoryStream` 2 tahun lalu
LibC b16ec1880c LibC+LibCore: Remove serenity_setenv() 2 tahun lalu
LibCards 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 tahun lalu
LibChess 597faaff5f LibChess: Factorize the returned `StringView` for a draw 2 tahun lalu
LibCodeComprehension 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 tahun lalu
LibCompress 220fbcaa7e AK: Remove the fallible constructor from `FixedMemoryStream` 2 tahun lalu
LibConfig 69beda23c3 LibConfig+LibCore+ConfigServer: Support u32 configuration entries 2 tahun lalu
LibCore ccc871e608 LibCore: Propagate errors in SecretString 2 tahun lalu
LibCoredump 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 tahun lalu
LibCpp 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 tahun lalu
LibCrypt 25f2e4981c AK: Stop using `DeprecatedString` in Base64 encoding 2 tahun lalu
LibCrypto f5fb1396e8 LibCrypto: Use `ErrorOr` error handling for parsing DER 2 tahun lalu
LibDNS 093cf428a3 AK: Move memory streams from `LibCore` 2 tahun lalu
LibDSP 9c08bb9555 AK: Remove `try_` prefix from FixedArray creation functions 2 tahun lalu
LibDebug 26250fe14a LibDebug: Add static attach() function 2 tahun lalu
LibDesktop 4313c17d95 LibDesktop: Replace uses of JsonObject::get_deprecated()/get_ptr() 2 tahun lalu
LibDeviceTree 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 tahun lalu
LibDiff 697d6ffb1d LibDiff: Make Diff::generate_only_additions take text as StringView 2 tahun lalu
LibEDID 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 tahun lalu
LibELF daf7f43135 LibELF: Add EM_AARCH64 as expected architecture for ELF validation 2 tahun lalu
LibFileSystemAccessClient 86f6586c6e LibFileSystemAccessClient: Add functions returning FSAC::File 2 tahun lalu
LibGL e3f8ac2c05 LibGL: Remove DeprecatedString usage 2 tahun lalu
LibGLSL f1de4f8872 Everywhere: Convert known short-strings to the infallible String factory 2 tahun lalu
LibGPU a8cb70c0c4 LibGPU: Remove DeprecatedString usage 2 tahun lalu
LibGUI 6ea3c1659a LibGfx: Propagate errors from serializing bitmaps 2 tahun lalu
LibGemini 8464da1439 AK: Move `Stream` and `SeekableStream` from `LibCore` 2 tahun lalu
LibGfx e80eb09fe5 LibGfx: Use `AK::Stream` to serialize and deserialize bitmaps 2 tahun lalu
LibHTTP 220fbcaa7e AK: Remove the fallible constructor from `FixedMemoryStream` 2 tahun lalu
LibIDL 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 tahun lalu
LibIMAP 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 tahun lalu
LibIPC 8464da1439 AK: Move `Stream` and `SeekableStream` from `LibCore` 2 tahun lalu
LibImageDecoderClient 6e6999ce57 LibGfx: Re-work the abstractions of sending image for decoding over IPC 2 tahun lalu
LibJS 8670526f2a LibJS+LibLocale: Propagate OOM from CLDR RelativeTime Vector operations 2 tahun lalu
LibKeyboard 6ee68d6e45 LibKeyboard: Replace uses of JsonObject::get_deprecated()/get_ptr() 2 tahun lalu
LibLine c045d09840 LibLine: Quit event loop when an error occurs on update 2 tahun lalu
LibLocale 8670526f2a LibJS+LibLocale: Propagate OOM from CLDR RelativeTime Vector operations 2 tahun lalu
LibMain 7834e26ddb Everywhere: Explicitly link all binaries against the LibC target 2 tahun lalu
LibManual 201c9d7c77 Help+LibManual: Open sibling page for subsections 2 tahun lalu
LibMarkdown 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 tahun lalu
LibPCIDB 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 tahun lalu
LibPDF e4a7606b81 LibPDF: Construct accented characters with Type1 seac command 2 tahun lalu
LibPartition ce2f1b845f Everywhere: Mark dependencies of most targets as PRIVATE 2 tahun lalu
LibProtocol 230c0b34d4 LibWeb+LibWebSocket: DOM WebSocket subprotocol support 2 tahun lalu
LibRegex 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 tahun lalu
LibSQL 675713ad8e LibSQL: Actually print an error message after failing to launch a server 2 tahun lalu
LibSanitizer 678db534ff LibC: Properly implement stack protectors 2 tahun lalu
LibSoftGPU 62f4486190 LibSoftGPU: Only enable texture stages if required 2 tahun lalu
LibSymbolication 783251b98a LibSymbolication: Replace uses of JsonObject::get_deprecated()/get_ptr() 2 tahun lalu
LibSyntax c75bfa9cda LibSyntax: Add `common_language_extension()` function 2 tahun lalu
LibSystem 5120b39d0e Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 3 tahun lalu
LibTLS f5fb1396e8 LibCrypto: Use `ErrorOr` error handling for parsing DER 2 tahun lalu
LibTest 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 tahun lalu
LibTextCodec eac2b2382c LibTextCodec: Add a MacRoman decoder 2 tahun lalu
LibThreading 6fd478b6ce Everywhere: Remove unused includes of AK/Format.h 2 tahun lalu
LibTimeZone 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 tahun lalu
LibUSBDB 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 tahun lalu
LibUnicode 537fcaf59e AK+LibUnicode: Provide Unicode-aware caseless String matching 2 tahun lalu
LibVT 25f1e81d62 LibVT: Handle utf-8 search strings in find 2 tahun lalu
LibVideo 0f45153bbb LibVideo/VP9: Use proper indices for updating inter_mode probabilities 2 tahun lalu
LibVirtGPU 100fb38c3e Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h 2 tahun lalu
LibWasm 220fbcaa7e AK: Remove the fallible constructor from `FixedMemoryStream` 2 tahun lalu
LibWeb 220fbcaa7e AK: Remove the fallible constructor from `FixedMemoryStream` 2 tahun lalu
LibWebSocket 230c0b34d4 LibWeb+LibWebSocket: DOM WebSocket subprotocol support 2 tahun lalu
LibWebView 506c26acce LibGUI+Userland: Switch order of parameters for InputBox::show 2 tahun lalu
LibX86 e1ee8f89f2 LibX86: Remove i686 support 2 tahun lalu
LibXML 79006c03b4 AK: Check the return type in `IsCallableWithArguments` 2 tahun lalu
CMakeLists.txt c52abe0bea LibVirtGPU: Add a new GPU device that talks to our VirtIO-GPU driver 2 tahun lalu