summaryrefslogtreecommitdiff
path: root/Userland/Utilities
AgeCommit message (Expand)Author
2021-05-08Tests: Move Userland/Utilities/test-web to Tests/LibWebBrian Gianforcaro
2021-05-07Utilities: Use GzipDecompressor::describe_header for gzip descriptionsIdan Horowitz
2021-05-07Userland: Fix some weird syntax in `find`Valtteri Koskivuori
2021-05-07Userland: Remove extra slashes from `find` outputValtteri Koskivuori
2021-05-07strace: Stop using Core::IODevice::printf()Andreas Kling
2021-05-07Utilities: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-07file: Clean up mime type enumeration macroLinus Groh
2021-05-07file: Remove unused static description stringsLinus Groh
2021-05-07file: Don't exit immediately after file open errorLinus Groh
2021-05-07file: Remove redundant value_or({})Linus Groh
2021-05-07file: Avoid some unnecessary string copiesLinus Groh
2021-05-07Userland: Implement a file utilityValtteri Koskivuori
2021-05-05Userland: Add groups programsetepenre
2021-05-04Userland: Pledge wpath & cpath in straceSergey Bugaev
2021-05-04Userland: Refactor head(1) to not use stdioSergey Bugaev
2021-05-03Userland: Make IPC results with one return value available directlyGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Fix 64-bit portability issuesGunnar Beutner
2021-05-01Userland: Improve how traceroute reports timing data for packetsGunnar Beutner
2021-05-01Userland: Add the rev(1) utility to reverse linesMango0x45
2021-05-01Userland: Remove an unused function declaration from tac.Mango0x45
2021-05-01LibC: Implement support for getspnam() and friendsGunnar Beutner
2021-05-01bt: Enumerate all threads when symbolizing stacks in the bt utility.Brian Gianforcaro
2021-05-01bt: Fix generation of click-able links for source files.Brian Gianforcaro
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
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