summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
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
2022-07-12Userland: Convert command line arguments to String/StringViewsin-ack
2022-07-10js: Add missing built-in functions to help() outputLinus Groh
2022-07-10js: Remove load() built-in functionLinus Groh
2022-07-09LibCore+Userland: Use StringViews when calling Core::System::openkleines Filmröllchen
2022-07-09route: Support removing entries with unknown gatewayMaciej
2022-07-08Kernel: Implement an `axallowed` mount optionTim Schumacher
2022-07-08mount: Allow extending `fstab` via drop-in files in `fstab.d`Tim Schumacher
2022-07-08mount: Separate mounting by line into a new functionTim Schumacher
2022-07-06LibJS: Revert partial resizable ArrayBuffer implementationLinus Groh
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-07-02unzip: Remove the arbitrary file size limitTim Schumacher
2022-07-01js: Implement pretty-printing of WeakRef objectsLinus Groh
2022-07-01js: Implement pretty-printing of WeakSet objectsLinus Groh
2022-07-01js: Implement pretty-printing of WeakMap objectsLinus Groh
2022-07-01js: Fix pretty-printing of primitive wrapper objectsLinus Groh
2022-07-01js: Prefix global variables with 'g_'Linus Groh
2022-07-01js: Fix a couple of const correctness issuesLinus Groh
2022-07-01js: Move static_cast responsibility out of the pretty-print functionsLinus Groh
2022-07-01js: Implement pretty-printing of Intl.DurationFormatIdan Horowitz
2022-06-30Everywhere: Use my fairly new and shiny serenityos.org email :^)Kenneth Myhra
2022-06-28pls: Implement support for `--preserve-env`Tim Schumacher
2022-06-28pls: Don't rely on `getenv` to find `TERM`Tim Schumacher
2022-06-28ln: Fix typo in `arguments` argumentMaciej
2022-06-27Browser+LibWeb+WebContent: Allow Browser to load local filesLucas CHOLLET
2022-06-16Keymap: Fix switching selected keymapPaweł Łukasik
2022-06-15Utilities: Remove `ddate` joke programAndreas Kling
2022-06-13AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()Matthias Zimmerman
2022-06-06js: Add a loadINI() function for loading INI files :^)Linus Groh
2022-06-06tar: Implement support for GNU longname headersTim Schumacher
2022-06-03js: Create throw completions instead of raw error values on SyntaxErrorIdan Horowitz
2022-06-02lsusb: Add `-v` flag to `lsusb` :^)Jesse Buhagiar
2022-05-29Utilities: Add networking to headless-browserDexesTTP
2022-05-29Utilities: Add image decoding to headless-browserDexesTTP
2022-05-29Utilities: Add a simple headless-browserDexesTTP