Commit Graph

154 Commits (eeeb54758f645a3d5b36ed7ba1981456d9b59851)

Author SHA1 Message Date
Christian Beier 9aa9ac59b4 Add libvncclient/h264.c to dist tarball.
10 years ago
Christian Beier a1125ad9a6 Merge pull request #38 from LibVNC/autotools-fix-revisited
10 years ago
Brian Bidulock 57b0e4f4fe Rename obsolete INCLUDES to AM_CPPFLAGS
10 years ago
Daniel Cohen Gindi fbf48c65f3 `strings.h` and `resolv.h` are not available on MSVC, and some POSIX functions are renamed or deprecated
10 years ago
Johannes Schindelin 8d2db0486d Fix tv_usec calculation
10 years ago
Daniel Cohen Gindi 54b2400dd7 Use Windows' critical sections to emulate pthread's mutexes
10 years ago
Daniel Cohen Gindi dfdb11144a Perform pointer arithmetic on char * instead of void *
10 years ago
Daniel Cohen Gindi e26aeb4062 MSVC: Use the Unix emulation headers
10 years ago
Daniel Cohen Gindi 366dda9951 Use WIN32 for Windows-specific #ifdef guards
10 years ago
Daniel Cohen Gindi cd578bf529 MSVC: Use _snprintf instead of snprintf
10 years ago
Daniel Cohen Gindi 3059282751 Include Winsock2 header before windows.h include
10 years ago
Daniel Cohen Gindi 914460cac5 Remove unused variables
10 years ago
Johannes Schindelin 27b0c0deb7 Fix indentation
10 years ago
newsoft 85a778c0e4 Check for MallocFrameBuffer() return value
10 years ago
newsoft 045a044e8a Fix integer overflow in MallocFrameBuffer()
10 years ago
Matthias Treydte b6b8889306 Initialize padding in SetFormatAndEncodings' rfbSetPixelFormatMsg.
10 years ago
Johannes Schindelin 646f844f69 Merge branch 'repeater'
10 years ago
Johannes Schindelin a705cd625c libvncclient: If we have TLS support, enable VeNCrypt by default
10 years ago
Robbert Klarenbeek f2a93afb46 Address #12 ClientData does not get freed
10 years ago
David Verbeiren d891478ec9 LibVNCClient: Add H.264 encoding for framebuffer updates
11 years ago
Raphael Kubo da Costa ec3fff609c Include strings.h for strncasecmp(3)
12 years ago
Raphael Kubo da Costa 4c148e5f74 Tune the definitions needed when building with -ansi.
12 years ago
Rostislav Lisovy 0b396959fd Fix in milliseconds to struct timeval conversion
12 years ago
Christian Beier 2a97ab8679 Fix some compiler warnings that hinted some no too unimportant errors.
12 years ago
Christian Beier 231763cb0e LibVNCClient: #undef these types in case it's WIN32.
12 years ago
Christian Beier 4a5eee94e8 Fix libvncclient make dist.
12 years ago
Monkey 2524573678 Added support for UltraVNC Single Click as originally proposed by Noobius (Boobius) on 6/1/11.
12 years ago
Christian Beier e2beac6d93 LibVNCClient: Fix build with no SSL/TLS library available.
12 years ago
Christian Beier f606179c9c LibVNCClient: properly free the openssl session stuff on shutdown.
12 years ago
Christian Beier 77286f0831 LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specific functionality into tls_gnutls.c.
12 years ago
Christian Beier 5e9da5a2f8 Add the OpenSSL libvncclient TLS version to the build system.
12 years ago
Christian Beier 2d50fc84f7 IPv6 support for LibVNCServer, part four: add copyright notices to files with non-trivial changes.
12 years ago
Christian Beier 75bfb1f5d3 IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capable.
12 years ago
Luca Stauble fe2e2e4b59 Add an optional parameter to specify the ip address for reverse connections
12 years ago
Christian Beier 27b4372c94 When GetCredential() callback is not set, don't use authentications requiring it.
13 years ago
Vic Lee d8fca9d013 Replace deprecated GnuTLS functions gnutls_*_set_priority with gnutls_priority_set_direct.
13 years ago
Christian Beier 62b7acf480 Fix regression in Ultra encoding introduced by commit fe1ca16e9b.
13 years ago
Christian Beier e92951d19d Remove useless comparisons that always evaluate to false.
13 years ago
Christian Beier fe1ca16e9b Fix (most) MinGW32 compiler warnings.
13 years ago
Christian Beier 980dfa60fe Fix libvncclient TLS for Windows builds.
13 years ago
Christian Beier 8909e9fe44 Let libvncclient build with gcrypt for MinGW32 builds.
13 years ago
Vic Lee e323d73f91 Use WaitForMessage instead of sleep in socket reading to fix performance issue.
13 years ago
Christian Beier cf72a0f7c3 Call WSAGetLastError() everywhere errno is read after a Winsock call.
13 years ago
Christian Beier f5b96e57bf Update minilzo library used for Ultra encoding to ver 2.04.
13 years ago
Christian Beier 558a58e039 Remove unneeded files concerning CVS.
13 years ago
Vic Lee 030ccf673d Add ARD (Apple Remote Desktop) security type support
13 years ago
Christian Beier ffe30366d6 Put files used by both libs into a 'common' dir.
13 years ago
Christian Beier e5523350a8 libvnc[server|client]: implement xvp VNC extension.
14 years ago
Christian Beier 128d06aaaa Only define strncasecmp to _strnicmp when using MS compiler.
14 years ago
Christian Beier fbb93c9efe Fix build failure wrt IP QoS support in libvncclient.
14 years ago