Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove contrib/ as no longer used | Rory Bradford | 2022-11-13 | 5 | -195/+0 |
* | Improve code formatting | Rory Bradford | 2022-11-13 | 3 | -23/+11 |
* | Remove unused code | Rory Bradford | 2022-11-13 | 1 | -2/+0 |
* | Inline VERSION | Rory Bradford | 2022-11-13 | 2 | -1/+1 |
* | Remove wildcard option | Rory Bradford | 2022-11-13 | 1 | -9/+0 |
* | Re-introduce .clang-format | Rory Bradford | 2022-08-20 | 1 | -0/+8 |
* | Replace __progname with hardcoded name, include version in usage. | Rory Bradford | 2022-06-05 | 1 | -4/+2 |
* | Use fgets instead of getline. | Rory Bradford | 2022-06-05 | 2 | -4/+4 |
* | Remove editor/formatting configs. | Rory Bradford | 2022-06-05 | 2 | -18/+0 |
* | Remove config | Rory Bradford | 2022-06-02 | 7 | -276/+4 |
* | Remove override config file | Rory Bradford | 2022-04-22 | 1 | -13/+4 |
* | Remove path escaping | Rory Bradford | 2022-04-22 | 1 | -41/+1 |
* | Update README with platform support | Rory Bradford | 2021-08-30 | 1 | -0/+15 |
* | Fix build on macOS | Rory Bradford | 2021-08-30 | 1 | -1/+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 |
* | Use xargs in Vim RF grep function | Rory Bradford | 2021-07-17 | 1 | -2/+3 |
* | Fix modeline in default config file | Rory Bradford | 2021-07-01 | 1 | -1/+1 |
* | Update README | Rory Bradford | 2021-07-01 | 1 | -5/+29 |
* | Fix CFLAGS | Rory Bradford | 2021-06-30 | 1 | -2/+1 |
* | 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 | 6 | -13/+171 |
* | Improve Vim integration | Rory Bradford | 2020-10-10 | 11 | -133/+182 |
* | Add rfgrep contrib script | Rory Bradford | 2020-08-30 | 3 | -1/+31 |
* | Add config parser | Rory Bradford | 2020-08-13 | 7 | -23/+294 |
* | Fix double slashes | Rory Bradford | 2020-08-11 | 1 | -1/+5 |
* | Add change root directory option | Rory Bradford | 2020-08-11 | 2 | -2/+12 |
* | Make calloc types explicit | Rory Bradford | 2020-08-10 | 2 | -5/+6 |
* | Add contrib/ with Vim integration example | Rory Bradford | 2020-08-08 | 3 | -0/+130 |
* | Fix loop break out logic | Rory Bradford | 2020-08-08 | 2 | -5/+3 |
* | Additional safety | Rory Bradford | 2020-08-02 | 2 | -39/+67 |
* | Various minor improvements | Rory Bradford | 2020-08-02 | 4 | -26/+23 |
* | Add wholename option | Rory Bradford | 2020-04-18 | 7 | -169/+217 |
* | Initialise struct with defaults | Rory Bradford | 2020-04-18 | 1 | -30/+17 |
* | Re-introduce optional substring matching | Rory Bradford | 2020-04-17 | 3 | -34/+42 |
* | Add unlink and shell options, refactor opts | Rory Bradford | 2020-04-14 | 3 | -131/+111 |
* | 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 |
* | Update default ignored file extensions | Rory Bradford | 2020-04-14 | 1 | -2/+3 |
* | Improve documentation wording | Rory Bradford | 2020-04-14 | 1 | -2/+2 |
* | Refactor | Rory Bradford | 2020-04-10 | 5 | -136/+45 |
* | More code reformatting | Rory Bradford | 2020-04-09 | 3 | -301/+326 |
* | Move _DEFAULT_SOURCE to Makefile | Rory Bradford | 2020-03-25 | 1 | -0/+1 |
* | Add missing dirname short opt | Rory Bradford | 2020-03-25 | 1 | -1/+5 |
* | Reformat config.h | Rory Bradford | 2020-03-24 | 1 | -8/+6 |
* | Add CONTRIBUTING | Rory Bradford | 2020-03-24 | 1 | -0/+37 |
* | Add dirname option | Rory Bradford | 2020-02-22 | 3 | -11/+30 |
* | Reformat with default clang style | Rory Bradford | 2020-02-22 | 1 | -314/+275 |