summaryrefslogtreecommitdiff
path: root/Userland/Utilities/file.cpp
AgeCommit message (Expand)Author
2022-08-16Utilities/file: Handle all supported audio MIME typeskleines Filmröllchen
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-11Utilities: Read positional arguments as Strings not char*sSam Atkins
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-13LibELF: Accept Span instead of Pointer+Size in validate_program_headersIdan Horowitz
2022-01-13LibELF: Use StringBuilders instead of Strings for the interpreter pathIdan Horowitz
2021-12-21file: Add description & image details for image/x-qoiLinus Groh
2021-12-16file: Port to LibMainKenneth Myhra
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-10-21Userland: Teach the file utility more about ELF filesValtteri Koskivuori
2021-07-27LibGfx: Improve ImageDecoder constructionAndreas Kling
2021-06-15Userland: Teach the file utility that empty files also existValtteri Koskivuori
2021-05-27file: Output directory when path is a directoryArjan Zuidema
2021-05-24LibCore+Userland: Add 13 more detectable file typesValtteri Koskivuori
2021-05-18LibCore+Userland: Add two more detectable formatsValtteri Koskivuori
2021-05-18LibCore+Userland: Add 5 more detectable filetypesValtteri Koskivuori
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-07Utilities: Use GzipDecompressor::describe_header for gzip descriptionsIdan Horowitz
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