aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-seekable-substream.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-304/+0
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-0/+4
* Added #ifndef NO_WARNINGS around a #warning. Added (void) to the prototypeChristopher James Lahey2000-12-131-1/+1
* stream_flush does make sense for a substream afterall (if you have aNot Zed2000-12-051-26/+55
* teach camel about "its" vs. "it's"Jacob "Ulysses" Berkman2000-10-111-2/+2
* Merge with camel-async.Peter Williams2000-08-111-37/+24
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-44/+32
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-091-78/+79
* Make camel not leak like a sieve.Dan Winship2000-05-081-1/+0
* camel_mime_parser_tell() returns an offset from where it started parsing,Dan Winship2000-04-291-2/+3
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-261-165/+66
* clean up a lot. (eos): When testing for end-of-stream, reset the parentDan Winship2000-04-201-291/+188
* kill camel-logDan Winship2000-04-191-26/+1
* make this return a CamelStream rather than a CamelSeekableSubstream,Dan Winship2000-03-291-2/+2
* 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-15/+13
* Tons of fixes to fix thingsBertrand Guiheneuf2000-03-051-17/+55
* A lot of changes in the way the parsing works. I am too lazyBertrand Guiheneuf2000-02-221-1/+23
* revamped so that it uses the output stream of the data wrapperbertrand2000-02-171-3/+7
* don't seek the begining of the substream. (_eos): fix eos conditionbertrand2000-02-171-16/+9
* this routine replaces the _read_part routine and does not store the partbertrand2000-02-161-3/+3
* include gmime-base64.h various compilation and runtime fixes.bertrand2000-02-151-29/+54
* make a blocking version of the header parser. When the fs stream usesbertrand2000-02-151-0/+442