summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2022-12-08LibSQL+SQLServer+SQLStudio+sql: Give ID types a distinct nameTimothy Flynn
2022-12-08LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>Andreas Kling
2022-12-08LibCore: Move `Core::Stream::File::exists()` to `Core::File`Tim Schumacher
2022-12-07LibJS: Replace standalone js_string() with PrimitiveString::create()Linus Groh
2022-12-07LibSQL+SQLServer+sql: Send and parse the correct number of changed rowsTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::ValueTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Propagate connection errors immediatelyTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDsTimothy Flynn
2022-12-07LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDsTimothy Flynn
2022-12-07SQLServer+SQLStudio+sql: Allow sending placeholder values to SQLServerTimothy Flynn
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-04Utilities: Add stringsAlec Murphy
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-12-03js: Force optimizations when setting the -p flagHendiadyoin1
2022-11-30SQLServer+SQLStudio+sql: Rename a couple of SQL IPC commands for clarityTimothy Flynn
2022-11-30LibArchive: Move loading the next tar header into a helper functionTim Schumacher
2022-11-30LibArchive: Use Core::Stream inside `TarInputStream`Tim Schumacher
2022-11-30LibArchive: Port `TarFileStream` to `Core::Stream`Tim Schumacher
2022-11-29profile: Pass the command to run using positional argumentsSam Atkins
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