aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-url.c
Commit message (Collapse)AuthorAgeFilesLines
* Add code to encode and decode %-escapes in URLs, and do some additionalDan Winship2000-04-181-21/+114
| | | | | | | | | | 2000-04-17 Dan Winship <danw@helixcode.com> * camel-url.c: Add code to encode and decode %-escapes in URLs, and do some additional correctness-checking on URL syntax. From Tiago Antào with modifications by me. svn path=/trunk/; revision=2474
* the URL RFC says the port must be numeric, so we don't want to doDan Winship2000-04-061-0/+188
* g_url_new really wanted to take a CamelException. So, rename Gurl to CamelURL, g_url_* to camel_url_* (with camel_url_new taking an exception), and url-util.[ch] to camel-url.[ch]. Also force url->port to be numeric and remove camel_service_getport. (I was confused before: the URL RFC says the port must be numeric, so we don't want to do getportbyname.) svn path=/trunk/; revision=2300