summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2022-11-29shuf: Support the output of a limited number of linesBaitinq
2022-11-28js: Make console.log() print to stdout againAli Mohammad Pur
2022-11-26Utilities+Base: Add unveil utilityLiav A
2022-11-26disasm: Demangle symbolsSimon Wanner
2022-11-26disasm: Print virtual offsets with pointer semanticsSimon Wanner
2022-11-26hexdump: Replace Core::File with Core::Stream::FileEli Youngs
2022-11-26LibWeb+WebContent: Label redirects with new FrameLoader::Type::RedirectBaitinq
2022-11-26Userland: Enhance jail-attach utility to support existing and new jailsLiav A
2022-11-26FuzzTar+tar: Advance the stream before continuingimplicitfield
2022-11-25aplay: Preload more audiokleines Filmröllchen
2022-11-25LibAudio: Set asynchronous audio enqueuer thread to maximum prioritykleines Filmröllchen
2022-11-26LibJS+js: Move the value print implementation to LibJSAli Mohammad Pur
2022-11-25LibVideo: Implement Matroska Cues for faster keyframe lookupZaggy1024
2022-11-25Utilities/matroska: Add arguments to print specific detailsZaggy1024
2022-11-25LibVideo: Calculate Block timestamps for Matroska according to specZaggy1024
2022-11-25LibVideo: Make Matroska Block and Cluster timestamps absoluteZaggy1024
2022-11-25LibVideo: Read Matroska lazily so that large files can start quicklyZaggy1024
2022-11-25LibVideo: Propagate decoder errors in the Matroska ReaderZaggy1024
2022-11-25LibVideo: Reorganize demuxer file hierarchy and rename Matroska filesZaggy1024
2022-11-25shuf: Support splitting on null bytes with -zEli Youngs
2022-11-25shuf: Support reading input from a fileEli Youngs
2022-11-24cat: Return a non-null value if an error occurredLucas CHOLLET
2022-11-24cat: Use `Core::Stream::File`Lucas CHOLLET
2022-11-24stat: Show nanosecond part of file timestampsAndreas Kling
2022-11-24headless-browser: Add a mode for being controlled by WebDriverTimothy Flynn
2022-11-24LibWeb+WebContent: Virtualize PageClient methods needed for all clientsTimothy Flynn
2022-11-24LibWeb+WebContent: Move pending dialog handling from PageHost to PageTimothy Flynn
2022-11-23Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includesAndreas Kling
2022-11-23LibArchive: Simplify error handlingimplicitfield
2022-11-19cksum: Manually count file size instead of using stat()Sam Atkins
2022-11-19xml: Port to Core::StreamSam Atkins
2022-11-19Utilities/w: Port to Core::StreamSam Atkins
2022-11-19utmpupdate: Port to Core::StreamSam Atkins
2022-11-19test-fuzz: Port to Core::StreamSam Atkins
2022-11-19sysctl: Port to Core::StreamSam Atkins
2022-11-19strace: Port to Core::StreamSam Atkins
2022-11-19sql: Port to Core::StreamSam Atkins
2022-11-19shot: Port to Core::StreamSam Atkins
2022-11-19route: Port to Core::StreamSam Atkins
2022-11-19pmap: Port to Core::StreamSam Atkins
2022-11-19nproc: Port to Core::StreamSam Atkins
2022-11-19netstat: Port to Core::StreamSam Atkins
2022-11-19mount: Port to Core::StreamSam Atkins
2022-11-19md: Port to Core::StreamSam Atkins
2022-11-19markdown-check: Port to Core::StreamSam Atkins
2022-11-19man: Port to Core::StreamSam Atkins
2022-11-19lsusb: Port to Core::StreamSam Atkins
2022-11-19lspci: Port to Core::StreamSam Atkins
2022-11-19lsof: Port to Core::StreamSam Atkins
2022-11-19lsirq: Port to Core::StreamSam Atkins