summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2022-10-01config: Enable adding and removing groupsthankyouverycool
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-28less: Show correct line numberdemostanis
2022-09-28less: Properly stop on EOFdemostanis
2022-09-28pls: Use `LibCore::Account::login()` instead of manually setting the uidLucas CHOLLET
2022-09-27LibCore: Propagate errors from LibCore::Account::login()Lucas CHOLLET
2022-09-27su: Add the --login optionLucas CHOLLET
2022-09-27LibCore: Use `StringView` instead of `char *` in AccountLucas CHOLLET
2022-09-27Meta: Update my email-addressThomas Voss
2022-09-21headless-browser: Install EventLoop and Font plugins so it doesn't crashSam Atkins
2022-09-16LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPluginAndreas Kling
2022-09-09uniq: Improve POSIX compliancedemostanis
2022-09-09Meta: Update jakt build support for fully bootstrapped compilerAndrew Kaster
2022-09-05Userland: Move files destined for LibLocale to the Locale namespaceTimothy Flynn
2022-09-05LibUnicode+Userland: Migrate generated CLDR data to LibLocaleDataTimothy Flynn
2022-09-04Utilities/lsusb: Fix uninitialized variable errorJesse Buhagiar
2022-08-28LibJS: Turn initialize_global_object() into a regular initialize()Linus Groh
2022-08-28LibJS: Move Console ownership from GlobalObject to ConsoleObjectLinus Groh
2022-08-27LibJS: Move intrinsics to the realmLinus Groh
2022-08-23Userland: Consolidate most PATH resolving into a single implementationTim Schumacher
2022-08-23LibJS: Remove {Bytecode::,}Interpreter::global_object()Linus Groh
2022-08-23LibJS+LibWeb: Reduce use of GlobalObject as an intermediaryLinus Groh
2022-08-23LibJS: Pass Realm to define_native_{accessor,function}()Linus Groh
2022-08-23LibJS: Pass Realm to GlobalObject::initialize_global_object()Linus Groh
2022-08-23LibJS: Remove GlobalObject parameter from native functionsLinus Groh
2022-08-23LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19]Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::throw_completion()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-08-20strace: Pledge `rpath` for searching binariesTim Schumacher
2022-08-16Utilities/file: Handle all supported audio MIME typeskleines Filmröllchen
2022-08-14Base: Launch AudioServer at session start-upLucas CHOLLET
2022-08-14Utilities/lsblk: Remove Interface Type columnLiav A
2022-08-05LibJS: Let Shape store a Realm instead of a GlobalObjectAndreas Kling
2022-08-05LibWeb: Remove page_did_set_document_in_top_level_browsing_context()Andreas Kling
2022-08-02wallpaper: Add pledge promisesnetworkException
2022-08-02Utilities+Base: Rename `pape` utility to `wallpaper`networkException
2022-08-01Userland+Base: Make the window titlebar font configurable separatelyAndreas Kling
2022-07-28Utilities/lsusb: Allow the utility to work without existing USB IDs fileLiav A
2022-07-27grep: Fix out of bounds StringView indexingMacDue
2022-07-27Everywhere: Make the codebase more architecture awareUndefine
2022-07-27less: Fix out of bounds StringView indexingMacDue
2022-07-25chown: Implement recursionTim Schumacher
2022-07-25chown: Add support for multiple file pathsTim Schumacher
2022-07-25ln: Implement correct handling of directories as link targetsTim Schumacher
2022-07-25ln: Rework to use LibCore syscall wrappersTim Schumacher
2022-07-25chmod: Implement the `--recursive` flagTim Schumacher
2022-07-25chmod: Port to ArgsParserTim Schumacher