summaryrefslogtreecommitdiff
path: root/urimatch.c
Commit message (Collapse)AuthorAgeFilesLines
* urimatch got an extra check to bail for inappropriate match patternepoch2021-11-141-1/+7
|
* added reverse match, used defines for match modes, fixed a argument parsing ↵epoch2021-10-251-30/+45
| | | | bug that would break on the second line of input if using non-simple matching
* switched from strcmp to fnmatch in urimatchepoch2020-12-151-1/+2
|
* rebased on an old copy of this repo. renamed everything. rewrote the uri ↵epoch2019-04-201-0/+70
parser. added uricmp. wew.