summaryrefslogtreecommitdiff
path: root/urigetline.c
Commit message (Collapse)AuthorAgeFilesLines
* didn't actually need a goto. found a way to do it with one less line anywayepoch2022-08-191-2/+1
|
* added the ability to use blank match lines to match anythingepoch2022-08-191-0/+2
|
* added better config line parsing. a -v for verbose. and debug messages for ↵epoch2022-02-021-5/+16
| | | | helping find config errors.
* rule needs to be signed char because raspi defaults char to unsigned so...epoch2021-11-141-2/+2
|
* urimatchpairs is new, urigetline got rewritten in C and WEW is it fast now. ↵epoch2021-11-141-0/+118
compare with .sh version.