| Commit message (Expand) | Author | Age | Files | Lines |
| * | recognize those ubiquitous webp file |  espie | 2021-01-23 | 1 | -1/+3 |
| * | remove macro instances from arbitrary string width specifiers. for example |  jmc | 2020-11-14 | 1 | -4/+4 |
| * | After fork(2) the pledge(2) in the parent proc can be reduced to |  mestre | 2019-11-30 | 1 | -1/+4 |
| * | asprintf returns -1, not an arbitrary value < 0. Also upon error the |  deraadt | 2019-06-28 | 1 | -2/+2 |
| * | dev_t is signed to permit passing -1 as an invalid condition, but the |  deraadt | 2019-02-05 | 1 | -3/+3 |
| * | Regex flags should include REG_NEWLINE and REG_ICASE should actually be |  nicm | 2019-01-15 | 1 | -2/+2 |
| * | the parent process doesn't do much but open files, but just the same |  tedu | 2019-01-06 | 1 | -1/+4 |
| * | Update qcow file definitions |  ccardenas | 2018-10-04 | 1 | -26/+60 |
| * | Return from magic_test does not need to be copied because the caller |  nicm | 2018-06-14 | 1 | -3/+3 |
| * | Revert my changes in r1.60 back to nicm@'s latest for now. |  brynet | 2018-01-15 | 2 | -110/+243 |
| * | Default unknowns to application/octet-stream instead of x-not-regular-file. |  bentley | 2017-11-30 | 1 | -2/+2 |
| * | add missing types; from klemens nanni |  jmc | 2017-09-20 | 1 | -5/+26 |
| * | Replace fgetln with POSIX getline, even though file was using fgetln in |  brynet | 2017-07-02 | 1 | -10/+11 |
| * | close open fd after testing files, ensuring that fd isn't stdin. |  brynet | 2017-07-01 | 1 | -1/+3 |
| * | magicfp is fclosed where it was opened, remove fclose from magic_load() |  brynet | 2017-07-01 | 1 | -2/+1 |
| * | Fix stdin file read support, accidentally broken in my last commit. |  brynet | 2017-06-28 | 1 | -2/+6 |
| * | remove excess #include |  deraadt | 2017-06-28 | 1 | -6/+1 |
| * | perform an initial pledge very early on, and drop tzset to later. |  deraadt | 2017-06-28 | 1 | -4/+6 |
| * | Simplify file(1) by removing the no longer necessary parent/child separation |  brynet | 2017-06-28 | 2 | -238/+101 |
| * | Style nits; no binary change. |  nicm | 2017-04-18 | 4 | -17/+12 |
| * | Recognise AArch64 binaries and core dumps. |  jsg | 2017-02-19 | 1 | -1/+2 |
| * | Pull in <time.h> for ctime_r, gmtime, etc |  guenther | 2016-08-26 | 1 | -1/+2 |
| * | Remove old unused prototype, from Ilya Kaliman. |  nicm | 2016-06-12 | 1 | -4/+1 |
| * | Tidy up some #include lines. |  nicm | 2016-05-01 | 2 | -10/+11 |
| * | Exact match use and name with strcmp rather than prefix with strncmp. |  nicm | 2016-05-01 | 1 | -3/+3 |
| * | Use the right size (include the length byte) when working out if a |  nicm | 2016-05-01 | 1 | -2/+2 |
| * | Add support for 'name' and 'use' which allows more of the latest magic |  nicm | 2016-05-01 | 4 | -46/+241 |
| * | Trim = prefix from regex (it a noop). |  nicm | 2016-05-01 | 1 | -1/+3 |
| * | Remove __unused that are now lies. |  nicm | 2016-05-01 | 1 | -4/+3 |
| * | Add support for 'clear' test, and fix 'default' to expand the result |  nicm | 2016-05-01 | 3 | -5/+32 |
| * | magic_test_type_default parameter is no longer __unused. |  nicm | 2016-04-30 | 1 | -3/+2 |
| * | Fix the default type to work properly, that is to only match if no |  nicm | 2016-04-30 | 2 | -3/+7 |
| * | Replace regex match string in results (some new magic entries use this). |  nicm | 2016-04-30 | 1 | -3/+5 |
| * | Partially sync magdir/sniffer from the file distribution on astron.com, |  sthen | 2016-04-28 | 1 | -3/+108 |
| * | typos; |  jmc | 2016-04-24 | 1 | -3/+3 |
| * | Sync 'archive' magic from file 5.25. Various improvements including |  sthen | 2016-03-06 | 1 | -158/+330 |
| * | fix broken list |  czarkoff | 2016-03-04 | 1 | -2/+2 |
| * | fix typo |  czarkoff | 2016-03-04 | 1 | -3/+3 |
| * | Fix the C type used for 32-bit float/lefloat/befloat, it should be float |  nicm | 2016-02-20 | 1 | -2/+2 |
| * | Therefor -> Therefore (where appropriate) |  tb | 2016-01-29 | 1 | -2/+2 |
| * | Sync magdir/animation with file 5.25, amongst other updates this fixes an |  sthen | 2016-01-02 | 1 | -78/+309 |
| * | Add --brief and --dereference, used by xdg-open/xdg-mime. |  jca | 2015-12-24 | 2 | -8/+10 |
| * | EAGAIN handling for imsg_read. OK henning@ benno@ |  claudio | 2015-12-05 | 1 | -2/+4 |
| * | Merge xmalloc.[ch] files across base, skipping OpenSSH for now. |  tobias | 2015-11-17 | 2 | -14/+9 |
| * | When validating a char by calling strchr() with a string of allowed chars, |  tobias | 2015-11-15 | 1 | -3/+3 |
| * | Break the message preparation bit of the main loop into its own function |  nicm | 2015-11-13 | 1 | -39/+47 |
| * | Call stat not lstat with -L, makes links actually be followed. Reported |  nicm | 2015-11-13 | 1 | -27/+29 |
| * | palmpilot should have gone when palm was added, it is redundant. |  nicm | 2015-11-05 | 1 | -12/+0 |
| * | Update Matroska magic file. |  nicm | 2015-10-31 | 1 | -4/+6 |
| * | The file(1) magic-parsing process was using pledge "stdio getpw proc recvfd" |  deraadt | 2015-10-17 | 1 | -2/+2 |