aboutsummaryrefslogtreecommitdiffstats
path: root/camel/url-util.c
Commit message (Expand)AuthorAgeFilesLines
* Added exception to call, and fixed caller.NotZed2000-02-191-4/+9
* fix a stupid typo (thank you gcc -Wall)Dan Winship2000-02-191-1/+1
* make the / between the host and the path part of the path: it's wrongDan Winship2000-02-191-3/+2
* New function g_url_to_string to convert a Gurl back into a char *Dan Winship2000-02-181-1/+23
* Simplify the code a lot and add support for RFC2384 POP URLs.Dan Winship2000-02-171-352/+80
* Updated my e-mail address to reflect my new employmentBertrand Guiheneuf2000-01-041-1/+1
* Fix copyright informations once againBertrand Guiheneuf1999-12-151-1/+1
* Copyright changeBertrand Guiheneuf1999-10-231-1/+4
* When using g_free (obj) don't test if obj != NULL g_free () already dobertrand1999-09-011-6/+6
* Address updateBertrand Guiheneuf1999-08-301-1/+1
* updated some autogen doc stuff. Still don't understand warnings :(bertrand1999-08-071-1/+1
* add debug information (_list_subfolders): test if first char in folderbertrand1999-08-061-72/+89
* Do not use GStrings any more. Added assertion code. Cosmetic reformatingbertrand1999-07-151-109/+102
* Implemented base64 encoder based on CamelStreams. Should theMiguel de Icaza1999-07-151-1/+1
* some more commentsbertrand1999-05-011-4/+7
* s/new_g_url/g_url_newbertrand1999-04-241-1/+1
* URL rewritten completely. Error handling not implemented in publicbertrand1999-04-241-52/+232
* I needed the url functions to use GString, and I wanted a more generalbertrand1999-04-241-253/+149
* Utility functions to parse URLs. Stolen shamelessly from gzillabertrand1999-04-231-0/+326