summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-02In tp_base_connection_finish_shutdown, make assertions about our state (part ...telepathy-glib_0.7.7_libtool_cra__10010telepathy-glib-0.7.7Simon McVittie1-0/+3
2008-05-02In tp_base_connection_change_status, allocate priv->disconnect_requests if ne...Simon McVittie1-0/+4
2008-05-02Prepare release 0.7.7 (libtool c:r:a 10:0:10)Simon McVittie4-6/+14
2008-05-02Update NEWS againSimon McVittie1-0/+10
2008-05-02Document TpConnectionWhenReadyCbSimon McVittie1-0/+14
2008-05-02Document TpChannelWhenReadyCbSimon McVittie1-0/+14
2008-05-02Make check-c-style.mk not complain about connection regression testSimon McVittie1-1/+1
2008-05-02tp-glib-examples.supp: don't warn on dlopen initialization, triggered by hand...Simon McVittie1-0/+124
2008-05-02connection regression test: don't leak the SimpleConnection objectSimon McVittie1-0/+15
2008-05-02TpBaseConnection: don't return from Disconnect() until disconnection has full...Simon McVittie1-2/+39
2008-05-02TpBaseConnection: simplify access to private areaSimon McVittie3-3/+5
2008-05-02Document tp_connection_call_when_readySimon McVittie1-0/+2
2008-05-02Document tp_channel_call_when_readySimon McVittie1-0/+2
2008-05-02channel-introspect.c: fix call_when_ready regression testSimon McVittie1-1/+1
2008-05-02Add a regression test for tp_connection_call_when_readySimon McVittie2-0/+219
2008-05-02myassert.h: fix precedenceSimon McVittie1-9/+9
2008-05-02Add MYASSERT_SAME_ERROR to myassert.hSimon McVittie2-15/+19
2008-05-02Implement tp_connection_call_when_ready() (fd.o #15300)Simon McVittie2-0/+105
2008-05-02Fix TpConnection documentation to not refer to TpChannelSimon McVittie1-1/+1
2008-05-01Add regression tests for tp_channel_run_until_ready() and tp_channel_call_whe...Simon McVittie1-2/+126
2008-05-01Add tp_channel_call_when_ready() (part of fd.o #15300)Simon McVittie2-0/+99
2008-05-01Update NEWSSimon McVittie1-1/+34
2008-05-01When a channel's connection becomes invalidated, take a temporary ref to the ...Simon McVittie1-0/+6
2008-05-01Add regression test for #15644Simon McVittie2-0/+153
2008-05-01tests/dbus/Makefile.am: re-orderSimon McVittie1-3/+3
2008-04-30handle-set regression test: don't leak handlesSimon McVittie1-0/+6
2008-04-30TpDynamicHandleRepo: in tp_handle_lookup() implementation, raise NotAvailable...Simon McVittie1-0/+8
2008-04-30handle-set test: add regression test for fd.o #15387Simon McVittie1-0/+7
2008-04-30TpDynamicHandleRepo: move docs from .h to .cSimon McVittie2-31/+31
2008-04-30handle-set test: use MYASSERT(); other stylistic fixesSimon McVittie1-22/+40
2008-04-22glib-client-gen.py: in _call_ methods, destroy (user_data) even if there is n...Simon McVittie1-6/+21
2008-04-22tests/dbus/unsupported-interface.c: add regression test for fd.o #15530Simon McVittie1-6/+21
2008-04-11Fix wrong cast in initializerSimon McVittie1-1/+1
2008-04-09tp_text_mixin_get_message_types_async: inline tp_text_mixin_get_message_types...Simon McVittie1-12/+3
2008-04-09TpTextMixin: ListPendingMessages: don't leak the GValueArrays and their contentsSimon McVittie1-0/+6
2008-04-09TpTextMixin: comment where we might get an overflow in pathological casesSimon McVittie1-0/+2
2008-04-28tp_group_mixin_change_flags: DEBUG() even if there's no effectSimon McVittie1-1/+6
2008-04-28tp_group_mixin_change_flags: document Pekka's changeSimon McVittie1-2/+5
2008-04-23 Avoid emitting GroupFlagsChanged(0, 0)Pekka Pessi1-1/+1
2008-04-23When doing handle-leak debugging, print a message when there are no leaks, so...Simon McVittie1-1/+4
2008-04-23Downgrade being disconnected from the session bus from g_warning to g_message...Simon McVittie1-1/+1
2008-04-22Fix bashism "&>"Simon McVittie1-2/+2
2008-04-21telepathy-glib/Makefile.am: we don't need ls-interfaces.xslSimon McVittie1-1/+0
2008-04-21Remove cruft from tools/: spec-to-introspect.xsl, make-all-async.xsl, ls-inte...Simon McVittie4-132/+0
2008-04-21autogen.sh: prefer to use automake-1.8 if available (avoids accidentally depe...Simon McVittie1-1/+13
2008-04-21Remove INSTALL - autogen.sh will copy in the current generic INSTALL file fro...Simon McVittie2-236/+1
2008-04-18set an explanation about why we have to call dbus_connection_add_filter befor...Guillaume Desmottes1-3/+4
2008-04-18register our filter earlier so it magically does what we wantGuillaume Desmottes1-5/+6
2008-04-17ask to libdbus to don't kill when we got disconnect and call exit ourself as ...Guillaume Desmottes1-0/+2
2008-04-17run.c: log a warning when the CM is disconnected from the session busGuillaume Desmottes1-0/+21