Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / camel-stream-fs.c
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-04-28 Matthew Barnes** Fixes bug #418852
2005-11-30 Tor LillqvistDefine O_BINARY as 0 on Unix. Add declarations for...
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-05-05 Jeffrey Stedfastadded, changed, or updated gtk-doc style comments and...
2004-12-02 Michael Zucci merged notzed-camel-eds-branch
2003-07-17 Jeffrey StedfastIncrement the seekable stream position by the number...
2003-07-17 Jeffrey StedfastIncrement the seekable stream position by the number...
2003-07-16 Jeffrey StedfastIf we read 0 bytes, then set eos to TRUE.
2003-07-08 Jeffrey StedfastUse camel_read(). (stream_write): Use camel_write().
2002-05-24 Jeffrey StedfastUse the new readline function.
2002-05-03 Jeffrey StedfastSame fix as the tcp stream. (stream_write): Again here...
2001-10-28 Jeffrey StedfastSame.
2001-10-27 Ettore PerazzoliFixing the license text.
2001-10-27 Ettore PerazzoliUpdate the licensing information to require version...
2001-10-24 Jeffrey StedfastSame as in the TcpStreamRaw code. (stream_write): And...
2001-10-17 Not ZedAs below.
2001-10-15 Jeffrey StedfastSave the errno before calling fcntl so fcntl doesn...
2001-06-23 Ettore PerazzoliUpdate the copyrights, replacing Helix Code with Ximian and
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2001-02-08 Not ZedChanged to push the operation into a status stack.
2001-02-05 Christopher James... Added a missing #include.
2001-02-05 Not ZedRevert jeff's earlier change, the change below is the...
2001-02-05 Jeffrey StedfastMake do_write loop until the entire buffer is written.
2001-02-02 Not ZedAdd missing header for cancel check stuff.
2001-01-16 Dan Winshipfcntl(fd, F_GETFL) returns the flags as the return...
2001-01-16 Not ZedChganged len back to be unsigned. And do a simple range...
2001-01-16 Jeffrey StedfastIf the close() is successful, set the fd to -1.
2001-01-15 Not ZedA cancellable connection routine. (remote_send_string...
2000-12-05 Not Zedstream_flush does make sense for a substream afterall...
2000-08-10 Peter WilliamsMerge with camel-async.
2000-06-06 Jeffrey StedfastChanged the read and write method prototypes to return...
2000-05-19 NotZed> searchpart = strchr(namepart, '?');
2000-05-08 Dan WinshipUse CamelException to signal failure. (camel_stream_wri...
2000-05-07 Dan Winship Make camel not leak like a sieve.
2000-04-26 NotZedBig cleanup of camel-stream-*, got rid of 3 classes...
2000-04-18 Dan Winshipkill camel-log
2000-03-28 Dan Winshipfix warnings
2000-03-09 Dan Winshipfix the name of "Helix Code, Inc." in all the copyrights
2000-03-06 Bertrand GuiheneufMore changes than a man can remember.
2000-03-05 Bertrand GuiheneufTons of fixes to fix things
2000-03-04 bertrandstream the raw content instead of nothing if the encodi...
2000-03-03 bertranduse set_input_stream instead of construct_from_stream...
2000-03-03 bertranddon't forget to set the state to 0 after 3. (my_read_en...
2000-02-17 bertranduse camel_stream_reset instead of seek. The formatter...
2000-02-16 bertranddon't seek the begining of the substream. (_eos): fix...
2000-02-15 bertrandinclude gmime-base64.h various compilation and runtime...
2000-02-14 bertranduse the eos stream method. (gmime_read_line_from_stream...
2000-02-14 bertranduse the eos stream method. (gmime_read_line_from_stream...
2000-02-14 bertrandmake a blocking version of the header parser. When...
2000-02-14 Matthew Loper+ * camel/camel-stream-fs.c (_init_with_name): Set...
2000-02-11 bertrandparent class is seekable stream, not stream
2000-01-25 bertrandparent class is now CamelSeekableStream idem idem idem...
2000-01-24 bertrandconverted all gint64 variables into guint32.
2000-01-24 bertrandadd recipient_list to the recipients, not recipients_li...
2000-01-03 Bertrand GuiheneufUpdated my e-mail address to reflect my new employment
1999-12-14 Bertrand GuiheneufFix copyright informations once again
1999-10-23 Bertrand GuiheneufCopyright change
1999-09-01 bertrandWhen using g_free (obj) don't test if obj != NULL g_fre...
1999-08-29 Bertrand GuiheneufAddress update
1999-08-29 bertrandtext parameter declared const
1999-08-24 bertrandnew class. Will handle all sort of information media...
1999-08-20 bertrandname parameter is const. This fixes a bug in destroy ()
1999-08-17 bertrandreturn the number of bytes read. How can this have...
1999-08-11 bertrandMessage creation still consumes a lot of
1999-08-04 bertrandfinshed implementation (_delete_messages): implemented.
1999-08-01 Bertrand Guiheneufnew memory buffer based stream.
1999-08-01 Bertrand Guiheneufmerge a lot of work. Rough ChangeLog will follow
1999-07-15 Miguel de IcazaImplemented base64 encoder based on CamelStreams. Shoul...
1999-06-24 bertrandVarious patches from Ulrich Drepper <drepper at cygnus...
1999-06-18 Bertrand GuiheneufCommit of all Netherlands changes.
1999-05-30 bertranduse new stream code instead of raw file * stuff.