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
/
rfb
/
rfbclient.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
LibVNCClient: add support for custom auth handlers
Tobias Junghans
2018-11-11
1
-0
/
+3
*
Remove the turbojpeg.h dependency from public headers
Christian Beier
2018-09-27
1
-2
/
+1
*
Include Tight decoding optimizations from TurboVNC
DRC
2018-01-22
1
-1
/
+11
*
Merge branch 'sasl2' of git://github.com/simonwaterman/libvncserver into simo...
Christian Beier
2017-09-02
1
-0
/
+23
|
\
|
*
Added SASL authentication support
simon
2017-06-25
1
-0
/
+23
*
|
X509 certificate verification for OpenSSL
simon
2017-05-05
1
-0
/
+8
|
/
*
Fix building for Android and add build instructions to README
Christian Beier
2017-03-26
1
-0
/
+5
*
Merge branch 'circle' of https://github.com/ldmnyblzs/libvncserver into ldmny...
Christian Beier
2017-03-26
1
-0
/
+15
|
\
|
*
Add function pointers for every type of rectangle
Balazs Ludmany
2016-06-29
1
-0
/
+15
*
|
Fix LibVNCClient compilation with MSVC 2014
Christian Beier
2017-01-28
1
-0
/
+4
|
/
*
Fix rfbClientSwap64IfLE broken in fe7df89fb1777b4fd303d5a601541f6062caf8ea
Christian Beier
2016-06-05
1
-1
/
+1
*
Merge pull request #84 from plettix/master
Christian Beier
2016-06-05
1
-2
/
+2
|
\
|
*
shift fixes - if an integer is a negative number then the return value of "Sw...
plettix
2015-07-22
1
-2
/
+2
*
|
libvncclient/tls_gnutls.c: Add hooks to WriteToTLS() for optional protection ...
gbdj
2016-04-23
1
-0
/
+6
*
|
Be a bit clearer with the cursorshape documentation for libvncclient.
Christian Beier
2015-12-03
1
-1
/
+4
*
|
Properly document HandleCursorShape and GotCursorShapeProc.
Christian Beier
2015-12-03
1
-2
/
+11
|
/
*
Generally adjusting headers for compiling on windows without the mixing of Wi...
Daniel Cohen Gindi
2014-09-20
1
-0
/
+4
*
Fix ABI compatibility issue.
Christian Beier
2013-01-25
1
-1
/
+4
*
LibVNCClient: Add H.264 encoding for framebuffer updates
David Verbeiren
2013-01-25
1
-0
/
+1
*
LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specif...
Christian Beier
2012-04-15
1
-6
/
+1
*
IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capa...
Christian Beier
2012-03-10
1
-1
/
+4
*
Add an optional parameter to specify the ip address for reverse connections
Luca Stauble
2012-02-03
1
-0
/
+4
*
Small changes to LibNVCClient doxygen documentation.
Christian Beier
2011-12-15
1
-22
/
+23
*
Merge branch 'master' of https://github.com/watkipet/libvncserver
Christian Beier
2011-12-15
1
-1
/
+215
|
\
|
*
Added comments.
Peter Watkins
2011-10-26
1
-1
/
+215
*
|
Hopefully fix the crash when updating from 0.9.7 or earlier
Johannes Schindelin
2011-10-12
1
-4
/
+5
|
/
*
Add doxygen documentation support.
Christian Beier
2010-11-18
1
-29
/
+43
*
libvnc[server|client]: implement xvp VNC extension.
Christian Beier
2010-11-02
1
-0
/
+5
*
IP QoS support in libvncclient.
Christian Beier
2010-09-29
1
-0
/
+4
*
libvncclient: add ipv6 support
Vic Lee
2010-07-08
1
-0
/
+1
*
Add UltraVNC Repeater support in libvncclient
Vic Lee
2010-01-16
1
-0
/
+5
*
Add support for viewers to select security types on demand
Vic Lee
2010-01-01
1
-0
/
+5
*
libvncclient: better return value for non-forking listen.
Christian Beier
2009-11-12
1
-1
/
+1
*
Merge branch 'VeNCrypt'
Johannes Schindelin
2009-11-02
1
-0
/
+51
|
\
|
*
Add MSLogon security type
Vic Lee
2009-11-02
1
-0
/
+10
|
*
Add VeNCrypt support in libvncclient
Vic Lee
2009-10-02
1
-3
/
+6
|
*
Add anonymous TLS support in libvncclient
Vic Lee
2009-10-02
1
-0
/
+38
*
|
libvncclient: add a non-forking listen function.
Christian Beier
2009-10-30
1
-0
/
+4
*
|
libvncclient: Add FinishedFrameBufferUpdate callback
Alexander Dorokhine
2009-10-30
1
-0
/
+2
|
/
*
Export the functions SupportsClient2Server and SupportsServer2Client
llyzs
2009-05-20
1
-0
/
+3
*
libvncclient: Unix sockets support by Ben Klopfenstein
Ben Klopfenstein
2009-05-12
1
-0
/
+1
*
Fix compilation in the absence of libjpeg
dscho
2008-04-28
1
-1
/
+1
*
rfbclient.h: use 'extern "C"' to make it convenient to include from C++
dscho
2007-04-06
1
-0
/
+9
*
LibVNCClient: some users do not want to get whole-screen updates; introduce c...
dscho
2007-02-01
1
-0
/
+4
*
libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient
runge
2007-01-31
1
-0
/
+6
*
make cut text handling using a hook
dscho
2006-09-11
1
-2
/
+2
*
The great UltraVNC Compatibility Commit
steven_carr
2006-05-15
1
-0
/
+21
*
Client side support for PalmVNC/UltraVNC 'Server Side Scaling'
steven_carr
2006-05-04
1
-0
/
+3
*
Ultra Encoding added. Tested against UltraVNC V1.01
steven_carr
2006-05-02
1
-2
/
+6
*
libvncclient: support changing of framebuffer size; make SDLvncviewer use it
dscho
2006-04-28
1
-0
/
+2
[next]