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
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
2023-04-14
LibWeb: Resolve more background-related properties
Karol Kosek
2023-04-14
WindowServer: Fix alt shortcut navigation for non-default keymaps
Julian Offenhäuser
2023-04-14
LibTLS: Add RFC explanation of AlertDescription values
stelar7
2023-04-14
LibTLS: Show enum value instead of underlying value where possible
stelar7
2023-04-14
LibTLS: Move AlertDescription to Extensions.h
stelar7
2023-04-14
LibTLS: Move CipherSuite to Extensions.h
stelar7
2023-04-14
LibTLS: Move HashAlgorithm to Extensions.h
stelar7
2023-04-14
LibTLS: Move SignatureAlgorithm to Extensions.h
stelar7
2023-04-14
LibTLS: Move ECPointFormat to Extensions.h
stelar7
2023-04-14
LibTLS: Rename NamedCurve to SupportedGroup
stelar7
2023-04-14
LibTLS: Move ECCurveType to Extensions.h
stelar7
2023-04-14
LibTLS: Move NameType to Extensions.h
stelar7
2023-04-14
LibTLS: Rename HandshakeExtension to ExtensionType
stelar7
2023-04-14
LibTLS: Update HandshakeType value names to match IANA registry values
stelar7
2023-04-14
LibTLS: Rename AlertLevel Critial to FATAL
stelar7
2023-04-14
LibTLS: Rename Version to ProtocolVersion
stelar7
2023-04-14
LibTLS: Rename MessageType to ContentType
stelar7
2023-04-14
LibC: Implement if_indextoname and if_nametoindex
Arda Cinar
2023-04-14
Kernel/Net: Implement SIOCGIFINDEX and SIOCGIFNAME for sockets
Arda Cinar
2023-04-14
LibWeb: Honor column-gap and row-gap CSS properties in flex layout
Andreas Kling
[next]