index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-07-13
LibC: Increase minimum alignment for malloc() to 16 bytes
Gunnar Beutner
2021-07-13
HashMap: Rename finders with a more accurate and self-descripting name
ngc6302h
2021-07-13
HashTable: Rename finders with a more accurate and self-descripting name
ngc6302h
2021-07-13
Vector: Homogenize type and parameter names for predicates
ngc6302h
2021-07-13
du: Don't fail immediately when directory can't be read (#8719)
luk1337
2021-07-13
Meta: Make sure files are installed with the right UID and GID
Gunnar Beutner
2021-07-13
Meta: Fix QEMU detection for WSL2 if QEMU isn't installed on the C drive
Gunnar Beutner
2021-07-13
Documentation: Make sure Windows have QEMU tools in their WSL2 system
Gunnar Beutner
2021-07-13
FileManager: Convert properties window UI to GML (#8705)
luk1337
2021-07-13
Shell: Add unalias builtin
TheFightingCatfish
2021-07-13
LibGUI: Select radio buttons with keyboard
Ariel Don
2021-07-13
LibRegex: Consider EOF in the middle of a range an error
Ali Mohammad Pur
2021-07-13
LibRegex: Don't attempt to insert invalid bytecode in {B,E}RE
Ali Mohammad Pur
2021-07-13
LibRegex: Implement lookaround in ERE
Ali Mohammad Pur
2021-07-13
LibRegex: Allow empty character classes in {B,E}RE
Ali Mohammad Pur
2021-07-13
LibRegex: Disallow excessively large repetition counts in {B,E}RE
Ali Mohammad Pur
2021-07-13
LibRegex+LibC: Make re_nsub available to the user
Ali Mohammad Pur
2021-07-13
Base: Fix typo in the man page for `file`
Valtteri Koskivuori
2021-07-13
Lagom/Fuzzers: Add fuzzer for FLAC loader
Luke
2021-07-13
Base: Change Marcin to nooga in fortunes database
Marcin Gasperowicz
2021-07-13
Base: Add a quote to the fortunes database
BuggieBot
2021-07-12
DisplaySettings: Reload current settings when apply dialog is dismissed
LuK1337
2021-07-12
LibC: Replace use of do/while in assert() with the ternary operator
Linus Groh
2021-07-12
LibAudio: Set variable type for decoding fixed subframes in FLAC
Karol Kosek
2021-07-13
Lagom/Fuzzers: Add fuzzer for POSIX basic regex parser
Luke
2021-07-12
Kernel/Graphics: Move Bochs graphics related code into a separate folder
Liav A
2021-07-12
Kernel/Graphics: Remove unnecessary Bochs.h file
Liav A
2021-07-12
AK: Make Traits<T*> use ptr_hash() and not assume 32-bit pointers
Ali Mohammad Pur
2021-07-12
AK: Replace all explicit specialisations of Traits with a single one
Ali Mohammad Pur
2021-07-12
LibJS: Add Temporal.Instant.prototype.round()
Idan Horowitz
2021-07-12
LibCrypto: Add the >= operator to UnsignedBigInteger
Idan Horowitz
2021-07-12
LibJS: Add the GetOptionsObject & GetOption Temporal AbstractOperations
Idan Horowitz
2021-07-12
LibJS: Add Temporal.Instant.prototype.equals()
Idan Horowitz
2021-07-12
LibJS: Add Temporal.Instant.from()
Idan Horowitz
2021-07-12
LibJS: Add Temporal.Instant.compare()
Idan Horowitz
2021-07-12
LibJS: Add the ToTemporalInstant Abstract Operation & its requirements
Idan Horowitz
2021-07-12
AK: Add a DateTimeLexer
Idan Horowitz
2021-07-12
AK: Add a retreat(count) method to GenericLexer
Idan Horowitz
2021-07-12
HackStudio: Activate window only on file drop
Karol Kosek
2021-07-12
SoundPlayer: Activate window only on file drop
Karol Kosek
2021-07-12
ImageViewer: Activate window only on file drop
Karol Kosek
2021-07-12
HexEditor: Accept file drops
Karol Kosek
2021-07-12
ls: Add option to list subdirectories recursively
Ariel Don
2021-07-12
LibCore: Implement File::is_link()
Ariel Don
2021-07-12
Meta: Skip WebAssembly loop test generation
Andrew Kaster
2021-07-12
LibWasm: Adjust signed integer operations to avoid UB
Andrew Kaster
2021-07-12
LibWasm: Skip initializing active empty data sections
Ali Mohammad Pur
2021-07-12
LibWasm: Use AK::StackInfo to track stack size
Ali Mohammad Pur
2021-07-12
Meta+CI: Use wabt version 1.0.23 for all CI jobs
Andrew Kaster
2021-07-12
LibCore: Tolerate misaligned addresses in struct hostent
Andrew Kaster
[next]