aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream-fs.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_CORE_1_1_4nobody2000-02-171-548/+0
* don't seek the begining of the substream. (_eos): fix eos conditionbertrand2000-02-171-1/+5
* include gmime-base64.h various compilation and runtime fixes.bertrand2000-02-151-1/+1
* use the eos stream method. (gmime_read_line_from_stream): ditto.bertrand2000-02-151-1/+7
* use the eos stream method. (gmime_read_line_from_stream): ditto.bertrand2000-02-151-5/+11
* make a blocking version of the header parser. When the fs stream usesbertrand2000-02-151-15/+15
* + * camel/camel-stream-fs.c (_init_with_name): Set stream_fs->fd toMatthew Loper2000-02-141-2/+9
* parent class is seekable stream, not streambertrand2000-02-111-1/+1
* parent class is now CamelSeekableStream idem idem idem idem (_seek):bertrand2000-01-251-6/+8
* converted all gint64 variables into guint32.bertrand2000-01-251-18/+28
* add recipient_list to the recipients, not recipients_list. I don't knowbertrand2000-01-241-11/+169
* 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-1/+1
* Address updateBertrand Guiheneuf1999-08-301-1/+1
* text parameter declared constbertrand1999-08-291-0/+3
* new class. Will handle all sort of information media (Mime mail messages,bertrand1999-08-251-10/+40
* name parameter is const. This fixes a bug in destroy ()bertrand1999-08-211-4/+4
* return the number of bytes read. How can this have ever worked ?bertrand1999-08-181-2/+5
* Message creation still consumes a lot ofbertrand1999-08-111-0/+40
* finshed implementation (_delete_messages): implemented.bertrand1999-08-051-1/+1
* new memory buffer based stream.Bertrand Guiheneuf1999-08-021-1/+26
* merge a lot of work. Rough ChangeLog will followBertrand Guiheneuf1999-08-011-14/+11
* Implemented base64 encoder based on CamelStreams. Should theMiguel de Icaza1999-07-151-9/+13
* Various patches from Ulrich Drepper <drepper at cygnus.com>bertrand1999-06-251-1/+1
* Commit of all Netherlands changes.Bertrand Guiheneuf1999-06-191-7/+23
* use new stream code instead of raw file * stuff.bertrand1999-05-311-0/+234