summaryrefslogtreecommitdiff
path: root/lib/gibber/gibber-bytestream-direct.c
Commit message (Expand)AuthorAgeFilesLines
* Include config.h and our corresponding header first in every source fileSimon McVittie2013-01-041-0/+1
* Update Wocky snapshot for one big header.Will Thompson2012-02-061-1/+1
* Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-1/+1
* stop using GibberXmppErrorJonny Lamb2011-05-041-3/+4
* gibber-xmpp-connection: removedJonny Lamb2011-03-021-1/+0
* Use gibber-sockets.h within Gibber, instead of individual networking headersSimon McVittie2010-05-071-3/+1
* gibber_bytestream_direct_initiate: unref the bytestream as set_transport ref itGuillaume Desmottes2009-02-061-0/+1
* DEBUGs: remove some DEBUG("Called")Alban Crequy2009-02-031-3/+1
* Fix "comparing signed to unsigned" warnings.Will Thompson2009-01-111-1/+1
* gibber-bytestream-direct: gibber_bytestream_iface_block_read was renamed to g...Guillaume Desmottes2008-12-171-3/+3
* gibber-bytestream-direct: don't redefine signalsGuillaume Desmottes2008-12-151-43/+3
* update includes to use gibber-signals-marshal.h instead of signals-marshal.hGuillaume Desmottes2008-12-121-1/+1
* GibberBytestream{Direct,OOB}: add a comment on set_transportAlban Crequy2008-12-011-4/+7
* GibberBytestream{Direct,OOB}: check the status of the transport in set_transportAlban Crequy2008-12-011-5/+6
* remove trailing spaceGuillaume Desmottes2008-11-281-1/+1
* DEBUGs: wording, don't command the person reading the debug outputAlban Crequy2008-11-251-1/+1
* GibberBytestreamDirect: Do not tinker with the states of the transportAlban Crequy2008-11-241-2/+5
* gibber_bytestream_direct_initiate: try all priv->addresses if the first one d...Alban Crequy2008-11-241-10/+14
* GibberBytestreams: Don't fail if the write is blocked, log a debug message, b...Alban Crequy2008-11-241-2/+1
* GibberBytestream: Coding Style: remove empty linesAlban Crequy2008-11-241-1/+0
* SalutTubeStream: use GibberListener instead of SalutDirectBytestreamManager o...Alban Crequy2008-11-071-34/+13
* GibberBytestreamDirect and SalutDirectBytestreamManager: Use struct sockaddr_...Alban Crequy2008-11-071-2/+2
* GibberBytestreams: implement block_read as a virtual function on the bytestre...Alban Crequy2008-10-301-2/+4
* lib/gibber/gibber-bytestream-direct.c: Add a FIXME to try every address to co...Alban Crequy2008-10-301-1/+3
* lib/gibber/gibber-bytestream-direct.c: Coding style: fix alignmentAlban Crequy2008-10-301-1/+1
* lib/gibber/gibber-bytestream-direct.c: add comment on gibber_bytestream_direc...Alban Crequy2008-10-301-4/+4
* lib/gibber/gibber-bytestream-direct.c: Coding style: alignmentAlban Crequy2008-10-301-2/+2
* lib/gibber/gibber-bytestream-direct.c: Add comment on PROP_PROTOCOL propertyAlban Crequy2008-10-301-1/+1
* lib/gibber/gibber-bytestream-direct.c: add comment on GibberBytestreamDirectP...Alban Crequy2008-10-301-0/+5
* Replace XmppConnection by a GArray of address in GibberBytestreamDirectAlban Crequy2008-08-221-29/+21
* Identation/add a spaceAlban Crequy2008-08-221-0/+1
* args of g_signal_new should be 4 spaces alignedAlban Crequy2008-08-221-18/+18
* Merge commit 'origin/master' into tubesAlban Crequy2008-08-221-8/+8
* Wrap > 80 chars linesAlban Crequy2008-08-221-6/+12
* Remove stream_init_id, not used anymoreAlban Crequy2008-08-221-24/+0
* gibber-bytestream-direct: Add a comment on PROP_PROTOCOLAlban Crequy2008-08-221-0/+2
* GibberBytestreamDirect connects to the right host instead of localhostAlban Crequy2008-08-111-27/+49
* 1-1 tubes: use direct tcp connections, and connect to the right portAlban Crequy2008-08-111-2/+21
* GibberBystreamDirect: implement _block_read, _initiate and _accept_socketAlban Crequy2008-08-111-5/+79
* GibberBystreamDirect: remove uneeded fieldsAlban Crequy2008-08-111-3/+0
* GibberBystreamDirect: Add host/port properties to GibberBystreamDirect objectAlban Crequy2008-08-111-0/+47
* gibber-bytestream-direct: Implement gibber_bytestream_direct_accept_socket()Alban Crequy2008-08-111-1/+208
* gibber-bytestream-direct.c: Add debugs for not yet implemented functionsAlban Crequy2008-08-111-0/+4
* gibber-bytestream-direct.c: add protocol property, remove xmpp_connection pro...Alban Crequy2008-08-111-28/+7
* Add GibberBytestreamDirect, and SalutDirectBytestreamManager uses GibberBytes...Alban Crequy2008-08-111-0/+359