summaryrefslogtreecommitdiff
path: root/url.h
Commit message (Collapse)AuthorAgeFilesLines
* added urlescape and urlunescapeepochqwert2018-10-151-0/+80
|
* fixed a use of a variable where it might have not been defined and made a ↵epochqwert2018-08-061-4/+23
| | | | decimal check of port that should handle more URL types in a more sane way
* added a hack to only ignore the first // when separating at the domain/path ↵epochqwert2018-04-301-3/+8
| | | | separation. fixed a dumb bug where uninitiallized string was being used as the value of the port. probably me testing something that I forgot about.
* moved url functions into url.hepochqwert2017-08-201-2/+142
|
* fuck if I know. I'm tired. moved the magic stuff to url.c.epochqwert2016-05-281-1/+3
|
* initial commit.epochqwert2015-08-221-0/+15