summaryrefslogtreecommitdiffstats
path: root/libvncclient
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #215 from BastiaanOlij/fix_nozlib_compile_errorChristian Beier2018-05-141-1/+1
|\
| * Moved undef of REALBPP downBastiaan Olij2018-01-271-1/+1
* | libvncclient/sasl: prefix the header guard (again) to fix a warningChristian Beier2018-03-241-3/+3
|/
* Merge pull request #203 from dcommander/turbovnc-clientChristian Beier2018-01-233-147/+101
|\
| * Include Tight decoding optimizations from TurboVNCDRC2018-01-223-147/+101
* | Add trle decoderWiki Wang2017-09-152-0/+359
|/
* libvncclient: rename rfbsasl.[c|h] to sasl.[c|h] to be in line with naming of...Christian Beier2017-09-024-7/+7
* Move HAVE_SASL #ifdefs into header file to have less LOCChristian Beier2017-09-023-6/+4
* Merge branch 'sasl2' of git://github.com/simonwaterman/libvncserver into simo...Christian Beier2017-09-029-11/+748
|\
| * Added SASL authentication supportsimon2017-06-259-12/+749
* | Merge pull request #175 from simonwaterman/x509verifyChristian Beier2017-05-141-4/+100
|\ \
| * | Removed comment left over from developmentsimon2017-04-251-3/+0
| * | Modified certificate verification for compatibility with GnuTLS 2.12.23simon2017-04-251-22/+102
| * | Added support for X509 server certificate verification as part of the handsha...simon2017-04-201-3/+22
| |/
* / X509 certificate verification for OpenSSLsimon2017-05-051-92/+157
|/
* Set trueColour flag to 1 instead of 255dborth2017-04-041-1/+1
* Fix building for Android and add build instructions to READMEChristian Beier2017-03-261-1/+1
* Fix a compiler warningChristian Beier2017-03-261-1/+1
* Merge branch 'circle' of https://github.com/ldmnyblzs/libvncserver into ldmny...Christian Beier2017-03-269-144/+145
|\
| * Add function pointers for every type of rectangleBalazs Ludmany2016-06-299-120/+121
* | drop autotoolsBert van Hall2017-02-131-29/+0
* | libvncclient/tls_openssl: support openssl 1.1.xBert van Hall2017-01-311-5/+4
* | Fix LibVNCClient compilation with MSVC 2014Christian Beier2017-01-282-0/+6
* | Fix building on OSX.Christian Beier2016-11-241-1/+1
* | Fix heap overflow in the ultra.c decoderJosef Gajdusek2016-11-141-4/+4
* | Fix heap overflows in the various rectangle fill functionsJosef Gajdusek2016-11-141-0/+24
|/
* Merge pull request #105 from cgeorges82/masterChristian Beier2016-05-301-4/+15
|\
| * Append missing include directory for GNUTLS and OPENSSL in CMake projectCédric Georges2016-03-051-4/+15
* | Merge pull request #103 from rdieter/masterChristian Beier2016-04-241-6/+3
|\ \
| * | use namespaced rfbMax macro (issue #102)Rex Dieter2016-04-181-6/+3
| |/
* | Merge pull request #118 from gbdj/threadsafe-100-squashChristian Beier2016-04-242-0/+23
|\ \
| * | libvncclient/tls_gnutls.c: Add hooks to WriteToTLS() for optional protection ...gbdj2016-04-232-0/+23
| |/
* | Merge pull request #110 from AlexejStukov/patch-1Christian Beier2016-04-121-1/+2
|\ \
| * | break statement out of caseNorrec2016-04-071-1/+2
| |/
* / Fix buffer overflow when applying client encodingszbierak2016-04-121-1/+2
|/
* Ignore null pointers in FillRectangle() and CopyRectangleFromRectangle()SpaceOne2016-01-271-0/+8
* Properly document HandleCursorShape and GotCursorShapeProc.Christian Beier2015-12-031-6/+0
* Fix some typos (found by codespell)Stefan Weil2015-10-092-2/+2
* Re-add the useful bits of 9aa9ac59b4cb10bfca93456a3098e348de172d7f.Christian Beier2015-04-172-0/+7
* Revert "Add libvncclient/h264.c to dist tarball."Christian Beier2015-04-171-1/+1
* Revert "LibVNCClient: Add H.264 encoding for framebuffer updates"Christian Beier2015-04-174-680/+1
* Merge pull request #69 from nopdotcom/masterChristian Beier2015-04-171-1/+4
|\
| * Avoid divide-by-zero in raw encoding (OSX RealVNC)Jay Carlson2015-03-271-1/+4
* | Set autotools SOVERSION.Peter Spiess-Knafl2015-02-091-1/+1
* | Merge pull request #51 from maxnet/masterChristian Beier2015-01-021-0/+10
|\ \
| * | Initialize libgcrypt before useFloris Bos2015-01-021-0/+10
* | | Merge pull request #50 from maxnet/masterChristian Beier2015-01-021-0/+4
|\| |
| * | tls_openssl.c: enable extra POSIX functionality to get PTHREAD_MUTEX_RECURSIVEFloris Bos2015-01-011-0/+4
* | | Fix another MinGW64 build issue. WSAEWOULDBLOCK is not MinGW-specific.Christian Beier2014-12-301-2/+0
|/ /
* | Fix compiler warnings libvncclient + gtkvncviewerFloris Bos2014-12-291-1/+1