index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
file.cpp
Age
Commit message (
Expand
)
Author
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-10-21
Userland: Teach the file utility more about ELF files
Valtteri Koskivuori
2021-07-27
LibGfx: Improve ImageDecoder construction
Andreas Kling
2021-06-15
Userland: Teach the file utility that empty files also exist
Valtteri Koskivuori
2021-05-27
file: Output directory when path is a directory
Arjan Zuidema
2021-05-24
LibCore+Userland: Add 13 more detectable file types
Valtteri Koskivuori
2021-05-18
LibCore+Userland: Add two more detectable formats
Valtteri Koskivuori
2021-05-18
LibCore+Userland: Add 5 more detectable filetypes
Valtteri Koskivuori
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-07
Utilities: Use GzipDecompressor::describe_header for gzip descriptions
Idan Horowitz
2021-05-07
file: Clean up mime type enumeration macro
Linus Groh
2021-05-07
file: Remove unused static description strings
Linus Groh
2021-05-07
file: Don't exit immediately after file open error
Linus Groh
2021-05-07
file: Remove redundant value_or({})
Linus Groh
2021-05-07
file: Avoid some unnecessary string copies
Linus Groh
2021-05-07
Userland: Implement a file utility
Valtteri Koskivuori