summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-04-29Utilities: Use Vector<String> positional arguments in some placesAndreas Kling
2021-04-29Userland: Fix new GCC warningsGunnar Beutner
2021-04-29tac: Replace copyright text with SPDX license identifierLinus Groh
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-28Userland: Implement tac commandFederico Guerinoni
2021-04-27Userland: Move HOST_NAME_MAX to limits.hJean-Baptiste Boric
2021-04-26Utilities: Make ls respect options when specifying more than one pathGunnar Beutner
2021-04-26Userland: Make rmdir take multiple pathsSahan Fernando
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP
2021-04-25Utilities: Update telws to use the isolated WebSocket serviceDexesTTP
2021-04-25LibWebSocket+telws: Use my own copyright headers :^)DexesTTP
2021-04-25unzip: Add output directory optionTheGeopard
2021-04-25LibC+LibELF: Implement more fully-features dlfcn functionalityGunnar Beutner
2021-04-24LibJS: Consolidate exception function names and source rangesLinus Groh
2021-04-24Utilities: Add cksumBrendan Coles
2021-04-24Utilities: Add pathchkBrendan Coles
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