summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-09-07Kernel/PCI: Simplify the entire subsystemLiav A
2021-09-06js: Implement pretty-printing of Intl.ListFormatTimothy Flynn
2021-09-06js: Include calendar in pretty-printing output of more Temporal objectsLinus Groh
2021-09-06js: Implement pretty-printing of Temporal.PlainMonthDay objectsLinus Groh
2021-09-06js: Implement pretty-printing of Temporal.PlainYearMonth objectsLinus Groh
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-06Everywhere: Use OOM-safe ByteBuffer APIs where possibleAli Mohammad Pur
2021-09-05Userland: Switch static_assert of type sizes to AK::AssertSizeBrian Gianforcaro
2021-09-05Utilities: Modernize output and comparison in the sort utilityRalf Donau
2021-09-04Utilities: Support grepping recursively from paths in the argumentKarol Kosek
2021-09-02js: Implement pretty-printing of Intl.LocaleTimothy Flynn
2021-09-01js: Use CodepointOriented spans and use the codepoint length of tokensin-ack
2021-09-01LibIMAP: Stop leaking a Core::Promise<bool> in IMAP::Client::connect()Andreas Kling
2021-09-01Everywhere: Use my cool new @serenityos.org email addressPeter Elliott
2021-08-31Config CLI: Handle missing config values correctlyMustafa Quraish
2021-08-31echo: Support octal, hexadecimal and unicode escape sequencesTheFightingCatfish
2021-08-31Kernel/Userland: Expose usb device address and use it in `lsusb`Jesse Buhagiar
2021-08-28ps: Sort using input order in case of `-q`Mahmoud Mandour
2021-08-28ps: Select specific processes by their PIDsMahmoud Mandour
2021-08-28Utilities: Add a command line client for ConfigServerRalf Donau
2021-08-28shot: Get only cropped region from WindowServerMustafa Quraish
2021-08-27Base+Utilities: Add the asctl audio utility, replacing avolkleines Filmröllchen
2021-08-27Userland+LibAudio: Make audio applications support dynamic sample ratekleines Filmröllchen
2021-08-26js: Implement pretty-printing of Intl.DisplayNamesTimothy Flynn
2021-08-22Utilities: Add -d option to gzipItamar
2021-08-22Utilities: Use File.error_string() instead of perror(3) in cpp-*Ralf Donau
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-21LibCpp: Use lex_iterable() where applicableItamar
2021-08-21Utilities: Add cpp-lexerItamar
2021-08-21Utilities: Some minor changes in sql REPL toolJan de Visser
2021-08-19AK: Move FormatParser definition from header to implementation fileTimothy Flynn
2021-08-19LibTest+Utilities: Print a start message before each test in run-testsAndrew Kaster
2021-08-18Utilities: Remove memset calls inside lsJean-Baptiste Boric
2021-08-18Utilities: Implement -p flag for cpJean-Baptiste Boric
2021-08-18Utilities: Properly sort files in lsJean-Baptiste Boric
2021-08-18Utilities: Make aplay respect loader errorskleines Filmröllchen
2021-08-18Userland: Also cache d_type in find(1)Sergey Bugaev
2021-08-18Userland: Cache stat in find(1)Sergey Bugaev
2021-08-18Userland: Simplify recursion in find(1)Sergey Bugaev
2021-08-18Userland: Ditch Core::DirIterator for readdir() in find(1)Sergey Bugaev
2021-08-18Userland: Use fstatat() in find(1)Sergey Bugaev
2021-08-18Userland: Wrap path a into struct in find(1)Sergey Bugaev
2021-08-17echo: Implement -e flagNico Weber
2021-08-16Userland: Add as-user execution to the pls utilitypyunbiwi
2021-08-15LibJS: Add a mode to parse JS as a moduledavidot
2021-08-15Kernel+Userland: Remove chroot functionalityAndreas Kling
2021-08-15ddate: Use DateTime::now() for timeBrian Gianforcaro
2021-08-15date: Use DateTime::now() for time, cleanup duplicate returnsBrian Gianforcaro