| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | parse: Allow things like -uid ++10 | Tavian Barnes | 2019-04-21 | 1 | -3/+9 |
* | trie: Make trie_remove() take a leaf instead of a key | Tavian Barnes | 2019-04-20 | 1 | -2/+2 |
* | trie: Store void* values rather than const void* | Tavian Barnes | 2019-03-27 | 1 | -2/+2 |
* | bftw: Work around d_type being wrong for bind mounts on Linux | Tavian Barnes | 2019-03-06 | 1 | -5/+8 |
* | parse: Use a trie to hold currently open files | Tavian Barnes | 2019-03-06 | 1 | -21/+18 |
* | Implement -unique | Tavian Barnes | 2019-03-01 | 1 | -3/+23 |
* | parse: Wrap -help output at 80 chars | Tavian Barnes | 2019-02-13 | 1 | -3/+4 |
* | Fix missing color escape ($) in the -help output | Tavian Barnes | 2019-02-12 | 1 | -1/+1 |
* | Add some documentation comments | Tavian Barnes | 2019-02-09 | 1 | -0/+7 |
* | Re-write the help/manpage | Tavian Barnes | 2019-02-06 | 1 | -164/+125 |
* | parse: Treat -d as a flag, not an option | Tavian Barnes | 2019-02-06 | 1 | -2/+2 |
* | parse: Add support for whiteouts in -type/-xtype | Tavian Barnes | 2019-02-06 | 1 | -0/+4 |
* | Fix -nouser/-nogroup error handling | Tavian Barnes | 2019-02-06 | 1 | -0/+2 |
* | parse: Remove the recommendation to check find -help or man find | Tavian Barnes | 2019-02-01 | 1 | -6/+3 |
* | parse: Allow multiple comma-separated debug flags | Tavian Barnes | 2019-01-11 | 1 | -46/+81 |
* | posix1e: Don't #include <sys/capability.h> on FreeBSD | Tavian Barnes | 2019-01-03 | 1 | -0/+1 |
* | color: Check format strings + args for cfprintf() | Tavian Barnes | 2019-01-02 | 1 | -219/+221 |
* | diag: Unify diagnostic formatting | Tavian Barnes | 2019-01-02 | 1 | -67/+70 |
* | Hide unsupported options from -help | Tavian Barnes | 2018-12-30 | 1 | -0/+6 |
* | parse: Handle argc == 0 | Tavian Barnes | 2018-12-28 | 1 | -0/+6 |
* | stat: Provide a helper for getting human-readable field names | Tavian Barnes | 2018-12-25 | 1 | -37/+30 |
* | parse: Fix probabilities when -types are duplicated | Tavian Barnes | 2018-12-19 | 1 | -16/+24 |
* | parse: Add cost info for -acl and -capable | Tavian Barnes | 2018-12-19 | 1 | -2/+6 |
* | Implement -acl test | Tavian Barnes | 2018-12-17 | 1 | -0/+19 |
* | Add new -capable test | Tavian Barnes | 2018-12-17 | 1 | -0/+20 |
* | parse: Use a better reference point for incomplete expression errors | Tavian Barnes | 2018-11-02 | 1 | -1/+8 |
* | parse: Add support for -D all to enable all debug flags | Tavian Barnes | 2018-11-02 | 1 | -0/+3 |
* | parse: Improve -D diagnostics | Tavian Barnes | 2018-11-02 | 1 | -12/+26 |
* | Update copyright dates | Tavian Barnes | 2018-09-24 | 1 | -1/+1 |
* | Add some missing fallthrough comments | Tavian Barnes | 2018-08-16 | 1 | -0/+1 |
* | parse: Add some missing failure messages | Tavian Barnes | 2018-07-06 | 1 | -0/+2 |
* | parse: Don't leave expr->mode_cmp uninitialized | Tavian Barnes | 2018-06-18 | 1 | -1/+1 |
* | printf: Add %w and %Wk for file birth times | Tavian Barnes | 2018-01-20 | 1 | -1/+6 |
* | stat: New wrapper around the stat() family | Tavian Barnes | 2018-01-08 | 1 | -64/+45 |
* | parse: Minor cleanups from af7878c/7da0d28 | Tavian Barnes | 2018-01-06 | 1 | -6/+2 |
* | Keep track of required FDs per-expr | Tavian Barnes | 2017-12-15 | 1 | -11/+14 |
* | color: Implement %m for cfprintf() | Tavian Barnes | 2017-11-13 | 1 | -6/+6 |
* | exec: Recover from E2BIG | Tavian Barnes | 2017-11-12 | 1 | -2/+6 |
* | cmdline: Account for files opened during/between evaluations more carefully | Tavian Barnes | 2017-11-12 | 1 | -7/+21 |
* | Add support for file birth/creation times on platforms that have it | Tavian Barnes | 2017-11-05 | 1 | -34/+71 |
* | parse: Support -perm +7777, for compatibility with BSD and old GNU find | Tavian Barnes | 2017-11-05 | 1 | -0/+6 |
* | parse: Keep track of what files are already open | Tavian Barnes | 2017-10-21 | 1 | -40/+99 |
* | Report errors that occur when closing files | Tavian Barnes | 2017-10-21 | 1 | -7/+30 |
* | Add a man page | Tavian Barnes | 2017-10-15 | 1 | -15/+22 |
* | parse: Document the bfs meaning of -O in -help | Tavian Barnes | 2017-09-17 | 1 | -2/+15 |
* | opt: Separate optimization from parsing | Tavian Barnes | 2017-09-16 | 1 | -328/+19 |
* | parse: Don't reorder or remove tests with potential side effects | Tavian Barnes | 2017-09-06 | 1 | -3/+21 |
* | parse: Factor out common initialization code for -print and friends | Tavian Barnes | 2017-09-06 | 1 | -35/+30 |
* | Implement -D search | Tavian Barnes | 2017-09-02 | 1 | -0/+3 |
* | Implement cost-based optimization | Tavian Barnes | 2017-08-27 | 1 | -43/+210 |