Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / camel-seekable-substream.c
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-05-05 Jeffrey Stedfastadded, changed, or updated gtk-doc style comments and...
2003-10-23 Jeffrey StedfastRemoved unneeded CAMEL_OBJECT() casts.
2003-05-16 Jeremy KatzEnsure cmdbuf is initialized to avoid compiler warning.
2002-05-31 Not ZedAdded a protocol field for users to use.
2001-10-27 Ettore PerazzoliFixing the license text.
2001-10-27 Ettore PerazzoliUpdate the licensing information to require version...
2001-06-23 Ettore PerazzoliUpdate the copyrights, replacing Helix Code with Ximian and
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2000-12-12 Christopher James... Added #ifndef NO_WARNINGS around a #warning. Added...
2000-12-05 Not Zedstream_flush does make sense for a substream afterall...
2000-10-10 Jacob "Ulysses"... teach camel about "its" vs. "it's"
2000-08-10 Peter WilliamsMerge with camel-async.
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-29 Dan Winshipcamel_mime_parser_tell() returns an offset from where...
2000-04-26 NotZedBig cleanup of camel-stream-*, got rid of 3 classes...
2000-04-19 Dan Winshipclean up a lot. (eos): When testing for end-of-stream...
2000-04-18 Dan Winshipkill camel-log
2000-03-28 Dan Winshipmake this return a CamelStream rather than a CamelSeeka...
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-02-22 Bertrand GuiheneufA lot of changes in the way the parsing works. I am...
2000-02-17 bertrandrevamped so that it uses the output stream of the data...
2000-02-16 bertranddon't seek the begining of the substream. (_eos): fix...
2000-02-16 bertrandthis routine replaces the _read_part routine and does...
2000-02-15 bertrandinclude gmime-base64.h various compilation and runtime...
2000-02-14 bertrandmake a blocking version of the header parser. When...