| Age | Commit message (Expand) | Author |
| 2018-11-18 | Adjust test, we only want to return the structure member if the result is not... | sevan |
| 2017-12-31 | factor out common code from Poul-Henning Kamp. | christos |
| 2017-12-14 | use uintmax_t for nlink_t from FreeBSD | christos |
| 2014-04-24 | Pass a file pointer to write data instead of writing to stdout. | christos |
| 2013-10-17 | Our <sys/param.h> ends up calling header files that define intmax_t. This | christos |
| 2013-10-16 | Restore old behavior of not printing sizes for directories, since it varies | christos |
| 2013-09-09 | use intmax_t instead of long long. fixes wrong cast for time_t. | christos |
| 2013-02-03 | add the ability to only output paths included in a spec file when creating | christos |
| 2012-12-20 | Implement the "flavor" output discussed in tech-userlevel@, by Brooks Davis | christos |
| 2012-12-15 | make us compatible with FreeBSD (for -n) (Brooks Davies) | christos |
| 2012-12-12 | -n is incorrectly supressing the ".." lines. (Brooks Davis) | christos |
| 2012-10-05 | Allow uid and uname or gid and gname to both be printed while | christos |
| 2012-10-05 | clarify seconds.09nanoseconds format (brooks) | christos |
| 2012-10-05 | add -j flag to indent directory blocks (from brooks) | christos |
| 2012-10-05 | add -n flag to disable comments (brook) | christos |
| 2012-10-05 | our fts compare routine is less constified. | christos |
| 2012-10-05 | more const | christos |
| 2012-07-15 | resource leak (Coverity issues 274383 and 274384) | spz |
| 2009-04-03 | Make "mtree -C" sort its output. | apb |
| 2009-02-01 | When {MD5,RMD160,SHA1,SHA256_,SHA384_,SHA512_}File fail, use errno | hubertf |
| 2008-12-28 | fix dev_t formats. | christos |
| 2007-12-05 | PR/37482: Malcolm Herbert: mtree does not check for getlogin() returning null | christos |
| 2007-11-19 | Renamed dsort to dcmp, since it doesn't sort, it only compares. | rillig |
| 2007-11-19 | Even on non-BSD systems, the "-R all" option should disable printing of | rillig |
| 2007-10-18 | cast to long explicitly for the compat build | christos |
| 2007-02-04 | The hashing routines (MD5File() and co.) can do dynamic allocation, so | elad |
| 2006-10-30 | kill crypto/rmd160.h and crypto/sha2.h, and instead make symlinks to | christos |
| 2005-09-24 | Use crypto/rmd160.h. | elad |
| 2005-09-02 | Use MAXHASHLEN here too. | elad |
| 2005-08-24 | Add SHA2 support in mtree. | elad |
| 2004-12-01 | strsvis(3) encode & decode the "link=" value (symlink target). | lukem |
| 2004-06-20 | Completely rework how tools/compat is done. Purge all uses/references to | jmc |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2002-12-23 | Add -C, which dumps the specification with the full path name first, | lukem |
| 2002-11-29 | avoid non-constant initializer errors by changing hack to workaround | grant |
| 2002-08-08 | Remove extraneous \n's in {err,warn}{,x} that used to be printfs. | soren |
| 2002-01-31 | Protect __RCSID and __COPYRIGHT from being invoked if not defined. | tv |
| 2002-01-29 | Add hooks to make mtree compilable from src/tools. | tv |
| 2001-11-10 | provide the ability to remove support for generating or checking various | lukem |
| 2001-11-07 | User interface changes from (or inspired by) FreeBSD: | lukem |
| 2001-10-22 | - enforce the top-most entry must be "." and must be a directory; avoids | lukem |
| 2001-10-18 | complete WARNS=2 cleanup (with a bit of ickiness for the fts_open argv issue) | lukem |
| 2001-10-18 | make this mostly WARNS=2 safe | lukem |
| 2001-10-09 | Add "device" keyword, which allows the device number to be specified, | lukem |
| 2001-10-04 | features: | lukem |
| 2001-10-01 | - implement -D - dump the specfile out in a manner that's parseable | lukem |
| 2001-03-09 | ANSIfy, KNF, in preperation for more work. | simonb |
| 2001-02-20 | Remove all the "#ifdef __APPLE__" code, to make this actually | hubertf |
| 2000-10-15 | LP64 format string cleanup. Problem reported by garbled. | is |