Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | urifromline was crashing when being passed argv[1] directly | epoch | 2022-09-05 | 1 | -1/+3 |
* | urigetline now uses malloc()d space for its struct uri | epoch | 2022-09-02 | 1 | -11/+18 |
* | even less lines | epoch | 2022-08-19 | 1 | -2/+1 |
* | didn't actually need a goto. found a way to do it with one less line anyway | epoch | 2022-08-19 | 1 | -2/+1 |
* | added the ability to use blank match lines to match anything | epoch | 2022-08-19 | 1 | -0/+2 |
* | added better config line parsing. a -v for verbose. and debug messages for he... | epoch | 2022-02-02 | 1 | -5/+16 |
* | rule needs to be signed char because raspi defaults char to unsigned so... | epoch | 2021-11-14 | 1 | -2/+2 |
* | urimatchpairs is new, urigetline got rewritten in C and WEW is it fast now. c... | epoch | 2021-11-14 | 1 | -0/+118 |