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-05-29
Everywhere: Use s.unverwerth@serenityos.org :^)
Stephan Unverwerth
2021-05-29
Browser: Add title to go back/forward context menu
Marcus Nilsson
2021-05-29
LibGUI: Make HeaderView act only on the visible sections
Ali Mohammad Pur
2021-05-29
LibTLS: Allow using other hash algorithms for HMAC
DexesTTP
2021-05-29
LibTLS: Use a more precise KeyExchangeAlgorithm enum
DexesTTP
2021-05-29
LibTLS: Add IANA Hex codes for all recommended cipher suites
DexesTTP
2021-05-29
Meta: Update FUNDING.yml again
Andreas Kling
2021-05-29
Meta: Update FUNDING.yml
Andreas Kling
2021-05-29
AK+Kernel: Hide AK::adopt_own from usage in the Kernel
Brian Gianforcaro
2021-05-29
Kernel: Make Region creation API OOM safe
Brian Gianforcaro
2021-05-29
Kernel: Make PerformanceEventBuffer creation API OOM safe
Brian Gianforcaro
2021-05-29
Kernel: Make Space::create API OOM safe
Brian Gianforcaro
2021-05-29
Kernel: Make CoreDump::create API OOM safe
Brian Gianforcaro
2021-05-29
Kernel: Remove usage of adopt_own in MultiProcessorParser
Brian Gianforcaro
2021-05-29
Kernel: Remove usage of adopt_own in KString
Brian Gianforcaro
2021-05-29
Kernel: Make KBuffer APIs OOM safe
Brian Gianforcaro
2021-05-29
Kernel: Make ContiguousVMObject factory API OOM safe
Brian Gianforcaro
2021-05-29
Kernel: Make AnonymousVMObject::clone() API OOM safe
Brian Gianforcaro
2021-05-29
Kernel: Make PrivateInodeVMObject factory APIs OOM safe
Brian Gianforcaro
2021-05-29
LibWeb: Also call page_did_start_loading() for FrameLoader::Type::Reload
Linus Groh
2021-05-29
LibWeb: Call page_did_start_loading() before load_resource()
Linus Groh
2021-05-29
Browser: Pass Tab::on_title_change title argument as const reference
Linus Groh
2021-05-29
Browser: Remove redundant parameter names from Tab::on_{g,s}et_cookie
Linus Groh
2021-05-29
LibWeb: Improve performance of CSS custom property resolution
Tobias Christiansen
2021-05-29
LibWeb: Avoid unnecessary String copy in parsing CSS custom properties
Tobias Christiansen
2021-05-28
Kernel: Allow building the kernel with -O0
Gunnar Beutner
2021-05-28
SystemMonitor: Disable menu items for inaccessible process
Marcus Nilsson
2021-05-28
Meta: Add `LibGL` to README :^)
Jesse Buhagiar
2021-05-28
Ports: Install mbedtls into the right directory and build shared libs
Gunnar Beutner
2021-05-28
SystemMonitor: Use u64 for disk sizes
Jesse Buhagiar
2021-05-28
LibGUI: Add u64 type to LibGUI::Variant
Jesse Buhagiar
2021-05-28
Kernel: Don't crash when writing a coredump with an unnamed region
Gunnar Beutner
2021-05-28
LibWeb: Resolve custom properties
Tobias Christiansen
2021-05-28
LibWeb: StyleResolver: Keep track of specificity of matched selector
Tobias Christiansen
2021-05-28
LibWeb: Add parsing for custom properties
Tobias Christiansen
2021-05-28
LibWeb: Store custom properties in CSSStyleDeclaration
Tobias Christiansen
2021-05-28
LibWeb: Add CustomStyleValue
Tobias Christiansen
2021-05-28
LibWeb: Add PropertyID::Custom to code generator
Tobias Christiansen
2021-05-28
Kernel: Rename Custody::create() => try_create()
Andreas Kling
2021-05-28
Kernel: Use a KString for Custody::m_name
Andreas Kling
2021-05-28
Kernel: Use KString for Region names
Andreas Kling
2021-05-28
Kernel: Add missing AK/Format.h include in KResult.h
Andreas Kling
2021-05-28
Kernel: Add try_copy_kstring_from_user()
Andreas Kling
2021-05-28
Kernel: Add KString, a single-owner string with OOM failure exposion
Andreas Kling
2021-05-28
Kernel: Ignore duplicate SYN packets
Gunnar Beutner
2021-05-28
Kernel: Release packet buffer in TCPSocket::send_tcp_packet
Gunnar Beutner
2021-05-28
Profiler: Use a more reasonable default event mask
Gunnar Beutner
2021-05-28
LibJS: Poison unused heap blocks until they are re-allocated
Andrew Kaster
2021-05-28
AK: Add platform macros to detect presence of AddressSanitizer
Andrew Kaster
2021-05-28
LibGfx: Make sure we use unique class names
Gunnar Beutner
[next]