aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-url.h
Commit message (Collapse)AuthorAgeFilesLines
* expose these routines.Dan Winship2000-04-281-0/+4
| | | | | | | * camel-url.[ch] (camel_url_encode, camel_url_decode): expose these routines. svn path=/trunk/; revision=2661
* the URL RFC says the port must be numeric, so we don't want to doDan Winship2000-04-061-0/+59
* 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