summaryrefslogtreecommitdiffstats
path: root/src/core/uri.c
Commit message (Expand)AuthorAgeFilesLines
* [uri] Handle an empty unparse_uri() result properlyJoshua Oreman2010-01-271-4/+5
* [uri] Decode/encode URIs when parsing/unparsingJoshua Oreman2010-01-211-64/+88
* [uri] Fix outdated comment in parse_uri()sobtwmxt2009-11-211-1/+1
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [uri] Avoid interpreting DOS-style path names as opaque URIsMichael Brown2008-10-241-2/+6
* [uri] Add uri_encode() and uri_decode() functions for URI character encodingMichael Brown2008-09-241-0/+78
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* Add concept of "current working URI".Michael Brown2007-06-121-5/+16
* Add facility for resolving base+relative URIs (and paths).Michael Brown2007-06-031-19/+220
* Make URI structures reference-counted.Michael Brown2007-05-281-1/+1
* Add utility function to parse port from URIMichael Brown2007-01-181-0/+11
* Added a URI parser that should be standards conformant. (It can certainlyMichael Brown2007-01-151-0/+161