summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-26Documentation: finish documenting TpSvcInterfaceInfoSimon McVittie2-5/+6
2014-03-26Documentation: add tp_dbus_daemon_try_register_objectSimon McVittie1-0/+1
2014-03-26Documentation: remove TpProxyInterfaceAddedCbSimon McVittie1-1/+0
2014-03-26Also remove unused move_into_gvalueSimon McVittie1-22/+0
2014-03-26Remove unused code from codegenXavier Claessens4-139/+1
2014-03-26Move dbus-glib header inclusion from headers to source codeSimon McVittie34-15/+45
2014-03-26Make sure to register object paths *before* taking bus namesSimon McVittie5-28/+101
2014-03-26tests: expect GDBus and TpProxy errors, not dbus-glib errorsSimon McVittie7-11/+10
2014-03-26TpProxy: inline and update TpProxyImplementation registrationSimon McVittie1-24/+10
2014-03-26TpProxy: rewrite signal listeningSimon McVittie7-466/+227
2014-03-26TpProxy: rewrite async and reentrant callsSimon McVittie9-674/+289
2014-03-26remove assorted dbus-glib-specific valgrind suppressionsSimon McVittie2-80/+0
2014-03-26tp-svc docs: adjust for GDBusSimon McVittie1-14/+10
2014-03-26tp_run_connection_manager: use GDBus to watch for disconnectionSimon McVittie1-21/+16
2014-03-26tests: use GDBus for private connectionsSimon McVittie9-121/+64
2014-03-26glib-ginterface-gen: register a TpSvcInterfaceInfo, not dbus-glib glueSimon McVittie1-162/+173
2014-03-26tp_dbus_daemon_list_names, list_activatable_names: rewrite using GDBusSimon McVittie1-203/+23
2014-03-26tp_dbus_daemon_get_unique_name: rewrite using GDBusSimon McVittie1-1/+2
2014-03-26tp_dbus_daemon_release_name: rewrite using GDBusSimon McVittie1-15/+23
2014-03-26tp_dbus_daemon_request_name: rewrite using GDBusSimon McVittie1-16/+25
2014-03-26_tp_dbus_daemon_get_name_owner: rewrite using GDBusSimon McVittie1-52/+9
2014-03-26tp_dbus_daemon_watch_name_owner: rewrite in terms of g_bus_watch_name_on_conn...Simon McVittie3-331/+43
2014-03-26Update documentation: we no longer use the starter busSimon McVittie5-28/+24
2014-03-26tp_dbus_daemon_dup: rewrite in terms of GDBus, and use session busSimon McVittie1-13/+11
2014-03-26tp_dbus_daemon_register_object: rewrite in terms of TpSvcInterfaceSkeletonSimon McVittie1-6/+141
2014-03-26TpSvcInterfaceInfo, TpSvcInterfaceSkeleton: addSimon McVittie10-1/+489
2014-03-26Do domain-specific errors via GDBus, not dbus-glibSimon McVittie10-231/+67