| Commit message (Expand) | Author | Age | Files | Lines |
* | fix a stupid typo (thank you gcc -Wall) | Dan Winship | 2000-02-19 | 1 | -1/+1 |
* | make the / between the host and the path part of the path: it's wrong | Dan Winship | 2000-02-19 | 1 | -3/+2 |
* | New function g_url_to_string to convert a Gurl back into a char * | Dan Winship | 2000-02-18 | 1 | -1/+23 |
* | Simplify the code a lot and add support for RFC2384 POP URLs. | Dan Winship | 2000-02-17 | 1 | -352/+80 |
* | Updated my e-mail address to reflect my new employment | Bertrand Guiheneuf | 2000-01-04 | 1 | -1/+1 |
* | Fix copyright informations once again | Bertrand Guiheneuf | 1999-12-15 | 1 | -1/+1 |
* | Copyright change | Bertrand Guiheneuf | 1999-10-23 | 1 | -1/+4 |
* | When using g_free (obj) don't test if obj != NULL g_free () already do | bertrand | 1999-09-01 | 1 | -6/+6 |
* | Address update | Bertrand Guiheneuf | 1999-08-30 | 1 | -1/+1 |
* | updated some autogen doc stuff. Still don't understand warnings :( | bertrand | 1999-08-07 | 1 | -1/+1 |
* | add debug information (_list_subfolders): test if first char in folder | bertrand | 1999-08-06 | 1 | -72/+89 |
* | Do not use GStrings any more. Added assertion code. Cosmetic reformating | bertrand | 1999-07-15 | 1 | -109/+102 |
* | Implemented base64 encoder based on CamelStreams. Should the | Miguel de Icaza | 1999-07-15 | 1 | -1/+1 |
* | some more comments | bertrand | 1999-05-01 | 1 | -4/+7 |
* | s/new_g_url/g_url_new | bertrand | 1999-04-24 | 1 | -1/+1 |
* | URL rewritten completely. Error handling not implemented in public | bertrand | 1999-04-24 | 1 | -52/+232 |
* | I needed the url functions to use GString, and I wanted a more general | bertrand | 1999-04-24 | 1 | -253/+149 |
* | Utility functions to parse URLs. Stolen shamelessly from gzilla | bertrand | 1999-04-23 | 1 | -0/+326 |