[First Page] [Previous Page] [Next Page] [Last Page]
| GIT Hash | Branch | Date | Author | Log Message |
|---|---|---|---|---|
| 49cdfb4c [view] | master | 2009-11-11 18:18:23 +0100 | Christian Beier | [libtdevnc] libvncclient: better return value for non-forking listen. The return value now better reflects what has happened: 1 on success (incoming connection on listen socket, we accepted it successfully), -1 on error, 0 on timeout. Also change the select calls to not check _all_ possible file descriptors. Signed-off-by: Christian Beier Signed-off-by: Johannes Schindelin |
| 9ed41066 [view] | master | 2009-11-05 16:25:30 +0100 | Christian Beier | [libtdevnc] Fix checks for socket values, 0 is a legal value. To make this work, we also have to initialize sockets to a default value of -1. Also close a client listen socket if it's open. Signed-off-by: Christian Beier Signed-off-by: Johannes Schindelin |
| d3c1d98c [view] | master | 2009-11-05 22:35:17 +0800 | Vic Lee | [libtdevnc] Change GnuTLS minimum requirement to 2.4.0 Signed-off-by: Vic Lee Signed-off-by: Johannes Schindelin |
| a4cc8972 [view] | master | 2009-11-04 23:18:36 +0800 | Vic Lee | [libtdevnc] Fix various compilation warnings Signed-off-by: Vic Lee Signed-off-by: Johannes Schindelin |
| 67223b7c [view] | master | 2009-10-31 21:48:11 +0100 | Johannes Schindelin | [libtdevnc] Add Alexander to the authors Signed-off-by: Johannes Schindelin |
| 76b468ce [view] | master | 2009-10-31 20:37:28 +0100 | Christian Beier | [libtdevnc] SDLvncviewer: don't call clean up the same client twice. If rfbInitConnection fails, it cleans up the client, so protect against doing it ourselves again. Signed-off-by: Christian Beier Signed-off-by: Johannes Schindelin |
| d4c43c1b [view] | master | 2009-10-31 19:46:36 +0100 | Christian Beier | [libtdevnc] libvncclient: include winsock2.h in vncviewer.c. fixes warning about closesocket being implicitly declared. Signed-off-by: Christian Beier Signed-off-by: Johannes Schindelin |
| 7ed1c0ae [view] | master | 2009-10-30 18:07:22 +0100 | Christian Beier | [libtdevnc] SDLvncviewer: add SIGINT handler to be able to actually stop program. Signed-off-by: Christian Beier Signed-off-by: Johannes Schindelin |
| 48773298 [view] | master | 2009-10-30 15:51:58 +0100 | Christian Beier | [libtdevnc] libvncclient: make listenAtTCPPort() work under windows. Actually, initSockets() has to be called everywhere we possibly use sockets the first time. Also fix return value of initSockets(). Signed-off-by: Christian Beier Signed-off-by: Johannes Schindelin |
| 62ae6bb7 [view] | master | 2009-10-30 12:29:02 +0100 | Alexander Dorokhine | [libtdevnc] libvncclient: Add FinishedFrameBufferUpdate callback When working on a program which searches the display for some image, one does not want to search again without getting an FB update. Add a callback to make this possible. |
[First Page] [Previous Page] [Next Page] [Last Page]
© 2010-2026 Trinity Desktop Project