summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-03Fold the core library into the dbus librarynext-decoreSimon McVittie53-177/+116
2014-04-03Move error codes and all GEnum types to main librarySimon McVittie4-14/+11
2014-04-03Move TpSvc* registration code to the -dbus librarySimon McVittie17-155/+118
2014-04-03Split gnio-util.h into the Telepathy D-Bus API part, and the GIO partSimon McVittie12-560/+662
2014-04-03Move tp_asv_to_vardict, tp_asv_from_vardict to dbus librarySimon McVittie14-51/+75
2014-04-03Move dbus-glib-style a{sv} utilities into the dbus librarySimon McVittie72-1370/+1511
2014-04-03Move tp_g_value_slice_* family to dbus librarySimon McVittie38-553/+655
2014-04-03Rename core-util.c to value-array.c and put it in the -dbus librarySimon McVittie45-32/+129
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