summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-04-23Utilities: Fix the --list-syscalls option to syscall(1)Brian Gianforcaro
2021-04-23Userland: Use mattco@serenityos.org for my copyright headersMatthew Olsson
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22AK+Userland: Use idan.horowitz@serenityos.org for my copyright headersIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21readelf: Remove an unnecessary String::format()Andreas Kling
2021-04-21test-web: Convert String::format() => String::formatted()Andreas Kling
2021-04-21useradd: Convert String::format() => String::formatted()Andreas Kling
2021-04-21gron: Convert String::format() => String::formatted()Andreas Kling
2021-04-21lspci: Convert String::format() => String::formatted()Andreas Kling
2021-04-21Userland: Use Core::DirIterator::next_full_path()Andreas Kling
2021-04-21Userland: Syntax highlighting of SQL strings and blobsTimothy Flynn
2021-04-21Tests: Reorganize LibCompress unit testsMarco Biscaro
2021-04-20Userland: Add 'sql', a REPL for LibSQLTimothy Flynn
2021-04-20Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIRPanagiotis Vasilopoulos
2021-04-20Userland: Add support for sending UDP to netcat.Spencer Dixon
2021-04-19LibGfx: Improve PNG encoder API somewhatAndreas Kling
2021-04-19profile: Expose the ability to free the kernel profiling buffer.Brian Gianforcaro
2021-04-19profile: Add an option to wait for user input to disable profiling.Brian Gianforcaro
2021-04-19Userland/test: Handle '!' being used as a stringAli Mohammad Pur
2021-04-18Userland: Add telws, a CLI REPL to connect to WebSocketsDexesTTP
2021-04-18LibJS: Implement console.assert()Linus Groh
2021-04-18LibTLS: Parse X.509 certificates with the new ASN.1 parserAnotherTest
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-18ls: Remove extra spaces after filenames when pipingJagger De Leo
2021-04-17ls: list files in cwd before listing directories when listing pathssetepenre
2021-04-17Utilities: Fix division by zeroGunnar Beutner
2021-04-15Everything: Add `-Wnon-virtual-dtor` flagNicholas-Baron
2021-04-15LibWeb: Set Cookie header on <script> resource requestsTimothy Flynn
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