summaryrefslogtreecommitdiff
path: root/uricut.c
Commit message (Collapse)AuthorAgeFilesLines
* added a free before a return. thx npa.epoch2019-04-201-0/+1
|
* put _XOPEN_SOURCE only in the file it is actually needed. fixed parse bug ↵epoch2019-04-201-1/+2
| | | | where uris without a scheme were not defaulting provided line to an authority section
* rebased on an old copy of this repo. renamed everything. rewrote the uri ↵epoch2019-04-201-0/+158
parser. added uricmp. wew.