aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream-fs.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-374/+0
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-2/+5
* Changed to push the operation into a status stack.Not Zed2001-02-081-5/+5
* Added a missing #include.Christopher James Lahey2001-02-061-0/+1
* Revert jeff's earlier change, the change below is the more-correct fix.Not Zed2001-02-051-15/+17
* Make do_write loop until the entire buffer is written.Jeffrey Stedfast2001-02-051-2/+2
* Add missing header for cancel check stuff.Not Zed2001-02-021-0/+2
* fcntl(fd, F_GETFL) returns the flags as the return value, not via a passedDan Winship2001-01-171-6/+4
* Chganged len back to be unsigned. And do a simple range check on theNot Zed2001-01-161-2/+6
* If the close() is successful, set the fd to -1.Jeffrey Stedfast2001-01-161-1/+5
* A cancellable connection routine. (remote_send_string): Return cancelledNot Zed2001-01-151-7/+62
* stream_flush does make sense for a substream afterall (if you have aNot Zed2000-12-051-2/+9
* Merge with camel-async.Peter Williams2000-08-111-34/+22
* Changed the read and write method prototypes to return an ssize_t typeJeffrey Stedfast2000-06-071-8/+8
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-74/+35
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-091-179/+165
* Make camel not leak like a sieve.Dan Winship2000-05-081-14/+0
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-261-300/+164
* kill camel-logDan Winship2000-04-191-42/+6
* fix warningsDan Winship2000-03-291-1/+0
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
* More changes than a man can remember.Bertrand Guiheneuf2000-03-061-4/+2
* Tons of fixes to fix thingsBertrand Guiheneuf2000-03-051-8/+11
* stream the raw content instead of nothing if the encoding is notbertrand2000-03-051-6/+2
* use set_input_stream instead of construct_from_stream to feed the messagebertrand2000-03-041-2/+2
* don't forget to set the state to 0 after 3. (my_read_encode): don't forgetbertrand2000-03-031-9/+12
* use camel_stream_reset instead of seek. The formatter should be able tobertrand2000-02-181-0/+2
* 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