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
Age
Commit message (
Expand
)
Author
2023-03-05
LibCore+Everywhere: Return an Error from DirIterator::error()
Sam Atkins
2023-03-05
Kernel+Userland: Add support for using the PCSpeaker with various tones
Liav A
2023-03-04
icc: Introduce --name flag to load a built-in profile by name
Nico Weber
2023-03-03
AK+readelf: Issue error when using ARCH(arch) with nonexistent arch
Dan Klishch
2023-03-01
LibCore+Userland: Remove ArgsParser::add*(Vector<char const*>&)
Ali Mohammad Pur
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-02-28
Userland+AK: Stop using getopt() for ArgsParser
Ali Mohammad Pur
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-27
file: Use StringView instead of DeprecatedString for paths
Nico Weber
2023-02-27
file: Use StringView instead of DeprecatedString for description
Nico Weber
2023-02-27
file: Use StringView instead of DeprecatedString for mime types
Nico Weber
2023-02-27
file: Remove unnecessary DeprecatedString ctor call
Nico Weber
2023-02-27
Utilities: Make `file` print more information for animated images
Nico Weber
2023-02-26
LibWasm+LibWeb: Sneak a JS::Completion into Wasm::Result
Ali Mohammad Pur
2023-02-25
LibCore+Utilities: Replace uses of strpbrk with find_any_of()
Andrew Kaster
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-24
Kernel+Userland: Unify declarations for KCOV in Kernel/API/kcov.h
Liav A
2023-02-24
file: Add a description for the image/webp mime type
Nico Weber
2023-02-21
AK: Add `take_first` to HashTable and rename `pop` to `take_last`
Hediadyoin1
2023-02-21
LibWeb+LibJS: Format Console arguments with JS::Print
Andrew Kaster
2023-02-19
LibGfx: Use ICC::Profile::try_for_each_tag in icc main loop
Nico Weber
2023-02-19
LibTextCodec+Everywhere: Port Decoders to new Strings
Sam Atkins
2023-02-19
LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()`
Sam Atkins
2023-02-19
LibDeviceTree: Add a slow, allocation-free property fetch API
Andrew Kaster
2023-02-19
LibDeviceTree: Refactor dump() to return ErrorOr, and use ReadonlyBytes
Andrew Kaster
2023-02-19
js: Save REPL history when exiting interpreter with `exit()`
Evan Smal
2023-02-18
LibGfx: Rename `JPGLoader` to `JPEGLoader`
Lucas CHOLLET
2023-02-17
icc: Add flags for writing and dumping profiles
Nico Weber
2023-02-17
LibJS+Everywhere: Convert JS::Error to String
Timothy Flynn
2023-02-16
su: Only check for an interactive tty if a password is actually needed
Karol Baraniecki
2023-02-16
su: Allow to specify a command to be executed by -c
Karol Baraniecki
2023-02-15
LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringView
Sam Atkins
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-13
icc: Dump embedded non-parametric curves in lutAToBType and lutAToBType
Nico Weber
2023-02-13
icc: Dump embedded parametric curves in lutAToBType and lutAToBType
Nico Weber
2023-02-13
icc: Dump more information about curves in lutAToBType and lutAToBType
Nico Weber
2023-02-12
Utilities/arp: Don't unveil /tmp/portal/lookup for numerical output
Liav A
2023-02-12
LibArchive: Add support for modification time and date
Ollrogge
2023-02-12
icc: Dump some of lutAToBType and lutBToAType curve data
Nico Weber
2023-02-12
Utilities/netstat: Don't unveil /tmp/portal/lookup for numerical output
Liav A
2023-02-10
LibJS+Userland: Port the JS Console object and direct callers to String
Timothy Flynn
2023-02-10
LibGfx+icc: Stringify known signatureType values
Nico Weber
2023-02-10
LibGfx+icc: Read chromaticityTag
Nico Weber
2023-02-10
LibGfx+icc: Read viewingConditionsType
Nico Weber
2023-02-10
LibGfx+icc: Read measurementType
Nico Weber
2023-02-10
AK+Everywhere: Do not implicitly copy variables in TRY macros
Timothy Flynn
[next]