summaryrefslogtreecommitdiff
path: root/camel/camel-stream-filter.c
Commit message (Expand)AuthorAgeFilesLines
* bump version, libtool numbersEVOLUTION_DATA_SERVER_0_0_95evolution-data-server-0-0-95JP Rosevear2004-07-021-414/+0
* forgot to turn off voluminous debugMichael Zucci2004-03-031-1/+1
* fun dun diddley un fun. Since we're writing a const buffer, we need toNot Zed2004-03-031-17/+25
* Don't warning about how we haven't written anything to the stream, this isJeffrey Stedfast2003-09-161-4/+2
* Ensure cmdbuf is initialized to avoid compiler warning.Jeremy Katz2003-05-161-3/+3
* remove unused var.Not Zed2003-03-281-1/+1
* Add a 'flushed' state variable to the private struct. (do_read): SetJeffrey Stedfast2003-02-271-5/+17
* Changed to use a different length calculator.Not Zed2002-07-191-9/+6
* Added a protocol field for users to use.Not Zed2002-05-311-2/+18
* Protect against either of the types being NULL.Jeffrey Stedfast2001-12-101-2/+3
* More fixing of the license texts.Ettore Perazzoli2001-10-271-11/+11
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-291-0/+1
* Revert jeff's earlier change, the change below is the more-correct fix.Not Zed2001-02-051-8/+4
* Make do_write loop until the entire buffer is written.Jeffrey Stedfast2001-02-051-4/+8
* Keep track of the caller bestenc flags that make sense.Not Zed2000-11-081-1/+1
* Kill debugging, as it causes lots of evolution-mail spewage.Dan Winship2000-11-071-1/+1
* Implement a complete() function, now we need one. (filter): Upgraded toNot Zed2000-11-071-5/+2
* Set the preface/postface from the parser into the multipart object.Not Zed2000-11-041-2/+44
* Merge with camel-async.Peter Williams2000-08-101-58/+43
* flush the filter stream before unreffing it, so it willDan Winship2000-06-211-1/+1
* Changed the read and write method prototypes to return an ssize_t typeJeffrey Stedfast2000-06-061-13/+15
* > searchpart = strchr(namepart, '?');NotZed2000-05-191-20/+33
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-081-30/+23
* blahMichael Zucci2000-05-081-1/+1
* Merged NEW_SUMMARY branch back to trunk, and resolved conflicts.NotZed2000-05-081-5/+59
* Make camel not leak like a sieve.Dan Winship2000-05-071-11/+2
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-261-13/+0
* Whole swag of changes. Still lots of cleanup remaining ...NotZed2000-04-231-0/+3
* MERGE NEW_PARSER branch into HEAD, fixed conflicts.NotZed2000-04-201-0/+314