- 02 Nov, 2010 1 commit
-
-
Christian Beier authored
This implements the xvp VNC extension, which is described in the community version of the RFB protocol: http://tigervnc.sourceforge.net/cgi-bin/rfbproto It is also mentioned in the official RFB protocol.
-
- 21 Oct, 2010 1 commit
-
-
Christian Beier authored
Redefining strncasecmp to _strnicmp makes libvncclient hang forever in SetFormatAndEncodings() on Windows when built with MinGW64. Reported by Tobias Doerffel <tobias.doerffel@gmail.com>, thanks!
-
- 20 Oct, 2010 1 commit
-
-
Christian Beier authored
This is a small addendum to 0797e42a. Seems that having IPv6 support in the OS does not necessarily mean that IPV6_TCLASS is available. One such case seems to be Mac OS X 10.5.
-
- 13 Oct, 2010 1 commit
-
-
Vic Lee authored
Signed-off-by:
Vic Lee <llyzs@163.com> Signed-off-by:
Christian Beier <dontmind@freeshell.org>
-
- 29 Sep, 2010 1 commit
-
-
Christian Beier authored
This enables setting the DSCP/Traffic Class field of IP/IPv6 packets sent by a client. For example starting a client with -qosdscp 184 marks all outgoing traffic for expedited forwarding. Implementation for Win32 is still a TODO, though. See http://betelco.blogspot.com/2009/03/dscp-marking-under-windows-at.html for an overview of the Win32 QoS API mess...
-
- 13 Sep, 2010 1 commit
-
-
Christian Beier authored
Expands the SetNonBlocking() function in libvncclient/sockets.c to also work under Windows and also changes it to honour maybe already present socket flags. A similar function was introduced for libvncserver as well and all the #ifdef'ed fnctl calls replaced with calls to that one. Signed-off-by:
Christian Beier <dontmind@freeshell.org>
-
- 06 Sep, 2010 1 commit
-
-
Christian Beier authored
MinGW32 (or more exactly, a rpcndr.h file included by winsock2.h) typedefs a 'boolean' type that jmorecfg.h included by jpeglib.h also tries to typedef. So, tell the jpeg headers. Closes: 3007302
-
- 14 Jul, 2010 1 commit
-
-
Christian Beier authored
Signed-off-by:
Christian Beier <dontmind@freeshell.org> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 08 Jul, 2010 1 commit
-
-
Vic Lee authored
[jes: pulled the "host" declarations into the conditionally compiled blocks where that variable is used. Also fixed non-IPv6 connections.] Signed-off-by:
Vic Lee <llyzs@163.com> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 04 Jun, 2010 1 commit
-
-
Wouter Van Meir authored
The hook is still called after InitialiseRFBConnection() so we can choose the color settings depending on the vnc server (or settings) in that hook. This way one can use the "VNC server default format" pixelformat if the client supports it, or perform a workaround (Intel AMT KVM "classic vnc" server only works using 8bit colors in RFB3.8) Signed-off-by:
Wouter Van Meir <wouter.vanmeir@pandora.be> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 09 May, 2010 1 commit
-
-
runge authored
-
- 13 Mar, 2010 1 commit
-
-
Johannes Schindelin authored
Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 25 Jan, 2010 1 commit
-
-
Christian Beier authored
The serverPort member is already set in rfbGetClient(), if we set it again in rfbInitClient(), this breaks playing of vncrec files (this relies on serverPort set to -1). Signed-off-by:
Christian Beier <dontmind@freeshell.org> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 16 Jan, 2010 2 commits
-
-
Johannes Schindelin authored
While at it, adjust coding style. Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
Vic Lee authored
[jes: adjusted coding style, made sure port is initialized correctly] Signed-off-by:
Vic Lee <llyzs@163.com> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 01 Jan, 2010 1 commit
-
-
Vic Lee authored
Signed-off-by:
Vic Lee <llyzs@163.com> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 22 Dec, 2009 1 commit
-
-
Vic Lee authored
It seems that vino does not send AuthOK when there is no password with anonymous TLS, and it seems that vino is the only <3.8 VNC server that handles anonymous TLS at all, so let's not wait for the packet that will never come. Signed-off-by:
Vic Lee <llyzs@163.com> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 12 Nov, 2009 1 commit
-
-
Christian Beier authored
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 <dontmind@freeshell.org> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 11 Nov, 2009 1 commit
-
-
Christian Beier authored
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 <dontmind@freeshell.org> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 10 Nov, 2009 2 commits
-
-
Christian Beier authored
fixes warning about closesocket being implicitly declared. Signed-off-by:
Christian Beier <dontmind@freeshell.org> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
Vic Lee authored
Signed-off-by:
Vic Lee <llyzs@163.com> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 02 Nov, 2009 1 commit
-
-
Vic Lee authored
Signed-off-by:
Vic Lee <llyzs@163.com> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 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 4 commits
-
-
Vic Lee authored
Signed-off-by:
Vic Lee <llyzs@163.com>
-
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>
-
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
-