summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-09-24diff: Only color output when stdout is a ttyMustafa Quraish
2021-09-24diff: Show start/end of line ranges in source/target filesMustafa Quraish
2021-09-21checksum: Stop reusing the same Core::File for multiple filesIdan Horowitz
2021-09-19Utilities: Fix asctl volume unitsDavid Isaksson
2021-09-19LibTLS: Use a setter for on_tls_ready_to_write with some more smartsAli Mohammad Pur
2021-09-18AK: Make Utf8View constructors inline and remove C string constructorAndreas Kling
2021-09-17Utilities: Add a basic `diff` utilityMustafa Quraish
2021-09-16crash: Run automatically during CIBen Wiederhake
2021-09-16crash: Check whether the msyscall mitigation actually worksBen Wiederhake
2021-09-16js: Add a simple loadJSON(path) built-in to load JSON from a fileAndreas Kling
2021-09-12Utilities: Use ElapsedTimer::start_new in allocateBrian Gianforcaro
2021-09-12Utilities: Use ElapsedTimer::start_new() in disk_bechmarkBrian Gianforcaro
2021-09-12LibCore: Make Account::authenticate take a SecretStringBrian Gianforcaro
2021-09-12LibCore: Make get_password return SecretString instead of StringBrian Gianforcaro
2021-09-12Utilities: Fix incorrect error handling in tracerouteBrian Gianforcaro
2021-09-12LibJS: Allocate a Realm next to GlobalObject in Interpreter::create()Linus Groh
2021-09-12Kernel+Userland: Introduce a new way to reboot and poweroff the machineLiav A
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-09-11Kernel+Userland: Remove loadable kernel modulessLiav A
2021-09-11LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombiesAndreas Kling
2021-09-11Everywhere: Fix format-vulnerabilitiesBen Wiederhake
2021-09-11Utilities: Show dynamic ELF info with "show all" optionRodrigo Tobar
2021-09-11wasm: Avoid making StringView of temporary ByteBufferBen Wiederhake
2021-09-11nproc: Avoid making StringView of temporary ByteBufferBen Wiederhake
2021-09-11js: Implement pretty-printing of Intl.NumberFormatTimothy Flynn
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