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
...
|
*
|
remove obsolete hixie protocol support
Andreas Weigel
2017-05-14
1
-246
/
+51
|
*
|
factor out hybi decode part to make it testable
Andreas Weigel
2017-05-14
3
-580
/
+631
|
*
|
fix overflow and refactor websockets decode (Hybi)
Andreas Weigel
2017-05-14
1
-132
/
+463
|
*
|
font: Fix a small resource leak in a failure case in rfbLoadConsoleFont()
Lioncash
2017-05-10
1
-0
/
+1
|
*
|
rfbInitServer: only init Winsock once
Christian Beier
2017-02-21
1
-1
/
+9
|
*
|
Add an rfbLogPError that shows something on WIN32
Christian Beier
2017-02-21
1
-0
/
+9
|
*
|
Merge pull request #156 from The-42/drop-autotools
Christian Beier
2017-02-21
1
-80
/
+0
|
|
\
\
|
|
*
|
drop autotools
Bert van Hall
2017-02-13
1
-80
/
+0
|
|
|
/
|
*
|
Fix building in C89 mode
Christian Beier
2017-02-20
1
-1
/
+12
|
|
/
|
*
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
*
|
Removed _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE, _XOPEN_SOURCE.
Michele Calgaro
2018-10-08
6
-30
/
+0
*
|
Merge tag 'LibVNCServer-0.9.11' of https://github.com/LibVNC/libvncserver
Slávek Banko
2017-10-14
17
-120
/
+214
|
\
\
|
|
/
|
*
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
*
|
|
Per libvncserver developer bk138 do not automatically release onHold
r14.0.1
Timothy Pearson
2015-01-13
1
-1
/
+0
*
|
|
Add missing files from previous commit
Timothy Pearson
2015-01-10
2
-0
/
+61
*
|
|
Port required changes for TDE's krfb server from the old libvnc version embed...
Timothy Pearson
2015-01-10
2
-37
/
+162
|
/
/
*
|
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
[prev]
[next]