summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump the version to 0.70.0.70Tavian Barnes2016-02-232-2/+2
* Implement -O.Tavian Barnes2016-02-233-49/+85
* Implement -D tree.Tavian Barnes2016-02-232-209/+362
* bftw: Update at_flags when not following a broken symbolic link.Tavian Barnes2016-02-231-1/+2
* bftw: Plug a leak when the root is not a directory.Tavian Barnes2016-02-231-1/+6
* Implement -D stat.Tavian Barnes2016-02-223-1/+83
* bftw: Use the currently open directory as at_fd in BFTW_CHILD mode.Tavian Barnes2016-02-221-2/+5
* Simplify double-negation.Tavian Barnes2016-02-211-0/+5
* bftw: Use O_CLOEXEC.Tavian Barnes2016-02-211-3/+3
* Make optimizations based on the purity of predicates.Tavian Barnes2016-02-212-44/+42
* Fix infinite recursion in eval_not().Tavian Barnes2016-02-211-6/+13
* bftw: Don't store the terminating '\0' in dircache_entry names.Tavian Barnes2016-02-211-2/+1
* bftw: Use a better cache eviction policy.Tavian Barnes2016-02-211-113/+186
* bftw: Shrink the LRU before finding the parent.Tavian Barnes2016-02-201-10/+6
* bftw: Clean up dirqueue implementation a bit.Tavian Barnes2016-02-191-20/+28
* bftw: Don't keep DIR*'s around.Tavian Barnes2016-02-191-40/+75
* -follow is a positional option.Tavian Barnes2016-02-181-4/+4
* bftw: Use a circular buffer to implement the dirqueue.Tavian Barnes2016-02-171-46/+37
* Fix an uninitialized value warning.Tavian Barnes2016-02-171-2/+5
* Initialize expr.cmp for -user and -group.Tavian Barnes2016-02-171-0/+2
* Add missing "error:" tag to error messages.Tavian Barnes2016-02-161-2/+2
* Makefile: Add install and uninstall targets.Tavian Barnes2016-02-142-3/+38
* Set the version to 0.67.0.67Tavian Barnes2016-02-142-3/+14
* Implement -user and -group.Tavian Barnes2016-02-142-1/+100
* s/color_table/colors/.Tavian Barnes2016-02-144-19/+19
* Refactor color handling.Tavian Barnes2016-02-145-65/+122
* Don't modify the result of getenv().Tavian Barnes2016-02-142-4/+11
* Implement -lname and -ilname.Tavian Barnes2016-02-144-2/+67
* "Implement" -noleaf.Tavian Barnes2016-02-141-0/+15
* Implement -mount/-xdev.Tavian Barnes2016-02-143-3/+20
* Add brief -help and -version support.Tavian Barnes2016-02-143-2/+66
* Don't stop early just because deleting failed.Tavian Barnes2016-02-141-1/+1
* Implement -iname and -ipath.Tavian Barnes2016-02-134-10/+59
* Fix -name handling when the root has trailing slashes.Tavian Barnes2016-02-133-4/+60
* Implement -xtype.Tavian Barnes2016-02-134-6/+76
* Follow links if appropriate in predicates.Tavian Barnes2016-02-133-7/+7
* More s/cl/cmdline/.Tavian Barnes2016-02-132-49/+49
* tests.sh: Don't re-create the same directory structures needlessly.Tavian Barnes2016-02-131-69/+56
* Check the number of open FDs at the start.Tavian Barnes2016-02-121-22/+42
* Consolidate some error reporting logic.Tavian Barnes2016-02-121-7/+12
* Use 'cmdline' instead of 'cl'.Tavian Barnes2016-02-122-19/+19
* Report failures that happen inside predicates.Tavian Barnes2016-02-122-7/+30
* Keep one fd free for the predicates themselves.Tavian Barnes2016-02-111-3/+3
* Implement -samefile.Tavian Barnes2016-02-104-8/+66
* Add a README.Tavian Barnes2016-02-101-0/+93
* Implement -L/-follow.Tavian Barnes2016-02-094-34/+110
* bftw: Don't give up when following a broken symlink.Tavian Barnes2016-02-062-2/+16
* Implement -P and -H.Tavian Barnes2016-02-044-9/+57
* Drive the literal parsing with a switch.Tavian Barnes2016-02-041-82/+157
* Implement -links.Tavian Barnes2016-02-044-1/+32