summaryrefslogtreecommitdiff
path: root/tests/lib/stream-tube-chan.c
Commit message (Expand)AuthorAgeFilesLines
* Tests: disable single includeXavier Claessens2013-09-251-3/+0
* Regression tests: also avoid tmpnam() hereSimon McVittie2013-09-061-1/+8
* Stop using TP_ERRORSSimon McVittie2012-05-021-4/+4
* Do not use TpTextMixin for channel types that does not need itXavier Claessens2012-04-301-3/+0
* Don't use the deprecated TpBaseChannelClass.interfaces propertySimon McVittie2012-04-121-4/+11
* Use TP_NUM_… instead of NUM_TP_…Simon McVittie2012-04-121-1/+1
* Use GLib's default marshaller everywhereSimon McVittie2012-03-011-2/+1
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* Factor out _tp_destroy_socket_control_list() to tests/lib/utilMorten Mjelva2011-07-131-8/+1
* Factor out _tp_create_local_socket() to tests/lib/utilMorten Mjelva2011-07-131-101/+5
* tests/lib/stream-tube-chan: don't try to use UNIX socket if not supportedGuillaume Desmottes2011-07-121-0/+18
* TpTestsStreamTubeChannel: unlink the temporary socketSimon McVittie2010-10-261-1/+9
* don't leak credentialsGuillaume Desmottes2010-10-051-0/+1
* stream-tube-chan: check port when using 'Port' access controlGuillaume Desmottes2010-10-051-0/+15
* add a wrapper around tp_unix_connection_{send,receive}_credentials_with_byte()Guillaume Desmottes2010-10-041-2/+2
* TpTestsStreamTubeChannel: add API to fire the ConnectionClosed signalGuillaume Desmottes2010-09-281-0/+9
* fire NewLocalConnection D-Bus signalGuillaume Desmottes2010-09-281-0/+5
* add TpTestsRoomStreamTubeChannelGuillaume Desmottes2010-09-281-0/+21
* add TpTestsContactStreamTubeChannelGuillaume Desmottes2010-09-281-2/+24
* check that the client sends the right byte with its credentialsGuillaume Desmottes2010-09-281-5/+11
* We should use async API to send and receive credentialsGuillaume Desmottes2010-09-281-0/+2
* stream-tube-chan: generate a random byte when sending credentialsGuillaume Desmottes2010-09-281-5/+5
* stream-tube-chan: use GSocketService instead of GSocketListenerGuillaume Desmottes2010-09-281-15/+15
* stream-tube: add support for TP_SOCKET_ACCESS_CONTROL_PORTGuillaume Desmottes2010-09-281-0/+25
* stream-tube-chan: check the socket type and access control passed to Accept a...Guillaume Desmottes2010-09-281-8/+38
* stream-tube-chan: implement credentials supportGuillaume Desmottes2010-09-281-7/+45
* stream-tube-chan: add IPv6 supportGuillaume Desmottes2010-09-281-2/+7
* stream-tube-chan: add IPv4 sockets supportGuillaume Desmottes2010-09-281-11/+53
* stream-tube-chan: store the supported socket types hashtableGuillaume Desmottes2010-09-281-11/+35
* stream-tube-chan: add API to emulate a client connecting to the tubeGuillaume Desmottes2010-09-281-0/+33
* stream-tube-chan: fire a signal when we receive an incoming connectionGuillaume Desmottes2010-09-281-0/+37
* stream-tube-chan: implement Offer()Guillaume Desmottes2010-09-281-0/+28
* stream-tube-chan: implement Accept()Guillaume Desmottes2010-09-281-3/+92
* add stub stream tube channelGuillaume Desmottes2010-09-281-0/+280