summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2023-04-17ldd: Pledge map_fixedRomain Chardiny
2023-04-15Ladybird+LibWebView: Add -P/--enable-callgrind-profiling optionMacDue
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-04-14Kernel/Net: Implement SIOCGIFINDEX and SIOCGIFNAME for socketsArda Cinar
2023-04-14LibJS: Port Value::to_object() to NonnullGCPtrLinus Groh
2023-04-12Everywhere: Fix a few typosNico Weber
2023-04-11icc: Print if a curve looks like the sRGB curveNico Weber
2023-04-11icc: Use `{: >{}}, "", indent_amount` for indentingNico Weber
2023-04-11icc: Make out_curve_tag() fallibleNico Weber
2023-04-11icc: Extract out_curve_tag() helper functionNico Weber
2023-04-11AK+Everywhere: Use Optional for URLParser::parse's base_url parameternetworkException
2023-04-11readelf: Pledge `map_fixed` for loading ELFsTim Schumacher
2023-04-09Utilities: Add more commands, addresses, spaces, cmdline parsing to sedRodrigo Tobar
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-04-05tar: Use BufferedFile for reading inputsTim Schumacher
2023-04-05lzcat: Use BufferedFile for reading inputsTim Schumacher
2023-04-05xzcat: Use BufferedFile for reading inputsTim Schumacher
2023-04-04Kernel+Userland: Make some of the POSIX types largerAndreas Kling
2023-04-03AK+Everywhere: Change AK::fill_with_random to accept a Bytes objectTimothy Flynn
2023-04-01grep: Read patterns from a file with -fEli Youngs
2023-04-01gzip: Use utilities from LibCompress to (de)compress filesTimothy Flynn
2023-04-01gunzip+LibCompress: Move utility to decompress files to GzipDecompressorTimothy Flynn
2023-03-31disk_benchmark: Remove the call to umaskPankaj Raghav
2023-03-31gunzip+LibCompress: Increase buffer sizes used by Deflate and gunzipTimothy Flynn
2023-03-29gunzip: Use a buffered file to read from the input fileTimothy Flynn
2023-03-25headless-browser: Don't print extra newline after layout tree dumpsAndreas Kling
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-21WebContent+Everywhere: Add a WebContent IPC to activate a tabTimothy Flynn
2023-03-21WebContent+Everywhere: Add an option to not activate new tabs over IPCTimothy Flynn
2023-03-21tar: Add partial support for XZ-compressed archives :^)Tim Schumacher
2023-03-21Utilities: Add an `xzcat` utilityTim Schumacher
2023-03-20tar: Add partial support for LZMA-compressed archivesTim Schumacher
2023-03-20Utilities: Add an `lzcat` utilityTim Schumacher
2023-03-20grep: Remove a leftover debug lineTim Schumacher
2023-03-17Userland: Use more common WAV MIME typekleines Filmröllchen
2023-03-17LibJS: Propagate errors from VM creationTimothy Flynn
2023-03-16LibWeb+LibWebView+WebContent+Ladybird: Add IPC call that opens new tabAliaksandr Kalenik
2023-03-16WebContent+LibWebView: Consolidate the way browsers connect to WebDriverTimothy Flynn
2023-03-16image: Don't just crash when the input file can't be decodedNico Weber
2023-03-16image: Add --assign-color-profile= flagNico Weber
2023-03-16image: Add --strip-color-profile flagNico Weber
2023-03-15Kernel: Merge {get,set}_process_name syscalls to the prctl syscallLiav A
2023-03-15image: Preserve ICC profiles in BMP outputNico Weber
2023-03-15image: Make the ppm writing code a tiny bit shorterNico Weber
2023-03-15image: Preserve ICC profiles in PNG outputNico Weber
2023-03-13LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to StringTimothy Flynn
2023-03-13file: Read more metadata from audio fileskleines Filmröllchen
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim Schumacher
2023-03-13AK: Rename Stream::write_entire_buffer to Stream::write_until_depletedTim Schumacher