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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unneeded #ifdefs.
Christian Beier
2013-01-25
1
-3
/
+2
*
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
2
-0
/
+19
*
Use htobeNN(3) to convert numbers in websocket.c.
Raphael Kubo da Costa
2012-09-14
1
-0
/
+6
*
Use C-style comments in rfbconfig.h.cmake and C source code.
Raphael Kubo da Costa
2012-09-14
2
-5
/
+5
*
Add Compile Time Version Test Defines.
Christian Beier
2012-05-23
1
-0
/
+4
*
LibVNCServer: Include ws2tcpip.h if it's available.
Christian Beier
2012-05-03
1
-0
/
+4
*
Only try to build TightPNG stuff when libjpeg is available.
Christian Beier
2012-04-30
1
-8
/
+2
*
Merge branch 'turbovnc'
Christian Beier
2012-04-25
2
-4
/
+35
|
\
|
*
Replace TightVNC encoder with TurboVNC encoder. This patch is the result of f...
DRC
2012-03-26
2
-15
/
+12
|
*
Move tightsubsamplevel member to the end of rfbClient struct.
Christian Beier
2012-03-15
1
-4
/
+4
|
*
Add TurboVNC encoding support.
DRC
2012-03-11
2
-4
/
+38
*
|
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
*
|
IPv6 support for LibVNCServer, part two: Let the http server listen on IPv6, ...
Christian Beier
2012-02-27
1
-0
/
+2
*
|
IPv6 support for LibVNCServer, part one: accept IPv4 and IPv6 connections.
Christian Beier
2012-02-20
1
-0
/
+7
|
/
*
Support Mac OS X vnc client with no password
Kyle J. McKay
2012-02-11
1
-1
/
+32
*
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
*
|
Merge branch 'included-novnc'
Christian Beier
2011-11-17
1
-1
/
+1
|
\
\
|
*
|
Rename 'classes' dir to 'webclients'.
Christian Beier
2011-11-09
1
-1
/
+1
|
|
/
*
|
Hopefully fix the crash when updating from 0.9.7 or earlier
Johannes Schindelin
2011-10-12
1
-4
/
+5
|
/
*
Merge branch 'websockets'
Christian Beier
2011-10-04
3
-10
/
+58
|
\
|
*
websockets: Move Hixie disconnect hack to websockets.c
Gernot Tenchio
2011-08-25
1
-2
/
+1
|
*
websockets: Initial HyBi support
Gernot Tenchio
2011-08-25
1
-9
/
+3
|
*
websockets: Add wspath member to rfbClientRec
Gernot Tenchio
2011-08-17
1
-0
/
+1
|
*
websockets: Add Websockets support to CMakeLists.txt
Gernot Tenchio
2011-08-17
1
-0
/
+3
|
*
websockets: Add encryption support
Gernot Tenchio
2011-08-17
1
-1
/
+8
|
*
websockets: Initial WebSockets support.
Joel Martin
2011-08-17
1
-0
/
+22
|
*
tightPng: Add initial tightPng encoding support.
Joel Martin
2011-07-22
3
-10
/
+32
*
|
Adopt autotools build system to Android.
Christian Beier
2011-07-23
1
-1
/
+1
*
|
Make LibVNCServer build for Android.
letsgoustc
2011-07-22
1
-0
/
+5
|
/
*
Fix rfbProcessNewConnection to return some value instead of void.
George Kiagiadakis
2011-06-01
1
-1
/
+1
*
Split two event-loop related functions out of the rfbProcessEvents() mechanism.
George Kiagiadakis
2011-06-01
1
-0
/
+6
*
Fix compilation in c89 mode.
George Kiagiadakis
2011-04-28
1
-2
/
+2
*
CMake: Check for libgcrypt availability.
Christian Beier
2011-03-12
1
-0
/
+3
*
Remove autogenerated files.
Christian Beier
2011-03-12
2
-192
/
+0
*
Set proper file permissions for source files.
Christian Beier
2011-03-10
1
-0
/
+0
*
libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe.
Christian Beier
2011-02-07
1
-0
/
+7
*
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
/
+1
*
Add doxygen documentation support.
Christian Beier
2010-11-18
3
-133
/
+336
*
libvncserver cleanup: remove rfbKeyFrame remnants.
Christian Beier
2010-11-11
1
-14
/
+0
*
libvnc[server|client]: implement xvp VNC extension.
Christian Beier
2010-11-02
3
-1
/
+55
*
Only define strncasecmp to _strnicmp when using MS compiler.
Christian Beier
2010-10-21
1
-0
/
+5
*
rfb/rfbproto.h: Prefix WORDS_BIGENDIAN when it is defined.
Christian Beier
2010-10-08
1
-0
/
+5
*
IP QoS support in libvncclient.
Christian Beier
2010-09-29
1
-0
/
+4
*
Non-blocking sockets for Windows.
Christian Beier
2010-09-13
1
-0
/
+1
[next]