Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | made getsrv use host instead of dig by default. | epoch | 2020-04-16 | 1 | -1/+1 |
| | |||||
* | added blank lines between output for each URI that way recutils can parse it ↵ | epoch | 2020-01-27 | 1 | -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 needed | epoch | 2019-06-05 | 1 | -2/+0 |
| | |||||
* | only printing parts of the url that are actually defined now | epoch | 2019-04-22 | 1 | -8/+8 |
| | |||||
* | added a free before a return. thx npa. | epoch | 2019-04-20 | 1 | -0/+1 |
| | |||||
* | put _XOPEN_SOURCE only in the file it is actually needed. fixed parse bug ↵ | epoch | 2019-04-20 | 1 | -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 ↵ | epoch | 2019-04-20 | 1 | -0/+158 |
parser. added uricmp. wew. |