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
/
libvncclient
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace deprecated GnuTLS functions gnutls_*_set_priority with gnutls_priorit...
Vic Lee
2011-04-27
1
-9
/
+6
*
Fix regression in Ultra encoding introduced by commit fe1ca16e9b75b5f38ab374c...
Christian Beier
2011-03-17
1
-2
/
+2
*
Remove useless comparisons that always evaluate to false.
Christian Beier
2011-03-17
1
-6
/
+1
*
Fix (most) MinGW32 compiler warnings.
Christian Beier
2011-03-17
4
-4
/
+7
*
Fix libvncclient TLS for Windows builds.
Christian Beier
2011-03-12
1
-5
/
+39
*
Let libvncclient build with gcrypt for MinGW32 builds.
Christian Beier
2011-03-12
1
-0
/
+4
*
Use WaitForMessage instead of sleep in socket reading to fix performance issue.
Vic Lee
2011-03-12
1
-10
/
+2
*
Call WSAGetLastError() everywhere errno is read after a Winsock call.
Christian Beier
2011-03-03
2
-1
/
+14
*
Update minilzo library used for Ultra encoding to ver 2.04.
Christian Beier
2011-02-26
1
-1
/
+1
*
Remove unneeded files concerning CVS.
Christian Beier
2011-01-31
1
-5
/
+0
*
Add ARD (Apple Remote Desktop) security type support
Vic Lee
2011-01-31
1
-0
/
+216
*
Put files used by both libs into a 'common' dir.
Christian Beier
2011-01-25
6
-3492
/
+6
*
libvnc[server|client]: implement xvp VNC extension.
Christian Beier
2010-11-02
1
-0
/
+52
*
Only define strncasecmp to _strnicmp when using MS compiler.
Christian Beier
2010-10-21
1
-5
/
+1
*
Fix build failure wrt IP QoS support in libvncclient.
Christian Beier
2010-10-20
1
-1
/
+1
*
Avoid 100% CPU usage when calling ReadFromRFBServer and no available bytes to...
Vic Lee
2010-10-13
1
-0
/
+10
*
IP QoS support in libvncclient.
Christian Beier
2010-09-29
3
-0
/
+56
*
Non-blocking sockets for Windows.
Christian Beier
2010-09-13
1
-6
/
+9
*
Fix MinGW32 compilation with libjpeg.
Christian Beier
2010-09-06
1
-0
/
+3
*
Fix MinGW32 checking for IPv6.
Christian Beier
2010-07-14
1
-0
/
+4
*
libvncclient: add ipv6 support
Vic Lee
2010-07-08
2
-13
/
+87
*
Call MallocFrameBuffer before SetFormatAndEncodings
Wouter Van Meir
2010-06-04
1
-3
/
+3
*
libvncclient: rfbResizeFrameBuffer should also set updateRect.
runge
2010-05-08
1
-0
/
+9
*
Fix compilation without TLS
Johannes Schindelin
2010-03-13
2
-1
/
+12
*
libvncclient/vncviewer.c: don't set serverPort in rfbInitClient().
Christian Beier
2010-01-25
1
-1
/
+0
*
LibVNCClient: make sure that the port is initialized correctly.
Johannes Schindelin
2010-01-16
1
-6
/
+7
*
Add UltraVNC Repeater support in libvncclient
Vic Lee
2010-01-16
2
-1
/
+71
*
Add support for viewers to select security types on demand
Vic Lee
2010-01-01
2
-6
/
+56
*
Fix version checking (>=3.8) for rfbVncAuthOK confirmation when no password r...
Vic Lee
2009-12-22
1
-2
/
+4
*
libvncclient: better return value for non-forking listen.
Christian Beier
2009-11-12
1
-10
/
+14
*
Fix checks for socket values, 0 is a legal value.
Christian Beier
2009-11-11
3
-4
/
+7
*
libvncclient: include winsock2.h in vncviewer.c.
Christian Beier
2009-11-10
1
-0
/
+2
*
Fix various compilation warnings
Vic Lee
2009-11-10
2
-2
/
+5
*
Merge branch 'VeNCrypt'
Johannes Schindelin
2009-11-02
6
-96
/
+914
|
\
|
*
Add MSLogon security type
Vic Lee
2009-11-02
1
-8
/
+116
|
*
Add VeNCrypt support in libvncclient
Vic Lee
2009-10-02
2
-4
/
+298
|
*
Add anonymous TLS support in libvncclient
Vic Lee
2009-10-02
6
-96
/
+512
*
|
libvncclient: add a non-forking listen function.
Christian Beier
2009-10-30
2
-0
/
+61
*
|
libvncclient: make listenAtTCPPort() work under windows.
Christian Beier
2009-10-30
1
-5
/
+12
*
|
libvncclient: Add FinishedFrameBufferUpdate callback
Alexander Dorokhine
2009-10-30
2
-0
/
+4
*
|
Fix hostname resolution problems under Windows
Alexander Dorokhine
2009-10-30
1
-8
/
+17
*
|
Some broken build environments treat fprintf(fh, buf) as a fatal error...
runge
2009-10-07
1
-1
/
+1
*
|
mingw32 crosscompile fixes.
Christian Beier
2009-10-02
2
-0
/
+3
|
/
*
Fix IsUnixSocket()
Christian Beier
2009-10-02
1
-1
/
+1
*
Fix bug for logging unsupported security types
Vic Lee
2009-09-27
1
-6
/
+26
*
Fix bug for VNC Server version 4
Vic Lee
2009-09-27
1
-1
/
+4
*
Fix two issues in rfbGetClient()
Johannes Schindelin
2009-06-16
1
-2
/
+4
*
Add close() to rfbClientCleanup()
Stefan Becker
2009-05-22
1
-0
/
+2
*
libvncclient: Unix sockets support by Ben Klopfenstein
Ben Klopfenstein
2009-05-12
2
-5
/
+53
*
clean up build flags
dscho
2009-02-03
1
-1
/
+1
[next]