[First Page] [Previous Page] [Next Page] [Last Page]
| GIT Hash | Branch | Date | Author | Log Message |
|---|---|---|---|---|
| 0a4f1bad [view] | master | 2009-10-26 22:24:21 +0100 | Christian Beier | [libtdevnc] libvncclient: add a non-forking listen function. Forking the whole process from deep within a library call does not really work at all with apps that use multiple threads, i.e. every reasonably modern GUI app. So, provide a non-forking listen function so that the caller can decide if to fork, start a thread, etc. This implementation adds a timeout parameter to be able to call the listen function multiple times so that it's possible to do sth. else in between, e.g. abort listening. Signed-off-by: Christian Beier Signed-off-by: Johannes Schindelin |
| 3b608cd3 [view] | master | 2009-10-21 19:02:46 +0200 | Christian Beier | [libtdevnc] SDLvncviewer: make listen mode work _somewhat_. set the port to listen on and really ensure that the window of the fork()ed instance is closed. works somewhat: it's now actually possible to listen for an incoming connection and to close it again, but the second connection attempt fails with 'XIO: fatal IO error 11 (Resource temporarily unavailable)'. this could relate to the fact that SDL uses threads internally and we're fork()ing here... Signed-off-by: Christian Beier Signed-off-by: Johannes Schindelin |
| 35c42cf3 [view] | master | 2009-10-17 22:36:54 -0400 | runge | [libtdevnc] Workaround for inane X_ShmAttach incompatibility in Xorg, -solid support in xfce, showrfbauth option. |
| 387e189b [view] | master | 2009-10-08 17:46:53 -0400 | runge | [libtdevnc] Synchronize ssvnc source, etc. Nearly the 1.0.24 release... |
| 3129ef66 [view] | master | 2009-10-08 17:30:36 -0400 | runge | [libtdevnc] Huge number of changes, see x11vnc/ChangeLog |
| 169ef3a0 [view] | master | 2009-10-07 16:35:38 -0400 | runge | [libtdevnc] Some broken build environments treat fprintf(fh, buf) as a fatal error... |
| 0142acdd [view] | master | 2009-10-07 16:33:46 -0400 | runge | [libtdevnc] Some broken build environments treat fprintf(fh, buf) as a fatal error... |
| 29990f00 [view] | master | 2009-10-07 11:01:55 +0800 | Vic Lee | [libtdevnc] Add MSLogon security type Signed-off-by: Vic Lee Signed-off-by: Johannes Schindelin |
| a92f7f46 [view] | master | 2009-10-02 14:44:10 +0200 | Christian Beier | [libtdevnc] mingw32 crosscompile fixes. SOCKET is redefined in winsock2.h so #undef it where winsock2.h is included. The changes in rfbproto.c circumvent crosscompiler errors like 'S_IFMT' undeclared ...', the Makefile.am changes avoid building linux specific stuff for a win32 host target. Also added configure option to specify sdl-config. Signed-off-by: Christian Beier Signed-off-by: Johannes Schindelin |
| 95ae56c8 [view] | master | 2009-10-02 20:42:05 +0800 | Vic Lee | [libtdevnc] Add VeNCrypt support in libvncclient Signed-off-by: Vic Lee |
[First Page] [Previous Page] [Next Page] [Last Page]
© 2010-2026 Trinity Desktop Project