ladybird/Userland/Libraries
Sam Atkins 6bcde0dcf4 LibCore: Don't record false DirIterator errors
`readdir()` returns null if there is an error, OR if we reached the end.
We don't need to create an Error if there wasn't one.
2023-05-28 05:51:27 -06:00
..
LibArchive
LibAudio AK: Rename Time to Duration 2023-05-24 23:18:07 +02:00
LibC LibC: Ensure that struct group::gr_mem pointers are aligned 2023-05-28 05:05:09 -06:00
LibCards LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
LibChess
LibCMake
LibCodeComprehension LibCodeComprehension: Remove unused #include <DeprecatedFile.h> 2023-05-21 07:52:41 +02:00
LibCompress
LibConfig
LibCore LibCore: Don't record false DirIterator errors 2023-05-28 05:51:27 -06:00
LibCoredump LibCoredump: Avoid unnecessary conversion to DeprecatedString 2023-05-27 17:30:55 +02:00
LibCpp
LibCrypt
LibCrypto LibCrypto: Add workaround for false -Warray-bounds warning 2023-05-28 05:05:09 -06:00
LibDebug
LibDesktop Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
LibDeviceTree
LibDiff
LibDNS
LibDSP
LibEDID
LibELF test-fuzz: Add all the missing fuzzers 2023-05-23 06:11:33 +02:00
LibFileSystem
LibFileSystemAccessClient
LibGemini
LibGfx LibGfx: Add Color::from_named_css_color_string 2023-05-28 13:24:37 +02:00
LibGL
LibGLSL
LibGPU
LibGUI Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
LibHTTP
LibIDL
LibImageDecoderClient
LibIMAP
LibIPC AK: Introduce UnixDateTime 2023-05-24 23:18:07 +02:00
LibJS LibJS: Make Error stack traces lazier 2023-05-28 10:03:11 +02:00
LibKeyboard
LibLine LibLine: Unify history reading, prefer File over DeprecatedFile 2023-05-27 07:16:01 +02:00
LibLocale LibTimeZone+Userland: Change timezone functions to use UnixDateTime 2023-05-24 23:18:07 +02:00
LibMain
LibManual
LibMarkdown
LibPartition
LibPCIDB
LibPDF
LibProtocol WebSocket: Avoid unnecessary IPC::Dictionary wrapper 2023-05-21 07:53:45 +02:00
LibRegex
LibSanitizer
LibSoftGPU LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
LibSQL LibSQL: Free heap storage when deleting rows 2023-05-25 06:19:16 -07:00
LibSymbolication
LibSyntax
LibSystem
LibTest
LibTextCodec
LibThreading LibThreading: Do not crash when detaching from an already-exited thread 2023-05-24 16:45:25 +02:00
LibTimeZone LibTimeZone+Userland: Change timezone functions to use UnixDateTime 2023-05-24 23:18:07 +02:00
LibTLS
LibUnicode
LibUSBDB
LibVideo LibGfx+LibVideo: Make BooleanDecoder usable for both VP8 and VP9 2023-05-27 05:47:42 +02:00
LibVirtGPU
LibVT LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
LibWasm LibWasm: Create AK::StackInfo once per AbstractMachine 2023-05-28 13:20:56 +02:00
LibWeb LibWeb: Apply rules for parsing a legacy color value 2023-05-28 13:24:37 +02:00
LibWebSocket
LibWebView LibWebView: Don't re-create WebContent proceses when repeatedly crashing 2023-05-27 20:09:50 +02:00
LibX86
LibXML
CMakeLists.txt