- 25 Aug, 2011 2 commits
-
-
Gernot Tenchio authored
Move the hixie disconnect hack to websockets.c. Removed the remaining websockets vars from rfbClientPtr, so all websockets stuff is hidden behind an opaque pointer.
-
Gernot Tenchio authored
-
- 17 Aug, 2011 4 commits
-
-
Gernot Tenchio authored
Added wspath member to rfbClientRec which holds the path component of the initial websocket request. Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
Gernot Tenchio authored
Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
Gernot Tenchio authored
[jes: moved out GnuTLS and OpenSSL support, added a dummy support, to separate changes better, and to keep things compiling] Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
Joel Martin authored
Has a bug: WebSocket client disconnects are not detected. rfbSendFramebufferUpdate is doing a MSG_PEEK recv to determine if enough data is available which prevents a disconnect from being detected. Otherwise it's working pretty well. [jes: moved added struct members to the end for binary compatibility with previous LibVNCServer versions, removed an unused variable] Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 22 Jul, 2011 1 commit
-
-
Joel Martin authored
http://wiki.qemu.org/VNC_Tight_PNGSigned-off-by:
Joel Martin <github@martintribe.org> Signed-off-by:
Christian Beier <dontmind@freeshell.org>
-
- 01 Jun, 2011 2 commits
-
-
George Kiagiadakis authored
BUG: 256891 Signed-off-by:
Christian Beier <dontmind@freeshell.org>
-
George Kiagiadakis authored
This is required to be able to do proper event loop integration with Qt. Idea was taken from vino's libvncserver fork. Signed-off-by:
Christian Beier <dontmind@freeshell.org>
-
- 28 Apr, 2011 1 commit
-
-
George Kiagiadakis authored
Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 12 Mar, 2011 2 commits
-
-
Christian Beier authored
-
Christian Beier authored
-
- 10 Mar, 2011 1 commit
-
-
Christian Beier authored
-
- 07 Feb, 2011 1 commit
-
-
Christian Beier authored
This adds generic before/after encoding buffers to the rfbClient struct, so there is no need for thread local storage. Signed-off-by:
Christian Beier <dontmind@freeshell.org>
-
- 31 Jan, 2011 2 commits
-
-
Christian Beier authored
We have a git repo nowadays and I guess we won't go back to CVS. Signed-off-by:
Christian Beier <dontmind@freeshell.org>
-
Vic Lee authored
Signed-off-by:
Vic Lee <llyzs@163.com> Signed-off-by:
Christian Beier <dontmind@freeshell.org>
-
- 18 Nov, 2010 1 commit
-
-
Christian Beier authored
Adds automagically generating libvncserver/libvncclient API documentation using doxygen. This gives a nice overview on both APIs, include dependencies and function call/caller dependencies. TODO: Modify all the explaining comments in the .c files for use with doxygen as well. This patch only changes comments, no functional changes at all! Signed-off-by:
Christian Beier <dontmind@freeshell.org>
-
- 11 Nov, 2010 1 commit
-
-
Christian Beier authored
-
- 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!
-
- 08 Oct, 2010 1 commit
-
-
Christian Beier authored
Some (all?) autotool versions do not properly prefix WORDS_BIGENDIAN with LIBVNCSERVER_, so do that manually here. Thanks to Lorenz Kolb for reporting.
-
- 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>
-
- 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>
-
- 19 May, 2010 1 commit
-
-
Christian Beier authored
If set, this hook gets called just before rfbSendFrameBufferUpdate() returns. Signed-off-by:
Christian Beier <dontmind@freeshell.org>
-
- 28 Apr, 2010 1 commit
-
-
Corentin Chary authored
- It's SDL_LIBRARY, not SDL_LIBRARIES - Detect GnuTLS and set the macro in rfbconfig.h - Add tls.c to libvncclient to avoid missing symbols Signed-off-by:
Corentin Chary <corentin.chary@gmail.com> Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 16 Jan, 2010 1 commit
-
-
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>
-
- 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>
-
- 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 2 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>
-
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.
-
- 02 Oct, 2009 3 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>
-
- 21 May, 2009 1 commit
-
-
runge authored
Proposed tight security type fix for debian bug 517422.
-
- 20 May, 2009 1 commit
-
-
llyzs authored
These are useful functions for VNC clients, so let's export them for everybody to use. 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>
-
- 28 Apr, 2008 1 commit
-
-
dscho authored
The JPEG library is not necessarily installed everywhere, and sometimes it is outright undesirable to compile with JPEG support, e.g. when the server is not very fast. So fix the compilation for that case. Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 31 Jan, 2008 1 commit
-
-
dscho authored
The variable tightQualityLevel is used for ZYWRLE compression, too, so if libjpeg is not present, but libz is, we still need to have that struct member. Signed-off-by:
Johannes Schindelin <johannes.schindelin@gmx.de>
-