summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Tools: Remove glib-signals-marshal-genAlexander Akulich2019-09-152-17/+0
* McdAccount: Fix memory leak in get_parameter_of_known_type()Alexander Akulich2019-07-071-0/+6
* Fix autoconnection of accounts with always_dispatch=trueMartin Klapetek2019-07-071-1/+1
* Fix string max size calculation.Tiago Salem Herrmann2017-01-281-1/+1
* dispatcher_delegate_channels: initialize amSimon McVittie2016-09-021-1/+1
* fix memory leaks: dbus_g_method_get_sender returns a copySimon McVittie2016-09-022-7/+9
* Don't initialize function pointers with G_TYPE_INVALIDTing-Wei Lan2016-07-033-3/+3
* connectivity-monitor.c: fix unused variable warning when compiling without nm...George Kiagiadakis2016-07-011-14/+18
* libnm-glib is deprecated and may not be available.Diane Trout2016-06-291-9/+4
* mcd-connection: use tp_asv_new() properlySteffen Kieß2014-08-251-1/+1
* mcd_account_delete: make sure that the account stays aliveGuillaume Desmottes2014-06-111-0/+5
* mcd-account: unregister the account once we're done deleting itGuillaume Desmottes2014-06-101-4/+26
* codegen: avoid generating more than one thing in the same commandSimon McVittie2014-02-031-3/+21
* Release inhibitor on sleep and shutdown.Michael Kuhn2014-01-221-0/+4
* Prevent assert for offline accounts with power savingJohn Brooks2014-01-221-3/+3
* reset the error to NULL, so the next call is workingSebastien Bacher2013-12-041-1/+1
* connectivity-monitor: start watching 'use-conn' key in constructedGuillaume Desmottes2013-11-261-3/+15
* McdAccount: go back to using GetKnownAvatarTokensSimon McVittie2013-10-021-21/+102
* connectivity_monitor_nm_state_change_cb: if NM says DISCONNECTED, believe itSimon McVittie2013-09-201-3/+7
* mcd_account_self_contact_upgraded_cb: don't crash on bad timingSimon McVittie2013-09-191-0/+5
* Flag printf-ish functions with G_GNUC_PRINTF and fix resulting warningsSimon McVittie2013-09-195-5/+6
* _mcd_channel_depart: use tp_channel_leave_async or tp_channel_close_asyncSimon McVittie2013-09-121-30/+22
* Switch from tp_g_key_file_get_[u]int64 to g_key_file_get_[u]int64Simon McVittie2013-09-101-3/+3
* Service points: use tp_connection_dup_contact_by_id_asyncSimon McVittie2013-09-104-28/+27
* McdConnection: use tp_simple_client_factory_ensure_connectionSimon McVittie2013-09-104-36/+40
* List Service and Hidden in create-time account propertiesSimon McVittie2013-09-101-0/+2
* Remove further remnants of gnome-keyring supportSimon McVittie2013-09-102-71/+1
* Remove gnome-keyring supportSimon McVittie2013-09-052-374/+0
* McdConnection: build up our sets of emergency numbers over timeSimon McVittie2013-09-053-61/+44
* Track presence via TpContact, not McdConnectionSimon McVittie2013-09-042-106/+29
* Add CONNECTIVITY_NONE, and make state transitions clearerSimon McVittie2013-09-041-16/+38
* McdConnectivityMonitor: comment how McdInhibit worksSimon McVittie2013-09-041-0/+13
* Listen to systemd sleep/shutdown signals, and inhibit until disconnectedSimon McVittie2013-09-045-36/+334
* Remove unused signal McdAccount::connection-processSimon McVittie2013-09-043-19/+0
* Remove the remains of McdTransportPluginSimon McVittie2013-09-0411-558/+5
* _mcd_master_account_replace_transport: inline into caller and simplifySimon McVittie2013-09-046-110/+13
* mcd_master_connect_automatic_accounts: move to McdAccountManagerSimon McVittie2013-09-042-21/+7
* McdAccount: respond to connectivity status changesSimon McVittie2013-09-044-129/+32
* Move "waiting for connectivity" functionality into McdAccountSimon McVittie2013-09-046-129/+71
* McdAccount: have a reference to the connectivity monitorSimon McVittie2013-09-043-5/+40
* Put the connectivity monitor in the McdAccountManagerSimon McVittie2013-09-045-10/+33
* Remove the concept of binding accounts to transportsSimon McVittie2013-09-045-71/+9
* mcd_operation_take_mission, _remove_mission: do not be virtualSimon McVittie2013-09-041-25/+14
* McdConnectivityMonitor: take responsibility for monitoring use-connSimon McVittie2013-09-032-14/+16
* McdMaster: remove support for writing account-manager propertySimon McVittie2013-09-031-8/+2
* Remove support for checking conditions on accountsSimon McVittie2013-09-033-60/+6
* Remove various useless virtual method paddingSimon McVittie2013-09-034-29/+0
* mcd_master_create_manager: unvirtualizeSimon McVittie2013-09-032-20/+3
* McdMaster: use modern idiom for privSimon McVittie2013-09-032-28/+23
* Replace ConnMan connectivity support with GNetworkMonitorSimon McVittie2013-09-031-140/+42