summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-25Kernel: Separate framebuffers from bootmodeBen Wiederhake
2021-10-25SoundPlayer: Implement playlist shuffle modeLeandro Pereira
2021-10-25SoundPlayer: Make M3UParser more idiomaticLeandro Pereira
2021-10-25SoundPlayer: Fix inconsistencies and code duplicationLeandro Pereira
2021-10-25LibCore: Add File::size()Leandro Pereira
2021-10-25AK: Allow seed value to be specified in string_hash()Leandro Pereira
2021-10-25Ports: Enable history handling in bcDaniel Bertalan
2021-10-25Kernel+LibC: Default to 8-bit characters in TTYDaniel Bertalan
2021-10-25MouseSettings: Add option to reverse buttonsAndrew Pardoe
2021-10-25LibJS: Support calling result of a computed MemberExpression in bytecodeAndreas Kling
2021-10-25LibJS: Simplify MemberExpression::generate_bytecode()Andreas Kling
2021-10-25LibJS: Tweak Value::to_property_key() fast path for Int32Andreas Kling
2021-10-25LibJS: Support more assignment expressions in the bytecode VMAndreas Kling
2021-10-25LibJS: Generate bytecode for UpdateExpression with MemberExpression argAndreas Kling
2021-10-25LibJS: Add BytecodeGenerator helpers for reference get/putAndreas Kling
2021-10-25LibJS: Add fast paths for <, >, <=, and >= with Int32 on both sidesAndreas Kling
2021-10-25AK: Always inline Optional::release_value()Andreas Kling
2021-10-25DHCPClient: Simplify DHCPv4PacketBuilderAndreas Kling
2021-10-25LibJS: Always inline the bytecode instruction iterator's operator++Andreas Kling
2021-10-25LibJS: Add default constructor for PrivateNameAndreas Kling
2021-10-25AK: Add fast path for constructing StringImpl from "" literalAndreas Kling
2021-10-25Ports: Bump bc from version 2.5.1 to 5.1.1Brendan Coles
2021-10-25Assistant: Fix adding sequential bonus in Fuzzy MatchKarol Kosek
2021-10-25Assistant: Save match all match points in Fuzzy MatchKarol Kosek
2021-10-25Assistant: Simplify the logic of calculating bonus pointsKarol Kosek
2021-10-25Assistant: Move score calculation logic to separate functionKarol Kosek
2021-10-25Assistant: Make strings const referencedKarol Kosek
2021-10-25LibSQL Tests: Add tests for `SELECT ... WHERE ...`Jan de Visser
2021-10-25LibSQL: Add better error handling to `evaluate` and `execute` methodsJan de Visser
2021-10-25LibSQL: First cut of SQL `WHERE` clauseJan de Visser
2021-10-25LibSQL: Implement evaluate() method of BinaryOperatorExpressionJan de Visser
2021-10-25LibSQL: Implement binary operators for Value objectsJan de Visser
2021-10-25LibJS: Propagate exceptions across bytecode executable boundariesAndreas Kling
2021-10-25LibJS: Make eval() code run in the bytecode VMAndreas Kling
2021-10-25LibJS: Make bytecode interpreter leave unwind context immediatelyAndreas Kling
2021-10-25LibJS: Make bytecode VM throw TypeError on attempt to call non-callableAndreas Kling
2021-10-25LibJS: Fix bogus bytecode codegen for "catch" parametersAndreas Kling
2021-10-25Profiler: Fix disassembling objects with a non-zero `.text` vaddrDaniel Bertalan
2021-10-25LibX86: Take load base address into consideration during disassemblyDaniel Bertalan
2021-10-25Profiler: Subtract the kernel's base address when searching for symbolsDaniel Bertalan
2021-10-25Ports: byacc+gmp+m4: Split auth_opts strings into array elementsBrendan Coles
2021-10-24LibC: Fix `%n` conversion specifier in scanf() formatJelle Raaijmakers
2021-10-24Tests: Print full 32-byte range of values in TestScanfJelle Raaijmakers
2021-10-24Tests: Reword 'output' to 'return value' in TestScanfJelle Raaijmakers
2021-10-24Tests: Use correct argument count for value conformance in TestScanfJelle Raaijmakers
2021-10-24Tests: Only test truthiness for iswctypeTim Schumacher
2021-10-24LibTest: Introduce a macro to only compare truthinessTim Schumacher
2021-10-24Tests: Use proper comparison macros for wctypeTim Schumacher
2021-10-24Ports: Add GNU gperf portBrendan Coles
2021-10-24LibHTTP: Reset m_content_length if there's a Transfer-Encoding headerKarol Kosek