aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-simple-data-wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-7/+11
* remove get/set_output_stream operations. They're redundant withDan Winship2000-05-181-0/+137
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-261-194/+0
* No longer call data_wrapper_repository_init.NotZed2000-04-241-169/+5
* Whole swag of changes. Still lots of cleanup remaining ...NotZed2000-04-231-2/+148
* Clean, polish, document. Most of the gtk-doc comments added toDan Winship2000-04-191-99/+65
* remove debugging printf()s that no longer seem usefulDan Winship2000-04-011-5/+2
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
* stream the raw content instead of nothing if the encoding is notbertrand2000-03-051-3/+5
* use set_input_stream instead of construct_from_stream to feed the messagebertrand2000-03-041-3/+5
* don't forget to set the state to 0 after 3. (my_read_encode): don't forgetbertrand2000-03-031-44/+42
* revamped so that it uses the output stream of the data wrapperbertrand2000-02-171-5/+22
* 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
* Added streaming capability to CamelDataWrapper. This makes it possible, forEttore Perazzoli1999-11-171-6/+28
* Copyright changeBertrand Guiheneuf1999-10-231-1/+4
* Address updateBertrand Guiheneuf1999-08-301-1/+1
* return the number of bytes read. How can this have ever worked ?bertrand1999-08-181-1/+1
* implemented destructors.bertrand1999-08-111-1/+17
* Multipart Mime message parsing works with plain text parts. Woohooo :))))bertrand1999-08-031-9/+17
* merge a lot of work. Rough ChangeLog will followBertrand Guiheneuf1999-08-011-17/+66
* Implemented base64 encoder based on CamelStreams. Should theMiguel de Icaza1999-07-151-1/+1
* new class. Simple implementation of a data wrapper: simply keeps thebertrand1999-06-251-0/+132