summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-13LibC: Increase minimum alignment for malloc() to 16 bytesGunnar Beutner
2021-07-13HashMap: Rename finders with a more accurate and self-descripting namengc6302h
2021-07-13HashTable: Rename finders with a more accurate and self-descripting namengc6302h
2021-07-13Vector: Homogenize type and parameter names for predicatesngc6302h
2021-07-13du: Don't fail immediately when directory can't be read (#8719)luk1337
2021-07-13Meta: Make sure files are installed with the right UID and GIDGunnar Beutner
2021-07-13Meta: Fix QEMU detection for WSL2 if QEMU isn't installed on the C driveGunnar Beutner
2021-07-13Documentation: Make sure Windows have QEMU tools in their WSL2 systemGunnar Beutner
2021-07-13FileManager: Convert properties window UI to GML (#8705)luk1337
2021-07-13Shell: Add unalias builtinTheFightingCatfish
2021-07-13LibGUI: Select radio buttons with keyboardAriel Don
2021-07-13LibRegex: Consider EOF in the middle of a range an errorAli Mohammad Pur
2021-07-13LibRegex: Don't attempt to insert invalid bytecode in {B,E}REAli Mohammad Pur
2021-07-13LibRegex: Implement lookaround in EREAli Mohammad Pur
2021-07-13LibRegex: Allow empty character classes in {B,E}REAli Mohammad Pur
2021-07-13LibRegex: Disallow excessively large repetition counts in {B,E}REAli Mohammad Pur
2021-07-13LibRegex+LibC: Make re_nsub available to the userAli Mohammad Pur
2021-07-13Base: Fix typo in the man page for `file`Valtteri Koskivuori
2021-07-13Lagom/Fuzzers: Add fuzzer for FLAC loaderLuke
2021-07-13Base: Change Marcin to nooga in fortunes databaseMarcin Gasperowicz
2021-07-13Base: Add a quote to the fortunes databaseBuggieBot
2021-07-12DisplaySettings: Reload current settings when apply dialog is dismissedLuK1337
2021-07-12LibC: Replace use of do/while in assert() with the ternary operatorLinus Groh
2021-07-12LibAudio: Set variable type for decoding fixed subframes in FLACKarol Kosek
2021-07-13Lagom/Fuzzers: Add fuzzer for POSIX basic regex parserLuke
2021-07-12Kernel/Graphics: Move Bochs graphics related code into a separate folderLiav A
2021-07-12Kernel/Graphics: Remove unnecessary Bochs.h fileLiav A
2021-07-12AK: Make Traits<T*> use ptr_hash() and not assume 32-bit pointersAli Mohammad Pur
2021-07-12AK: Replace all explicit specialisations of Traits with a single oneAli Mohammad Pur
2021-07-12LibJS: Add Temporal.Instant.prototype.round()Idan Horowitz
2021-07-12LibCrypto: Add the >= operator to UnsignedBigIntegerIdan Horowitz
2021-07-12LibJS: Add the GetOptionsObject & GetOption Temporal AbstractOperationsIdan Horowitz
2021-07-12LibJS: Add Temporal.Instant.prototype.equals()Idan Horowitz
2021-07-12LibJS: Add Temporal.Instant.from()Idan Horowitz
2021-07-12LibJS: Add Temporal.Instant.compare()Idan Horowitz
2021-07-12LibJS: Add the ToTemporalInstant Abstract Operation & its requirementsIdan Horowitz
2021-07-12AK: Add a DateTimeLexerIdan Horowitz
2021-07-12AK: Add a retreat(count) method to GenericLexerIdan Horowitz
2021-07-12HackStudio: Activate window only on file dropKarol Kosek
2021-07-12SoundPlayer: Activate window only on file dropKarol Kosek
2021-07-12ImageViewer: Activate window only on file dropKarol Kosek
2021-07-12HexEditor: Accept file dropsKarol Kosek
2021-07-12ls: Add option to list subdirectories recursivelyAriel Don
2021-07-12LibCore: Implement File::is_link()Ariel Don
2021-07-12Meta: Skip WebAssembly loop test generationAndrew Kaster
2021-07-12LibWasm: Adjust signed integer operations to avoid UBAndrew Kaster
2021-07-12LibWasm: Skip initializing active empty data sectionsAli Mohammad Pur
2021-07-12LibWasm: Use AK::StackInfo to track stack sizeAli Mohammad Pur
2021-07-12Meta+CI: Use wabt version 1.0.23 for all CI jobsAndrew Kaster
2021-07-12LibCore: Tolerate misaligned addresses in struct hostentAndrew Kaster