Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 4.0.4HEAD4.0.4main | Tavian Barnes | 24 hours | 2 | -1/+19 |
| | |||||
* | Fix typo in manpage | Ryan Carsten Schmidt | 7 days | 1 | -1/+1 |
| | |||||
* | Release 4.0.34.0.3 | Tavian Barnes | 10 days | 2 | -1/+19 |
| | |||||
* | Fix spelling | Tavian Barnes | 2024-09-23 | 4 | -4/+4 |
| | |||||
* | Release 4.0.24.0.2 | Tavian Barnes | 2024-09-17 | 2 | -2/+36 |
| | |||||
* | docs/bfs.1: Fix some mandoc lint warnings | Tavian Barnes | 2024-09-05 | 1 | -10/+7 |
| | | | | And add mandoc -Tlint to make check-man. | ||||
* | docs/BUILDING: Update example test output | Tavian Barnes | 2024-08-28 | 1 | -4/+4 |
| | |||||
* | Release 4.0.14.0.1 | Tavian Barnes | 2024-08-19 | 2 | -1/+12 |
| | |||||
* | Release 4.04.0 | Tavian Barnes | 2024-08-16 | 1 | -2/+2 |
| | |||||
* | docs: Document the new -mount vs. -xdev behaviour | Tavian Barnes | 2024-08-16 | 1 | -3/+4 |
| | | | | Fixes: 33b85e1 ("Implement POSIX 2024's -mount") | ||||
* | New -noerror option to suppress error messages | Tavian Barnes | 2024-08-16 | 2 | -0/+6 |
| | | | | Closes: https://github.com/tavianator/bfs/issues/142 | ||||
* | docs/CHANGELOG: Add some new changes | Tavian Barnes | 2024-08-02 | 1 | -0/+6 |
| | |||||
* | Prepare for version 4.0 | Tavian Barnes | 2024-07-10 | 2 | -1/+44 |
| | |||||
* | docs/SECURITY: Fix we -> be typo | Tavian Barnes | 2024-07-10 | 1 | -1/+1 |
| | |||||
* | docs: Add a security policy | Tavian Barnes | 2024-06-19 | 1 | -0/+126 |
| | |||||
* | docs/bfs.1: Fix some CHECKSTYLE warnings | Tavian Barnes | 2024-06-17 | 1 | -3/+3 |
| | | | | And add a new `make check-man` target. | ||||
* | fix docs | Giovanni Visciano | 2024-06-16 | 1 | -1/+1 |
| | |||||
* | Make ELOOP an error again, except for -xtype.3.3.1 | Tavian Barnes | 2024-06-03 | 1 | -0/+12 |
| | | | | | | | | | | POSIX requires an error if (for example) -L encounters a symlink loop. The GNU find change was restricted to -xtype, so add a manual ELOOP test to eval_xtype() for compatibility. This reverts commit 470589cbd9ca3e73d8c01ac3a96cbc065179dcc5. Link: https://savannah.gnu.org/bugs/?19605 | ||||
* | Release 3.33.3 | Tavian Barnes | 2024-05-28 | 1 | -0/+32 |
| | |||||
* | man: Document -perm [+/]MODE | Tavian Barnes | 2024-05-27 | 1 | -1/+1 |
| | |||||
* | man: Document -flags | Tavian Barnes | 2024-05-27 | 1 | -0/+4 |
| | |||||
* | docs/RELATED: Link to Heirloom find | Tavian Barnes | 2024-05-27 | 1 | -2/+3 |
| | |||||
* | configure: Use --with/--without for libraries | Tavian Barnes | 2024-05-24 | 1 | -7/+7 |
| | |||||
* | Release 3.23.2 | Tavian Barnes | 2024-05-02 | 1 | -0/+30 |
| | |||||
* | build: Add some nice aliases to ./configure | Tavian Barnes | 2024-05-01 | 1 | -78/+122 |
| | |||||
* | build: Replace `make config` with a `./configure` script | Tavian Barnes | 2024-04-29 | 1 | -22/+25 |
| | | | | | | | | | | This lets us do more traditional out-of-tree builds like $ ../path/to/bfs/configure $ make The .mk files are moved from ./config to ./build, mostly so that ./configure will auto-complete easily. | ||||
* | Implement -context | Tavian Barnes | 2024-04-10 | 1 | -0/+4 |
| | | | | Closes: https://github.com/tavianator/bfs/issues/27 | ||||
* | build: Add optional libselinux dependency | Tavian Barnes | 2024-04-10 | 1 | -6/+8 |
| | |||||
* | docs/BUILDING: Fixes for new build system | Tavian Barnes | 2024-04-10 | 1 | -14/+14 |
| | |||||
* | build: Add a separate configuration step | Tavian Barnes | 2024-04-09 | 2 | -40/+45 |
| | |||||
* | build: Don't use libattr | Tavian Barnes | 2024-04-04 | 1 | -3/+1 |
| | | | | | We only rely on interfaces like listxattr() which are provided by the C library itself. | ||||
* | Implement -limit N | Tavian Barnes | 2024-03-20 | 2 | -0/+39 |
| | | | | Closes: https://github.com/tavianator/bfs/issues/133 | ||||
* | Release 3.1.33.1.3 | Tavian Barnes | 2024-03-06 | 1 | -0/+12 |
| | |||||
* | Release 3.1.23.1.2 | Tavian Barnes | 2024-02-29 | 1 | -3/+19 |
| | |||||
* | Release 3.1.13.1.1 | Tavian Barnes | 2024-02-16 | 1 | -0/+12 |
| | |||||
* | Release 3.13.1 | Tavian Barnes | 2024-02-06 | 1 | -0/+44 |
| | |||||
* | docs: Rename HACKING to CONTRIBUTING | Tavian Barnes | 2023-12-16 | 2 | -6/+6 |
| | | | | So that GitHub recognizes it. | ||||
* | docs: Add a list of related utilities | Tavian Barnes | 2023-10-13 | 1 | -0/+42 |
| | |||||
* | Release 3.0.43.0.4 | Tavian Barnes | 2023-10-12 | 1 | -0/+12 |
| | |||||
* | Release 3.0.33.0.3 | Tavian Barnes | 2023-10-12 | 1 | -11/+3 |
| | |||||
* | docs: Start writing the 3.1 changelog | Tavian Barnes | 2023-10-12 | 1 | -0/+33 |
| | |||||
* | build: Add liburing on Linux | Tavian Barnes | 2023-10-02 | 1 | -0/+2 |
| | |||||
* | Release 3.0.23.0.2 | Tavian Barnes | 2023-09-06 | 1 | -0/+18 |
| | |||||
* | bfs uses the C17 standard version | Alejandro Lazaro | 2023-09-01 | 1 | -1/+1 |
| | | | `bfs` uses C17 since 3.0 | ||||
* | docs/bfs.1: Document each -regextype | Tavian Barnes | 2023-08-15 | 1 | -5/+34 |
| | |||||
* | docs/bfs.1: Document that -help/-version exit immediately | Tavian Barnes | 2023-08-15 | 1 | -6/+14 |
| | |||||
* | docs/bfs.1: Don't unnecessarily quote {} | Tavian Barnes | 2023-08-15 | 1 | -1/+1 |
| | |||||
* | docs/bfs.1: Clarify the effects of $POSIXLY_CORRECT | Tavian Barnes | 2023-08-15 | 1 | -1/+22 |
| | |||||
* | docs/bfs.1: Document use of $PATH | Tavian Barnes | 2023-08-15 | 1 | -0/+10 |
| | |||||
* | docs/bfs.1: Document that -prune does not work together with -depth | Tavian Barnes | 2023-08-15 | 1 | -0/+7 |
| |