summaryrefslogtreecommitdiff
path: root/Userland/Utilities/hexdump.cpp
AgeCommit message (Expand)Author
2023-04-22Utilities: Replace ctype.h usage with AK/CharacterTypes.hSam Atkins
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-15hexdump: Add an option to specify dump offsetArda Cinar
2022-11-26hexdump: Replace Core::File with Core::Stream::FileEli Youngs
2022-11-14hexdump: Support truncating output with -nEli Youngs
2022-11-14hexdump: Pledge stdio and rpathEli Youngs
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-14hexdump: Port to LibMainLucas CHOLLET
2021-11-19Hexdump: Add verbose optionPankaj Raghav
2021-11-19Hexdump: Allow identical lines to coalescePankaj Raghav
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-11-08hexdump: Improve error handlingBen Wiederhake
2021-11-01hexdump: Avoid using read_allBen Wiederhake
2021-11-01hexdump: Make non-ASCII output easier to readBen Wiederhake
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling