aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-275/+0
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-0/+4
* Don't cast an int to a ssize_t.Jeffrey Stedfast2000-11-151-1/+1
* Implement a complete() function, now we need one. (filter): Upgraded toNot Zed2000-11-071-29/+11
* Merge with camel-async.Peter Williams2000-08-111-20/+14
* Use size_t and ssize_t for read/write methodsJeffrey Stedfast2000-07-121-11/+12
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-45/+62
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-091-138/+132
* Make camel not leak like a sieve.Dan Winship2000-05-081-23/+3
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-261-29/+46
* MERGE NEW_PARSER branch into HEAD, fixed conflicts.NotZed2000-04-211-0/+42
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
* A lot of changes in the way the parsing works. I am too lazyBertrand Guiheneuf2000-02-221-1/+1
* use camel_stream_reset instead of seek. The formatter should be able tobertrand2000-02-181-1/+21
* make a blocking version of the header parser. When the fs stream usesbertrand2000-02-151-1/+1
* The CamelDataWrapper can now be provided with input and output streams, sobertrand2000-01-251-0/+21
* parent class is now CamelSeekableStream idem idem idem idem (_seek):bertrand2000-01-251-24/+0
* 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
* Address updateBertrand Guiheneuf1999-08-301-1/+1
* text parameter declared constbertrand1999-08-291-0/+1
* name parameter is const. This fixes a bug in destroy ()bertrand1999-08-211-1/+1
* return the number of bytes read. How can this have ever worked ?bertrand1999-08-181-2/+2
* new memory buffer based stream.Bertrand Guiheneuf1999-08-021-0/+27
* merge a lot of work. Rough ChangeLog will followBertrand Guiheneuf1999-08-011-6/+6
* Implemented base64 encoder based on CamelStreams. Should theMiguel de Icaza1999-07-151-81/+61
* Commit of all Netherlands changes.Bertrand Guiheneuf1999-06-191-0/+22
* use new stream code instead of raw file * stuff.bertrand1999-05-311-3/+20
* new class. Represents an abstract stream object.bertrand1999-05-311-0/+177