summaryrefslogtreecommitdiff
path: root/telepathy-glib
Commit message (Expand)AuthorAgeFilesLines
* rename TpBasicChannelFactory to TpBasicProxyFactoryGuillaume Desmottes2010-10-077-86/+86
* base-client: use TpClientChannelFactory to create channelsGuillaume Desmottes2010-10-072-6/+100
* add automatic-channel-factoryGuillaume Desmottes2010-10-075-0/+175
* add basic-channel-factoryGuillaume Desmottes2010-10-075-0/+162
* add client-channel-factoryGuillaume Desmottes2010-10-075-0/+161
* Merge branch 'tp-stream-tube-29218'Guillaume Desmottes2010-10-0612-0/+2589
|\
| * util-internal.h: include config.hGuillaume Desmottes2010-10-061-0/+2
| * 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
| * include gunixcredentialsmessage.h only if we have Unix socket supportGuillaume Desmottes2010-10-061-1/+1
| * remove tabsGuillaume Desmottes2010-10-061-6/+6
| * document TpStreamTubeConnectionGuillaume Desmottes2010-10-061-3/+4
| * document tp_unix_connection_{send,receive}_credentials_with_byteGuillaume Desmottes2010-10-061-0/+29
| * document TpStreamTubeChannelGuillaume Desmottes2010-10-062-21/+83
| * 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
| * tp-stream-tube: rename "connection" to "socket connection"Guillaume Desmottes2010-10-043-18/+18
| * 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-043-9/+45
| * 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-285-6/+61
| * stream-tube-chan: catch ConnectionClosed signalsGuillaume Desmottes2010-09-281-0/+43
| * tube-conn: add 'closed' signalGuillaume Desmottes2010-09-282-0/+36
| * 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-283-21/+42
| * add TpStreamTubeConnectionGuillaume Desmottes2010-09-286-0/+358
| * add stream-tube-channel to introspection.amGuillaume Desmottes2010-09-281-0/+1
| * 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-283-25/+49
| * remove useless g_simple_async_result_set_op_res_gbooleanGuillaume Desmottes2010-09-281-1/+0
| * use 'finish' helpersGuillaume Desmottes2010-09-281-29/+5
| * util-internal: import 'finish' helper macros from WockyGuillaume Desmottes2010-09-281-0/+35
| * check that the tube has the Service propertyGuillaume Desmottes2010-09-281-3/+15
| * tp_stream_tube_channel_constructed: check that the channel is actually a stre...Guillaume Desmottes2010-09-281-0/+15
| * rename TpStreamTube to TpStreamTubeChannelGuillaume Desmottes2010-09-282-89/+89
| * move stream-tube.[ch] to stream-tube-channel.[ch]Guillaume Desmottes2010-09-284-6/+6