Age | Commit message (Expand) | Author | Files | Lines |
2014-03-26 | Documentation: finish documenting TpSvcInterfaceInfo | Simon McVittie | 2 | -5/+6 |
2014-03-26 | Documentation: add tp_dbus_daemon_try_register_object | Simon McVittie | 1 | -0/+1 |
2014-03-26 | Documentation: remove TpProxyInterfaceAddedCb | Simon McVittie | 1 | -1/+0 |
2014-03-26 | Also remove unused move_into_gvalue | Simon McVittie | 1 | -22/+0 |
2014-03-26 | Remove unused code from codegen | Xavier Claessens | 4 | -139/+1 |
2014-03-26 | Move dbus-glib header inclusion from headers to source code | Simon McVittie | 34 | -15/+45 |
2014-03-26 | Make sure to register object paths *before* taking bus names | Simon McVittie | 5 | -28/+101 |
2014-03-26 | tests: expect GDBus and TpProxy errors, not dbus-glib errors | Simon McVittie | 7 | -11/+10 |
2014-03-26 | TpProxy: inline and update TpProxyImplementation registration | Simon McVittie | 1 | -24/+10 |
2014-03-26 | TpProxy: rewrite signal listening | Simon McVittie | 7 | -466/+227 |
2014-03-26 | TpProxy: rewrite async and reentrant calls | Simon McVittie | 9 | -674/+289 |
2014-03-26 | remove assorted dbus-glib-specific valgrind suppressions | Simon McVittie | 2 | -80/+0 |
2014-03-26 | tp-svc docs: adjust for GDBus | Simon McVittie | 1 | -14/+10 |
2014-03-26 | tp_run_connection_manager: use GDBus to watch for disconnection | Simon McVittie | 1 | -21/+16 |
2014-03-26 | tests: use GDBus for private connections | Simon McVittie | 9 | -121/+64 |
2014-03-26 | glib-ginterface-gen: register a TpSvcInterfaceInfo, not dbus-glib glue | Simon McVittie | 1 | -162/+173 |
2014-03-26 | tp_dbus_daemon_list_names, list_activatable_names: rewrite using GDBus | Simon McVittie | 1 | -203/+23 |
2014-03-26 | tp_dbus_daemon_get_unique_name: rewrite using GDBus | Simon McVittie | 1 | -1/+2 |
2014-03-26 | tp_dbus_daemon_release_name: rewrite using GDBus | Simon McVittie | 1 | -15/+23 |
2014-03-26 | tp_dbus_daemon_request_name: rewrite using GDBus | Simon McVittie | 1 | -16/+25 |
2014-03-26 | _tp_dbus_daemon_get_name_owner: rewrite using GDBus | Simon McVittie | 1 | -52/+9 |
2014-03-26 | tp_dbus_daemon_watch_name_owner: rewrite in terms of g_bus_watch_name_on_conn... | Simon McVittie | 3 | -331/+43 |
2014-03-26 | Update documentation: we no longer use the starter bus | Simon McVittie | 5 | -28/+24 |
2014-03-26 | tp_dbus_daemon_dup: rewrite in terms of GDBus, and use session bus | Simon McVittie | 1 | -13/+11 |
2014-03-26 | tp_dbus_daemon_register_object: rewrite in terms of TpSvcInterfaceSkeleton | Simon McVittie | 1 | -6/+141 |
2014-03-26 | TpSvcInterfaceInfo, TpSvcInterfaceSkeleton: add | Simon McVittie | 10 | -1/+489 |
2014-03-26 | Do domain-specific errors via GDBus, not dbus-glib | Simon McVittie | 10 | -231/+67 |
2014-03-26 | TpBaseClient: track clients per GDBusConnection, not DBusConnection | Simon McVittie | 1 | -23/+23 |
2014-03-26 | tp_proxy_emit_invalidated: inline into its only caller | Simon McVittie | 1 | -24/+13 |
2014-03-26 | tp_proxy_get_interface_by_id: remove from core library | Simon McVittie | 3 | -22/+1 |
2014-03-26 | TpProxy: have a GDBusConnection and GDBusProxies instead of dbus-glib | Simon McVittie | 9 | -95/+127 |
2014-03-26 | _tp_base_client_remove_request: use g_dbus_method_invocation_return_error_lit... | Simon McVittie | 1 | -4/+2 |
2014-03-26 | replace dbus_g_method_return_error + g_error_free with g_dbus_method_invocati... | Simon McVittie | 1 | -9/+4 |
2014-03-26 | tp_dbus_g_method_return_not_implemented: use a GDBusMethodInvocation | Simon McVittie | 1 | -4/+3 |
2014-03-26 | Replace dbus_g_method_get_sender with g_dbus_method_invocation_get_sender | Simon McVittie | 3 | -10/+6 |
2014-03-26 | Replace trivial uses of DBusGMethodInvocation with GDBusMethodInvocation | Simon McVittie | 54 | -289/+289 |
2014-03-26 | Remove TpProxy::interface-added, and dbus-glib marshaller registration | Simon McVittie | 53 | -973/+5 |
2014-03-26 | libglibcodegen: add code to generate GDBusInterfaceInfo from the Tp spec | Simon McVittie | 1 | -0/+203 |
2014-03-26 | nano version | Simon McVittie | 2 | -1/+6 |
2014-03-25 | 0.99.9 | Simon McVittie | 2 | -4/+24 |
2014-03-25 | examples: use telepathy-1-example-* naming convention | Simon McVittie | 9 | -63/+63 |
2014-03-25 | logger, tpfs: distribute ABI lists, and clean up generated files | Simon McVittie | 3 | -1/+28 |
2014-03-25 | telepathy-farstream: use versioned symbols | Simon McVittie | 2 | -5/+98 |
2014-03-25 | telepathy-farstream: use _tf prefix for non-ABI functions | Simon McVittie | 7 | -66/+66 |
2014-03-25 | Add ABI management for telepathy-logger | Simon McVittie | 4 | -17/+217 |
2014-03-25 | Start tracking telepathy-glib ABI again | Simon McVittie | 1 | -3/+2 |
2014-03-25 | telepathy-logger: remove flag_to_domains from ABI | Simon McVittie | 1 | -1/+1 |
2014-03-25 | Populate initial ABI lists for telepathy-glib-1 | Simon McVittie | 3 | -3/+2101 |
2014-03-25 | telepathy-glib: micro-manage ABI a bit less | Simon McVittie | 5 | -13/+14 |
2014-03-25 | Remove stray Telepathy 0.x .abi files | Simon McVittie | 4 | -61/+0 |