Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | expose these routines. | Dan Winship | 2000-04-28 | 1 | -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 do | Dan Winship | 2000-04-06 | 1 | -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 |