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-10-27
Kernel/Graphics: Rename VirtIO FrameBufferDevice => FramebufferDevice
Liav A
2021-10-26
LibWeb: Implement URLSearchParams.getAll
Luke Wilde
2021-10-26
LibJS: Clarify mathematical types in Temporal AOs and functions
Linus Groh
2021-10-26
LibWeb: Fix inline blocks swallowing trailing whitespace
Felix Rauch
2021-10-26
Base: Map numpad '.' key to '.' instead of ',' in en-GB keymap
Sam Atkins
2021-10-26
Demos: Remap mouse button events to physical buttons in MouseDemo
Idan Horowitz
2021-10-26
Demos: Change MouseDemo's window title to "Mouse demo"
Idan Horowitz
2021-10-26
Kernel: Make WorkQueue::WorkItem slab allocated
Andreas Kling
2021-10-26
Kernel: Use SpinlockProtected<T> in WorkQueue
Andreas Kling
2021-10-26
Kernel: Use a larger kmalloc chunk size on 64-bit platforms
Andreas Kling
2021-10-26
Kernel: Take VMObject lock once in Region::remap_vmobject_page()
Andreas Kling
2021-10-26
LibC: Remove debug spam from openpty()
Andreas Kling
2021-10-26
WindowServer: Don't re-open screen device immediately after opening it
Andreas Kling
2021-10-26
WindowServer: Remove Screen::init()
Andreas Kling
2021-10-26
AK: Prefix debug log messages with current-time-since-boot
Andreas Kling
2021-10-26
Kernel: Add TimeManagement::is_initialized()
Andreas Kling
2021-10-25
Kernel: Avoid allocation when checking for vmmouse
Ben Wiederhake
2021-10-25
SystemServer: Rename 'BootModes' config option to 'SystemModes'
Ben Wiederhake
2021-10-25
Kernel+SystemServer: Change bootmode to system_mode
Ben Wiederhake
2021-10-25
Kernel: Separate panic behavior from bootmode
Ben Wiederhake
2021-10-25
Kernel: Separate framebuffers from bootmode
Ben Wiederhake
2021-10-25
SoundPlayer: Implement playlist shuffle mode
Leandro Pereira
2021-10-25
SoundPlayer: Make M3UParser more idiomatic
Leandro Pereira
2021-10-25
SoundPlayer: Fix inconsistencies and code duplication
Leandro Pereira
2021-10-25
LibCore: Add File::size()
Leandro Pereira
2021-10-25
AK: Allow seed value to be specified in string_hash()
Leandro Pereira
2021-10-25
Ports: Enable history handling in bc
Daniel Bertalan
2021-10-25
Kernel+LibC: Default to 8-bit characters in TTY
Daniel Bertalan
2021-10-25
MouseSettings: Add option to reverse buttons
Andrew Pardoe
2021-10-25
LibJS: Support calling result of a computed MemberExpression in bytecode
Andreas Kling
2021-10-25
LibJS: Simplify MemberExpression::generate_bytecode()
Andreas Kling
2021-10-25
LibJS: Tweak Value::to_property_key() fast path for Int32
Andreas Kling
2021-10-25
LibJS: Support more assignment expressions in the bytecode VM
Andreas Kling
2021-10-25
LibJS: Generate bytecode for UpdateExpression with MemberExpression arg
Andreas Kling
2021-10-25
LibJS: Add BytecodeGenerator helpers for reference get/put
Andreas Kling
2021-10-25
LibJS: Add fast paths for <, >, <=, and >= with Int32 on both sides
Andreas Kling
2021-10-25
AK: Always inline Optional::release_value()
Andreas Kling
2021-10-25
DHCPClient: Simplify DHCPv4PacketBuilder
Andreas Kling
2021-10-25
LibJS: Always inline the bytecode instruction iterator's operator++
Andreas Kling
2021-10-25
LibJS: Add default constructor for PrivateName
Andreas Kling
2021-10-25
AK: Add fast path for constructing StringImpl from "" literal
Andreas Kling
2021-10-25
Ports: Bump bc from version 2.5.1 to 5.1.1
Brendan Coles
2021-10-25
Assistant: Fix adding sequential bonus in Fuzzy Match
Karol Kosek
2021-10-25
Assistant: Save match all match points in Fuzzy Match
Karol Kosek
2021-10-25
Assistant: Simplify the logic of calculating bonus points
Karol Kosek
2021-10-25
Assistant: Move score calculation logic to separate function
Karol Kosek
2021-10-25
Assistant: Make strings const referenced
Karol Kosek
2021-10-25
LibSQL Tests: Add tests for `SELECT ... WHERE ...`
Jan de Visser
2021-10-25
LibSQL: Add better error handling to `evaluate` and `execute` methods
Jan de Visser
2021-10-25
LibSQL: First cut of SQL `WHERE` clause
Jan de Visser
[next]