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
/
Utilities
/
ls.cpp
Age
Commit message (
Expand
)
Author
2023-01-01
Utilities: Print arbitrary bytes in `ls`
Victor Song
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-04-03
ls: Use `Core::System::pledge(..)` instead of LibC API
Brian Gianforcaro
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-26
ls: Remove leading dashes from ArgsParser argument name
Ali Mohammad Pur
2022-03-24
Userland+Tests: Convert File::read_link() from String to ErrorOr<String>
Kenneth Myhra
2022-02-19
ls: Add option -1 which lists one file per line
Anton Kling
2022-01-28
Revert "ls: Display times in the user's local time zone"
Timothy Flynn
2022-01-28
ls: Display times in the user's local time zone
Timothy Flynn
2022-01-09
Everywhere: Add `serenity_dev_{makedev,major,minor}`
Michel Hermier
2022-01-04
ls: Fix duplicated error message when opening a directory fails
Marco Cutecchia
2021-12-04
ls: Port to LibMain :^)
Andreas Kling
2021-11-26
Userland: Use Core::ArgsParser's Vector<StringView> API everywhere
Andreas Kling
2021-09-18
AK: Make Utf8View constructors inline and remove C string constructor
Andreas Kling
2021-08-18
Utilities: Remove memset calls inside ls
Jean-Baptiste Boric
2021-08-18
Utilities: Properly sort files in ls
Jean-Baptiste Boric
2021-08-12
Kernel+LibC: Use 64 bit values for ino_t
Liav A
2021-07-12
ls: Add option to list subdirectories recursively
Ariel Don
2021-06-01
LibGUI+Shell+bt+ls: Use proper APIs for creating file URLs
Max Wipfli
2021-05-25
ls: Fix incorrect -t sort order
Andreas Kling
2021-05-17
Utilities: Correct non-standard assert macros includes
Jean-Baptiste Boric
2021-05-14
LibC: Move makedev(), major(), minor(), to sys/types.h
Jean-Baptiste Boric
2021-05-03
Userland: Fix 64-bit portability issues
Gunnar Beutner
2021-04-26
Utilities: Make ls respect options when specifying more than one path
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
ls: Remove extra spaces after filenames when piping
Jagger De Leo
2021-04-17
ls: list files in cwd before listing directories when listing paths
setepenre
2021-04-11
ls: ls will print directory name when listing multiple directories
setepenre
2021-03-17
ls: Make 64 bit clean
Jean-Baptiste Boric
2021-03-17
Userland: Fix printf specifiers with off_t
Jean-Baptiste Boric
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-29
ls: Lazily align the number of hard links in ls output :^)
Andreas Kling
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling