index
:
libtdevnc
master
r14.1.x
Shared TDE VNC library sources
TDE Gitea Workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libvncserver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix building websockets with GnuTLS.
Christian Beier
2017-01-28
1
-3
/
+3
*
Fix typo
Christian Beier
2017-01-28
1
-1
/
+1
*
Fix websockets building
Christian Beier
2017-01-28
1
-0
/
+2
*
Various #ifdef fixes to allow building with MSVC2014
Christian Beier
2017-01-28
6
-3
/
+27
*
Make websockets code build on OSX without SSL.
Christian Beier
2016-12-30
1
-0
/
+13
*
Use unprefixed b64_* functions in websockets code.
Christian Beier
2016-12-30
1
-5
/
+5
*
LibVNCServer: fix starting of an onHold-client in threaded mode.
Christian Beier
2016-12-28
1
-9
/
+6
*
websockets: Don't supply Sec-WebSocket-Protocol if not in request
Kyle Russell
2016-12-08
1
-2
/
+11
*
Write the correct length for end of header
Samuel Mannehed
2016-12-02
1
-1
/
+1
*
httpd: rework mime type handling to recognise more types
Christian Beier
2016-11-25
1
-7
/
+13
*
Merge pull request #128 from zmedico/autoprobe-selective
Christian Beier
2016-11-20
1
-7
/
+9
|
\
|
*
Support autoPort with ipv4 or ipv6 disabled
Zac Medico
2016-08-14
1
-7
/
+9
*
|
Fix some typos (found by codespell)
Stefan Weil
2016-11-18
1
-1
/
+1
*
|
Support systemd socket activation
Kyle Russell
2016-09-21
2
-44
/
+74
|
/
*
Merge pull request #84 from plettix/master
Christian Beier
2016-06-05
1
-15
/
+17
|
\
|
*
fix for issue 81
plettix
2015-07-07
1
-15
/
+17
*
|
Avoid calling SSL_pending when connection is already closed
George Fleury
2016-05-13
1
-1
/
+1
*
|
Merge pull request #103 from rdieter/master
Christian Beier
2016-04-24
3
-6
/
+6
|
\
\
|
*
|
use namespaced rfbMax macro (issue #102)
Rex Dieter
2016-04-18
3
-6
/
+6
*
|
|
Enable AF_UNIX socket: ignore setsockopt TCP_NODELAY failure.
Wen Shuguang
2016-04-15
2
-11
/
+4
|
/
/
*
|
Fix some typos (found by codespell)
Stefan Weil
2015-10-09
10
-12
/
+12
|
/
*
Do away with rfbint.h generation and use stdint.h directly instead.
Christian Beier
2015-05-28
1
-2
/
+1
*
Merge pull request #70 from maxnet/master
Christian Beier
2015-04-17
1
-0
/
+8
|
\
|
*
httpd: disallow directory traversal
Floris Bos
2015-03-29
1
-0
/
+8
*
|
Changed C++ style comments to C ones
Benjamin Dürholt
2015-04-13
2
-2
/
+2
*
|
prevent segfault
Benjamin Dürholt
2015-04-10
2
-1
/
+7
*
|
Set autotools SOVERSION.
Peter Spiess-Knafl
2015-02-09
1
-0
/
+1
*
|
Replace SHA1 implementation with the one from RFC 6234.
Christian Beier
2015-02-01
2
-2
/
+2
*
|
Merge pull request #57 from maxnet/master
Christian Beier
2015-01-18
3
-0
/
+29
|
\
\
|
|
/
|
*
Fix handling of multiple VNC commands per websockets frame
Floris Bos
2015-01-17
3
-0
/
+29
*
|
Merge pull request #56 from maxnet/master
Christian Beier
2015-01-16
1
-9
/
+14
|
\
\
|
|
/
|
*
Only advertise xvp support when xvpHook is set
Floris Bos
2015-01-16
1
-9
/
+14
*
|
Fix building with mingw-w64.
Christian Beier
2014-12-30
1
-1
/
+3
|
/
*
Update comments regarding rfbClientConnectionGone().
Christian Beier
2014-10-21
1
-2
/
+3
*
Fix Use-After-Free vulnerability in LibVNCServer wrt scaling.
Christian Beier
2014-10-21
1
-2
/
+0
*
Fix selData.buttonWidth calculation
Maks Naumov
2014-10-14
1
-1
/
+1
*
Fix stack-based buffer overflow
Nicolas Ruff
2014-10-07
1
-1
/
+2
*
Fix multiple stack-based buffer overflows in file transfer feature
newsoft
2014-10-06
1
-8
/
+30
*
Make sure that no integer overflow could occur during scaling
newsoft
2014-10-06
1
-1
/
+22
*
Merge pull request #38 from LibVNC/autotools-fix-revisited
Christian Beier
2014-10-02
1
-1
/
+1
|
\
|
*
Rename obsolete INCLUDES to AM_CPPFLAGS
Brian Bidulock
2014-10-02
1
-1
/
+1
*
|
Close unclosed comments ;-)
Johannes Schindelin
2014-09-30
1
-2
/
+2
*
|
A forgotten `#ifdef WIN32` broke UNIX build.
Daniel Cohen Gindi
2014-09-30
1
-0
/
+2
*
|
Signal is a fundamental UNIX function, and must be omitted for any windows co...
Daniel Cohen Gindi
2014-09-20
1
-1
/
+1
*
|
These are UNIX headers, and are not available on MSVC
Daniel Cohen Gindi
2014-09-20
1
-0
/
+5
*
|
On windows, use the Win32 calls for directory enumerations.
Daniel Cohen Gindi
2014-09-20
1
-3
/
+78
*
|
Generally adjusting headers for compiling on windows without the mixing of Wi...
Daniel Cohen Gindi
2014-09-20
3
-1
/
+15
*
|
Just use a macro to bridge to the Win32 version of `mkdir`
Daniel Cohen Gindi
2014-09-20
1
-5
/
+6
*
|
Fixed a violation of the C89 standard ("declarations must come before instruc...
Daniel Cohen Gindi
2014-09-20
3
-10
/
+16
*
|
A windows version for directory enumerations
Daniel Cohen Gindi
2014-09-20
1
-0
/
+147
[next]