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-13
LibGL: Use integer math in rasterizer coverage calculations
Stephan Unverwerth
2021-05-13
LibGfx: Add Vector2 class
Stephan Unverwerth
2021-05-13
LibGfx: Add component wise * and / operators to Vector3 and Vector4
Stephan Unverwerth
2021-05-13
Kernel: Remove unused header from FileDescription.cpp
Brian Gianforcaro
2021-05-13
Kernel: Move FileDescription::get_dir_entries to KResultOr<ssize_t>
Brian Gianforcaro
2021-05-13
Kernel: Make FileDescription::create() APIs OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make InodeFile::create() API OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make Thread::try_create API OOM safe
Brian Gianforcaro
2021-05-13
AK: Introduce adopt_ref_if_nonnull(..) to aid in Kernel OOM hardening
Brian Gianforcaro
2021-05-13
AK: Introduce adopt_own_if_nonnull(..) to aid in Kernel OOM hardening
Brian Gianforcaro
2021-05-13
Kernel: Declare operator new/delete noexcept for MAKE_SLAB_ALLOCATED
Brian Gianforcaro
2021-05-13
Kernel: Declare operator new/delete noexcept for MAKE_ALIGNED_ALLOCATED
Brian Gianforcaro
2021-05-13
Kernel: Declare operator new/delete as noexcept for the Kernel
Brian Gianforcaro
2021-05-13
Kernel: Avoid unnecessary allocations for TTY::tty_name()
Gunnar Beutner
2021-05-13
Kernel: Avoid allocations in KBufferBuilder::appendff
Gunnar Beutner
2021-05-13
Kernel: Avoid unnecessary allocations in NetworkAdapter::for_each
Gunnar Beutner
2021-05-13
Kernel: Avoid allocating and then freeing packet buffers
Gunnar Beutner
2021-05-13
FileManager: Set minimum folder pane width
Jelle Raaijmakers
2021-05-13
LibGUI/Splitter: Support setting minimum resizee size
Jelle Raaijmakers
2021-05-12
Base: Add KeyboardMapper.af
Linus Groh
2021-05-12
KeyboardMapper: Embed icon in executable
Linus Groh
2021-05-12
KeyboardMapper: Stylize title as "Keyboard Mapper"
Linus Groh
2021-05-12
KeyboardMapper: Remove two useless comments
Linus Groh
2021-05-12
2048: Add separator before quit menu action
Linus Groh
2021-05-12
WindowServer: Re-render window frame when setting unresponsive status
Linus Groh
2021-05-12
Tests: Add InodeWatcher and FileWatcher tests
sin-ack
2021-05-12
LibCore: Add unit to Core::Timer interval arguments
sin-ack
2021-05-12
Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
sin-ack
2021-05-12
Kernel: Implement multi-watch InodeWatcher :^)
sin-ack
2021-05-12
AK: Add LexicalPath::append and LexicalPath::join
sin-ack
2021-05-12
Kernel: Fix issues supporting HPETs with 32-bit-only main counter
Tom
2021-05-12
FileManager: Reorganize main toolbar a little bit
Andreas Kling
2021-05-12
FileManager: Reorganize menus a little bit
Andreas Kling
2021-05-12
LibGUI: Never resolve Key_Invalid to a GUI::Action
Andreas Kling
2021-05-12
LibGUI: Move action-from-key-event code to a separate function
Andreas Kling
2021-05-12
Everywhere: Add Alt shortcuts to remaining top-level menus
Linus Groh
2021-05-12
Browser: Use URL for window title if tab title is empty
Linus Groh
2021-05-12
SystemMonitor: Spell process window title as "System Monitor"
Linus Groh
2021-05-12
Everywhere: Rename app_menu to file_menu, continued
Linus Groh
2021-05-12
Kernel: Route packets destined for us through the loopback adapter
Gunnar Beutner
2021-05-12
Kernel: Outbound packets should use the source address from the socket
Gunnar Beutner
2021-05-12
Kernel: Treat 0.0.0.0 as a loopback address
Gunnar Beutner
2021-05-12
Kernel: Coalesce TCP ACKs
Gunnar Beutner
2021-05-12
Kernel: Trigger TCP fast retransmission when we encounter lost packets
Gunnar Beutner
2021-05-12
Kernel: Don't process TCP packets out of order
Gunnar Beutner
2021-05-12
Kernel: Set MSS option for outbound TCP SYN packets
Gunnar Beutner
2021-05-12
Kernel: Avoid allocating KBuffers for TCP packets
Gunnar Beutner
2021-05-12
Kernel: Increase the default TCP window size
Gunnar Beutner
2021-05-12
Kernel: Increase IPv4 buffer size to 256kB
Gunnar Beutner
2021-05-12
Kernel+LibC: Make get_dir_entries syscall retriable
Mart G
[next]