summaryrefslogtreecommitdiff
path: root/urigetline.c
Commit message (Collapse)AuthorAgeFilesLines
* urifromline was crashing when being passed argv[1] directlyepoch2022-09-051-1/+3
|
* urigetline now uses malloc()d space for its struct uriepoch2022-09-021-11/+18
|
* even less linesepoch2022-08-191-2/+1
|
* 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.