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