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-24
Tests: Print full 32-byte range of values in TestScanf
Jelle Raaijmakers
2021-10-24
Tests: Reword 'output' to 'return value' in TestScanf
Jelle Raaijmakers
2021-10-24
Tests: Use correct argument count for value conformance in TestScanf
Jelle Raaijmakers
2021-10-24
Tests: Only test truthiness for iswctype
Tim Schumacher
2021-10-24
LibTest: Introduce a macro to only compare truthiness
Tim Schumacher
2021-10-24
Tests: Use proper comparison macros for wctype
Tim Schumacher
2021-10-24
Ports: Add GNU gperf port
Brendan Coles
2021-10-24
LibHTTP: Reset m_content_length if there's a Transfer-Encoding header
Karol Kosek
2021-10-24
LibHTTP: Trim the last packet if it exceeded the Content-Length value
Karol Kosek
2021-10-24
LibHTTP: Store Content-Length value in the HTTP Job class
Karol Kosek
2021-10-24
LibHTTP: Fix buffer overflow when body is larger than the Content-Length
Karol Kosek
2021-10-24
Profiler: Handle profiles with more kernel samples than user samples
Idan Horowitz
2021-10-24
Profiler: Use profile length in ms as histogram column count directly
Idan Horowitz
2021-10-24
LibWeb: Remove now-unnecessary String copy when parsing CSS colors
Sam Atkins
2021-10-24
LibGfx: Make Color::from_string() case-insensitive
Sam Atkins
2021-10-24
LibGfx: Make Color use east-const
Sam Atkins
2021-10-24
WindowServer: Prevent sending duplicate MousePackets when clicking
Jelle Raaijmakers
2021-10-24
WindowServer: Deduplicate code for mouse Z state in EventLoop
Jelle Raaijmakers
2021-10-24
WindowServer: Simplify mouse button handling logic in EventLoop
Jelle Raaijmakers
2021-10-24
Kernel: Prevent VMWareMouseDevice from handling invalid mouse packets
Jelle Raaijmakers
2021-10-24
Kernel: Do not detect mouse or keyboard when handling IRQ for I8042
Jelle Raaijmakers
2021-10-24
Kernel: Enumify all magic constants for I8042 devices
Jelle Raaijmakers
2021-10-24
UE: Properly align stack for signal handlers
Daniel Bertalan
2021-10-24
Kernel: Properly align stack for signal handlers
Daniel Bertalan
2021-10-24
LibJS: Optimize Value::to_property_key() for numeric property names
Andreas Kling
2021-10-24
LibJS: Make Value::to_property_key() return a JS::PropertyKey
Andreas Kling
2021-10-24
LibJS: Provide default hash traits for JS::PropertyKey
Andreas Kling
2021-10-24
LibJS: Use PropertyKey in MemberExpression::to_reference()
Andreas Kling
2021-10-24
LibJS: Make make_super_property_reference() take a PropertyKey
Andreas Kling
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-24
LibJS: Add the "fast non-local access" optimization to the bytecode VM
Andreas Kling
2021-10-24
LibJS: Add a separate "identifier table" to bytecode executables
Andreas Kling
2021-10-24
LibJS: Use String and move semantics in Bytecode::StringTable
Andreas Kling
2021-10-24
LibJS: Implement 'this' in the bytecode VM
Andreas Kling
2021-10-24
LibJS: Alphabetize the bytecode opcode list
Andreas Kling
2021-10-24
LibJS: Include executable name in bytecode dumps
Andreas Kling
2021-10-24
LibJS: Move global "should dump bytecode" flag into LibJS
Andreas Kling
2021-10-24
LibJS: Add Bytecode::Executable::dump()
Andreas Kling
2021-10-24
PixelPaint: Move Mask::{get, set, to_index} to the header file
Idan Horowitz
2021-10-24
Base: Make /usr/Tests read-only since it's now suid capable
Brian Gianforcaro
2021-10-24
LibJS: Don't VERIFY that a function is Regular when executing in AST
davidot
2021-10-23
Ports: Remove obsolete bash locale patch
Daniel Bertalan
2021-10-23
LibC: Use a sensible `MB_CUR_MAX` value
Daniel Bertalan
2021-10-23
LibC: Define locale categories (LC_*) as macros
Daniel Bertalan
2021-10-24
LibCore: Pop the main Core::EventLoop off the stack when destroyed
Andreas Kling
2021-10-24
LibIPC: Use a zero-delay timer for message processing
Andreas Kling
2021-10-24
LibIPC: Store local endpoint magic in a ConnectionBase member
Andreas Kling
2021-10-24
LibIPC: Move waiting for synchronous responses to ConnectionBase
Andreas Kling
2021-10-24
LibIPC: Move more of IPC::Connection to ConnectionBase
Andreas Kling
2021-10-24
LibIPC: Move non-templated parts of IPC::Connection out of line
Andreas Kling
[next]