summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't use $(builddir) in tests/dbus/Makefile.am (breaks build with older Auto...telepathy-glib_0.7.4_libtool_cra__717telepathy-glib-0.7.4Simon McVittie2008-03-051-2/+2
* Prepare version 0.7.4 (libtool: c:r:a = 7:1:7)Simon McVittie2008-03-042-4/+4
* Update NEWSSimon McVittie2008-03-041-0/+23
* Refactor TpProxyPendingCall to avoid revenge-of-#14750.Simon McVittie2008-03-041-74/+117
* Relax assertions about how quickly user data gets freed when cancelling pendi...Simon McVittie2008-03-041-9/+13
* Add yet another failing test case: the equivalent of fd.o #14750, but for pen...Simon McVittie2008-03-041-18/+48
* Annotate contents of TpProxyPendingCall a bit moreSimon McVittie2008-03-041-5/+37
* Add yet another test case for call cancellation: this time (case J) the call ...Simon McVittie2008-03-041-0/+27
* Now that I've understood fd.o#14750 better, add a properly minimal test caseSimon McVittie2008-03-042-4/+32
* test-call-cancellation: make some more variables staticSimon McVittie2008-03-041-7/+7
* Fix fd.o#14750 by delaying destruction of TpProxySignalConnection until we've...Simon McVittie2008-03-041-9/+27
* tp_proxy_signal_connection_disconnect_dbus_glib: remove early return if sc->p...Simon McVittie2008-03-041-4/+13
* Relax assertion in test-disconnection: no longer require user data to have be...Simon McVittie2008-03-041-6/+9
* Extend test-call-cancellation case (i) slightly, so there is one signal conne...Simon McVittie2008-03-031-0/+2
* Amend regression test for #14750 to actually cause the crash.Simon McVittie2008-02-291-1/+15
* Add an attempt at a regression test for fd.o #14750, a crash in MCSimon McVittie2008-02-291-0/+31
* Move method- and signal-specific bits of TpProxy to separate source filesSimon McVittie2008-03-036-799/+889
* TpProxySignalConnection: don't bother weakly referencing the TpProxy - we lis...Simon McVittie2008-03-031-26/+6
* TpProxySignalConnection: ref a DBusGProxy, rather than fetching it from the T...Simon McVittie2008-03-031-31/+42
* Get rid of TpProxyPendingCall::member and ::interface (it turns out we don't ...Simon McVittie2008-03-031-6/+0
* tp_proxy_pending_call_cancel: simplify by using our copy of the DBusGProxySimon McVittie2008-03-031-15/+1
* tp_proxy_pending_call_v0_new: rename ret to pc for consistency with pending c...Simon McVittie2008-03-031-19/+19
* tp_proxy_pending_call_proxy_destroyed: rename to _tp_proxy_pending_call_dgpro...Simon McVittie2008-03-031-5/+5
* TpProxy: add some more commentsSimon McVittie2008-03-031-4/+21
* Finish converting self -> {pc,sc} (keep gtkdoc happy)Simon McVittie2008-03-032-4/+4
* In tp_proxy_signal_connection_disconnect_dbus_glib, assert that the interface...Simon McVittie2008-03-031-1/+3
* TpProxy: to reduce confusion, never call TpProxyPendingCall instances "self" ...Simon McVittie2008-03-033-178/+180
* TpProxy: never call a DBusGProxy "proxy" (rename to dgproxy where this has ha...Simon McVittie2008-03-031-13/+13
* TpProxy: make some debug messages a little clearerSimon McVittie2008-03-031-4/+4
* Split out StubObject into a convenience library shared by the testsSimon McVittie2008-03-036-38/+40
* Extend #14746 regression test to cover connecting to signals tooSimon McVittie2008-02-291-0/+18
* Fix memory leak on the GError when object does not implement an interface (bu...Alberto Mardegan2008-02-291-0/+1
* Add regression test for calling methods on unimplemented interfaces (bugs.fd....Simon McVittie2008-02-292-1/+102
* Make suppressions file less specific to avoid complaints about dbus_g_bus_get...Simon McVittie2008-02-291-20/+20
* Pass some more useful options to valgrindSimon McVittie2008-02-292-2/+4
* example_cli_init: only run the registration code onceSimon McVittie2008-02-261-3/+12
* Fix shadowing, globals, not-a-prototype in testsSimon McVittie2008-02-224-10/+12
* Fix shadowing in telepathy-glib/*.h as well as *.c, so the gtkdoc comes out r...Simon McVittie2008-02-223-6/+6
* Fix shadowing and unintentional globals in the examplesSimon McVittie2008-02-225-9/+9
* Fix sh syntax and not-always-regenerated code in telepathy-glib/Makefile.amSimon McVittie2008-02-221-6/+4
* Fix sh syntax and not-always-regenerated code in examples/extensions/Makefile.amSimon McVittie2008-02-221-6/+4
* Debug on apparently-invalid Connection bus namesSimon McVittie2008-02-251-0/+1
* If protocol name in a bus name is e.g. "local_xmpp", map it back to "local-xm...Simon McVittie2008-02-251-1/+9
* configure.ac: build with some extra warningsSimon McVittie2008-02-211-0/+6
* TpTextMixin: prototype _pending_get_alloc correctlySimon McVittie2008-02-211-1/+1
* TpPropertiesMixin: don't shadow remove()Simon McVittie2008-02-211-4/+4
* TpPresenceMixin: don't shadow time()Simon McVittie2008-02-211-1/+1
* TpPresenceMixin: fix C99ismSimon McVittie2008-02-211-6/+4
* TpPresenceMixin: don't shadow index() from string.hSimon McVittie2008-02-211-3/+3
* TpDynamicHandleRepo: prototype handle_priv_new correctlySimon McVittie2008-02-211-1/+1