summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-03LibJS: Don't assume non-empty [[Value]] in Completion TRY() helpersLinus Groh
2022-01-03LibJS: Remove redundant abrupt completion checkLinus Groh
2022-01-03LibJS: Return Optional<T> from Completion::{value,target}(), not TLinus Groh
2022-01-03Spreadsheet: Background fill color after reaching vertical endmartinfalisse
2022-01-03CrashReporter: Move progressbar into main windowSamuel Bowman
2022-01-03Applets/ResourceGraph: Propagate errors in JSON decodingcreator1creeper1
2022-01-03Applets/Network: Propagate errors using custom try_createcreator1creeper1
2022-01-03Applets/Network: Propagate errors with try_set_main_widgetcreator1creeper1
2022-01-03Applets/Audio: Propagate errors using custom try_createcreator1creeper1
2022-01-03Applets/Audio: Propagate errors with try_set_main_widgetcreator1creeper1
2022-01-03WindowServer: Tighten pledged promisesbugreport0
2022-01-03Taskbar: Tighten pledged promises, remove incorrect commentbugreport0
2022-01-03RequestServer: Tighten pledged promisesbugreport0
2022-01-03ChessEngine: Remove unused 'rpath' promisebugreport0
2022-01-03Keymaps: Add colemak-caps-backspace mappingCorey Williamson
2022-01-03Kernel: Allow backspace '\b' to be remappedCorey Williamson
2022-01-03LibGUI: Bring entire cell into view after auto scroll into viewmartinfalisse
2022-01-03WebServer: Make ErrorOr unwrapping more idiomaticMaciej
2022-01-03LibJS: Implement the Extend TimeZoneName Option ProposalTimothy Flynn
2022-01-03LibUnicode: Add minimal support for generic & offset-based time zonesTimothy Flynn
2022-01-03Kernel: Enumerate PCI devices a single time in StorageManagementBrian Gianforcaro
2022-01-03Toolchain: Add CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME to PlatformAndrew Kaster
2022-01-03Ports: Remove build-crt patch from llvmAndrew Kaster
2022-01-03Toolchain: Use Platform/SerenityOS.cmake in LLVM toolchain buildAndrew Kaster
2022-01-03Kernel: Use `try_create` not `must_create` in SysFSUSB::createJesse Buhagiar
2022-01-02Spider: Redraw completely when drawing cardsJamie Mansfield
2022-01-02Kernel: Allow specifying partition index with NVMe devicesTom
2022-01-02SoundPlayer: Don't enqueue samples depending on the GUI loopkleines Filmröllchen
2022-01-02LibAudio: Remove frame-wise copys from FlacLoaderkleines Filmröllchen
2022-01-02LibAudio: Alow creating a Buffer from a FixedArraykleines Filmröllchen
2022-01-02SoundPlayer: Remove resolved FIXMEkleines Filmröllchen
2022-01-02LibCore: Mark 'Read options' parameter [[maybe_unused]] in Account.cppLinus Groh
2022-01-02LibJS: Fix two typos in comments in AST.cppLinus Groh
2022-01-02 LibJS: Let Completion::update_empty() take an Optional<Value>Linus Groh
2022-01-02LibJS: Move provided Optional<Value> argument in normal_completion()Linus Groh
2022-01-02LibJS: Update ToRawPrecision / ToRawFixed AO spec commentsTimothy Flynn
2022-01-02LibJS: Explicitly handle postive/negative infinity in Intl.NumberFormatTimothy Flynn
2022-01-02LibGUI: Increase vertical padding on GUI::IconView item labels by 2pxAndreas Kling
2022-01-02Kernel: Delay Process data unprotection in sys$pledge()Andreas Kling
2022-01-02Kernel: Always pass InodeIdentifier by valueAndreas Kling
2022-01-02Kernel/TmpFS: Prevent TmpFS::add_child() from adding duplicate childrenAndreas Kling
2022-01-02LibCore: Enforce correct mode when creating new passwd and shadow filesAndreas Kling
2022-01-02LibCore: Add Core::UmaskScope to set and unset a temporary umaskAndreas Kling
2022-01-02LibCore+id: Make more use of Core::System wrappers in Core::AccountAndreas Kling
2022-01-02LibCore: Add Core::System wrappers for getspent() and getspnam()Andreas Kling
2022-01-02LibCore: Add syscall wrappers for getpwuid() and getgrgid()Andreas Kling
2022-01-02LibCore: Add syscall wrapper for getgroups()Andreas Kling
2022-01-02LibCore: Reset `errno` before using LibC pwd functionsAndreas Kling
2022-01-02Meta: Update year range in LICENSE :^)Andreas Kling
2022-01-02rm: Check before removing '/'Lucas CHOLLET