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-02-23
Shell: Use an opaque color for SyntaxError
kperdlich
2022-02-22
Shell: Start history counter from 1
Ryan Chandler
2022-02-19
Shell: Use an opaque default color for BarewordLiteral
kperdlich
2022-02-05
Shell: Use strncmp() instead of string.compare() for name completions
Ali Mohammad Pur
2022-02-04
Shell: Add total time to builtin_time Timing Report
Tom Martin
2022-01-29
Shell: Use StringView instead of String const& where feasible
Daniel Bertalan
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-21
Shell: Make Juxtaposition autocompletion smarter
Ali Mohammad Pur
2022-01-21
Shell: Make SimpleVariable::hit_test_position not hit irrelevant offsets
Ali Mohammad Pur
2022-01-09
Shell: Add a "noop" builtin aliased to ":"
Ali Mohammad Pur
2022-01-09
Shell: Refresh PATH cache after 'unset PATH'
Ali Mohammad Pur
2022-01-09
Shell: Don't reset 'last_return_code' before running commands
Ali Mohammad Pur
2022-01-09
Shell: Make interrupts kill the whole chain and not just the current job
Ali Mohammad Pur
2022-01-09
Shell: Port to LibMain
Lucas CHOLLET
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
[next]