summaryrefslogtreecommitdiffstats
path: root/libvncclient/rfbproto.c
Commit message (Expand)AuthorAgeFilesLines
* Add function pointers for every type of rectangleBalazs Ludmany2016-06-291-103/+3
* 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
* Re-add the useful bits of 9aa9ac59b4cb10bfca93456a3098e348de172d7f.Christian Beier2015-04-171-0/+4
* Revert "LibVNCClient: Add H.264 encoding for framebuffer updates"Christian Beier2015-04-171-24/+0
* 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
* | Initialize libgcrypt before useFloris Bos2015-01-021-0/+10
|/
* Fix possible libvncclient ServerInit memory corruption.Christian Beier2014-10-101-1/+2
* `strings.h` and `resolv.h` are not available on MSVC, and some POSIX function...Daniel Cohen Gindi2014-09-201-1/+6
* MSVC: Use _snprintf instead of snprintfDaniel Cohen Gindi2014-09-021-0/+4
* Fix indentationJohannes Schindelin2014-08-161-2/+2
* Check for MallocFrameBuffer() return valuenewsoft2014-08-151-3/+7
* Initialize padding in SetFormatAndEncodings' rfbSetPixelFormatMsg.Matthias Treydte2014-06-231-0/+2
* libvncclient: If we have TLS support, enable VeNCrypt by defaultJohannes Schindelin2014-04-051-0/+3
* LibVNCClient: Add H.264 encoding for framebuffer updatesDavid Verbeiren2013-01-251-0/+24
* Include strings.h for strncasecmp(3)Raphael Kubo da Costa2012-09-141-0/+1
* Tune the definitions needed when building with -ansi.Raphael Kubo da Costa2012-09-141-0/+1
* Fix some compiler warnings that hinted some no too unimportant errors.Christian Beier2012-05-091-2/+2
* LibVNCClient: #undef these types in case it's WIN32.Christian Beier2012-05-031-4/+4
* Added support for UltraVNC Single Click as originally proposed by Noobius (Bo...Monkey2012-04-231-0/+8
* LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specif...Christian Beier2012-04-151-12/+1
* When GetCredential() callback is not set, don't use authentications requiring...Christian Beier2011-11-091-2/+2
* Remove useless comparisons that always evaluate to false.Christian Beier2011-03-171-6/+1
* Fix (most) MinGW32 compiler warnings.Christian Beier2011-03-171-0/+2
* Let libvncclient build with gcrypt for MinGW32 builds.Christian Beier2011-03-121-0/+4
* Add ARD (Apple Remote Desktop) security type supportVic Lee2011-01-311-0/+216
* Put files used by both libs into a 'common' dir.Christian Beier2011-01-251-2/+2
* libvnc[server|client]: implement xvp VNC extension.Christian Beier2010-11-021-0/+52
* Only define strncasecmp to _strnicmp when using MS compiler.Christian Beier2010-10-211-5/+1
* IP QoS support in libvncclient.Christian Beier2010-09-291-0/+3
* Fix MinGW32 compilation with libjpeg.Christian Beier2010-09-061-0/+3
* libvncclient: add ipv6 supportVic Lee2010-07-081-13/+25
* libvncclient: rfbResizeFrameBuffer should also set updateRect.runge2010-05-081-0/+9
* Fix compilation without TLSJohannes Schindelin2010-03-131-1/+10
* Add UltraVNC Repeater support in libvncclientVic Lee2010-01-161-0/+45
* Add support for viewers to select security types on demandVic Lee2010-01-011-6/+53
* Fix version checking (>=3.8) for rfbVncAuthOK confirmation when no password r...Vic Lee2009-12-221-2/+4
* Fix checks for socket values, 0 is a legal value.Christian Beier2009-11-111-1/+1
* Merge branch 'VeNCrypt'Johannes Schindelin2009-11-021-91/+324
|\
| * Add MSLogon security typeVic Lee2009-11-021-8/+116
| * Add VeNCrypt support in libvncclientVic Lee2009-10-021-1/+74
| * Add anonymous TLS support in libvncclientVic Lee2009-10-021-91/+143
* | libvncclient: Add FinishedFrameBufferUpdate callbackAlexander Dorokhine2009-10-301-0/+3
* | Some broken build environments treat fprintf(fh, buf) as a fatal error...runge2009-10-071-1/+1
* | mingw32 crosscompile fixes.Christian Beier2009-10-021-0/+2
|/
* Fix IsUnixSocket()Christian Beier2009-10-021-1/+1
* Fix bug for logging unsupported security typesVic Lee2009-09-271-6/+26