| Commit message (Expand) | Author | Age | Files | Lines |
* | ** Should fix #41629, #41448, et al. | Not Zed | 2003-04-23 | 1 | -0/+22 |
* | Like camel_url_encode, but works directly on an existing GString. | Dan Winship | 2003-03-27 | 1 | -73/+79 |
* | s/g_strncasecmp/strncasecmp/g | Jeffrey Stedfast | 2003-03-07 | 1 | -1/+2 |
* | Use g_ascii_strdown() instead of g_strdown, since g_strdown is deprecated. | Jeffrey Stedfast | 2003-02-05 | 1 | -1/+1 |
* | Replace calls to g_string_sprintfa() with g_string_append_printf() since | Jeffrey Stedfast | 2002-12-18 | 1 | -16/+18 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -1/+0 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
* | General cleanup of camel debug printfs. | 9 | 2001-09-19 | 1 | -1/+1 |
* | Use g_datalist_set_data_full so that the data will be free'd when we clear | Jeffrey Stedfast | 2001-09-15 | 1 | -1/+1 |
* | Allow the url to be NULL just like the libc free convention. | Jeffrey Stedfast | 2001-07-27 | 1 | -13/+13 |
* | constify args | Dan Winship | 2001-06-27 | 1 | -1/+2 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | Plug leaks. | Dan Winship | 2001-04-14 | 1 | -0/+1 |
* | Plug memory leaks. | Dan Winship | 2001-04-13 | 1 | -0/+1 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -0/+3 |
* | change "gboolean show_passwd" to "guint32 flags". | Dan Winship | 2001-03-30 | 1 | -4/+4 |
* | Fix parsing of params. (output_param): And unparsing... | Dan Winship | 2001-03-27 | 1 | -2/+7 |
* | Add missing accessor. | Dan Winship | 2001-03-26 | 1 | -0/+6 |
* | eh, changed my mind, put the exception back in camel_url_new() | Dan Winship | 2001-03-26 | 1 | -1/+6 |
* | New URL parser with full RFC1808 relative URL support. Yum. | Dan Winship | 2001-03-26 | 1 | -183/+342 |
* | Assert url_string != NULL. | Peter Williams | 2001-03-01 | 1 | -1/+3 |
* | Kill off a long-hated Camel kludge: "empty" URLs and | Dan Winship | 2001-01-10 | 1 | -6/+2 |
* | Undo my incorrect fix - I misunderstood danw - sorry! | Jeffrey Stedfast | 2000-11-04 | 1 | -26/+4 |
* | If show_pass, then base64 the password before writing it to the output | Jeffrey Stedfast | 2000-11-04 | 1 | -6/+34 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 1 | -4/+5 |
* | Only retry another uid if we had a name clash, otherwise fail. | Not Zed | 2000-08-08 | 1 | -0/+22 |
* | If the path doesn't begin with a / and there is a host, prepend a / to the | Jeffrey Stedfast | 2000-07-28 | 1 | -1/+2 |
* | Should now always prepend a '/' before the path if it doesn't already | Jeffrey Stedfast | 2000-07-26 | 1 | -14/+16 |
* | Updated | Jeffrey Stedfast | 2000-06-23 | 1 | -7/+7 |
* | Only fetch the summary if the folder summary doesn't already exist. When | Jeffrey Stedfast | 2000-06-21 | 1 | -10/+7 |
* | Init filter_from to NULL, for exception case. (mbox_get_message_by_uid): | Not Zed | 2000-05-31 | 1 | -2/+54 |
* | New function to replace camel_provider_scan. Returns a list of either (a) | Dan Winship | 2000-05-04 | 1 | -1/+5 |
* | expose these routines. | Dan Winship | 2000-04-28 | 1 | -24/+33 |
* | Add code to encode and decode %-escapes in URLs, and do some additional | Dan Winship | 2000-04-18 | 1 | -21/+114 |
* | the URL RFC says the port must be numeric, so we don't want to do | Dan Winship | 2000-04-06 | 1 | -0/+188 |