summaryrefslogtreecommitdiff
path: root/utils/nsurl/private.h
Commit message (Collapse)AuthorAgeFilesLines
* nsurl: Expose scheme type accessor.Michael Drake2020-05-191-12/+0
|
* nsurl: Make nusrl component dump more usable.Michael Drake2020-03-111-45/+0
| | | | | This is only a development aid, and not something that should be called in production.
* improve nsurl query handling.Vincent Sanders2018-09-261-3/+4
| | | | | | | | | | | Alter the handling of query values within nsurl to be like fragments. This ensures callers never have to care about the query punctuation, e.g. the question mark This also means the strings generated will no longer have trailing question marks which now conforms to behaviour in whatwg url spec on url serializing in section 4.5
* nsurl: Move debug logging over to nslog.Michael Drake2018-08-091-28/+16
|
* nsurl: Add data to scheme type enum.Michael Drake2018-08-091-1/+2
|
* Fixup everything the semantic patch missedVincent Sanders2017-09-071-8/+24
|
* nsurl: Add "file:" entry to enum of known URL schemes.Michael Drake2017-03-271-0/+1
|
* nsurl: Tidy up shared components code.Michael Drake2017-02-081-1/+36
|
* nsurl: Rationalise debug build option.Michael Drake2017-02-081-0/+42
|
* nsurl: Tidy up component helper macros.Michael Drake2017-02-081-0/+5
|
* nsurl: Consolidate conversion to string.Michael Drake2017-02-081-21/+11
|
* nsurl: Split out URL parsing.Michael Drake2017-02-081-0/+68
|
* nsurl: Split internal structure out into private header.Michael Drake2017-02-081-0/+75