Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add code to encode and decode %-escapes in URLs, and do some additional | Dan Winship | 2000-04-18 | 1 | -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 do | Dan Winship | 2000-04-06 | 1 | -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 |