Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Fix valgrind test on OpenBSD | Rory Bradford | 2020-02-04 | 1 | -3/+3 |
* | Additional usage documentation | Rory Bradford | 2019-12-28 | 1 | -4/+19 |
* | Fix uninitialised variables | Rory Bradford | 2019-12-22 | 1 | -5/+18 |
* | Tweak make flags for additional C safety | Rory Bradford | 2019-12-18 | 1 | -3/+25 |
* | Fix memory leak when using --limit | Rory Bradford | 2019-12-04 | 1 | -8/+25 |
* | Improve code formatting | Rory Bradford | 2019-12-01 | 2 | -254/+297 |
* | Add basic README | Rory Bradford | 2019-12-01 | 1 | -0/+17 |
* | Fix argument syntax in docs | Rory Bradford | 2019-12-01 | 2 | -2/+2 |
* | Make POSIX compatible | Rory Bradford | 2019-11-29 | 1 | -1/+5 |
* | Implement limit | Rory Bradford | 2019-11-25 | 2 | -8/+33 |
* | Implement invert switch | Rory Bradford | 2019-11-19 | 2 | -9/+26 |
* | Initial implementation | Rory Bradford | 2019-11-15 | 6 | -0/+1029 |