[First Page] [Previous Page] [Next Page] [Last Page]
| GIT Hash | Branch | Date | Author | Log Message |
|---|---|---|---|---|
| b02849ab [view] | master | 2009-10-30 12:27:05 +0100 | Alexander Dorokhine | [libtdevnc] Fix hostname resolution problems under Windows On Windows, the WSA system needs to be initialized to be able to look up host names. This patch also changes *addr = 0 to use the constant INADDR_LOOPBACK instead, which seems to be required on Windows. |
| 1f6c5609 [view] | master | 2009-10-26 22:41:56 +0100 | Christian Beier | [libtdevnc] SDLvncviewer: use -listennofork when -listen specified. As -listen mode isn't really working under UNIX and not at all under windows, use -listennofork and an outer listen loop instead. Signed-off-by: Christian Beier Signed-off-by: Johannes Schindelin |
| 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 |
[First Page] [Previous Page] [Next Page] [Last Page]
© 2010-2026 Trinity Desktop Project