summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-01Restore lost test coverage from get-interface-after-invalidate testnext-factorySimon McVittie1-1/+22
2014-04-01TpProxyClass: disobeying must_have_unique_name is programming errorSimon McVittie1-2/+3
2014-04-01Add channel-filter to documentationSimon McVittie1-0/+1
2014-04-01Rename remaining tp_dbus_daemon_*() to tp_dbus_connection_*()Xavier Claessens48-662/+589
2014-04-01Remove tp_dbus_daemon_get_unique_name()Xavier Claessens9-27/+5
2014-04-01Remove TpDBusDaemon objectXavier Claessens16-363/+7
2014-04-01Replace all occurences of TpDBusDaemon by GDBusConnectionXavier Claessens100-784/+480
2014-04-01Stop passing a TpDBusDaemon to TpProxy and subclassesXavier Claessens23-34/+4
2014-04-01TpClientFactory: Fix documentation for custom singletonXavier Claessens1-4/+4
2014-04-01Rename _new_with_factory() to simply _new()Xavier Claessens21-127/+61
2014-04-01TpProxy: Assert that we have a factoryXavier Claessens1-28/+27
2014-04-01Tests: Pass a factory to all TpProxy instancesXavier Claessens11-32/+80
2014-04-01Farstream: Propagate the call channel's factory to other TpProxy instancesXavier Claessens2-0/+2
2014-04-01TpProxy: Remove now unused _tp_proxy_ensure_factory()Xavier Claessens2-24/+0
2014-04-01Use constructed instead of constructor in TpProxy and subclassesXavier Claessens4-66/+41
2014-04-01tp_client_factory_dup_logger: rename to _ensure_loggerSimon McVittie4-5/+5
2014-04-01TpLogger: Always create from a factoryXavier Claessens5-27/+54
2014-04-01TpConnectionManager: Always create from a factoryXavier Claessens14-79/+145
2014-04-01TpConnectionManager: Take a factory to list CMsXavier Claessens6-20/+31
2014-04-01TpDebusClient: Always create from a factoryXavier Claessens8-25/+53
2014-04-01tp_client_factory_dup_channel_dispatcher: rename to _ensure_channel_dispatcherSimon McVittie7-9/+9
2014-04-01TpChannelDispatcher: Always create from a factoryXavier Claessens11-28/+49
2014-04-01tp_client_factory_dup_account_manager: rename to _ensure_account_managerSimon McVittie5-6/+7
2014-03-29TpAccountManager: Always create from a factoryXavier Claessens9-171/+67
2014-03-29TpClientFactory: Add getter for its GDBusConnectionXavier Claessens3-0/+21
2014-03-29TpClientFactory: Add a singleton factoryXavier Claessens3-0/+107
2014-03-29TpClientFactory: Simplify TpProtocol codeXavier Claessens3-44/+32
2014-03-27Logger: read the right schemanext-after-gdbusSimon McVittie1-1/+1
2014-03-27telepathy-logger: rename the daemon to a versioned nameSimon McVittie3-4/+6
2014-03-27Logger: rename schema to be parallel-installableSimon McVittie3-3/+3
2014-03-27tp_run_connection_manager: disable exit-on-close for CMsSimon McVittie1-0/+3
2014-03-27Add a comment to clarify how tp_dbus_daemon_unregister_object() worksSimon McVittie1-0/+2
2014-03-27tp_dbus_daemon_try_register_object: avoid GSListSimon McVittie1-4/+4
2014-03-27tp_proxy_get_interface_by_id: removeSimon McVittie5-74/+10
2014-03-27TpDBusDaemon: Remove code for listing namesXavier Claessens4-108/+0
2014-03-27Tests: Use GDBusConnection directly to list activatable namesXavier Claessens1-8/+20
2014-03-27TpConnectionManager: Use GDBusConnection directly to call ListNamesXavier Claessens1-253/+120
2014-03-27TpConnection: Remove tp_list_connection_names()Xavier Claessens6-241/+0
2014-03-27TpDBusDaemon: Remove code for watching namesXavier Claessens5-617/+1
2014-03-27TpBaseConnection: Re-implement client interest using GDBusConnectionXavier Claessens1-161/+126
2014-03-27Tests: Use GDBusConnection directly to watch nameXavier Claessens1-5/+9
2014-03-27TpDebugClient: Use GDBusConnection directly to watch nameXavier Claessens1-24/+22
2014-03-27TpConnectionManager: Use GDBusConnection directly to watch nameXavier Claessens1-68/+78
2014-03-27TpAccountManager: use GDBusConnection directly to watch nameXavier Claessens1-19/+17
2014-03-26Debug sender: avoid using codegen for signal emissionnext-gdbusSimon McVittie1-2/+37
2014-03-26TpProxy: strip detailed error name from error->message if domain is knownSimon McVittie1-0/+4
2014-03-26name owner watching: more debug, and use a free-function to free watchesSimon McVittie1-13/+20
2014-03-26Update ABI files for GDBus branch, and sort with LC_ALL=CSimon McVittie3-85/+193
2014-03-26document TpProxyWrapperFuncSimon McVittie1-0/+16
2014-03-26Document tp_proxy_pending_call_v1_newSimon McVittie1-0/+30