summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
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
2022-07-24du: Consolidate all "do not print" conditionsTim Schumacher
2022-07-24du: Only use unmodified file sizes internallyTim Schumacher
2022-07-24du: Use 64-bit integers when handling file sizes or related valuesTim Schumacher
2022-07-24du: Fix a typo in the `--exclude-from` optionTim Schumacher
2022-07-24du: Don't stop descending even if the maximum depth is reachedTim Schumacher
2022-07-21Utilities+LibELF: Temporary promises for dynamic linker in "pledge"Itamar
2022-07-21du: Implement the 1k block size short optionTim Schumacher
2022-07-21du: Invert apparent-size behaviourTim Schumacher
2022-07-21du: Implement custom block sizesTim Schumacher
2022-07-21du: Replace home-grown block-based size calculation with `ceil_div`Tim Schumacher
2022-07-20js: Don't pass error strings as the format argument to outln()Ali Mohammad Pur
2022-07-19LibAudio: Rename ConnectionFromClient to ConnectionToServerkleines Filmröllchen
2022-07-19Utilities: Remove the edid-dump utilityLiav A
2022-07-19Utilities/lspci: Don't unveil /res/pci.ids if not asked to resolve IDsLiav A
2022-07-19LibC: Remove the `LibPthread` interface targetTim Schumacher
2022-07-19headless-browser: Simplify the arguments used to select resourcesDexesTTP
2022-07-19headless-browser: Split the setters for the screen and the viewport rectDexesTTP
2022-07-19headless-browser: Use port 443 as default for HTTPS requestsDexesTTP
2022-07-15Userland: Introduce the lsblk utility to show list of storage devicesLiav A
2022-07-14Utilities: Add "pledge" utility for launching a sandboxed commandAndreas Kling
2022-07-14cp: Implement the granular `--preserve` flagTim Schumacher
2022-07-14LibCore: Make copying permissions, ownership and timestamps combineableTim Schumacher
2022-07-14LibCore: Replace the ArgsParser option argument setting with an enumTim Schumacher
2022-07-13LibJS+js: Parse new constructor options from Intl.NumberFormat V3Timothy Flynn
2022-07-12AK+Userland+Tests: Remove URL(char const*) constructorsin-ack
2022-07-12Everywhere: Use default StringView constructor over nullptrsin-ack
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-07-12Userland: Remove erroneous String -> char* -> StringView conversionssin-ack