summaryrefslogtreecommitdiff
path: root/utils/nsurl/parse.c
Commit message (Expand)AuthorAgeFilesLines
* improve nsurl query handling.Vincent Sanders2018-09-261-4/+16
* fix size_t format specifiersVincent Sanders2018-08-181-13/+25
* nsurl: Move debug logging over to nslog.Michael Drake2018-08-091-20/+16
* nsurl: Add data to scheme type enum.Michael Drake2018-08-091-0/+10
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-061-13/+14
* nsurl: Remove redundant code path.Michael Drake2017-03-271-8/+9
* nsurl: Use ascii header for hex to value conversion.Michael Drake2017-03-271-40/+1
* nsurl: Don't allow credentials or host for file: URLs.Michael Drake2017-03-271-0/+10
* nsurl: Set path of "/" for file: URLs with empty path.Michael Drake2017-03-271-3/+7
* nsurl: Add detection of "file:" URL schemes.Michael Drake2017-03-271-0/+10
* nsurl: Tidy up shared components code.Michael Drake2017-02-081-38/+5
* nsurl: Rationalise debug build option.Michael Drake2017-02-081-37/+0
* nsurl: Tidy up component helper macros.Michael Drake2017-02-081-10/+0
* nsurl: Consolidate conversion to string.Michael Drake2017-02-081-31/+64
* nsurl: Split out URL parsing.Michael Drake2017-02-081-0/+1602