summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-04-13Utilities: Remove the "html" programAndreas Kling
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-12Userland: Add nproc utilityPeter Elliott
2021-04-12Userland: Add support for -S to env commandPeter Elliott
2021-04-12LibJS: Make Errors fully spec compliantLinus Groh
2021-04-11ls: ls will print directory name when listing multiple directoriessetepenre
2021-04-11LibC: Move S_* defines into <fcntl.h>Gunnar Beutner
2021-04-03LibWeb: Pass optional status code to ResourceLoader callbacksLinus Groh
2021-04-02js: Hook up promise rejection tracking callbacksLinus Groh
2021-04-02js: Add REPL pretty-printing handler for PromisesLinus Groh
2021-04-02LibJS: Add initial support for PromisesLinus Groh
2021-03-31Utilities/sleep: Go back to sleep if not interrupted by SIGINTAnotherTest
2021-03-31Utilities: Add simple traceroute utilityIdan Horowitz
2021-03-31LibC+ping: Move internet_checksum to serenity headerIdan Horowitz
2021-03-29LibElf+readelf: Parse ELFs with no program headers correctlyIdan Horowitz
2021-03-29Utilites: Add ddg0mb4
2021-03-27Utilities: Add gzip utilityIdan Horowitz
2021-03-27Utilities: Add a delay option to the "shot" utilitycheb
2021-03-27shot: Added option to output to clipboard instead of filenetworkException
2021-03-26gunzip: Fail gracefully on bad inputIdan Horowitz
2021-03-26Utilities: Add a simple "shot" utility for grabbing screenshots :^)Andreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-25checksum: Use new format functionsLinus Groh
2021-03-24test-js+test-web: Replace JSTestRunnerCounts with Test::CountsLinus Groh
2021-03-24jp: set input to stdin if there is no file specified and addCesar Torres
2021-03-23Userland: Add simple zip utilityIdan Horowitz
2021-03-23unzip: Use the new LibArchive Zip parserIdan Horowitz
2021-03-23Libraries: Rename LibTar to LibArchiveIdan Horowitz
2021-03-22readelf: Use Loader.so interpreter for dynamic section and symbolsBrendan Coles
2021-03-21profile: Add -a option as an alias for "-p -1" (all processes)Andreas Kling
2021-03-19readelf: Add --checksec flag to display security hardening infoBrendan Coles
2021-03-19checksum: Don't read the entire input file in memoryJean-Baptiste Boric
2021-03-18js: Don't print last value after exception and return non-successLinus Groh
2021-03-18js: Replace TypedArray class_name() string compare with is<T>()Linus Groh
2021-03-17truncate: Make 64 bit cleanJean-Baptiste Boric
2021-03-17ls: Make 64 bit cleanJean-Baptiste Boric
2021-03-17df: Make 64 bit cleanJean-Baptiste Boric
2021-03-17Userland: Fix printf specifiers with off_tJean-Baptiste Boric
2021-03-17LibJS: Rename GlobalObject::initialize() => initialize_global_object()Andreas Kling
2021-03-15bt: add source file number integrationElDonad
2021-03-14test-compress: Initialize byte buffer with random dataBrendan Coles
2021-03-14readelf: Tweak section headers output column paddingBrendan Coles
2021-03-14readelf: Add support for core notes and relocationsBrendan Coles
2021-03-14LibCompress: Handle literal only lz77 streams in DeflateCompressorIdan Horowitz
2021-03-13tar: Implement tar archive creationIdan Horowitz
2021-03-13LibTar: Implement TarOutputStreamIdan Horowitz
2021-03-13test-compress: Add GZip compression testsIdan Horowitz
2021-03-13test-compress: Add DEFLATE compression testsIdan Horowitz
2021-03-13LanguageServers/Cpp: Support jumping to declaration of preprocessorItamar
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling