- 17 Mar, 2011 3 commits
-
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
This fixes a segfault when a server is invoked with the '-help' commandline argument.
-
- 12 Mar, 2011 9 commits
-
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
Signed-off-by: Christian Beier <dontmind@freeshell.org>
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
GnuTLS seems to expect proper errno values internally. So set them in our custom push/pull functions. Parts of the patch stolen from libcurl, thanks! Signed-off-by: Christian Beier <dontmind@freeshell.org>
-
Christian Beier authored
Signed-off-by: Christian Beier <dontmind@freeshell.org>
-
Vic Lee authored
Signed-off-by: Christian Beier <dontmind@freeshell.org>
-
- 10 Mar, 2011 3 commits
-
-
Christian Beier authored
-
Christian Beier authored
-
Christian Beier authored
-
- 03 Mar, 2011 1 commit
-
-
Christian Beier authored
Winsock does NOT update errno for us, we have fetch the last error manually using WSAGetLastError().
-
- 26 Feb, 2011 1 commit
-
-
Christian Beier authored
According to the minilzo README, this brings a significant speedup on 64-bit architechtures. Changes compared to old version 1.08 can be found here: http://www.oberhumer.com/opensource/lzo/lzonews.phpSigned-off-by: Christian Beier <dontmind@freeshell.org>
-
- 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>
-
- 02 Feb, 2011 1 commit
-
-
Christian Beier authored
-
- 31 Jan, 2011 4 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>
-
Johannes Schindelin authored
If people seriously consider building with Visual Studio, there is always CMake. Pointed out by Christian Beier. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-
Christian Beier authored
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: Christian Beier <dontmind@freeshell.org>
-
- 25 Jan, 2011 1 commit
-
-
Christian Beier authored
No functional changes. All files used by _both_ libvncserver and libvncclient are put into a 'common' directory and references from other files as well as Autotools and CMake build systems are updated. Signed-off-by: Christian Beier <dontmind@freeshell.org>
-
- 20 Jan, 2011 1 commit
-
-
ebola_rulez authored
Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Christian Beier <dontmind@freeshell.org>
-
- 01 Jan, 2011 1 commit
-
-
runge authored
-
- 29 Dec, 2010 1 commit
-
-
runge authored
-
- 21 Dec, 2010 2 commits
- 01 Dec, 2010 1 commit
-
-
Tobias Doerffel authored
In commit 079394ca new code with insufficient checks was introduced causing a segfault when doing a HTTP server connection. Such connections have no screen set in the client data structure. Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com>
-
- 30 Nov, 2010 1 commit
-
-
Christian Beier authored
-
- 29 Nov, 2010 1 commit
-
-
Johannes Schindelin authored
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-
- 18 Nov, 2010 3 commits
-
-
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>
-
Christian Beier authored
Signed-off-by: Christian Beier <dontmind@freeshell.org>
-
Christian Beier authored
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.
-
- 29 Oct, 2010 1 commit
-
-
Tobias Doerffel authored
When not calling rfbRegisterProtocolExtension() the extension mutex is uninitialized but used upon calling rfbGetExtensionIterator() and rfbReleaseExtensionIterator() in rfbNewTCPOrUDPClient(). This causes libvncserver to crash on Win32 when building with thread support. Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com> Signed-off-by: Christian Beier <dontmind@freeshell.org>
-
- 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
-
-
Tobias Doerffel authored
returning. This did not happen if rfbSendFileTransferMessage() failed. Signed-off-by: Christian Beier <dontmind@freeshell.org>
-