Merge miscellaneous cleanups from camel-gobject.
[platform/upstream/evolution-data-server.git] / camel / camel-url.c
2010-04-06 Matthew BarnesMerge miscellaneous cleanups from camel-gobject.
2009-07-13 Matthew BarnesFix excessive whitespace.
2009-06-01 Matthew BarnesFix compiler warnings in camel.
2009-05-28 Matthew BarnesPrefer GLib basic types over C types.
2009-05-27 Matthew BarnesRemove trailing whitespace, again.
2008-07-23 Matthew Barnes** Fix a bunch of Gtk-Doc warnings in Camel.
2008-06-20 Jeffrey Stedfastfixed copyright notices
2008-05-19 Matthew Barnes** Fixes part of bug #531591
2008-05-07 Jeffrey Stedfastreverted rev 8210 which just changed whitespace indent
2008-03-17 Christian Kellner** Fix for bug #341004
2008-02-04 Milan Crha** Fix for bug #513389
2008-01-11 Srinivasa Ragavan** Fix for bug #500233
2007-11-23 Milan Crha** Fix for bug #461979
2007-11-15 Matthew Barnes** Merge a bunch of compiler warning fixes and cosmetic...
2007-11-14 Matthew Barnes** Remove trailing whitespace from source code.
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-08-20 Matthew BarnesAdd argument checks to several public functions (#467883).
2007-04-28 Matthew Barnes** Fixes bug #418852
2007-04-01 Matthew BarnesCompiler warning fixes from Kjartan Maraas.
2006-12-13 Veerapuram Varadhan ** Fix for bnc #208395
2006-10-05 Tor LillqvistFixes from Steffen Eschenbacher:
2005-09-15 Tor Lillqvistcamel-mime-part.c camel-mime-utils.c camel-movemail.c
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-05-13 Jeffrey Stedfastlots and lots o' docs
2005-01-12 Not Zedconvert all the unsigned long/long stuff to guint32...
2004-09-20 Michael Zucci Merged notzed-eplugin-2-branch to head.
2004-06-11 Not Zedif we scan from "" or top == NULL, then we really want...
2004-01-29 Not Zedzero out passwd/user/host before freeing them.
2003-12-09 Not Zedencode the address before sending it out, rather than...
2003-07-23 Dan Winship#include camel-file-utils.h for camel_read()
2003-07-07 Jeffrey StedfastUpdated for string-utils namespace changes.
2003-04-23 Not Zed** Should fix #41629, #41448, et al.
2003-03-27 Dan WinshipLike camel_url_encode, but works directly on an existin...
2003-03-06 Jeffrey Stedfasts/g_strncasecmp/strncasecmp/g
2003-02-04 Jeffrey StedfastUse g_ascii_strdown() instead of g_strdown, since g_str...
2002-12-17 Jeffrey StedfastReplace calls to g_string_sprintfa() with g_string_appe...
2001-10-27 Ettore PerazzoliFixing the license text.
2001-10-27 Ettore PerazzoliUpdate the licensing information to require version...
2001-09-19 9General cleanup of camel debug printfs.
2001-09-14 Jeffrey StedfastUse g_datalist_set_data_full so that the data will...
2001-07-26 Jeffrey StedfastAllow the url to be NULL just like the libc free conven...
2001-06-26 Dan Winshipconstify args
2001-06-23 Ettore PerazzoliUpdate the copyrights, replacing Helix Code with Ximian and
2001-04-13 Dan WinshipPlug leaks.
2001-04-12 Dan WinshipPlug memory leaks.
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2001-03-29 Dan Winshipchange "gboolean show_passwd" to "guint32 flags".
2001-03-27 Dan WinshipFix parsing of params. (output_param): And unparsing...
2001-03-26 Dan WinshipAdd missing accessor.
2001-03-25 Dan Winshipeh, changed my mind, put the exception back in camel_ur...
2001-03-25 Dan WinshipNew URL parser with full RFC1808 relative URL support...
2001-03-01 Peter WilliamsAssert url_string != NULL.
2001-01-09 Dan Winship Kill off a long-hated Camel kludge: "empty" URLs and
2000-11-03 Jeffrey StedfastUndo my incorrect fix - I misunderstood danw - sorry!
2000-11-03 Jeffrey StedfastIf show_pass, then base64 the password before writing...
2000-10-24 Dan Winshiplots of i18n fixes
2000-08-08 Not ZedOnly retry another uid if we had a name clash, otherwis...
2000-07-27 Jeffrey StedfastIf the path doesn't begin with a / and there is a host...
2000-07-26 Jeffrey StedfastShould now always prepend a '/' before the path if...
2000-06-22 Jeffrey StedfastUpdated
2000-06-20 Jeffrey StedfastOnly fetch the summary if the folder summary doesn...
2000-05-30 Not ZedInit filter_from to NULL, for exception case. (mbox_get...
2000-05-04 Dan WinshipNew function to replace camel_provider_scan. Returns...
2000-04-27 Dan Winshipexpose these routines.
2000-04-17 Dan WinshipAdd code to encode and decode %-escapes in URLs, and...
2000-04-06 Dan Winshipthe URL RFC says the port must be numeric, so we don...