summaryrefslogtreecommitdiff
path: root/telepathy-glib/stream-tube-channel.c
Commit message (Expand)AuthorAgeFilesLines
* _tp_create_temp_unix_socket: avoid using tmpnam()Simon McVittie2013-09-061-1/+9
* prepare 0.19.10telepathy-glib-0.19.10Guillaume Desmottes2012-09-261-2/+2
* TpStreamTubeChannel: add parameters-vardict and its getterSimon McVittie2012-09-261-1/+60
* TpChannel: Deprecate _borrow_ functions and replace them by _get_Xavier Claessens2012-09-051-6/+7
* Deprecate tp_account_new(), tp_connection_new() and tp_*_channel_new()Xavier Claessens2012-07-031-0/+1
* Deprecate tp_connection_get_contacts_by_id/handle()Xavier Claessens2012-05-091-1/+4
* Stop using TP_ERRORSSimon McVittie2012-05-021-1/+1
* TpChannel: Deprecate all TpHandle APIs that have TpContact variantXavier Claessens2012-04-271-1/+2
* Complete results of TpProxy D-Bus calls in an idleSimon McVittie2012-04-121-2/+2
* many fixes to documentation commentsJonny Lamb2012-04-061-1/+1
* Introspect a few gettersXavier Claessens2012-04-031-1/+1
* stream_tube_channel_new: refer to TpAutomaticProxyFactoryWill Thompson2012-03-261-2/+5
* docs: Fix "Finishes to" broken EnglishWill Thompson2012-03-261-2/+2
* Use GLib's default marshaller everywhereSimon McVittie2012-03-011-4/+1
* Add config.h include in all source filesXavier Claessens2012-02-061-1/+1
* TpStreamTubeChannel: Use async API to send/receive credentialsXavier Claessens2012-01-191-49/+83
* TpStreamTubeChannel: Prepare factory contact features on connectionsXavier Claessens2011-09-301-6/+24
* Add TpAutomaticClientFactoryXavier Claessens2011-07-201-0/+14
* Factor out _tp_set_socket_address_type_and_access_control_type() and _tp_crea...Morten Mjelva2011-07-131-195/+29
* stream-tube-channel.c: add some comments explaining how we use client socketsGuillaume Desmottes2011-06-171-2/+7
* NEWS and stuff for 0.13.2Simon McVittie2010-10-151-11/+13
* tp_stream_tube_channel_offer_async: fix annotationGuillaume Desmottes2010-10-071-1/+1
* don't use G_SOCKET_FAMILY_UNIX if UNIX sockets are not supportedGuillaume Desmottes2010-10-061-0/+2
* remove unused GCancellableGuillaume Desmottes2010-10-061-7/+0
* use GHashTableIter instead of g_hash_table_foreach_remove()Guillaume Desmottes2010-10-061-10/+11
* don't put ';' after G_DEFINE_TYPEGuillaume Desmottes2010-10-061-1/+1
* document TpStreamTubeChannelGuillaume Desmottes2010-10-061-20/+81
* sig_match_conn: fix address leakGuillaume Desmottes2010-10-051-0/+2
* assert that we don't leak parametersGuillaume Desmottes2010-10-051-0/+2
* Pass our port to Accept() when using the 'Port' access controlGuillaume Desmottes2010-10-051-7/+22
* TpStreamTubeChannel: stop using GSocketClientGuillaume Desmottes2010-10-051-26/+136
* link a gio bug in a FIXMEGuillaume Desmottes2010-10-041-1/+2
* pass ownership of tubeconn to tp_connection_get_contacts_by_handle()Guillaume Desmottes2010-10-041-14/+8
* improve debug ouput when tp_connection_get_contacts_by_handle() failsGuillaume Desmottes2010-10-041-2/+2
* no need to annotate signal argsGuillaume Desmottes2010-10-041-1/+1
* tp_stream_tube_channel_constructed: chain upGuillaume Desmottes2010-10-041-0/+5
* add a wrapper around tp_unix_connection_{send,receive}_credentials_with_byte()Guillaume Desmottes2010-10-041-2/+2
* tp_stream_tube_channel_offer_async: store the socket_typeGuillaume Desmottes2010-10-011-4/+3
* stream-tube-connection: keep a ref on the channelGuillaume Desmottes2010-09-281-2/+2
* stream-tube-chan: catch ConnectionClosed signalsGuillaume Desmottes2010-09-281-0/+43
* Store local connections as wellGuillaume Desmottes2010-09-281-8/+14
* Wait for the NewLocalConnection sig before returing from accept_asyncGuillaume Desmottes2010-09-281-3/+64
* factor out: new_local_connection()Guillaume Desmottes2010-09-281-14/+22
* set the contact on TpStreamTubeConnection when accepting a tubeGuillaume Desmottes2010-09-281-3/+46
* remove an old commentGuillaume Desmottes2010-09-281-1/+0
* stream-tube-chan: use TpStreamTubeConnection instead of GIOStreamGuillaume Desmottes2010-09-281-18/+37
* Update Since: ...Guillaume Desmottes2010-09-281-4/+4
* don't include a TpContact in the "incoming" signal if we can't properly ident...Guillaume Desmottes2010-09-281-5/+33
* reject the connection if the handle is wrongGuillaume Desmottes2010-09-281-4/+55
* factor out _tp_create_temp_unix_socket()Guillaume Desmottes2010-09-281-25/+3