- 30 Oct, 2009 4 commits
-
-
Christian Beier authored
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 <dontmind@freeshell.org> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
Christian Beier authored
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 <dontmind@freeshell.org> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
Alexander Dorokhine authored
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.
-
Alexander Dorokhine authored
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.
-
- 07 Oct, 2009 1 commit
-
-
runge authored
-
- 02 Oct, 2009 2 commits
-
-
Christian Beier authored
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 <dontmind@freeshell.org> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
Christian Beier authored
This is a pure functionality fix: according to its manpage, stat() returns 0 on success. Checking for a return value of zero fixes incorrect results of IsUnixSocket(). Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 27 Sep, 2009 2 commits
-
-
Vic Lee authored
Signed-off-by:
Vic Lee <llyzs@163.com>
-
Vic Lee authored
Signed-off-by:
Vic Lee <llyzs@163.com>
-
- 16 Jun, 2009 1 commit
-
-
Johannes Schindelin authored
There was an unnecessary assignment, and an assignment of a string that was to be free()ed later, so it has to be strdup()ed. Both issues spotted by Roman Held. Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 22 May, 2009 1 commit
-
-
Stefan Becker authored
Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 12 May, 2009 1 commit
-
-
Ben Klopfenstein authored
Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 03 Feb, 2009 1 commit
-
-
dscho authored
The flag handling (both compiler options and include paths) are a mess at the moment. There is no point in forcing "-O2 -g" when these are already the defaults, and if someone changes the defaults, chances are good they don't want you clobbering their choices. The -Wall flag should be handled in configure and thrown into CFLAGS once rather than every Makefile.am. Plus, this way we can control which compilers the flag actually gets used with. Finally, the INCLUDES variable is for -I paths, not AM_CFLAGS. Nor should it contain -I. as this is already in the default includes setup. Signed-off-by:
Mike Frysinger <vapier@gentoo.org> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 04 Feb, 2008 1 commit
-
-
dscho authored
Highlite: * use qualityLevel/zlib_buffer. No new variable is needed. * Change coding style to recursive fashion. * Change meaning of qualityLevel== 9 for easy calc zywrle_level: old:zywrle_level== 1 new:disable ZYWRLE(same as ZRLE) so, we should not use this value for compatible reason. * Color mode handling isn't complete. I provided and checked 16 bit colors(RGB555,RGB565) and some color mode of 32 bit colors for little endian mode. we must make and check 24 bit colors and big endian mode. Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 14 Aug, 2007 1 commit
-
-
dscho authored
-
- 04 Aug, 2007 1 commit
-
-
runge authored
-
- 30 Mar, 2007 1 commit
-
-
dscho authored
Thanks to Guillaume Rousse, we now use libtool to build shared libraries.
-
- 01 Feb, 2007 2 commits
- 31 Jan, 2007 1 commit
-
-
runge authored
-
- 11 Sep, 2006 1 commit
-
-
dscho authored
-
- 05 Jun, 2006 1 commit
-
-
steven_carr authored
-
- 15 May, 2006 1 commit
-
-
steven_carr authored
-
- 13 May, 2006 1 commit
-
-
runge authored
-
- 04 May, 2006 3 commits
-
-
steven_carr authored
rfbEncodingSupportedEncodings - What encodings are supported? rfbEncodingSupportedMessages - What message types are supported? rfbEncodingServerIdentity - What is the servers version string? ie: "x11vnc: 0.8.1 lastmod: 2006-04-25 (LibVNCServer 0.9pre)"
-
steven_carr authored
We need to process the rectangle (especially if it a type that contains subrectangles or any kind of compression). UltraVNC should be fixed to prevent these useless rectangles from being sent.
-
steven_carr authored
-
- 02 May, 2006 4 commits
-
-
steven_carr authored
-
steven_carr authored
-
steven_carr authored
-
steven_carr authored
-
- 28 Apr, 2006 1 commit
-
-
dscho authored
-
- 26 Apr, 2006 1 commit
-
-
runge authored
-
- 28 Mar, 2006 1 commit
-
-
dscho authored
-
- 27 Mar, 2006 1 commit
-
-
dscho authored
-
- 08 Jan, 2006 1 commit
-
-
runge authored
-
- 19 Dec, 2005 1 commit
-
-
dscho authored
-
- 09 Dec, 2005 1 commit
-
-
dscho authored
-
- 07 Dec, 2005 2 commits