summaryrefslogtreecommitdiff
path: root/src/daemon
Commit message (Expand)AuthorAgeFilesLines
* Drop the Autotools buildEmmanuele Bassi2022-06-161-53/+0
* Port to libsoup3Carlos Garcia Campos2022-06-161-1/+1
* daemon, goa, goabackend: Drop unnecessary volatile qualifiersDebarshi Ray2022-03-301-3/+1
* daemon: Remove the --no-sigint flag and always handle SIGINTDebarshi Ray2020-06-171-8/+2
* daemon, dbus: Enable checking if a provider type is supportedDebarshi Ray2020-02-031-0/+27
* daemon: Wipe the SessionId, if any, for permanent accountsDebarshi Ray2019-08-201-0/+13
* daemon: Return a D-Bus error if AddAccount fails to list all providersDebarshi Ray2019-08-051-2/+7
* build: Don't define _POSIX_PTHREAD_SEMANTICS and _REENTRANTDebarshi Ray2018-10-031-1/+0
* Build against GLib 2.57.2glib-2-57-clear-pointer-fixEmmanuele Bassi2018-07-192-4/+4
* build: Port to Meson build systemwip/rishi/mesonIñigo Martínez2018-07-181-0/+29
* Revert "daemon: Add a synchronous version of goa_provider_get_all"Debarshi Ray2018-04-171-46/+0
* Revert "daemon: Call goa_provider_initialize during start-up"Debarshi Ray2018-04-171-20/+1
* Style fixesDebarshi Ray2018-03-051-1/+1
* daemon: Silence -WshadowDebarshi Ray2017-11-011-3/+1
* daemon: Support supporting optional 'out' parametersDebarshi Ray2017-11-011-10/+33
* daemon: Silence -WshadowDebarshi Ray2017-11-011-20/+23
* build: Port away from gnome-commonDebarshi Ray2017-10-261-0/+4
* daemon: Remove redundant NULL check and be more assertiveDebarshi Ray2017-07-141-2/+4
* daemon: Assert that the callbacks have sane argumentsDebarshi Ray2017-07-141-0/+6
* daemon: Pass the GDBusConnection when instantiating a GoaDaemonDebarshi Ray2017-07-143-15/+55
* daemon: Don't rely on G_DISABLE_ASSERT being undefinedDebarshi Ray2017-03-101-1/+4
* Update copyright noticesDebarshi Ray2017-02-083-3/+3
* daemon: Clean up the #includesDebarshi Ray2017-02-072-2/+3
* daemon: Remove unused headerDebarshi Ray2017-02-072-29/+0
* daemon: Use G_DECLARE_FINAL_TYPEDebarshi Ray2017-02-073-12/+1
* daemon: Style fixesDebarshi Ray2017-01-091-8/+3
* daemon: Don't leak the list of providers in goa_daemon_initDebarshi Ray2017-01-061-0/+2
* daemon: Don't leak the provider when coalescing EnsureCredential callsDebarshi Ray2017-01-061-3/+4
* daemon: Add support for account templatesDebarshi Ray2016-09-141-0/+226
* daemon: Rename some utility functionsDebarshi Ray2016-09-141-6/+6
* daemon: Remove unused instance variablesDebarshi Ray2016-09-141-12/+0
* daemon: Use the instance variable to construct the parent's pathDebarshi Ray2016-09-141-2/+3
* daemon: Use a instance variable for the main user configuration fileDebarshi Ray2016-09-141-21/+14
* daemon: Use GLib API to match the GError domain and codeDebarshi Ray2016-09-131-1/+1
* daemon: Style fixesDebarshi Ray2016-09-011-52/+24
* daemon: Remove the GList to track the GKeyFilesDebarshi Ray2016-09-011-9/+3
* daemon: Consolidate exit paths & make the ref / unref more obviousDebarshi Ray2016-09-011-3/+5
* daemon: Reduce one level of indentationDebarshi Ray2016-09-011-88/+86
* daemon: Let KeyFileData own a reference to the GKeyFileDebarshi Ray2016-09-011-2/+2
* daemon, provider, utils: Use g_key_file_unref instead g_key_file_freeDebarshi Ray2016-09-011-4/+4
* daemon: Ensure temporary accounts are really removed from the keyringDebarshi Ray2016-07-221-2/+2
* telepathy: Implement GoaProvider:initialize to start the linkerDebarshi Ray2016-06-234-668/+0
* daemon: Call goa_provider_initialize during start-upDebarshi Ray2016-06-231-1/+18
* daemon: Add a synchronous version of goa_provider_get_allDebarshi Ray2016-06-231-0/+46
* daemon: Call goa_provider_remove_account during account removalDebarshi Ray2016-06-091-2/+44
* daemon: Rename EnsureData as ObjectInvocationDataDebarshi Ray2016-06-081-35/+37
* daemon: Style fixDebarshi Ray2016-06-071-0/+2
* daemon: Abstract the way we initialize the Kerberos providerDebarshi Ray2016-05-211-24/+3
* daemon: Don't store empty entries in the keyringDebarshi Ray2016-05-181-8/+13
* daemon: Clean up temporary accounts (eg., Kerberos)Debarshi Ray2016-05-181-1/+48