aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream-mem.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-251/+0
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-1/+6
* stream_flush does make sense for a substream afterall (if you have aNot Zed2000-12-051-8/+5
* Add a missed unref.Not Zed2000-11-291-3/+3
* Fixed some warnings.Christopher James Lahey2000-08-111-0/+2
* Merge with camel-async.Peter Williams2000-08-111-29/+23
* Use size_t and ssize_t for read/write methodsJeffrey Stedfast2000-07-121-3/+0
* flush the filter stream before unreffing it, so it willDan Winship2000-06-211-2/+2
* Changed the read and write method prototypes to return an ssize_t typeJeffrey Stedfast2000-06-071-19/+27
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-15/+8
* Change to match prototype (size_t vs unsigned int) so it works on 64-bitDan Winship2000-05-121-1/+1
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-091-71/+70
* Make camel not leak like a sieve.Dan Winship2000-05-081-14/+2
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-261-132/+105
* kill camel-logDan Winship2000-04-191-1/+0
* implement unimplemented methodsDan Winship2000-04-011-12/+13
* rename camel_stream_mem_new_with_buffer to ..._with_byte_array and add aDan Winship2000-03-281-8/+15
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
* parent class is now CamelSeekableStream idem idem idem idem (_seek):bertrand2000-01-251-5/+7
* 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-1/+4
* contruct the content from the buffer before calling CamelMediumbertrand1999-08-261-10/+25
* Message creation still consumes a lot ofbertrand1999-08-111-0/+19
* Multipart Mime message parsing works with plain text parts. Woohooo :))))bertrand1999-08-031-2/+4
* sync before going homeBertrand Guiheneuf1999-08-021-0/+9
* new memory buffer based stream.Bertrand Guiheneuf1999-08-021-0/+235