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
*
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
*
|
rfbproto: re-add erroneously removed SOCKET definition
Christian Beier
2017-02-21
1
-0
/
+1
*
|
rfbproto: remove SOCKET redefinitions
Christian Beier
2017-02-21
1
-3
/
+0
*
|
Fix "rfbBool's size is not 1" runtime error with MSVC
Christian Beier
2017-02-21
1
-1
/
+1
*
|
CMake: that file ain't used no more
Christian Beier
2017-01-31
1
-4
/
+0
*
|
Various #ifdef fixes to allow building with MSVC2014
Christian Beier
2017-01-28
1
-0
/
+1
*
|
CMake: add a HAVE_SYS_UIO_H flag to rfbconfig.h
Christian Beier
2017-01-28
1
-0
/
+3
*
|
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
2
-4
/
+4
|
\
|
*
shift fixes - if an integer is a negative number then the return value of "Sw...
plettix
2015-07-22
2
-4
/
+4
*
|
Only include endian.h if present on system.
Christian Beier
2016-05-30
1
-2
/
+2
*
|
Merge pull request #105 from cgeorges82/master
Christian Beier
2016-05-30
1
-0
/
+21
|
\
\
|
*
|
Append IPv6 option in CMake Project
Cédric Georges
2016-03-05
1
-0
/
+21
*
|
|
Merge pull request #103 from rdieter/master
Christian Beier
2016-04-24
1
-1
/
+1
|
\
\
\
|
*
|
|
use namespaced rfbMax macro (issue #102)
Rex Dieter
2016-04-18
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #118 from gbdj/threadsafe-100-squash
Christian Beier
2016-04-24
1
-0
/
+6
|
\
\
\
|
*
|
|
libvncclient/tls_gnutls.c: Add hooks to WriteToTLS() for optional protection ...
gbdj
2016-04-23
1
-0
/
+6
|
|
/
/
*
|
|
Increase MAX_ENCODINGS value to accommodate more client encodings
zbierak
2016-04-13
1
-1
/
+1
|
/
/
*
|
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
*
|
Merge pull request #90 from stweil/fix
Christian Beier
2015-10-10
1
-4
/
+4
|
\
\
|
*
|
Fix definition of POSIX data types
Stefan Weil
2015-10-10
1
-2
/
+1
|
*
|
Fix endianness detection
Stefan Weil
2015-10-10
1
-2
/
+3
|
|
/
*
|
Fix some typos (found by codespell)
Stefan Weil
2015-10-09
3
-6
/
+6
|
/
*
Instead of letting the build system define endianess, rely on endian.h.
Christian Beier
2015-05-28
1
-5
/
+5
*
Do away with rfbint.h generation and use stdint.h directly instead.
Christian Beier
2015-05-28
1
-3
/
+0
*
Revert "LibVNCClient: Add H.264 encoding for framebuffer updates"
Christian Beier
2015-04-17
1
-15
/
+0
*
Fix handling of multiple VNC commands per websockets frame
Floris Bos
2015-01-17
1
-0
/
+1
*
Those are generally the windows headers, not just MinGW
Daniel Cohen Gindi
2014-09-20
1
-2
/
+2
*
Generally adjusting headers for compiling on windows without the mixing of Wi...
Daniel Cohen Gindi
2014-09-20
1
-0
/
+4
*
MSVC: Use the Unix emulation headers
Daniel Cohen Gindi
2014-09-02
1
-0
/
+4
*
Use correct winsock header
Daniel Cohen Gindi
2014-09-02
1
-1
/
+1
*
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
[next]