summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2023-02-19LibDeviceTree: Add a slow, allocation-free property fetch APIAndrew Kaster
2023-02-19LibDeviceTree: Refactor dump() to return ErrorOr, and use ReadonlyBytesAndrew Kaster
2023-02-19js: Save REPL history when exiting interpreter with `exit()`Evan Smal
2023-02-18LibGfx: Rename `JPGLoader` to `JPEGLoader`Lucas CHOLLET
2023-02-17icc: Add flags for writing and dumping profilesNico Weber
2023-02-17LibJS+Everywhere: Convert JS::Error to StringTimothy Flynn
2023-02-16su: Only check for an interactive tty if a password is actually neededKarol Baraniecki
2023-02-16su: Allow to specify a command to be executed by -cKarol Baraniecki
2023-02-15LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringViewSam Atkins
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-13icc: Dump embedded non-parametric curves in lutAToBType and lutAToBTypeNico Weber
2023-02-13icc: Dump embedded parametric curves in lutAToBType and lutAToBTypeNico Weber
2023-02-13icc: Dump more information about curves in lutAToBType and lutAToBTypeNico Weber
2023-02-12Utilities/arp: Don't unveil /tmp/portal/lookup for numerical outputLiav A
2023-02-12LibArchive: Add support for modification time and dateOllrogge
2023-02-12icc: Dump some of lutAToBType and lutBToAType curve dataNico Weber
2023-02-12Utilities/netstat: Don't unveil /tmp/portal/lookup for numerical outputLiav A
2023-02-10LibJS+Userland: Port the JS Console object and direct callers to StringTimothy Flynn
2023-02-10LibGfx+icc: Stringify known signatureType valuesNico Weber
2023-02-10LibGfx+icc: Read chromaticityTagNico Weber
2023-02-10LibGfx+icc: Read viewingConditionsTypeNico Weber
2023-02-10LibGfx+icc: Read measurementTypeNico Weber
2023-02-10AK+Everywhere: Do not implicitly copy variables in TRY macrosTimothy Flynn
2023-02-10Everywhere: Remove needless copies of Error / ErrorOr instancesTimothy Flynn
2023-02-09icc: Call video_full_range_flag_to_string()Nico Weber
2023-02-08LibGfx+icc: Implement half of lutAToBType and lutBToATypeNico Weber
2023-02-08AK: Remove the fallible constructor from `FixedMemoryStream`Tim Schumacher
2023-02-08js: Remove DeprecatedString usage in `load_json_impl()`Evan Smal
2023-02-08js: Use const where possible in `parse_and_run()`Evan Smal
2023-02-08js: Convert `s_history_path` to String and propagate errorsEvan Smal
2023-02-08js: Use `Core::Stream::File` in place of POSIX in `write_to_file()`Evan Smal
2023-02-08js: Use String in `prompt_for_level()` and `read_next_piece()`Evan Smal
2023-02-08LibGfx+icc: Read cicpTypeNico Weber
2023-02-08LibGfx+icc: Read signatureTypeNico Weber
2023-02-08LibGfx+icc: Read namedColor2TypeNico Weber
2023-02-04Utilities: Rename special target binaries only if they existKarol Kosek
2023-02-03LibSQL+Userland: Pass SQL IPC results to clients in a structureTimothy Flynn
2023-02-03grep: Port to `Core::Stream`Lucas CHOLLET
2023-02-03Utilities/w: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-02-03Utilities/route: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-02-03Utilities/pmap: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-02-03Utilities/netstat: Replace uses of JsonObject::get_deprecated()/get_ptrSam Atkins
2023-02-03Utilities/mount: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-02-03Utilities/lsusb: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-02-03Utilities/lsof: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-02-03Utilities/lsjails: Replace uses of JsonObject::get_deprecated()/get_ptrSam Atkins