summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-18connection: set the self handle to something sane instead of leaving uninitia...HEADmasterJonny Lamb1-0/+4
2011-05-17Fix race in tp_channel_dispatch_operation_claim_with_async()Guillaume Desmottes2-11/+24
2011-05-17simple-channel-dispatch-operation: fire Finished when Claim is calledGuillaume Desmottes1-0/+2
2011-05-17bump nano versionGuillaume Desmottes1-1/+1
2011-05-17prepare 0.15.0Guillaume Desmottes7-14/+64
2011-05-17Merge branch 'telepathy-glib-0.14'Guillaume Desmottes2-3/+7
2011-05-16set nano versionGuillaume Desmottes1-1/+1
2011-05-16prepare 0.14.6Guillaume Desmottes2-4/+8
2011-05-16fix typos in docGuillaume Desmottes1-5/+6
2011-05-16test DelegateChannels() refusing to delegateGuillaume Desmottes3-2/+67
2011-05-16Use new DelegateChannels() APIGuillaume Desmottes4-13/+153
2011-05-16introspection.am: add channel-dispatcherGuillaume Desmottes1-0/+1
2011-05-16add tp_channel_dispatcher_present_channel_{async,finish}Guillaume Desmottes6-0/+137
2011-05-16add tp_base_client_delegate_channels_{async,finish} (fdo #34610)Guillaume Desmottes5-0/+253
2011-05-16Update to spec 0.23.2Guillaume Desmottes3-18/+77
2011-05-16Merge branch 'telepathy-glib-0.14'Simon McVittie0-0/+0
2011-05-16Merge remote-tracking branch 'upstream/telepathy-glib-0.14' into telepathy-gl...Simon McVittie3-29/+29
2011-05-16Merge branch 'telepathy-glib-0.14'Simon McVittie1-1/+4
2011-05-16tp_base_connection_change_status: delay side-effects until all preconditions ...Simon McVittie1-1/+4
2011-05-12Move TpProxyFeature as public API (#31583)Guillaume Desmottes4-30/+56
2011-05-12pass free_parts_list as GDestroyNotify when requesting contactsGuillaume Desmottes1-6/+2
2011-05-12get_pending_messages_cb: cast from the TpProxyGuillaume Desmottes1-1/+1
2011-05-12use tp_tests_init() in most testsGuillaume Desmottes28-94/+28
2011-05-12test-proxy-preparation: use tp_tests_init()Guillaume Desmottes1-4/+1
2011-05-12tests/lib/util: add tp_tests_initGuillaume Desmottes2-0/+14
2011-05-12rename check_feature_validity to assert_feature_validityGuillaume Desmottes1-2/+2
2011-05-12improve commentGuillaume Desmottes1-1/+3
2011-05-12use a GQueue to store prepare_requestsGuillaume Desmottes1-18/+23
2011-05-12factor out finish_all_requestsGuillaume Desmottes1-7/+15
2011-05-12identation fixGuillaume Desmottes1-1/+1
2011-05-12Update copyright of new filesGuillaume Desmottes2-2/+2
2011-05-12test_prepare_capabilities: improve descriptionGuillaume Desmottes1-2/+3
2011-05-12list_features: no need to check if the dep array has already be initGuillaume Desmottes3-18/+9
2011-05-12fix some phrasingGuillaume Desmottes1-5/+6
2011-05-12coding style fixGuillaume Desmottes1-1/+3
2011-05-12stop using IdentifyMessagesCtxGuillaume Desmottes1-46/+25
2011-05-12test prepare_before_signalling_connected_asyncGuillaume Desmottes3-6/+164
2011-05-12Add TpProxyFeature.prepare_before_signalling_connected_asyncGuillaume Desmottes3-1/+137
2011-05-12connection: factor out signal_connectedGuillaume Desmottes1-15/+21
2011-05-12core features can't have explicit dependsGuillaume Desmottes1-0/+13
2011-05-12retry preparing failed dep, if possibleGuillaume Desmottes4-8/+105
2011-05-12add TpProxyFeature.can_retryGuillaume Desmottes5-1/+79
2011-05-12prepare core features of subclass before core of super classesGuillaume Desmottes2-1/+4
2011-05-12split prepare_core into one TpProxyPrepareRequest per subclassGuillaume Desmottes1-35/+44
2011-05-12test prearing a feature of which its dep failsGuillaume Desmottes3-0/+41
2011-05-12test preparing a feature which failGuillaume Desmottes3-0/+53
2011-05-12test preparing a feature having a unpreparable depGuillaume Desmottes3-0/+42
2011-05-12test preparing a feature requiring a not implemented ifaceGuillaume Desmottes3-0/+49
2011-05-12test features dependsGuillaume Desmottes3-0/+90
2011-05-12my-conn-proxy: add our own core featureGuillaume Desmottes3-0/+76