summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version-script from TELEPATHY_GLIB_0.7.5_UNRELEASED to TELEPATHY_GLIB_0....telepathy-glib_0.7.5_libtool_cra__808_second_attempttelepathy-glib-0.7.5_libtool_cra__808_second_attemptSimon McVittie2008-03-201-1/+1
* Nano version 1Simon McVittie2008-03-071-1/+1
* telepathy-glib 0.7.5 (libtool c:r:a = 8:0:8)telepathy-glib_0.7.5_libtool_cra__808telepathy-glib-0.7.5_libtool_cra__808Simon McVittie2008-03-072-6/+6
* Update NEWS for compilation fixSimon McVittie2008-03-071-0/+3
* Change the way the examples and tests are linked, to avoid using the system t...Simon McVittie2008-03-071-1/+1
* NEWS: update with #14854, #14852, #14855Simon McVittie2008-03-071-0/+11
* tests/myassert.h: make self-containedSimon McVittie2008-03-071-0/+2
* tests/dbus/invalidated-while-invoking-signals.c: regression test for fd.o #14854Simon McVittie2008-03-072-0/+113
* tests/: add simple-conn, simple-manager (adapted from the examples)Simon McVittie2008-03-075-0/+408
* tp_channel_got_interfaces_cb: don't dereference NULL if GetInterfaces() fails...Simon McVittie2008-03-071-11/+14
* Fix build on architectures that use function descriptors, like ppc64 (fd.o #1...Simon McVittie2008-03-071-1/+1
* proxy-signals.c: clear the TpProxySignalConnection's weak reference when a pr...Simon McVittie2008-03-061-6/+15
* Update NEWS for start of 0.7.5 developmentSimon McVittie2008-03-061-1/+8
* Implement parsing of TP_CONN_MGR_PARAM_FLAG_SECRET in .manager filesSimon McVittie2008-03-061-0/+2
* Add new symbols from spec 0.17.2 to docs, version scriptSimon McVittie2008-03-062-0/+12
* Add new files from spec 0.17.2Simon McVittie2008-03-063-0/+687
* Update spec/ to telepathy-spec 0.17.2Simon McVittie2008-03-0614-75/+243
* Update doc-generator.xsl from tp-spec-tools-smcv: generate docs for all inter...Simon McVittie2008-03-051-3/+3
* Update doc-generator.xsl from telepathy-specSimon McVittie2008-03-051-12/+76
* Bump nano version to 1Simon McVittie2008-03-051-1/+1
* 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