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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Compile Time Version Test Defines.
Christian Beier
2012-05-23
3
-0
/
+12
*
libvncserver/sockets.c: do not segfault when listenSock/listen6Sock == -1
Kyle J. McKay
2012-05-21
1
-2
/
+2
*
Fix some compiler warnings that hinted some no too unimportant errors.
Christian Beier
2012-05-09
4
-4
/
+8
*
Update TODO.
Christian Beier
2012-05-07
1
-0
/
+2
*
Encodingstest: Use format string argument with fprintf.
Luca Falavigna
2012-05-07
1
-1
/
+1
*
Bump version to 0.9.10.
Christian Beier
2012-05-05
2
-3
/
+3
*
Update ChangeLog for 0.9.9.
Christian Beier
2012-05-04
1
-0
/
+1070
*
Enable building DLLs with MinGW32.
Christian Beier
2012-05-04
1
-0
/
+2
*
Update NEWS for 0.9.9.
Christian Beier
2012-05-04
1
-0
/
+33
*
LibVNCClient: #undef these types in case it's WIN32.
Christian Beier
2012-05-03
1
-4
/
+4
*
LibVNCServer: Include ws2tcpip.h if it's available.
Christian Beier
2012-05-03
1
-0
/
+4
*
LibVNCServer: Prefer GnuTLS over OpenSSL to be in sync with LibVNCClient.
Christian Beier
2012-04-30
1
-4
/
+4
*
Some more libjpeg, libpng and zlib related build fixes.
Christian Beier
2012-04-30
1
-2
/
+2
*
Make PKG_CHECK_MODULES fail non-fatal.
Christian Beier
2012-04-30
1
-2
/
+2
*
Only try to build TightPNG stuff when libjpeg is available.
Christian Beier
2012-04-30
2
-24
/
+12
*
Only build libjpeg test programs if libjpeg is actually available.
Christian Beier
2012-04-27
1
-3
/
+3
*
Fix CMake build of LibVNCClient.
Christian Beier
2012-04-26
1
-1
/
+17
*
Properly check return value.
Christian Beier
2012-04-26
1
-1
/
+4
*
Fix build when no libjpeg is available.
Christian Beier
2012-04-26
1
-10
/
+6
*
Include some more missing files for make dist.
Christian Beier
2012-04-26
2
-2
/
+3
*
Include missing files for make dist.
Christian Beier
2012-04-25
1
-0
/
+1
*
Fix libvncclient make dist.
Christian Beier
2012-04-25
1
-1
/
+1
*
Better check for Linux build.
Christian Beier
2012-04-25
1
-2
/
+2
*
Binaries that are to be installed should be all lowercase.
Christian Beier
2012-04-25
1
-4
/
+4
*
Bump version to 0.9.9.
Christian Beier
2012-04-25
2
-3
/
+3
*
Fix some compiler warnings thrown with newer gcc.
Christian Beier
2012-04-25
4
-6
/
+7
*
Merge branch 'turbovnc'
Christian Beier
2012-04-25
18
-596
/
+3652
|
\
|
*
Fix turbojpeg tests compilation.
Christian Beier
2012-04-25
1
-2
/
+2
|
*
Fix compilation with some libjpeg distributions.
DRC
2012-04-25
1
-4
/
+3
|
*
Make TurboVNC compress level 3 actually work.
Christian Beier
2012-04-12
1
-1
/
+1
|
*
Fix memory leak in TurboVNC
DRC
2012-04-09
1
-2
/
+2
|
*
Extend support for the new TurboVNC encoder to the CMake build system
DRC
2012-03-26
1
-2
/
+39
|
*
Replace TightVNC encoder with TurboVNC encoder. This patch is the result of f...
DRC
2012-03-26
16
-2678
/
+3302
|
*
Add DRC to AUTHORS.
Christian Beier
2012-03-15
1
-1
/
+1
|
*
Move tightsubsamplevel member to the end of rfbClient struct.
Christian Beier
2012-03-15
1
-4
/
+4
|
*
Fix the build of x11vnc when an out-of-tree build directory is used
DRC
2012-03-11
1
-1
/
+1
|
*
Fix an issue that affects the existing Tight encoder as well as the newly-imp...
DRC
2012-03-11
1
-0
/
+9
|
*
Add TurboVNC encoding support.
DRC
2012-03-11
8
-8
/
+2395
*
|
Added support for UltraVNC Single Click as originally proposed by Noobius (Bo...
Monkey
2012-04-23
1
-0
/
+8
*
|
Add Philip to AUTHORS.
Christian Beier
2012-04-15
1
-1
/
+1
*
|
LibVNCClient: Fix build with no SSL/TLS library available.
Christian Beier
2012-04-15
1
-0
/
+2
*
|
LibVNCClient: properly free the openssl session stuff on shutdown.
Christian Beier
2012-04-15
1
-13
/
+14
*
|
LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specif...
Christian Beier
2012-04-15
5
-72
/
+16
*
|
Unify GnuTLS vs OpenSSL build systems stuff between libvncclient and libvncse...
Christian Beier
2012-04-14
1
-9
/
+8
*
|
Add the OpenSSL libvncclient TLS version to the build system.
Christian Beier
2012-04-14
4
-1
/
+657
*
|
Update our copy of noVNC.
Christian Beier
2012-04-12
15
-144
/
+1221
*
|
Merge branch 'server-ipv6'
Christian Beier
2012-04-02
12
-48
/
+516
|
\
\
|
*
|
IPv6 support for LibVNCServer, part four: add copyright notices to files with...
Christian Beier
2012-04-02
4
-0
/
+4
|
*
|
IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capa...
Christian Beier
2012-03-10
6
-15
/
+174
|
*
|
IPv6 support for LibVNCServer, part onepointseven: Plug a memleak.
Christian Beier
2012-03-10
1
-0
/
+3
[next]