summaryrefslogtreecommitdiff
path: root/Userland/Shell
AgeCommit message (Expand)Author
2021-12-13Shell: Make the Join operation respect nodes that have a next chainAli Mohammad Pur
2021-12-13Shell: Remove sigpipe.sh.out artefact after failureMichel Hermier
2021-12-11Everywhere: Fix -Winconsistent-missing-override warnings from ClangDaniel Bertalan
2021-12-05Shell: Cast unused smart-pointer return values to voidSam Atkins
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-10AK+Everywhere: Stop including Vector.h from StringView.hAndreas Kling
2021-11-08Shell: Replace Result<T, E> use with ErrorOr<T>Andreas Kling
2021-11-06Shell: Add min and max iteration times to `time -n` in builtin_timeMusab Kılıç
2021-11-01Everywhere: Remove unused ArgsParser headerBen Wiederhake
2021-10-31Shell: Unwind execution after runtime errorsAli Mohammad Pur
2021-10-23Shell: Prevent exponential explosion around '$(('Ben Wiederhake
2021-10-11Shell: Raise an error if an execute node ends up trying to run nothingAli Mohammad Pur
2021-10-08Shell: Fix -Wunreachable-code warnings from clangNico Weber
2021-09-20Shell: Make ArgsParser not exit on failure in builtin_exit()Ali Mohammad Pur
2021-09-16Shell: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-09-12Shell: Use ElapsedTimer::start_new()Brian Gianforcaro
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-03Everywhere: Prevent risky implicit casts of (Nonnull)RefPtrDaniel Bertalan
2021-09-03AK: Rename create<T> => make_ref_counted<T>Andreas Kling
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-08-31Shell: Use new Statistics tool in 'time -n' commandTobias Christiansen
2021-08-30Shell: Fix a TOCTOU in `popd` by simplifying itAndreas Kling
2021-08-28Shell: Use a relative path in builtin_cd for chdir if possibleAli Mohammad Pur
2021-08-27Shell: Use variable instead of iteration_times.size() in builtin_timeMusab Kılıç
2021-08-27Shell: Add iteration_times.ensure_capacity() in builtin_timeMusab Kılıç
2021-08-23Shell: Use String::join for the command in timing reportRalf Donau
2021-08-23Shell: Avoid a needless loop in builtin_time()Valtteri Koskivuori
2021-08-23Shell: Support `time -n <iterations>`Andreas Kling
2021-08-19AK: Move FormatParser definition from header to implementation fileTimothy Flynn
2021-08-13Shell: Make caller specify the string parsing end conditionsin-ack
2021-08-12Shell: Remove dbgln related to process group IDssin-ack
2021-08-12Userland: Fix PATH environment variable orderingJean-Baptiste Boric
2021-08-04Shell: Make sure TTY echo is enabled when running external commandsGunnar Beutner
2021-08-02Shell: Improve the parsing of history event designatorsTheFightingCatfish
2021-07-17Shell: Don't assume that only the current shell may continue childrenAli Mohammad Pur
2021-07-16Assistant: Keep the Terminal window open after the command has runGunnar Beutner
2021-07-13Shell: Add unalias builtinTheFightingCatfish
2021-07-08Shell: Use correct printf format string for `size_t`Daniel Bertalan
2021-07-04Everywhere: Prefer using "..."sv over StringView { "..." }Gunnar Beutner
2021-06-30AK: Remove the LexicalPath::is_valid() APIMax Wipfli
2021-06-29Shell: Don't do null check on `NonnullRefPtr<T>`Daniel Bertalan
2021-06-24Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`Daniel Bertalan
2021-06-22Tests: Run each test in their respective directoriescoderdreams
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-16Shell: Remove unused InlineLinkedList header includeBrian Gianforcaro
2021-06-13Userland: Allow building SerenityOS with -funsigned-charGunnar Beutner
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-06-08Shell: Make `time` stop parsing options on first non-optionJelle Raaijmakers