- 02 Oct, 2009 3 commits
-
-
Vic Lee authored
Signed-off-by:
Vic Lee <llyzs@163.com>
-
Vic Lee authored
Signed-off-by:
Vic Lee <llyzs@163.com>
-
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
- 25 Nov, 2005 1 commit
-
-
runge authored
fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds, disable tightvnc-filetransfer if no libpthread, add --without-pthread option, rm // comments, set NAME_MAX if not defined, x11vnc: throttle load if fb update requests not taking place.
-
- 06 Oct, 2005 3 commits