summaryrefslogtreecommitdiff
path: root/camel/camel-url.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-10/+8
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-10/+8
* Coding style and whitespace cleanup.Matthew Barnes2012-09-011-10/+11
* Coding style and whitespace cleanup.Matthew Barnes2012-08-191-3/+3
* Bug 662643 - camel_url_decode_path() crashes on empty stringMatthew Barnes2011-10-241-15/+13
* CamelURL: Remove 'passwd' member.Matthew Barnes2011-09-261-32/+4
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-14/+29
* Coding style cleanups.Matthew Barnes2011-05-081-4/+4
* Whitespace and coding style cleanups.Matthew Barnes2011-05-071-1/+0
* Define a boxed GType for CamelURL.Matthew Barnes2011-04-211-19/+88
* Bug 641757 - Fix warnings from GCC 4.6Kjartan Maraas2011-02-081-2/+4
* More whitespace cleanup.Matthew Barnes2011-01-301-16/+16
* Collect Camel flags into enum types.Matthew Barnes2010-10-031-1/+1
* Coding style cleanups.Matthew Barnes2010-09-131-27/+27
* Migrate from CamelException to GError.Matthew Barnes2010-07-081-5/+4
* Merge miscellaneous cleanups from camel-gobject.Matthew Barnes2010-04-061-5/+6
* Fix excessive whitespace.Matthew Barnes2009-07-121-14/+0
* Fix compiler warnings in camel.Matthew Barnes2009-06-011-4/+4
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-34/+34
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-9/+9
* ** Fix a bunch of Gtk-Doc warnings in Camel.Matthew Barnes2008-07-231-6/+6
* fixed copyright noticesJeffrey Stedfast2008-06-201-1/+1
* ** Fixes part of bug #531591Matthew Barnes2008-05-191-1/+1
* reverted rev 8210 which just changed whitespace indentJeffrey Stedfast2008-05-071-9/+9
* ** Fix for bug #341004Christian Kellner2008-03-171-1/+1
* ** Fix for bug #513389Milan Crha2008-02-041-2/+2
* ** Fix for bug #500233Srinivasa Ragavan2008-01-111-0/+1
* ** Fix for bug #461979Milan Crha2007-11-231-1/+3
* ** Merge a bunch of compiler warning fixes and cosmetic cleanups fromMatthew Barnes2007-11-151-2/+2
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-13/+13
* Fix FSF address (Tobias Mueller, #470445)Ross Burton2007-08-281-1/+1
* Add argument checks to several public functions (#467883).Matthew Barnes2007-08-201-2/+24
* ** Fixes bug #418852Matthew Barnes2007-04-281-2/+4
* Compiler warning fixes from Kjartan Maraas.Matthew Barnes2007-04-011-1/+1
* ** Fix for bnc #208395Veerapuram Varadhan2006-12-131-0/+30
* Fixes from Steffen Eschenbacher:Tor Lillqvist2006-10-051-0/+14
* camel-mime-part.c camel-mime-utils.c camel-movemail.cTor Lillqvist2005-09-151-3/+3
* Modify License to LGPLHarish Krishnaswamy2005-08-311-3/+3
* lots and lots o' docsJeffrey Stedfast2005-05-131-9/+120
* convert all the unsigned long/long stuff to guint32 since it seems to needNot Zed2005-01-121-1/+1
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-1/+5
* if we scan from "" or top == NULL, then we really want to scan from "."Not Zed2004-06-111-4/+6
* zero out passwd/user/host before freeing them.Not Zed2004-01-291-0/+6
* encode the address before sending it out, rather than using the raw/utf8Not Zed2003-12-091-1/+1
* #include camel-file-utils.h for camel_read()Dan Winship2003-07-231-0/+1
* Updated for string-utils namespace changes.Jeffrey Stedfast2003-07-071-1/+0
* ** Should fix #41629, #41448, et al.Not Zed2003-04-231-0/+22
* Like camel_url_encode, but works directly on an existing GString.Dan Winship2003-03-271-73/+79
* s/g_strncasecmp/strncasecmp/gJeffrey Stedfast2003-03-061-1/+2
* Use g_ascii_strdown() instead of g_strdown, since g_strdown is deprecated.Jeffrey Stedfast2003-02-041-1/+1