gstreamer/gst/librfb
Nicolas Dufresne 21b322c8f3 rfbsrc: Port to GSocketClient
Using GSocketClient we can simplify a lot the read/write operation.
This also provide an GSocketConnection (a GIOStream) which can then
be used with the GTlsClientConnection for secure connections. Note
that we use _write_all() to ensure all bytes have been read. This is
to follow the fact the none of the _send() calls check the return
value.
2016-04-05 13:34:07 -04:00
..
d3des.c Constify some static arrays everywhere 2015-01-21 10:18:50 +01:00
d3des.h rfbsrc: make authentication handshake safe for multiple instances 2013-05-11 00:29:40 +01:00
gstrfbsrc.c rfbsrc: Port to GSocketClient 2016-04-05 13:34:07 -04:00
gstrfbsrc.h rfbsrc: Remove useless library wrapping 2016-04-05 13:34:01 -04:00
Makefile.am rfbsrc: Port to GSocketClient 2016-04-05 13:34:07 -04:00
rfbdecoder.c rfbsrc: Port to GSocketClient 2016-04-05 13:34:07 -04:00
rfbdecoder.h rfbsrc: Port to GSocketClient 2016-04-05 13:34:07 -04:00