summaryrefslogtreecommitdiff
path: root/uricut.c
Commit message (Collapse)AuthorAgeFilesLines
* made getsrv use host instead of dig by default.epoch2020-04-161-1/+1
|
* added blank lines between output for each URI that way recutils can parse it ↵epoch2020-01-271-0/+3
| | | | properly (also, it just looks better. easier to remove the blanks afterwards than to put them in afterwards.)
* removed a few headers that weren't neededepoch2019-06-051-2/+0
|
* only printing parts of the url that are actually defined nowepoch2019-04-221-8/+8
|
* 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.