index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-10-25
LibJS: Make bytecode VM throw TypeError on attempt to call non-callable
Andreas Kling
2021-10-25
LibJS: Fix bogus bytecode codegen for "catch" parameters
Andreas Kling
2021-10-25
Profiler: Fix disassembling objects with a non-zero `.text` vaddr
Daniel Bertalan
2021-10-25
LibX86: Take load base address into consideration during disassembly
Daniel Bertalan
2021-10-25
Profiler: Subtract the kernel's base address when searching for symbols
Daniel Bertalan
2021-10-24
LibC: Fix `%n` conversion specifier in scanf() format
Jelle Raaijmakers
2021-10-24
LibTest: Introduce a macro to only compare truthiness
Tim Schumacher
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
UE: 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
LibJS: Don't VERIFY that a function is Regular when executing in AST
davidot
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
2021-10-24
LibIPC: Add missing <signal.h> include
Andreas Kling
2021-10-24
LibIPC: Add IPC::Stub to forwarding header
Andreas Kling
2021-10-23
Shell: Prevent exponential explosion around '$(('
Ben Wiederhake
2021-10-23
LibJS: Convert a few TRYs to MUST in RegExp.prototype
Timothy Flynn
2021-10-23
AK+Everywhere: Make Base64 decoding fallible
Ben Wiederhake
2021-10-23
LibJS: Convert Atomics functions to ThrowCompletionOr
Timothy Flynn
[next]