summaryrefslogtreecommitdiff
path: root/examples/client/stream-tubes
AgeCommit message (Expand)AuthorFilesLines
2011-08-02Deprecate constructors of TpBaseClient subclasses which do not take a TpAccou...Xavier Claessens1-6/+5
2011-01-10Check for -Wl,--no-add-needed and add it to AM_LDFLAGS everywhere we compile CSimon McVittie1-0/+3
2010-10-07offerer.c: TpAccountChannelRequest gives us a TpStreamTubeChannel nowGuillaume Desmottes1-7/+1
2010-10-07accepter.c: TpBaseClient gives us a TpStreamTubeChannel nowGuillaume Desmottes1-6/+1
2010-10-05examples: connect 'closed' signalGuillaume Desmottes2-0/+22
2010-10-05examples: let the offerer closes the channel and exit when channel has been i...Guillaume Desmottes2-9/+14
2010-10-04tp-stream-tube: rename "connection" to "socket connection"Guillaume Desmottes2-2/+2
2010-09-28stream-tube-chan: use TpStreamTubeConnection instead of GIOStreamGuillaume Desmottes2-9/+18
2010-09-28rename TpStreamTube to TpStreamTubeChannelGuillaume Desmottes2-11/+11
2010-09-28offerer: display when tube is invalidatedGuillaume Desmottes1-0/+12
2010-09-28accepter: display when tube is invalidatedGuillaume Desmottes1-0/+12
2010-09-28offerer: display error if something went wrongGuillaume Desmottes1-3/+14
2010-09-28accepter: log message if accepting failedGuillaume Desmottes1-0/+1
2010-09-28TpStreamTube now inherit from TpChannelGuillaume Desmottes2-4/+13
2010-09-28offerer: port to TpAccountChannelRequestGuillaume Desmottes1-84/+29
2010-09-28Allow the passing of params to the offer_async methodDanielle Madeley1-1/+1
2010-09-28TpStreamTube + exampleDanielle Madeley3-0/+367