summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Fold the core library into the dbus librarywip-next-api-reviewSimon McVittie52-176/+114
2014-03-31Move error codes and all GEnum types to main librarySimon McVittie4-14/+11
2014-03-31Move TpSvc* registration code to the -dbus librarySimon McVittie17-155/+118
2014-03-31Split gnio-util.h into the Telepathy D-Bus API part, and the GIO partSimon McVittie12-560/+662
2014-03-31Move tp_asv_to_vardict, tp_asv_from_vardict to dbus librarySimon McVittie14-51/+75
2014-03-31Move dbus-glib-style a{sv} utilities into the dbus librarySimon McVittie70-1370/+101
2014-03-31Move tp_g_value_slice_* family to dbus librarySimon McVittie40-553/+2065
2014-03-31Rename core-util.c to value-array.c and put it in the -dbus librarySimon McVittie45-32/+129
2014-03-31Restore lost test coverage from get-interface-after-invalidate testSimon McVittie1-1/+22
2014-03-31TpProxyClass: disobeying must_have_unique_name is programming errorSimon McVittie1-2/+3
2014-03-31Add channel-filter to documentationSimon McVittie1-0/+1
2014-03-31Rename remaining tp_dbus_daemon_*() to tp_dbus_connection_*()Xavier Claessens48-662/+589
2014-03-30Remove tp_dbus_daemon_get_unique_name()Xavier Claessens9-27/+5
2014-03-30Remove TpDBusDaemon objectXavier Claessens16-363/+7
2014-03-30Replace all occurences of TpDBusDaemon by GDBusConnectionXavier Claessens100-784/+480
2014-03-30Stop passing a TpDBusDaemon to TpProxy and subclassesXavier Claessens23-34/+4
2014-03-30TpClientFactory: Fix documentation for custom singletonXavier Claessens1-4/+4
2014-03-30Rename _new_with_factory() to simply _new()Xavier Claessens21-127/+61
2014-03-30TpProxy: Assert that we have a factoryXavier Claessens1-28/+27
2014-03-30Tests: Pass a factory to all TpProxy instancesXavier Claessens11-32/+80
2014-03-30Farstream: Propagate the call channel's factory to other TpProxy instancesXavier Claessens2-0/+2
2014-03-29TpProxy: Remove now unused _tp_proxy_ensure_factory()Xavier Claessens2-24/+0
2014-03-29Use constructed instead of constructor in TpProxy and subclassesXavier Claessens4-66/+41
2014-03-29TpLogger: Always create from a factoryXavier Claessens5-27/+54
2014-03-29TpConnectionManager: Always create from a factoryXavier Claessens14-79/+145
2014-03-29TpConnectionManager: Take a factory to list CMsXavier Claessens6-20/+31
2014-03-29TpDebusClient: Always create from a factoryXavier Claessens8-25/+53
2014-03-29TpChannelDispatcher: Always create from a factoryXavier Claessens11-28/+49
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