summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-10these will do for nowwip-gdbus2Simon McVittie2-2/+9
2014-03-10WiP: the rest of the GDBus port in one big commitSimon McVittie57-2797/+2240
2014-03-10fixup: more trivial invocationsSimon McVittie16-52/+52
2014-03-10fixup: more marshaller removalSimon McVittie3-46/+0
2014-03-10Replace trivial uses of DBusGMethodInvocation with GDBusMethodInvocationSimon McVittie38-235/+235
2014-03-10Remove TpProxy::interface-added, and dbus-glib marshaller registrationSimon McVittie48-916/+5
2014-03-10tp_tests_assert_last_unref: addSimon McVittie2-0/+32
2014-03-10invalidated-while-invoking-signals test: extend test coverageSimon McVittie1-8/+37
2014-03-10invalidated-while-invoking-signals test: move to GTestSimon McVittie1-28/+52
2014-03-10dbus test: don't re-enter main loop to request/release namesSimon McVittie1-23/+63
2014-03-10GDBus can deliver more than one event per main-loop iterationSimon McVittie1-16/+37
2014-03-10tests: extend timeoutSimon McVittie1-1/+1
2014-03-10channel-introspect test: enable debug-loggingSimon McVittie1-0/+1
2014-03-10cli-group test: don't leak GMainLoopSimon McVittie1-0/+2
2014-03-10TpTestsSimpleChannelDispatcher: don't leak various struct membersSimon McVittie1-2/+16
2014-03-10account test: don't leak copied stringsSimon McVittie1-4/+6
2014-03-10TpProxy: finish_all_requests: don't leak copied GQueueSimon McVittie1-1/+1
2014-03-10TpBaseContactList: don't leak groups hash tableSimon McVittie1-0/+2
2014-03-10Ignore allocations in gobject_init_ctorSimon McVittie1-0/+7
2014-03-10TpTestsContactsConnection: don't leak list_managerSimon McVittie1-0/+11
2014-03-10TpContact: mime_file_written: don't leak the file's pathSimon McVittie1-4/+6
2014-03-10Use concrete dbus-glib parameterized types, not G_TYPE_VALUE_ARRAYSimon McVittie2-10/+2
2014-03-10textchan-group: improve debugSimon McVittie1-0/+17
2014-03-07base-client: inline _take_*_filter functionsGuillaume Desmottes1-108/+21
2014-03-07TpCallStateReason: add some paddingGuillaume Desmottes1-0/+1
2014-03-07TpFileTransferChannel: store metadata as a GVariantGuillaume Desmottes4-26/+50
2014-03-07turn TpCallChannel:state-details to a GVariantGuillaume Desmottes3-21/+23
2014-03-06client-factory: sink the newly created GVariant if props is NULLGuillaume Desmottes1-9/+9
2014-03-06remove tp_message_peek()Guillaume Desmottes3-26/+0
2014-03-06stop using tp_message_peek() internallyGuillaume Desmottes3-40/+70
2014-03-06stop using tp_message_peek() in testsGuillaume Desmottes3-84/+117
2014-03-06echo-message-parts: use tp_message_dup_part()Guillaume Desmottes1-23/+36
2014-03-06logger: use tp_message_dup_part()Guillaume Desmottes1-4/+6
2014-03-06logger: use tp_message_get_pending_message_id()Guillaume Desmottes1-14/+7
2014-03-06message: change string getter to _dup_Guillaume Desmottes5-48/+53
2014-03-06use tp_message_dup_part() instead of tp_message_peek()Guillaume Desmottes1-1/+9
2014-03-06cm-message: use tp_cm_message_get_sender() internallyGuillaume Desmottes1-3/+1
2014-03-03Merge branch 'master' into next-protocolGuillaume Desmottes4-29/+163
2014-03-03client-factory: take a vardict for new channel propsGuillaume Desmottes13-38/+88
2014-03-03channel-introspect: pass an empty array as Interfaces propGuillaume Desmottes1-1/+2
2014-03-03file-transfer-chan: set "" as default URIGuillaume Desmottes1-1/+1
2014-03-03client-factory: take a vardict for new connection propsGuillaume Desmottes2-10/+23
2014-03-03logger tests: use a GVariant as paramsGuillaume Desmottes2-53/+53
2014-03-03client-factory: take a vardict for new account propsGuillaume Desmottes4-12/+25
2014-03-03handle-channel-context: store handler_info as a GVariantGuillaume Desmottes3-18/+20
2014-03-03test tp_handle_channel_context_dup_handler_info()Guillaume Desmottes1-1/+13
2014-03-03handle-channel-context: replace get_handler_info by a GVariant versionGuillaume Desmottes4-15/+11
2014-02-28add tp_protocol_new_vardict()Guillaume Desmottes4-1/+58
2014-02-28protocol: add TpProtocol:protocol-properties-vardictGuillaume Desmottes4-0/+54
2014-02-28test creating a TpProtocol by passing its immutable propsGuillaume Desmottes1-0/+19