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
2023-04-15
LibJS: Add spec comments to ObjectConstructor
Linus Groh
2023-04-15
LibJS: Add spec comments to Object
Linus Groh
2023-04-15
LibJS: Add spec comments to NumberConstructor
Linus Groh
2023-04-15
LibJS: Add spec comments to MathObject
Linus Groh
2023-04-15
LibJS: Add spec comments to MapPrototype
Linus Groh
2023-04-15
LibJS: Add spec comments to GlobalObject
Linus Groh
2023-04-15
LibWeb: Add missing properties from latest spec in SessionHistoryEntry
Aliaksandr Kalenik
2023-04-15
LibWeb: Add HTML::DocumentState
Andreas Kling
2023-04-15
LibWeb: Make SessionHistoryEntry GC-allocated
Andreas Kling
2023-04-15
Kernel/HID: Don't use *LockRefPtrs in the I8042Controller code
Liav A
2023-04-15
Kernel: Re-organize header includes in the HID subsystem code
Liav A
2023-04-15
Kernel: Disable interrupt signaling for the SD driver
Marco Cutecchia
2023-04-15
Assistant: Replace usages of adopt_ref() with make_ref_counted()
Tim Ledbetter
2023-04-15
Assistant: Do not log cancellation errors from FileProvider queries
Tim Ledbetter
2023-04-15
Assistant: Cache AppFile objects on AppProvider creation
Tim Ledbetter
2023-04-15
Assistant: Avoid creating unnecessary FileResult objects
Tim Ledbetter
2023-04-15
LibTLS: Change CertificateKeyAlgorithm from enum to struct
stelar7
2023-04-15
Ladybird+LibWebView: Add -P/--enable-callgrind-profiling option
MacDue
2023-04-15
AK+Everywhere: Replace URL::paths() with path_segment_at_index()
MacDue
2023-04-15
AK+Everywhere: Change URL::path() to serialize_path()
MacDue
2023-04-15
AK+Everywhere: Add ApplyPercentDecoding option to URL getters
MacDue
2023-04-15
AK: Remove unnecessary parameter names in URL.h
MacDue
2023-04-14
Tests: Add a test for LZMA repetition lengths beyond the distance
Tim Schumacher
2023-04-14
Ports/openrtc2: Update OpenRTC2 to version 0.4.4
EWouters
2023-04-14
Base: Complete Mathematical Operators in Katica Regular 10
Cubic Love
2023-04-14
Kernel/Net: Iron out the locking mechanism across the subsystem
Liav A
2023-04-14
Kernel/Net: Make the LoopbackAdapter initializer to use ErrorOr pattern
Liav A
2023-04-14
Kernel/Net: Convert initializers to return NonnullRefPtr<NetworkAdapter>
Liav A
2023-04-14
Kernel: Get rid of *LockRefPtr in the SysFS filesystem code
Liav A
2023-04-14
Kernel/Audio: Propagate errors when creating AudioChannels
Liav A
2023-04-14
Kernel/Audio: Simplify initialization sequence for drivers
Liav A
2023-04-14
Kernel/Storage: Modernize ATA IDE controller initialization code
Liav A
2023-04-14
Kernel/Storage: Remove unused IDEController::initialize() method
Liav A
2023-04-14
Kernel: Stop using LockRefPtrs in the Jail code
Liav A
2023-04-14
Kernel: Make Jail class to be AtomicRefCounted instead of RefCounted
Liav A
2023-04-14
AK: Remove workaround for old macOS SDK
Nico Weber
2023-04-14
AK: Remove unused AK_ARCH_ defines
Nico Weber
2023-04-14
Everywhere: Use ARCH(AARCH64) instead of AK_ARCH_AARCH64
Nico Weber
2023-04-14
Documentation: Add build dependencies for SerenityOS :^)
Tim Schumacher
2023-04-14
LibWeb: Do not dereference empty Optional in ReadableStream::visit_edges
Timothy Flynn
2023-04-14
Kernel: Also search the main program for stack size requests
Tim Schumacher
2023-04-14
Kernel: Pick the maximum out of the requested stack sizes
Tim Schumacher
2023-04-14
Lagom: Add an option for standalone fuzzers to BuildFuzzers.sh
Tim Schumacher
2023-04-14
LibMarkdown: Avoid catastrophic backtracking in thematic break regex
Tim Ledbetter
2023-04-14
LibWeb/Streams: Rename one instance of 'e' to 'exception'
Linus Groh
2023-04-14
LibWeb/Streams: Add FIXMEs to incorrect invoke_callback() invocations
Linus Groh
2023-04-14
LibWeb/Streams: Use MUST_OR_THROW_OOM() when creating JS exceptions
Linus Groh
2023-04-14
LibWeb/Streams: Make most algorithms return a NonnullGCPtr
Linus Groh
2023-04-14
AK: Make math work on arm hosts again
Nico Weber
2023-04-14
PixelPaint: Correct gradient tool's position during preview
Ethan Yeager
[next]