summaryrefslogtreecommitdiff
path: root/libedataserver/e-source-registry.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 696678 - Document ESourceRegistry requires running main loopMilan Crha2015-04-161-0/+4
* Move authentication of backends back to the clientMilan Crha2015-02-021-559/+115
* Bug 695754 - Use-after-free in source_registry_source_notify_enabled_idle_cb()Milan Crha2014-12-121-25/+12
* Use g_weak_ref_init/_clear() on structure-allocated GWeakRef-sMilan Crha2014-06-061-6/+6
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-3/+3
* e_source_registry_dup_unique_display_name: Fix a memory leakMilan Crha2014-03-241-1/+1
* Replace 'interface' with 'iface' in the codeTarnyko2014-02-261-3/+3
* Bug 719583 - Get a ESourceRegistry singletonXavier Claessens2014-02-021-26/+105
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-12/+11
* Coding style and whitespace cleanups.Matthew Barnes2013-12-081-3/+3
* Bug #680961 - Broken dispatching of EAuthenticationSessionMilan Crha2013-11-251-0/+25
* Bug 710668: ESource: Verify removal before returningMatthew Barnes2013-10-261-11/+13
* Add e_source_registry_ref_builtin_proxy().Matthew Barnes2013-10-251-0/+31
* Miscellaneous cleanups.Matthew Barnes2013-10-201-1/+3
* ESourceRegistry: Reorder the "builtin" vs "default" functions.Matthew Barnes2013-10-081-120/+120
* Bug #703181 - Book/calendar backends can authenticate without passwordMilan Crha2013-08-161-0/+2
* libedataserver: Fix some documentation typos.Matthew Barnes2013-05-241-1/+1
* Bug 698725 - ESourceRegistry: Handle service restarts gracefullyMatthew Barnes2013-05-021-12/+246
* ESourceRegistry: object_path_table cleanups.Matthew Barnes2013-05-021-5/+13
* Add source_registry_dbus_object_dup_uid().Matthew Barnes2013-05-021-7/+19
* Automatically strip D-Bus info from error messages.Matthew Barnes2013-04-151-48/+70
* Add e_source_registry_list_enabled().Matthew Barnes2013-03-171-0/+49
* libedataserver: Use g_cclosure_marshal_generic() for all signals.Matthew Barnes2013-03-171-11/+5
* ESourceRegistry: Fix a typo.Matthew Barnes2013-03-091-1/+1
* ESourceRegistry: Use weak references in signal closures.Matthew Barnes2013-03-081-29/+60
* source_registry_call_authenticate_for_source: New corner case.Matthew Barnes2013-02-281-4/+25
* Add e_source_registry_dup_unique_display_name().Matthew Barnes2013-02-231-0/+111
* Coding style and whitespace cleanups.Matthew Barnes2013-01-121-1/+1
* e-source-registry.c: Minor code reordering.Matthew Barnes2012-12-311-52/+52
* Revert "ESourceRegistry: Do not mandate builtin sources."Matthew Barnes2012-12-151-2/+8
* ESourceRegistry: Do not mandate builtin sources.Tristan Van Berkom2012-12-151-8/+2
* Workaround file description leak from e_source_registry_authenticate_sync()Milan Crha2012-12-121-0/+6
* ESourceRegistry: Disconnect signal handlers from GSettings in disposeMilan Crha2012-11-291-0/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-11-101-1/+2
* Use g_type_ensure() where applicable.Matthew Barnes2012-11-091-7/+1
* Disable runtime check in source_registry_initable_init().Matthew Barnes2012-11-071-2/+18
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-051-40/+40
* Add AllowAuthPromptAll() method to SourceManager interface.Matthew Barnes2012-11-011-0/+8
* Bug 685986 - ESourceRegistry: Wait for signals after creating sourcesMatthew Barnes2012-10-271-18/+141
* Prefer e_source_registry_check_enabled().Matthew Barnes2012-10-251-1/+1
* Add e_source_registry_check_enabled().Matthew Barnes2012-10-251-0/+52
* Bug 685713 - ESourceRegistry's manager thread aborts on errorMatthew Barnes2012-10-101-30/+42
* ESourceRegistry: Work around GType deadlock.Matthew Barnes2012-09-071-0/+11
* e_source_registry_commit_source_sync(): Handle collection members.Matthew Barnes2012-08-031-1/+20
* source_registry_ref_any_mail_identity(): Fix a typo.Matthew Barnes2012-07-151-1/+1
* Bug 678602 - Inform server of client-side auth cancellations.Matthew Barnes2012-07-071-1/+17
* Bug 678378 - ESourceRegistry causes deadlock in gnome-shellMatthew Barnes2012-06-191-10/+17
* ESourceRegistry: Split ESource creation into a standalone function.Matthew Barnes2012-06-191-27/+39
* ESourceRegistry: Use g_main_context_ref_thread_default().Matthew Barnes2012-06-191-3/+1
* edataserver: GIR annotation fixesPhilip Withnall2012-06-181-9/+11