summaryrefslogtreecommitdiff
path: root/camel/camel-operation.c
Commit message (Expand)AuthorAgeFilesLines
* [camel-operation.c] Correct argument in g_signal_new()Milan Crha2015-08-051-3/+3
* Bug 745545 - [IMAPx] Rewrite job queue to one centralMilan Crha2015-08-041-5/+41
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-4/+5
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-11/+8
* Switch from g_timeout_add to g_timeout_add_secondsAlexandre Franke2013-11-141-2/+2
* Bug 710808 - Name all the timeouts added with g_timeout_add()Bastien Nocera2013-10-291-8/+20
* camel: Use g_cclosure_marshal_generic() for all signals.Matthew Barnes2013-03-171-3/+1
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-051-3/+3
* Update API documentation.Matthew Barnes2012-03-181-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-3/+6
* Add camel_operation_cancel_all().Matthew Barnes2011-11-051-21/+12
* Remove camel_operation_uncancel().Matthew Barnes2011-11-051-19/+0
* Remove camel_operation_cancel_check().Matthew Barnes2011-11-051-25/+0
* Remove camel_operation_cancel_fd().Matthew Barnes2011-11-051-19/+0
* Remove camel_operation_cancel_prfd().Matthew Barnes2011-11-041-83/+0
* Bug #642984 - Drop --enable-ssl configure option (nss/nspr always required)Milan Crha2011-09-261-6/+0
* Bug #650671 - Service connect/disconnect not cancelled properlyMilan Crha2011-07-011-10/+25
* Fix build breaks.Matthew Barnes2011-06-011-9/+9
* Replace deprecated g_atomic_int_exchange_and_add()Milan Crha2011-06-011-1/+1
* Coding style cleanup.Matthew Barnes2011-03-051-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-241-6/+2
* Bug #632676 - Only "Checking for new mail" in status bar and nothing elseMilan Crha2010-11-091-5/+10
* Bug 631594 - Various races in CamelOperationMatthew Barnes2010-10-101-45/+74
* CamelOperation: Try to avoid crashing on refcount errors.Matthew Barnes2010-10-071-0/+4
* IMAPX: Use a CamelOperation, not GCancellable in the parser threadMatthew Barnes2010-10-011-0/+2
* Use macros for CamelOperation timeouts.Matthew Barnes2010-09-301-2/+6
* Have camel_operation_new() return a GCancellable.Matthew Barnes2010-09-291-1/+1
* Camel: Add an asynchronous API.Matthew Barnes2010-09-281-180/+69
* Use GCancellable in all methods that may block.Matthew Barnes2010-09-281-103/+62
* Fix a potential race in operation_idle_cb().Matthew Barnes2010-09-151-0/+7
* Recast CamelOperation as a GCancellable subclass.Matthew Barnes2010-09-141-399/+349
* Coding style cleanups.Matthew Barnes2010-09-131-91/+91
* Bug #624318 - Don't claim "CamelOperation status stack non empty"Milan Crha2010-09-011-28/+38
* Bug 625039 - Commonly named macros in Camel header filesMatthew Barnes2010-07-281-4/+4
* Bug 602287 - Avoid racing with camel_operation_mute()Matthew Barnes2010-07-221-13/+34
* CamelOperation debugging improvementMatthew Barnes2010-07-151-8/+14
* Bug #608766 - Replace pthread with GLib's GThreadMilan Crha2010-04-151-20/+9
* Merge miscellaneous cleanups from camel-gobject.Matthew Barnes2010-04-061-2/+0
* Merge some cleanup bits from camel-gobject.Matthew Barnes2010-04-031-53/+0
* Fix Gtk-Doc syntax in function block comments.Matthew Barnes2010-03-141-4/+4
* Fix excessive whitespace.Matthew Barnes2009-07-121-1/+0
* Fix compiler warnings in camel.Matthew Barnes2009-06-011-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-23/+23
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-26/+26
* Fix miscellaneous issues causing warnings in Evolution.Matthew Barnes2009-05-261-2/+2
* ** Fixes bug #545877Matthew Barnes2008-08-061-5/+4
* ** Fix a bunch of Gtk-Doc warnings in Camel.Matthew Barnes2008-07-231-4/+2
* updated novell copyright noticesJeffrey Stedfast2008-06-201-1/+1
* A typo broke the mailer. use camel_msgport_try_pop() (non-blocking)matthew barnes2008-05-071-1/+1
* ** Fixes part of bug #424744Matthew Barnes2008-05-071-13/+14