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-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
2023-02-10
Everywhere: Remove needless copies of Error / ErrorOr instances
Timothy Flynn
2023-02-09
icc: Call video_full_range_flag_to_string()
Nico Weber
2023-02-08
LibGfx+icc: Implement half of lutAToBType and lutBToAType
Nico Weber
2023-02-08
AK: Remove the fallible constructor from `FixedMemoryStream`
Tim Schumacher
2023-02-08
js: Remove DeprecatedString usage in `load_json_impl()`
Evan Smal
2023-02-08
js: Use const where possible in `parse_and_run()`
Evan Smal
2023-02-08
js: Convert `s_history_path` to String and propagate errors
Evan Smal
2023-02-08
js: Use `Core::Stream::File` in place of POSIX in `write_to_file()`
Evan Smal
2023-02-08
js: Use String in `prompt_for_level()` and `read_next_piece()`
Evan Smal
2023-02-08
LibGfx+icc: Read cicpType
Nico Weber
2023-02-08
LibGfx+icc: Read signatureType
Nico Weber
2023-02-08
LibGfx+icc: Read namedColor2Type
Nico Weber
2023-02-04
Utilities: Rename special target binaries only if they exist
Karol Kosek
2023-02-03
LibSQL+Userland: Pass SQL IPC results to clients in a structure
Timothy Flynn
2023-02-03
grep: Port to `Core::Stream`
Lucas CHOLLET
2023-02-03
Utilities/w: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-02-03
Utilities/route: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-02-03
Utilities/pmap: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-02-03
Utilities/netstat: Replace uses of JsonObject::get_deprecated()/get_ptr
Sam Atkins
2023-02-03
Utilities/mount: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-02-03
Utilities/lsusb: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-02-03
Utilities/lsof: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-02-03
Utilities/lsjails: Replace uses of JsonObject::get_deprecated()/get_ptr
Sam Atkins
[next]