aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/file.c
AgeCommit message (Expand)Author
2021-05-15Convert utf8towc from wchar_t to unsigned (to match wctoutf8).Rob Landley
2021-05-15Style cleanup.Rob Landley
2020-11-12file: harden against invalid input.Elliott Hughes
2020-11-11file: identify Android Binary XML.Elliott Hughes
2020-06-16file: add GIF version information.Elliott Hughes
2020-06-16Ryan Prichard reported that file wasn't getting gif heights right.Rob Landley
2020-03-29file: add 7z formatJoeky
2020-02-02Canonicalize the usage: lines for the POSIX toys.Elliott Hughes
2020-01-08Implement readelf(1).Elliott Hughes
2019-11-13Pedantic constant annotations to shut up older toolchains.Rob Landley
2019-10-22JakeSFR on github pointed out that broken symlink relative detection was beingRob Landley
2019-10-04file.c: add -s to synopsis and fix case consistency.Elliott Hughes
2019-09-17Implement -s.Rob Landley
2019-09-14Add -newerXYRob Landley
2019-07-06file: fix xz, add a few other Android types.Elliott Hughes
2019-06-28file, stat: various small improvements.Elliott Hughes
2019-06-01Teach file to recognize xz archives and old style tarballs.Rob Landley
2019-04-26file: fix ELF note parsing.Elliott Hughes
2019-03-09file: add c-sky ELF machine.Elliott Hughes
2019-01-08file: add riscv ELF machine.Elliott Hughes
2018-12-04Clean up some --help formatting.Elliott Hughes
2018-11-26file: small do_regular_file optimizationReverend Homer
2018-09-16file: remove %s with no corresponding argument.Rob Landley
2018-09-15Add .bmp supoprt to file(1).Elliott Hughes
2018-09-15Add .wav support to file(1).Elliott Hughes
2018-08-04file: slightly improve .class, add .dex.Elliott Hughes
2018-07-28Check for integer overflow in pathologically broken elf files by moving theRob Landley
2018-05-27Teach "file -" to recognize ELF files, add bounds checking and comments.Rob Landley
2017-11-26Recognize sh/frv fdpic, and add types for bpf and new microblaze.Rob Landley
2017-11-26Use endianness info to read executable type.Rob Landley
2017-11-03file(1): add ogg, TrueType font, LLVM bitcode, PEM certs, and PE executables.Elliott Hughes
2017-09-25Basic Mach-O support in file(1).Elliott Hughes
2017-09-05Replace remaining mb*towc() calls with utf8towc().Rob Landley
2017-05-24Add and use xmmap.Elliott Hughes
2017-04-03Trivial cleanup. (Whitespace, brackets, and remove unnecessary typecasts.)Rob Landley
2017-04-03Add gzip support. (Doesn't show source OS and timestamp, but reporting themRob Landley
2017-02-16Teach file(1) about bzip2 files.Elliott Hughes
2017-01-30Improve file's ELF parsing.Elliott Hughes
2016-09-13Add ar archive support to file.Elliott Hughes
2016-09-13Add -h and -L to file.Elliott Hughes
2016-09-11Izabera pointed out that "file -" was inconsistent (calling stat on "-" butRob Landley
2016-07-05Don't try to guess the build id type in file(1).Elliott Hughes
2016-07-03Promote file.Rob Landley