summaryrefslogtreecommitdiff
path: root/camel/camel-subscribable.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_weak_ref_init/_clear() on structure-allocated GWeakRef-sMilan Crha2014-06-061-3/+3
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-3/+3
* Replace 'interface' with 'iface' in the codeTarnyko2014-02-261-15/+15
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-10/+9
* CamelStore: Stop using the internal 'folder_lock'.Matthew Barnes2013-12-051-69/+91
* CamelSubscribable: Port to GTask.Matthew Barnes2013-12-031-58/+56
* camel_subscribable_folder_is_subscribed: Remove lock.Matthew Barnes2013-12-011-9/+1
* CamelSubscribable: Remove all asynchronous class methods.Matthew Barnes2013-11-291-167/+92
* camel_store_(un)lock: Remove 'lock' enum argument.Matthew Barnes2013-09-231-18/+6
* camel: Use g_cclosure_marshal_generic() for all signals.Matthew Barnes2013-03-171-4/+2
* CamelSubscribable: Use weak references in signal closures.Matthew Barnes2013-03-081-29/+42
* Use camel_service_ref_session().Matthew Barnes2013-02-111-2/+6
* G_PRIORITY_HIGH_IDLE is sufficient to beat GTK+ redraws.Matthew Barnes2013-02-081-8/+6
* Add comments around g_idle_add() changesMilan Crha2013-02-081-0/+4
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-081-4/+4
* Revert "Bug #683867 - Schedule actions with higher idle priority"Matthew Barnes2013-02-081-4/+4
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-081-4/+4
* CamelSubscribable: Connect before [un]subscribing.Matthew Barnes2012-07-081-8/+18
* CamelSubscribable: Push status messages for blocking operations.Matthew Barnes2012-07-081-0/+15
* Simplify vFolder's code and other bunch of related time optimizationsMilan Crha2012-05-301-2/+2
* Camel: Use camel_session_idle_add() for idle callbacks.Matthew Barnes2012-05-191-8/+23
* Use g_simple_async_result_set_check_cancellable().Matthew Barnes2012-05-131-0/+4
* Prefer g_simple_async_result_take_error().Matthew Barnes2011-10-061-8/+4
* CamelStore: Split subscription API into a separate interface.Matthew Barnes2011-08-151-0/+639