Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove config | Rory Bradford | 2022-06-02 | 1 | -96/+0 |
* | Remove override config file | Rory Bradford | 2022-04-22 | 1 | -13/+4 |
* | Remove path escaping | Rory Bradford | 2022-04-22 | 1 | -41/+1 |
* | Fix ignore file typo | Rory Bradford | 2021-07-17 | 1 | -1/+1 |
* | Escape strings in output to avoid problems in other tools | Rory Bradford | 2021-07-17 | 1 | -1/+42 |
* | Fix memory leak when not specifying any patterns | Rory Bradford | 2021-04-11 | 1 | -5/+9 |
* | Remove memset | Rory Bradford | 2021-04-11 | 1 | -2/+0 |
* | Make strings safer | Rory Bradford | 2021-03-06 | 1 | -10/+29 |
* | Add config parser | Rory Bradford | 2020-08-13 | 1 | -19/+117 |
* | Fix double slashes | Rory Bradford | 2020-08-11 | 1 | -1/+5 |
* | Add change root directory option | Rory Bradford | 2020-08-11 | 1 | -2/+7 |
* | Make calloc types explicit | Rory Bradford | 2020-08-10 | 1 | -1/+1 |
* | Fix loop break out logic | Rory Bradford | 2020-08-08 | 1 | -3/+2 |
* | Additional safety | Rory Bradford | 2020-08-02 | 1 | -21/+30 |
* | Various minor improvements | Rory Bradford | 2020-08-02 | 1 | -23/+15 |
* | Add wholename option | Rory Bradford | 2020-04-18 | 1 | -109/+96 |
* | Initialise struct with defaults | Rory Bradford | 2020-04-18 | 1 | -30/+17 |
* | Re-introduce optional substring matching | Rory Bradford | 2020-04-17 | 1 | -25/+28 |
* | Add unlink and shell options, refactor opts | Rory Bradford | 2020-04-14 | 1 | -100/+95 |
* | Fix invert exclusion | Rory Bradford | 2020-04-14 | 1 | -0/+1 |
* | Tidy up help text | Rory Bradford | 2020-04-14 | 1 | -6/+5 |
* | Fix invert logic | Rory Bradford | 2020-04-14 | 1 | -11/+7 |
* | Refactor | Rory Bradford | 2020-04-10 | 1 | -88/+26 |
* | More code reformatting | Rory Bradford | 2020-04-09 | 1 | -295/+310 |
* | Add missing dirname short opt | Rory Bradford | 2020-03-25 | 1 | -1/+5 |
* | Add dirname option | Rory Bradford | 2020-02-22 | 1 | -9/+19 |
* | Reformat with default clang style | Rory Bradford | 2020-02-22 | 1 | -314/+275 |
* | Fix uninitialised variables | Rory Bradford | 2019-12-22 | 1 | -5/+18 |
* | Fix memory leak when using --limit | Rory Bradford | 2019-12-04 | 1 | -8/+25 |
* | Improve code formatting | Rory Bradford | 2019-12-01 | 1 | -248/+289 |
* | Fix argument syntax in docs | Rory Bradford | 2019-12-01 | 1 | -1/+1 |
* | Make POSIX compatible | Rory Bradford | 2019-11-29 | 1 | -1/+5 |
* | Implement limit | Rory Bradford | 2019-11-25 | 1 | -8/+28 |
* | Implement invert switch | Rory Bradford | 2019-11-19 | 1 | -7/+20 |
* | Initial implementation | Rory Bradford | 2019-11-15 | 1 | -0/+261 |