Extending test-client-custom-summary to try e_book_client_get_contacts_uids()
[platform/upstream/evolution-data-server.git] / camel / camel-stream.c
2011-07-06 Matthew BarnesRemove camel_stream_printf().
2011-07-05 Matthew BarnesRemove camel_stream_reset().
2011-01-24 Matthew BarnesKill CamelSeekableStream.
2010-09-28 Matthew BarnesUse GCancellable in all methods that may block.
2010-07-08 Matthew BarnesMigrate from CamelException to GError.
2010-04-24 Matthew BarnesPort Camel to GObject.
2010-04-10 Matthew BarnesMerge some cleanup bits from camel-gobject.
2010-04-06 Matthew BarnesMerge miscellaneous cleanups from camel-gobject.
2009-07-13 Matthew BarnesFix excessive whitespace.
2009-06-01 Matthew BarnesFix compiler warnings in camel.
2009-05-28 Matthew BarnesPrefer GLib basic types over C types.
2009-05-27 Matthew BarnesRemove trailing whitespace, again.
2008-07-23 Matthew Barnes** Fix a bunch of Gtk-Doc warnings in Camel.
2008-06-20 Jeffrey Stedfastfixed copyright notices
2008-05-07 Jeffrey Stedfastreverted rev 8210 which just changed whitespace indent
2007-11-14 Matthew Barnes** Remove trailing whitespace from source code.
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2005-12-06 Tor Lillqvistcamel-index.c camel-mime-filter-basic.c camel-mime...
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-05-05 Jeffrey Stedfastadded, changed, or updated gtk-doc style comments and...
2005-03-15 Jeffrey StedfastFix for systems where read is a macro by David Malcolm.
2004-03-15 Not Zedsame as below for path.
2002-05-24 Jeffrey StedfastUse the new readline function.
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-11-14 Jeffrey StedfastDon't cast an int to a ssize_t.
2000-11-07 Not ZedImplement a complete() function, now we need one. ...
2000-08-10 Peter WilliamsMerge with camel-async.
2000-07-12 Jeffrey StedfastUse size_t and ssize_t for read/write methods
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-20 NotZedMERGE NEW_PARSER branch into HEAD, fixed conflicts.
2000-03-09 Dan Winshipfix the name of "Helix Code, Inc." in all the copyrights
2000-02-22 Bertrand GuiheneufA lot of changes in the way the parsing works. I am...
2000-02-17 bertranduse camel_stream_reset instead of seek. The formatter...
2000-02-14 bertrandmake a blocking version of the header parser. When...
2000-01-25 bertrandThe CamelDataWrapper can now be provided with input...
2000-01-25 bertrandparent class is now CamelSeekableStream idem idem idem...
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-08-29 Bertrand GuiheneufAddress update
1999-08-29 bertrandtext parameter declared const
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-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-18 Bertrand GuiheneufCommit of all Netherlands changes.
1999-05-30 bertranduse new stream code instead of raw file * stuff.
1999-05-30 bertrandnew class. Represents an abstract stream object.