summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-15AK+Everywhere: Add ApplyPercentDecoding option to URL gettersMacDue
2023-04-15AK: Remove unnecessary parameter names in URL.hMacDue
2023-04-14Tests: Add a test for LZMA repetition lengths beyond the distanceTim Schumacher
2023-04-14Ports/openrtc2: Update OpenRTC2 to version 0.4.4EWouters
2023-04-14Base: Complete Mathematical Operators in Katica Regular 10Cubic Love
2023-04-14Kernel/Net: Iron out the locking mechanism across the subsystemLiav A
2023-04-14Kernel/Net: Make the LoopbackAdapter initializer to use ErrorOr patternLiav A
2023-04-14Kernel/Net: Convert initializers to return NonnullRefPtr<NetworkAdapter>Liav A
2023-04-14Kernel: Get rid of *LockRefPtr in the SysFS filesystem codeLiav A
2023-04-14Kernel/Audio: Propagate errors when creating AudioChannelsLiav A
2023-04-14Kernel/Audio: Simplify initialization sequence for driversLiav A
2023-04-14Kernel/Storage: Modernize ATA IDE controller initialization codeLiav A
2023-04-14Kernel/Storage: Remove unused IDEController::initialize() methodLiav A
2023-04-14Kernel: Stop using LockRefPtrs in the Jail codeLiav A
2023-04-14Kernel: Make Jail class to be AtomicRefCounted instead of RefCountedLiav A
2023-04-14AK: Remove workaround for old macOS SDKNico Weber
2023-04-14AK: Remove unused AK_ARCH_ definesNico Weber
2023-04-14Everywhere: Use ARCH(AARCH64) instead of AK_ARCH_AARCH64Nico Weber
2023-04-14Documentation: Add build dependencies for SerenityOS :^)Tim Schumacher
2023-04-14LibWeb: Do not dereference empty Optional in ReadableStream::visit_edgesTimothy Flynn
2023-04-14Kernel: Also search the main program for stack size requestsTim Schumacher
2023-04-14Kernel: Pick the maximum out of the requested stack sizesTim Schumacher
2023-04-14Lagom: Add an option for standalone fuzzers to BuildFuzzers.shTim Schumacher
2023-04-14LibMarkdown: Avoid catastrophic backtracking in thematic break regexTim Ledbetter
2023-04-14LibWeb/Streams: Rename one instance of 'e' to 'exception'Linus Groh
2023-04-14LibWeb/Streams: Add FIXMEs to incorrect invoke_callback() invocationsLinus Groh
2023-04-14LibWeb/Streams: Use MUST_OR_THROW_OOM() when creating JS exceptionsLinus Groh
2023-04-14LibWeb/Streams: Make most algorithms return a NonnullGCPtrLinus Groh
2023-04-14AK: Make math work on arm hosts againNico Weber
2023-04-14PixelPaint: Correct gradient tool's position during previewEthan Yeager
2023-04-14LibWeb: Resolve more background-related propertiesKarol Kosek
2023-04-14WindowServer: Fix alt shortcut navigation for non-default keymapsJulian Offenhäuser
2023-04-14LibTLS: Add RFC explanation of AlertDescription valuesstelar7
2023-04-14LibTLS: Show enum value instead of underlying value where possiblestelar7
2023-04-14LibTLS: Move AlertDescription to Extensions.hstelar7
2023-04-14LibTLS: Move CipherSuite to Extensions.hstelar7
2023-04-14LibTLS: Move HashAlgorithm to Extensions.hstelar7
2023-04-14LibTLS: Move SignatureAlgorithm to Extensions.hstelar7
2023-04-14LibTLS: Move ECPointFormat to Extensions.hstelar7
2023-04-14LibTLS: Rename NamedCurve to SupportedGroupstelar7
2023-04-14LibTLS: Move ECCurveType to Extensions.hstelar7
2023-04-14LibTLS: Move NameType to Extensions.hstelar7
2023-04-14LibTLS: Rename HandshakeExtension to ExtensionTypestelar7
2023-04-14LibTLS: Update HandshakeType value names to match IANA registry valuesstelar7
2023-04-14LibTLS: Rename AlertLevel Critial to FATALstelar7
2023-04-14LibTLS: Rename Version to ProtocolVersionstelar7
2023-04-14LibTLS: Rename MessageType to ContentTypestelar7
2023-04-14LibC: Implement if_indextoname and if_nametoindexArda Cinar
2023-04-14Kernel/Net: Implement SIOCGIFINDEX and SIOCGIFNAME for socketsArda Cinar
2023-04-14LibWeb: Honor column-gap and row-gap CSS properties in flex layoutAndreas Kling