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
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
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-16
Shell: Remove unused InlineLinkedList header include
Brian Gianforcaro
2021-06-13
Userland: Allow building SerenityOS with -funsigned-char
Gunnar Beutner
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-08
Shell: Make `time` stop parsing options on first non-option
Jelle Raaijmakers
2021-06-08
LibCore: Support fine-grained failure behavior for ArgsParser
Jelle Raaijmakers
2021-06-07
LibWeb+LibSyntax: Implement nested syntax highlighters
Ali Mohammad Pur
2021-06-05
Shell: Fix off-by-one error in SyntaxHighlighter
Max Wipfli
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-06-01
AK+Everywhere: Fix compiletime format parsing of replacement fields
Ali Mohammad Pur
2021-06-01
Everywhere: codepoint => code point
Andreas Kling
2021-06-01
LibGUI+Shell+bt+ls: Use proper APIs for creating file URLs
Max Wipfli
2021-05-29
Everywhere: Sort out superfluous QuickSort.h imports
Ben Wiederhake
2021-05-27
Shell: Disable the valid test as it has a high failure rate on target
Andrew Kaster
2021-05-24
LibLine+Shell: Allow some programs to modify the current termios
Ali Mohammad Pur
2021-05-24
AK+Everywhere: Consolidate String::index_of() and String::find()
Andreas Kling
2021-05-22
Shell: Make sure all tests put their temp dirs in /tmp
Andrew Kaster
[next]