summaryrefslogtreecommitdiff
path: root/uri.h
Commit message (Collapse)AuthorAgeFilesLines
* literal IPv6 addresses in the domain portion were NOT skipping the leading [epoch2020-07-041-0/+1
|
* fixed some signedness warnings and inconsistenciesepoch2020-01-211-2/+2
|
* small change that fixed uriescape I think. spaces were decoding into %00epoch2020-01-211-2/+2
|
* removed a unneeded memmove from uriunescape and a trailing spaceepoch2019-06-161-2/+1
|
* removed a few headers that weren't neededepoch2019-06-051-1/+0
|
* wrote linefromuri to join a uri struct back into a string for urijoin toolepoch2019-04-221-0/+50
|
* put _XOPEN_SOURCE only in the file it is actually needed. fixed parse bug ↵epoch2019-04-201-3/+5
| | | | 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/+253
parser. added uricmp. wew.