aboutsummaryrefslogtreecommitdiffstats
path: root/camel/url-util.c
Commit message (Expand)AuthorAgeFilesLines
* 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