index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Shell
Age
Commit message (
Expand
)
Author
2022-01-04
Userland: Fail Core::find_executable_in_path on empty inputs
Andrew Kaster
2021-12-31
Shell: Make redirection errors raise ShellErrors
Ali Mohammad Pur
2021-12-30
Shell: Avoid many single byte write() syscalls when printing the prompt
Daniel Bertalan
2021-12-16
Shell: Don't skip over the first brace expansion entry if it's empty
Ali Mohammad Pur
2021-12-16
Shell: Set subshell flag after checking for its value in parent shell
Ali Mohammad Pur
2021-12-13
Shell: Make the Join operation respect nodes that have a next chain
Ali Mohammad Pur
2021-12-13
Shell: Remove sigpipe.sh.out artefact after failure
Michel Hermier
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-12-05
Shell: Cast unused smart-pointer return values to void
Sam Atkins
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
AK+Everywhere: Stop including Vector.h from StringView.h
Andreas Kling
2021-11-08
Shell: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-06
Shell: Add min and max iteration times to `time -n` in builtin_time
Musab Kılıç
2021-11-01
Everywhere: Remove unused ArgsParser header
Ben Wiederhake
2021-10-31
Shell: Unwind execution after runtime errors
Ali Mohammad Pur
2021-10-23
Shell: Prevent exponential explosion around '$(('
Ben Wiederhake
2021-10-11
Shell: Raise an error if an execute node ends up trying to run nothing
Ali Mohammad Pur
2021-10-08
Shell: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-09-20
Shell: Make ArgsParser not exit on failure in builtin_exit()
Ali Mohammad Pur
2021-09-16
Shell: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-12
Shell: Use ElapsedTimer::start_new()
Brian Gianforcaro
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-03
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
Daniel Bertalan
2021-09-03
AK: Rename create<T> => make_ref_counted<T>
Andreas Kling
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-08-31
Shell: Use new Statistics tool in 'time -n' command
Tobias Christiansen
2021-08-30
Shell: Fix a TOCTOU in `popd` by simplifying it
Andreas Kling
2021-08-28
Shell: Use a relative path in builtin_cd for chdir if possible
Ali Mohammad Pur
2021-08-27
Shell: Use variable instead of iteration_times.size() in builtin_time
Musab Kılıç
2021-08-27
Shell: Add iteration_times.ensure_capacity() in builtin_time
Musab Kılıç
2021-08-23
Shell: Use String::join for the command in timing report
Ralf Donau
2021-08-23
Shell: Avoid a needless loop in builtin_time()
Valtteri Koskivuori
2021-08-23
Shell: Support `time -n <iterations>`
Andreas Kling
2021-08-19
AK: Move FormatParser definition from header to implementation file
Timothy Flynn
2021-08-13
Shell: Make caller specify the string parsing end condition
sin-ack
2021-08-12
Shell: Remove dbgln related to process group IDs
sin-ack
2021-08-12
Userland: Fix PATH environment variable ordering
Jean-Baptiste Boric
2021-08-04
Shell: Make sure TTY echo is enabled when running external commands
Gunnar Beutner
2021-08-02
Shell: Improve the parsing of history event designators
TheFightingCatfish
2021-07-17
Shell: Don't assume that only the current shell may continue children
Ali Mohammad Pur
2021-07-16
Assistant: Keep the Terminal window open after the command has run
Gunnar Beutner
2021-07-13
Shell: Add unalias builtin
TheFightingCatfish
2021-07-08
Shell: Use correct printf format string for `size_t`
Daniel Bertalan
2021-07-04
Everywhere: Prefer using "..."sv over StringView { "..." }
Gunnar Beutner
2021-06-30
AK: Remove the LexicalPath::is_valid() API
Max Wipfli
2021-06-29
Shell: Don't do null check on `NonnullRefPtr<T>`
Daniel Bertalan
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-06-22
Tests: Run each test in their respective directories
coderdreams
[next]