.. |
LibArchive
|
LibArchive: Read Tar archive headers through read_value
|
2023-03-13 15:16:20 +00:00 |
LibAudio
|
LibAudio: Use read_until_filled to fill a buffer from a Stream
|
2023-04-12 14:02:56 -04:00 |
LibC
|
Kernel+LibC: Implement pthread_create for AArch64
|
2023-04-23 14:30:59 +02:00 |
LibCards
|
LibGfx+Userland: Add width_rounded_up() helper
|
2023-04-15 15:24:50 +02:00 |
LibChess
|
LibChess: Allow UCIEndpoint to handle unexpected disconnections
|
2023-04-20 09:59:18 +01:00 |
LibCMake
|
LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes
|
2023-03-15 14:55:49 +01:00 |
LibCodeComprehension
|
Everywhere: Use LibFileSystem where trivial
|
2023-03-21 19:03:21 +00:00 |
LibCompress
|
LibCompress: Error on truncated uncompressed DEFLATE blocks
|
2023-04-12 14:02:13 -04:00 |
LibConfig
|
LibConfig: Use full include path for endpoints
|
2023-03-24 00:31:03 +01:00 |
LibCore
|
Kernel+Userland: Remove the nfds entry from /sys/kernel/processes
|
2023-04-21 13:55:23 +02:00 |
LibCoredump
|
LibCoredump+CrashReporter: Make CrashReporter work on AArch64
|
2023-04-23 14:30:59 +02:00 |
LibCpp
|
Tests: Use FileSystem instead of DeprecatedFile
|
2023-04-09 20:58:54 -06:00 |
LibCrypt
|
LibCrypt: Start installing headers again
|
2023-03-20 09:33:30 +01:00 |
LibCrypto
|
LibTLS: Change CertificateKeyAlgorithm from enum to struct
|
2023-04-15 09:03:47 +03:30 |
LibDebug
|
LibDebug: Support DW_FORM_ref_udata
|
2023-04-23 14:30:59 +02:00 |
LibDesktop
|
|
|
LibDeviceTree
|
Everywhere: Remove unused DeprecatedString includes
|
2023-04-09 22:00:54 +02:00 |
LibDiff
|
|
|
LibDNS
|
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
|
2023-03-13 15:16:20 +00:00 |
LibDSP
|
|
|
LibEDID
|
LibEDID: Fix compiler error when ENABLE_PNP_IDS_DOWNLOAD=OFF
|
2023-04-06 10:26:21 -04:00 |
LibELF
|
LibELF: Add AArch64 PLT trampoline
|
2023-04-23 14:30:59 +02:00 |
LibFileSystem
|
LibFileSystem: Fix leak in read_path
|
2023-03-22 14:04:24 +00:00 |
LibFileSystemAccessClient
|
Libraries: Convert DeprecatedFile usages to LibFileSystem
|
2023-03-24 10:58:43 +00:00 |
LibGemini
|
AK+Everywhere: Change URL::path() to serialize_path()
|
2023-04-15 06:37:04 +02:00 |
LibGfx
|
LibGfx: Decrease indent in ImageDecoder::try_create_for_raw_bytes() some
|
2023-04-23 14:35:20 +02:00 |
LibGL
|
|
|
LibGLSL
|
|
|
LibGPU
|
|
|
LibGUI
|
WindowServer+LibGUI: Port WindowServer's Menu name to new String
|
2023-04-19 07:59:54 +02:00 |
LibHTTP
|
AK+Everywhere: Change URL::path() to serialize_path()
|
2023-04-15 06:37:04 +02:00 |
LibIDL
|
Libraries: Convert DeprecatedFile usages to LibFileSystem
|
2023-03-24 10:58:43 +00:00 |
LibImageDecoderClient
|
|
|
LibIMAP
|
Everywhere: Remove unintentional partial stream reads and writes
|
2023-03-13 15:16:20 +00:00 |
LibIPC
|
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
|
2023-03-13 15:16:20 +00:00 |
LibJS
|
LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacks
|
2023-04-21 20:44:47 +01:00 |
LibKeyboard
|
|
|
LibLine
|
Everywhere: Remove unused DeprecatedString includes
|
2023-04-09 22:00:54 +02:00 |
LibLocale
|
|
|
LibMain
|
|
|
LibManual
|
AK+Everywhere: Replace URL::paths() with path_segment_at_index()
|
2023-04-15 06:37:04 +02:00 |
LibMarkdown
|
LibMarkdown: Avoid catastrophic backtracking in thematic break regex
|
2023-04-14 16:02:59 +01:00 |
LibPartition
|
|
|
LibPCIDB
|
|
|
LibPDF
|
Everywhere: Fix a few typos
|
2023-04-12 19:37:35 +02:00 |
LibProtocol
|
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
|
2023-03-13 15:16:20 +00:00 |
LibRegex
|
LibRegex: Avoid calling GenericLexer::consume() past EOF
|
2023-04-14 12:33:54 +02:00 |
LibSanitizer
|
|
|
LibSoftGPU
|
|
|
LibSQL
|
Everywhere: Remove unused DeprecatedString includes
|
2023-04-09 22:00:54 +02:00 |
LibSymbolication
|
Everywhere: Use LibFileSystem where trivial
|
2023-03-21 19:03:21 +00:00 |
LibSyntax
|
Spreadsheet+LibSyntax: Never insert spans directly
|
2023-04-14 10:00:52 +02:00 |
LibSystem
|
|
|
LibTest
|
LibTest: Add a TRY_OR_FAIL macro
|
2023-04-09 18:27:06 +02:00 |
LibTextCodec
|
|
|
LibThreading
|
LibThreading: Resolve BackgroundAction error callback use-after-free
|
2023-03-23 21:05:12 +01:00 |
LibTimeZone
|
LibJS+LibTimeZone: Explicitly canonicalize "GMT" to "UTC"
|
2023-03-23 15:30:21 +00:00 |
LibTLS
|
LibTLS: Change CertificateKeyAlgorithm from enum to struct
|
2023-04-15 09:03:47 +03:30 |
LibUnicode
|
|
|
LibUSBDB
|
|
|
LibVideo
|
LibVideo: Remove hook to notify clients upon reaching end of the stream
|
2023-04-17 01:16:04 +02:00 |
LibVirtGPU
|
|
|
LibVT
|
AK+Everywhere: Change URL::path() to serialize_path()
|
2023-04-15 06:37:04 +02:00 |
LibWasm
|
LibWasm: Replace usages of the Endian bytes accessor
|
2023-04-12 07:33:15 -04:00 |
LibWeb
|
LibWeb: Propagate LibVideo decoder errors to the HTMLMediaElement
|
2023-04-23 16:22:45 +02:00 |
LibWebSocket
|
AK+Everywhere: Change URL::path() to serialize_path()
|
2023-04-15 06:37:04 +02:00 |
LibWebView
|
Browser+Ladybird+LibWeb: Port content filters to String
|
2023-04-22 12:32:40 +02:00 |
LibX86
|
|
|
LibXML
|
|
|
CMakeLists.txt
|
LibFileSystem: Create LibFileSystem
|
2023-03-21 19:03:21 +00:00 |