summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.99.10telepathy-glib-0.99.10Simon McVittie2014-04-0311-20/+44
* more NEWSSimon McVittie2014-04-031-1/+9
* Fold the core library into the dbus librarySimon McVittie2014-04-0353-177/+116
* Move error codes and all GEnum types to main librarySimon McVittie2014-04-034-14/+11
* Move TpSvc* registration code to the -dbus librarySimon McVittie2014-04-0317-155/+118
* Split gnio-util.h into the Telepathy D-Bus API part, and the GIO partSimon McVittie2014-04-0312-560/+662
* Move tp_asv_to_vardict, tp_asv_from_vardict to dbus librarySimon McVittie2014-04-0314-51/+75
* Move dbus-glib-style a{sv} utilities into the dbus librarySimon McVittie2014-04-0372-1370/+1511
* Move tp_g_value_slice_* family to dbus librarySimon McVittie2014-04-0338-553/+655
* Rename core-util.c to value-array.c and put it in the -dbus librarySimon McVittie2014-04-0345-32/+129
* NEWS for the move to GDBus and the removal of TpDBusDaemonSimon McVittie2014-04-031-1/+40
* Restore lost test coverage from get-interface-after-invalidate testSimon McVittie2014-04-011-1/+22
* TpProxyClass: disobeying must_have_unique_name is programming errorSimon McVittie2014-04-011-2/+3
* Add channel-filter to documentationSimon McVittie2014-04-011-0/+1
* Rename remaining tp_dbus_daemon_*() to tp_dbus_connection_*()Xavier Claessens2014-04-0148-662/+589
* Remove tp_dbus_daemon_get_unique_name()Xavier Claessens2014-04-019-27/+5
* Remove TpDBusDaemon objectXavier Claessens2014-04-0116-363/+7
* Replace all occurences of TpDBusDaemon by GDBusConnectionXavier Claessens2014-04-01100-784/+480
* Stop passing a TpDBusDaemon to TpProxy and subclassesXavier Claessens2014-04-0123-34/+4
* TpClientFactory: Fix documentation for custom singletonXavier Claessens2014-04-011-4/+4
* Rename _new_with_factory() to simply _new()Xavier Claessens2014-04-0121-127/+61
* TpProxy: Assert that we have a factoryXavier Claessens2014-04-011-28/+27
* Tests: Pass a factory to all TpProxy instancesXavier Claessens2014-04-0111-32/+80
* Farstream: Propagate the call channel's factory to other TpProxy instancesXavier Claessens2014-04-012-0/+2
* TpProxy: Remove now unused _tp_proxy_ensure_factory()Xavier Claessens2014-04-012-24/+0
* Use constructed instead of constructor in TpProxy and subclassesXavier Claessens2014-04-014-66/+41
* tp_client_factory_dup_logger: rename to _ensure_loggerSimon McVittie2014-04-014-5/+5
* TpLogger: Always create from a factoryXavier Claessens2014-04-015-27/+54
* TpConnectionManager: Always create from a factoryXavier Claessens2014-04-0114-79/+145
* TpConnectionManager: Take a factory to list CMsXavier Claessens2014-04-016-20/+31
* TpDebusClient: Always create from a factoryXavier Claessens2014-04-018-25/+53
* tp_client_factory_dup_channel_dispatcher: rename to _ensure_channel_dispatcherSimon McVittie2014-04-017-9/+9
* TpChannelDispatcher: Always create from a factoryXavier Claessens2014-04-0111-28/+49
* tp_client_factory_dup_account_manager: rename to _ensure_account_managerSimon McVittie2014-04-015-6/+7
* TpAccountManager: Always create from a factoryXavier Claessens2014-03-299-171/+67
* TpClientFactory: Add getter for its GDBusConnectionXavier Claessens2014-03-293-0/+21
* TpClientFactory: Add a singleton factoryXavier Claessens2014-03-293-0/+107
* TpClientFactory: Simplify TpProtocol codeXavier Claessens2014-03-293-44/+32
* Logger: read the right schemaSimon McVittie2014-03-271-1/+1
* telepathy-logger: rename the daemon to a versioned nameSimon McVittie2014-03-273-4/+6
* Logger: rename schema to be parallel-installableSimon McVittie2014-03-273-3/+3
* tp_run_connection_manager: disable exit-on-close for CMsSimon McVittie2014-03-271-0/+3
* Add a comment to clarify how tp_dbus_daemon_unregister_object() worksSimon McVittie2014-03-271-0/+2
* tp_dbus_daemon_try_register_object: avoid GSListSimon McVittie2014-03-271-4/+4
* tp_proxy_get_interface_by_id: removeSimon McVittie2014-03-275-74/+10
* TpDBusDaemon: Remove code for listing namesXavier Claessens2014-03-274-108/+0
* Tests: Use GDBusConnection directly to list activatable namesXavier Claessens2014-03-271-8/+20
* TpConnectionManager: Use GDBusConnection directly to call ListNamesXavier Claessens2014-03-271-253/+120
* TpConnection: Remove tp_list_connection_names()Xavier Claessens2014-03-276-241/+0
* TpDBusDaemon: Remove code for watching namesXavier Claessens2014-03-275-617/+1