aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-url.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'GAL_0_8'.GAL_0_8nobody2001-05-191-553/+0
* Plug leaks.Dan Winship2001-04-141-0/+1
* Plug memory leaks.Dan Winship2001-04-131-0/+1
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-0/+3
* change "gboolean show_passwd" to "guint32 flags".Dan Winship2001-03-301-4/+4
* Fix parsing of params. (output_param): And unparsing...Dan Winship2001-03-271-2/+7
* Add missing accessor.Dan Winship2001-03-261-0/+6
* eh, changed my mind, put the exception back in camel_url_new()Dan Winship2001-03-261-1/+6
* New URL parser with full RFC1808 relative URL support. Yum.Dan Winship2001-03-261-183/+342
* Assert url_string != NULL.Peter Williams2001-03-011-1/+3
* Kill off a long-hated Camel kludge: "empty" URLs andDan Winship2001-01-101-6/+2
* Undo my incorrect fix - I misunderstood danw - sorry!Jeffrey Stedfast2000-11-041-26/+4
* If show_pass, then base64 the password before writing it to the outputJeffrey Stedfast2000-11-041-6/+34
* lots of i18n fixesDan Winship2000-10-241-4/+5
* Only retry another uid if we had a name clash, otherwise fail.Not Zed2000-08-081-0/+22
* If the path doesn't begin with a / and there is a host, prepend a / to theJeffrey Stedfast2000-07-281-1/+2
* Should now always prepend a '/' before the path if it doesn't alreadyJeffrey Stedfast2000-07-261-14/+16
* UpdatedJeffrey Stedfast2000-06-231-7/+7
* Only fetch the summary if the folder summary doesn't already exist. WhenJeffrey Stedfast2000-06-211-10/+7
* Init filter_from to NULL, for exception case. (mbox_get_message_by_uid):Not Zed2000-05-311-2/+54
* New function to replace camel_provider_scan. Returns a list of either (a)Dan Winship2000-05-041-1/+5
* expose these routines.Dan Winship2000-04-281-24/+33
* Add code to encode and decode %-escapes in URLs, and do some additionalDan Winship2000-04-181-21/+114
* the URL RFC says the port must be numeric, so we don't want to doDan Winship2000-04-061-0/+188