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-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
2021-10-25
LibSQL: Implement evaluate() method of BinaryOperatorExpression
Jan de Visser
2021-10-25
LibSQL: Implement binary operators for Value objects
Jan de Visser
2021-10-25
LibJS: Propagate exceptions across bytecode executable boundaries
Andreas Kling
2021-10-25
LibJS: Make eval() code run in the bytecode VM
Andreas Kling
2021-10-25
LibJS: Make bytecode interpreter leave unwind context immediately
Andreas Kling
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-25
Ports: byacc+gmp+m4: Split auth_opts strings into array elements
Brendan Coles
2021-10-24
LibC: Fix `%n` conversion specifier in scanf() format
Jelle Raaijmakers
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
[next]