Extending test-client-custom-summary to try e_book_client_get_contacts_uids()
[platform/upstream/evolution-data-server.git] / camel / camel-operation.c
2012-11-05 Milan CrhaReplace deprecated GLib symbols (as of GLib 2.34.x)
2012-03-18 Matthew BarnesUpdate API documentation.
2012-02-20 Matthew BarnesCoding style and whitespace cleanup.
2011-11-05 Matthew BarnesAdd camel_operation_cancel_all().
2011-11-05 Matthew BarnesRemove camel_operation_uncancel().
2011-11-05 Matthew BarnesRemove camel_operation_cancel_check().
2011-11-05 Matthew BarnesRemove camel_operation_cancel_fd().
2011-11-04 Matthew BarnesRemove camel_operation_cancel_prfd().
2011-09-26 Milan CrhaBug #642984 - Drop --enable-ssl configure option (nss...
2011-07-01 Milan CrhaBug #650671 - Service connect/disconnect not cancelled...
2011-06-01 Matthew BarnesFix build breaks.
2011-06-01 Milan CrhaReplace deprecated g_atomic_int_exchange_and_add()
2011-03-05 Matthew BarnesCoding style cleanup.
2011-02-24 Milan CrhaBug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE...
2010-11-09 Milan CrhaBug #632676 - Only "Checking for new mail" in status...
2010-10-10 Matthew BarnesBug 631594 - Various races in CamelOperation
2010-10-07 Matthew BarnesCamelOperation: Try to avoid crashing on refcount errors.
2010-10-01 Matthew BarnesIMAPX: Use a CamelOperation, not GCancellable in the...
2010-09-30 Matthew BarnesUse macros for CamelOperation timeouts.
2010-09-29 Matthew BarnesHave camel_operation_new() return a GCancellable.
2010-09-28 Matthew BarnesCamel: Add an asynchronous API.
2010-09-28 Matthew BarnesUse GCancellable in all methods that may block.
2010-09-20 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-20 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-15 Matthew BarnesFix a potential race in operation_idle_cb().
2010-09-15 Matthew BarnesRecast CamelOperation as a GCancellable subclass.
2010-09-14 Federico Mena QuinteroMerge branch 'camel-socks-proxy-master'
2010-09-13 Matthew BarnesCoding style cleanups.
2010-09-01 Milan CrhaBug #624318 - Don't claim "CamelOperation status stack...
2010-08-12 Federico Mena QuinteroMerge branch camel-socks-proxy-master for SOCKS5 /...
2010-07-29 Matthew BarnesBug 625039 - Commonly named macros in Camel header...
2010-07-22 Matthew BarnesBug 602287 - Avoid racing with camel_operation_mute()
2010-07-15 Matthew BarnesCamelOperation debugging improvement
2010-04-15 Milan CrhaBug #608766 - Replace pthread with GLib's GThread
2010-04-06 Matthew BarnesMerge miscellaneous cleanups from camel-gobject.
2010-04-03 Matthew BarnesMerge some cleanup bits from camel-gobject.
2010-03-14 Matthew BarnesFix Gtk-Doc syntax in function block comments.
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.
2009-05-26 Matthew BarnesFix miscellaneous issues causing warnings in Evolution.
2008-08-06 Matthew Barnes** Fixes bug #545877
2008-07-23 Matthew Barnes** Fix a bunch of Gtk-Doc warnings in Camel.
2008-06-20 Jeffrey Stedfastupdated novell copyright notices
2008-05-07 matthew barnesA typo broke the mailer. use camel_msgport_try_pop...
2008-05-07 Matthew Barnes** Fixes part of bug #424744
2008-05-07 Jeffrey Stedfastreverted rev 8210 which just changed whitespace indent
2008-01-14 Matthew BarnesUse g_slist_delete_link() to discard the list node...
2007-11-14 Matthew Barnes** Remove trailing whitespace from source code.
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-04-28 Matthew Barnes** Fixes bug #418852
2005-12-06 Tor Lillqvistcamel-index.c camel-mime-filter-basic.c camel-mime...
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-08-17 Tor LillqvistUse g_get_current_time() instead of gettimeofday()...
2004-12-20 Not Zedremove (camel_operation_shutdown): remove. (co_getcc...
2004-12-02 Michael Zucci merged notzed-camel-eds-branch
2004-10-27 Julio M. Merino... fix the arguments to pthread_key_delete.
2004-09-27 Not Zed** See bug #63521.
2004-06-18 Jeffrey StedfastCall camel_mime_utils_shutdown() and camel_operation_sh...
2004-03-03 Not Zedattempt at uncancelling a cancelled operation.
2004-02-16 Not Zed** See bug #51045.
2003-09-22 Not ZedAdded "offline_sync" option, which lets you synchronise...
2003-07-09 Jeffrey StedfastGet rid of the #ifdef ENABLE_THREADS since we no longer...
2002-11-22 Jeffrey StedfastUse the new camel_operation_cancel_prfd() function...
2001-10-30 0Dont setup cancel_fd. (camel_operation_cancel_fd):...
2001-10-09 9Another go at getting the logic right again. Make trans...
2001-10-02 2Go back to using the store url's path, not the toplevel...
2001-09-27 Michael Zucci Minor style change to operation_registered.
2001-09-27 Dan WinshipChange "gboolean connected" to "CamelServiceConnectionS...
2001-09-25 5Fix for !threads enabled not ccompiling. (camel_operati...
2001-07-24 Not ZedSomehow this missed the commit.
2001-07-24 Not ZedAdded some warnings for bad cases.
2001-04-16 Jeffrey StedfastAdded a prototype for stamp().
2001-04-05 Not Zedmerge from evolution-0-10-branch to evolution-0-10...
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2001-02-08 Not ZedChanged to push the operation into a status stack.