| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
* | Same as in the TcpStreamRaw code. (stream_write): And again here... | Jeffrey Stedfast | 2001-10-25 | 1 | -50/+68 |
* | As below. | Not Zed | 2001-10-17 | 1 | -2/+5 |
* | Save the errno before calling fcntl so fcntl doesn't overwrite errno in | Jeffrey Stedfast | 2001-10-16 | 1 | -2/+6 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -2/+2 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -2/+5 |
* | Changed to push the operation into a status stack. | Not Zed | 2001-02-08 | 1 | -5/+5 |
* | Added a missing #include. | Christopher James Lahey | 2001-02-06 | 1 | -0/+1 |
* | Revert jeff's earlier change, the change below is the more-correct fix. | Not Zed | 2001-02-05 | 1 | -15/+17 |
* | Make do_write loop until the entire buffer is written. | Jeffrey Stedfast | 2001-02-05 | 1 | -2/+2 |
* | Add missing header for cancel check stuff. | Not Zed | 2001-02-02 | 1 | -0/+2 |
* | fcntl(fd, F_GETFL) returns the flags as the return value, not via a passed | Dan Winship | 2001-01-17 | 1 | -6/+4 |
* | Chganged len back to be unsigned. And do a simple range check on the | Not Zed | 2001-01-16 | 1 | -2/+6 |
* | If the close() is successful, set the fd to -1. | Jeffrey Stedfast | 2001-01-16 | 1 | -1/+5 |
* | A cancellable connection routine. (remote_send_string): Return cancelled | Not Zed | 2001-01-15 | 1 | -7/+62 |
* | stream_flush does make sense for a substream afterall (if you have a | Not Zed | 2000-12-05 | 1 | -2/+9 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -34/+22 |
* | Changed the read and write method prototypes to return an ssize_t type | Jeffrey Stedfast | 2000-06-07 | 1 | -8/+8 |
* | > searchpart = strchr(namepart, '?'); | NotZed | 2000-05-20 | 1 | -74/+35 |
* | Use CamelException to signal failure. (camel_stream_write_strings): | Dan Winship | 2000-05-09 | 1 | -179/+165 |
* | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 1 | -14/+0 |
* | Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces, | NotZed | 2000-04-26 | 1 | -300/+164 |
* | kill camel-log | Dan Winship | 2000-04-19 | 1 | -42/+6 |
* | fix warnings | Dan Winship | 2000-03-29 | 1 | -1/+0 |
* | fix the name of "Helix Code, Inc." in all the copyrights | Dan Winship | 2000-03-10 | 1 | -1/+1 |
* | More changes than a man can remember. | Bertrand Guiheneuf | 2000-03-06 | 1 | -4/+2 |
* | Tons of fixes to fix things | Bertrand Guiheneuf | 2000-03-05 | 1 | -8/+11 |
* | stream the raw content instead of nothing if the encoding is not | bertrand | 2000-03-05 | 1 | -6/+2 |
* | use set_input_stream instead of construct_from_stream to feed the message | bertrand | 2000-03-04 | 1 | -2/+2 |
* | don't forget to set the state to 0 after 3. (my_read_encode): don't forget | bertrand | 2000-03-03 | 1 | -9/+12 |
* | use camel_stream_reset instead of seek. The formatter should be able to | bertrand | 2000-02-18 | 1 | -0/+2 |
* | don't seek the begining of the substream. (_eos): fix eos condition | bertrand | 2000-02-17 | 1 | -1/+5 |
* | include gmime-base64.h various compilation and runtime fixes. | bertrand | 2000-02-15 | 1 | -1/+1 |
* | use the eos stream method. (gmime_read_line_from_stream): ditto. | bertrand | 2000-02-15 | 1 | -1/+7 |
* | use the eos stream method. (gmime_read_line_from_stream): ditto. | bertrand | 2000-02-15 | 1 | -5/+11 |
* | make a blocking version of the header parser. When the fs stream uses | bertrand | 2000-02-15 | 1 | -15/+15 |
* | + * camel/camel-stream-fs.c (_init_with_name): Set stream_fs->fd to | Matthew Loper | 2000-02-14 | 1 | -2/+9 |
* | parent class is seekable stream, not stream | bertrand | 2000-02-11 | 1 | -1/+1 |
* | parent class is now CamelSeekableStream idem idem idem idem (_seek): | bertrand | 2000-01-25 | 1 | -6/+8 |
* | converted all gint64 variables into guint32. | bertrand | 2000-01-25 | 1 | -18/+28 |
* | add recipient_list to the recipients, not recipients_list. I don't know | bertrand | 2000-01-24 | 1 | -11/+169 |
* | Updated my e-mail address to reflect my new employment | Bertrand Guiheneuf | 2000-01-04 | 1 | -1/+1 |
* | Fix copyright informations once again | Bertrand Guiheneuf | 1999-12-15 | 1 | -1/+1 |
* | Copyright change | Bertrand Guiheneuf | 1999-10-23 | 1 | -1/+4 |
* | When using g_free (obj) don't test if obj != NULL g_free () already do | bertrand | 1999-09-01 | 1 | -1/+1 |
* | Address update | Bertrand Guiheneuf | 1999-08-30 | 1 | -1/+1 |
* | text parameter declared const | bertrand | 1999-08-29 | 1 | -0/+3 |
* | new class. Will handle all sort of information media (Mime mail messages, | bertrand | 1999-08-25 | 1 | -10/+40 |
* | name parameter is const. This fixes a bug in destroy () | bertrand | 1999-08-21 | 1 | -4/+4 |
* | return the number of bytes read. How can this have ever worked ? | bertrand | 1999-08-18 | 1 | -2/+5 |
* | Message creation still consumes a lot of | bertrand | 1999-08-11 | 1 | -0/+40 |
* | finshed implementation (_delete_messages): implemented. | bertrand | 1999-08-05 | 1 | -1/+1 |
* | new memory buffer based stream. | Bertrand Guiheneuf | 1999-08-02 | 1 | -1/+26 |
* | merge a lot of work. Rough ChangeLog will follow | Bertrand Guiheneuf | 1999-08-01 | 1 | -14/+11 |
* | Implemented base64 encoder based on CamelStreams. Should the | Miguel de Icaza | 1999-07-15 | 1 | -9/+13 |
* | Various patches from Ulrich Drepper <drepper at cygnus.com> | bertrand | 1999-06-25 | 1 | -1/+1 |
* | Commit of all Netherlands changes. | Bertrand Guiheneuf | 1999-06-19 | 1 | -7/+23 |
* | use new stream code instead of raw file * stuff. | bertrand | 1999-05-31 | 1 | -0/+234 |