summaryrefslogtreecommitdiff
path: root/camel/camel-session.c
Commit message (Expand)AuthorAgeFilesLines
* Do not use GTask for CamelSession thread jobsMilan Crha2015-04-031-38/+37
* Identify job description for camel_session_submit_job()Milan Crha2015-02-061-0/+7
* Use g_weak_ref_init/_clear() on structure-allocated GWeakRef-sMilan Crha2014-06-061-2/+2
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-11/+9
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-10/+8
* Coding style and whitespace cleanups.Matthew Barnes2013-12-081-1/+1
* CamelSession: Port to GTask.Matthew Barnes2013-12-031-93/+91
* CamelSession: Remove all asynchronous class methods.Matthew Barnes2013-12-031-203/+133
* Remove unused camel_session_get_main_context().Matthew Barnes2013-11-301-21/+0
* CamelSession: Add a "user-alert" signal.Matthew Barnes2013-11-271-33/+107
* CamelSession: Remove "check-junk" property.Matthew Barnes2013-11-241-60/+0
* CamelSession: Remove "network-available" property.Matthew Barnes2013-11-141-58/+0
* Fix/mute issues found by Coverity scanMilan Crha2013-11-131-3/+9
* Limit usage of legacy CamelObject class.Matthew Barnes2013-11-011-1/+1
* Remove camel_session_ref_proxy_resolver().Matthew Barnes2013-10-251-44/+0
* Remove unused camel_session_build_password_prompt().Matthew Barnes2013-10-011-46/+0
* Add camel_session_ref_proxy_resolver().Matthew Barnes2013-09-271-40/+41
* CamelSession: Simplify trust_prompt() signature.Matthew Barnes2013-09-271-21/+23
* camel: Use g_cclosure_marshal_generic() for all signals.Matthew Barnes2013-03-171-5/+2
* Fix translator comment in camel_session_build_password_prompt().Matthew Barnes2013-02-241-3/+3
* Add camel_session_ref_main_context().Matthew Barnes2013-02-221-3/+26
* CamelSession: Improve "main-context" property description.Matthew Barnes2013-02-221-5/+5
* Use camel_service_ref_session().Matthew Barnes2013-02-111-3/+0
* G_PRIORITY_HIGH_IDLE is sufficient to beat GTK+ redraws.Matthew Barnes2013-02-081-3/+2
* Add comments around g_idle_add() changesMilan Crha2013-02-081-0/+2
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-081-1/+1
* Revert "Bug #683867 - Schedule actions with higher idle priority"Matthew Barnes2013-02-081-1/+1
* Bug #683867 - Schedule actions with higher idle priorityMichel Dänzer2013-02-081-1/+1
* Avoid GSList in new public APIs.Matthew Barnes2013-01-121-3/+4
* Coding style and whitespace cleanups.Matthew Barnes2013-01-121-6/+6
* Introduce CamelSession::trust_prompt()Milan Crha2012-12-141-2/+43
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-051-13/+13
* Update API documentation.Matthew Barnes2012-08-251-1/+3
* Rename camel_session_get_service().Matthew Barnes2012-08-121-8/+17
* Have camel_session_list_services() return new references.Matthew Barnes2012-08-121-2/+14
* CamelSession: Have add_service() return a new reference.Matthew Barnes2012-08-121-2/+5
* CamelSession: Remove camel_session_lock/unlock().Matthew Barnes2012-08-121-62/+0
* CamelSession: Avoid camel_session_lock/unlock().Matthew Barnes2012-08-121-10/+15
* CamelSession: Make forward_to() method asynchronous.Matthew Barnes2012-08-121-37/+220
* Bug #677697 - Huge memory leaksMilan Crha2012-06-271-0/+3
* Camel: Use camel_session_idle_add() for idle callbacks.Matthew Barnes2012-05-191-8/+5
* CamelSession: Add camel_session_idle_add().Matthew Barnes2012-05-191-0/+53
* CamelSession: Add a read-only "main-context" property.Matthew Barnes2012-05-191-7/+43
* Use g_simple_async_result_set_check_cancellable().Matthew Barnes2012-05-131-0/+5
* Fix nasty typos from recent whitespace cleanup commitMilan Crha2012-02-271-4/+0
* CamelSession: Add a default method for get_socks_proxy().Matthew Barnes2012-02-251-0/+11
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-4/+8
* Revert one change from the previous commit, it emitted incorrect warningsMilan Crha2012-02-141-1/+1
* Fix issues found by Coverity ScanMilan Crha2012-02-141-4/+1
* CamelSession: Avoid spurious "notify::online" signals.Matthew Barnes2012-01-211-0/+3