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
/
rfbproto.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix indentation
Johannes Schindelin
2014-08-16
1
-2
/
+2
*
Check for MallocFrameBuffer() return value
newsoft
2014-08-15
1
-3
/
+7
*
Initialize padding in SetFormatAndEncodings' rfbSetPixelFormatMsg.
Matthias Treydte
2014-06-23
1
-0
/
+2
*
libvncclient: If we have TLS support, enable VeNCrypt by default
Johannes Schindelin
2014-04-05
1
-0
/
+3
*
LibVNCClient: Add H.264 encoding for framebuffer updates
David Verbeiren
2013-01-25
1
-0
/
+24
*
Include strings.h for strncasecmp(3)
Raphael Kubo da Costa
2012-09-14
1
-0
/
+1
*
Tune the definitions needed when building with -ansi.
Raphael Kubo da Costa
2012-09-14
1
-0
/
+1
*
Fix some compiler warnings that hinted some no too unimportant errors.
Christian Beier
2012-05-09
1
-2
/
+2
*
LibVNCClient: #undef these types in case it's WIN32.
Christian Beier
2012-05-03
1
-4
/
+4
*
Added support for UltraVNC Single Click as originally proposed by Noobius (Bo...
Monkey
2012-04-23
1
-0
/
+8
*
LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specif...
Christian Beier
2012-04-15
1
-12
/
+1
*
When GetCredential() callback is not set, don't use authentications requiring...
Christian Beier
2011-11-09
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
1
-0
/
+2
*
Let libvncclient build with gcrypt for MinGW32 builds.
Christian Beier
2011-03-12
1
-0
/
+4
*
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
1
-2
/
+2
*
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
*
IP QoS support in libvncclient.
Christian Beier
2010-09-29
1
-0
/
+3
*
Fix MinGW32 compilation with libjpeg.
Christian Beier
2010-09-06
1
-0
/
+3
*
libvncclient: add ipv6 support
Vic Lee
2010-07-08
1
-13
/
+25
*
libvncclient: rfbResizeFrameBuffer should also set updateRect.
runge
2010-05-08
1
-0
/
+9
*
Fix compilation without TLS
Johannes Schindelin
2010-03-13
1
-1
/
+10
*
Add UltraVNC Repeater support in libvncclient
Vic Lee
2010-01-16
1
-0
/
+45
*
Add support for viewers to select security types on demand
Vic Lee
2010-01-01
1
-6
/
+53
*
Fix version checking (>=3.8) for rfbVncAuthOK confirmation when no password r...
Vic Lee
2009-12-22
1
-2
/
+4
*
Fix checks for socket values, 0 is a legal value.
Christian Beier
2009-11-11
1
-1
/
+1
*
Merge branch 'VeNCrypt'
Johannes Schindelin
2009-11-02
1
-91
/
+324
|
\
|
*
Add MSLogon security type
Vic Lee
2009-11-02
1
-8
/
+116
|
*
Add VeNCrypt support in libvncclient
Vic Lee
2009-10-02
1
-1
/
+74
|
*
Add anonymous TLS support in libvncclient
Vic Lee
2009-10-02
1
-91
/
+143
*
|
libvncclient: Add FinishedFrameBufferUpdate callback
Alexander Dorokhine
2009-10-30
1
-0
/
+3
*
|
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
1
-0
/
+2
|
/
*
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
*
libvncclient: Unix sockets support by Ben Klopfenstein
Ben Klopfenstein
2009-05-12
1
-5
/
+24
*
ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki)
dscho
2008-02-04
1
-3
/
+23
*
LibVNCClient: if the GotRect hook is set, override default op.
dscho
2007-08-14
1
-2
/
+2
*
LibVNCClient: some users do not want to get whole-screen updates; introduce c...
dscho
2007-02-01
1
-2
/
+3
*
libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient
runge
2007-01-31
1
-3
/
+28
*
make cut text handling using a hook
dscho
2006-09-11
1
-11
/
+9
*
RFB 3.8 clients are well informed
steven_carr
2006-06-05
1
-36
/
+56
*
The great UltraVNC Compatibility Commit
steven_carr
2006-05-15
1
-30
/
+336
*
Server Capability Encodings
steven_carr
2006-05-04
1
-24
/
+83
*
UltraVNC with scaling, will send rectangles with a zero W or H
steven_carr
2006-05-04
1
-3
/
+8
*
Client side support for PalmVNC/UltraVNC 'Server Side Scaling'
steven_carr
2006-05-04
1
-1
/
+48
*
Ultra Encoding added. Tested against UltraVNC V1.01
steven_carr
2006-05-02
1
-16
/
+76
[next]