summaryrefslogtreecommitdiffstats
path: root/rfb/rfbproto.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'LibVNCServer-0.9.12'Slávek Banko2019-02-061-5/+4
|\
| * Add trle decoderWiki Wang2017-09-151-0/+1
| * Move HAVE_SASL #ifdefs into header file to have less LOCChristian Beier2017-09-021-2/+0
| * Added SASL authentication supportsimon2017-06-251-2/+4
| * rfbproto: re-add erroneously removed SOCKET definitionChristian Beier2017-02-211-0/+1
| * rfbproto: remove SOCKET redefinitionsChristian Beier2017-02-211-3/+0
| * Fix "rfbBool's size is not 1" runtime error with MSVCChristian Beier2017-02-211-1/+1
* | Merge tag 'LibVNCServer-0.9.11' of https://github.com/LibVNC/libvncserverSlávek Banko2017-10-141-27/+9
|\ \ | |/
| * Only include endian.h if present on system.Christian Beier2016-05-301-2/+2
| * Merge pull request #103 from rdieter/masterChristian Beier2016-04-241-1/+1
| |\
| | * use namespaced rfbMax macro (issue #102)Rex Dieter2016-04-181-1/+1
| * | Increase MAX_ENCODINGS value to accommodate more client encodingszbierak2016-04-131-1/+1
| |/
| * Merge pull request #90 from stweil/fixChristian Beier2015-10-101-4/+4
| |\
| | * Fix definition of POSIX data typesStefan Weil2015-10-101-2/+1
| | * Fix endianness detectionStefan Weil2015-10-101-2/+3
| * | Fix some typos (found by codespell)Stefan Weil2015-10-091-1/+1
| |/
| * Instead of letting the build system define endianess, rely on endian.h.Christian Beier2015-05-281-5/+5
| * Do away with rfbint.h generation and use stdint.h directly instead.Christian Beier2015-05-281-3/+0
| * Revert "LibVNCClient: Add H.264 encoding for framebuffer updates"Christian Beier2015-04-171-15/+0
* | Add hooks to client library to ontain network and authentication statusTimothy Pearson2015-01-121-0/+8
* | Port required changes for TDE's krfb server from the old libvnc version embed...Timothy Pearson2015-01-101-0/+8
|/
* MSVC: Use the Unix emulation headersDaniel Cohen Gindi2014-09-021-0/+4
* Use correct winsock headerDaniel Cohen Gindi2014-09-021-1/+1
* Remove unneeded #ifdefs.Christian Beier2013-01-251-3/+2
* LibVNCClient: Add H.264 encoding for framebuffer updatesDavid Verbeiren2013-01-251-0/+18
* Replace TightVNC encoder with TurboVNC encoder. This patch is the result of f...DRC2012-03-261-11/+7
* Add TurboVNC encoding support.DRC2012-03-111-4/+30
* tightPng: Add initial tightPng encoding support.Joel Martin2011-07-221-8/+14
* Add ARD (Apple Remote Desktop) security type supportVic Lee2011-01-311-0/+1
* Add doxygen documentation support.Christian Beier2010-11-181-0/+11
* libvncserver cleanup: remove rfbKeyFrame remnants.Christian Beier2010-11-111-14/+0
* libvnc[server|client]: implement xvp VNC extension.Christian Beier2010-11-021-1/+47
* Only define strncasecmp to _strnicmp when using MS compiler.Christian Beier2010-10-211-0/+5
* rfb/rfbproto.h: Prefix WORDS_BIGENDIAN when it is defined.Christian Beier2010-10-081-0/+5
* Add MSLogon security typeVic Lee2009-11-021-0/+1
* Add VeNCrypt support in libvncclientVic Lee2009-10-021-0/+10
* Add anonymous TLS support in libvncclientVic Lee2009-10-021-0/+1
* Add ZYWRLE server-side support (thanks Noriaki Yamazaki, Hitachi)dscho2008-01-291-0/+1
* Move our rfbEncodings numbers out of the TightVNC range.runge2006-12-161-5/+5
* do not always include rfb/keysym.hdscho2006-09-121-1/+0
* KeyboardLedState Encoding Masks are now defined for portabilitysteven_carr2006-05-281-0/+18
* Default to RFB 3.8, add command line option to specify the RFB version.steven_carr2006-05-151-1/+1
* The great UltraVNC Compatibility Commitsteven_carr2006-05-151-12/+10
* Server Capability Encodingssteven_carr2006-05-041-5/+36
* KeyboardLedState should be placed in 'various protocol extensions'steven_carr2006-05-041-1/+1
* add KeyboardLedState extensiondscho2006-03-281-0/+1
* fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds,...runge2005-11-251-1/+1
* kill BackChannel and CustomClientMessage: the new extension technique makes t...dscho2005-10-061-11/+0
* support VNC protocol version 3.7dscho2005-09-261-1/+20
* add definitions from other VNC implementationsdscho2005-06-061-0/+300