summaryrefslogtreecommitdiffstats
path: root/rfb
Commit message (Expand)AuthorAgeFilesLines
* Fix rfbClientSwap64IfLE broken in fe7df89fb1777b4fd303d5a601541f6062caf8eaChristian Beier2016-06-051-1/+1
* Merge pull request #84 from plettix/masterChristian Beier2016-06-052-4/+4
|\
| * shift fixes - if an integer is a negative number then the return value of "Sw...plettix2015-07-222-4/+4
* | Only include endian.h if present on system.Christian Beier2016-05-301-2/+2
* | Merge pull request #105 from cgeorges82/masterChristian Beier2016-05-301-0/+21
|\ \
| * | Append IPv6 option in CMake ProjectCédric Georges2016-03-051-0/+21
* | | Merge pull request #103 from rdieter/masterChristian Beier2016-04-241-1/+1
|\ \ \
| * | | use namespaced rfbMax macro (issue #102)Rex Dieter2016-04-181-1/+1
| |/ /
* | | Merge pull request #118 from gbdj/threadsafe-100-squashChristian Beier2016-04-241-0/+6
|\ \ \
| * | | libvncclient/tls_gnutls.c: Add hooks to WriteToTLS() for optional protection ...gbdj2016-04-231-0/+6
| |/ /
* / / Increase MAX_ENCODINGS value to accommodate more client encodingszbierak2016-04-131-1/+1
|/ /
* | Be a bit clearer with the cursorshape documentation for libvncclient.Christian Beier2015-12-031-1/+4
* | Properly document HandleCursorShape and GotCursorShapeProc.Christian Beier2015-12-031-2/+11
* | 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-093-6/+6
|/
* 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
* Fix handling of multiple VNC commands per websockets frameFloris Bos2015-01-171-0/+1
* Those are generally the windows headers, not just MinGWDaniel Cohen Gindi2014-09-201-2/+2
* Generally adjusting headers for compiling on windows without the mixing of Wi...Daniel Cohen Gindi2014-09-201-0/+4
* 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
* Fix ABI compatibility issue.Christian Beier2013-01-251-1/+4
* LibVNCClient: Add H.264 encoding for framebuffer updatesDavid Verbeiren2013-01-252-0/+19
* Use htobeNN(3) to convert numbers in websocket.c.Raphael Kubo da Costa2012-09-141-0/+6
* Use C-style comments in rfbconfig.h.cmake and C source code.Raphael Kubo da Costa2012-09-142-5/+5
* Add Compile Time Version Test Defines.Christian Beier2012-05-231-0/+4
* LibVNCServer: Include ws2tcpip.h if it's available.Christian Beier2012-05-031-0/+4
* Only try to build TightPNG stuff when libjpeg is available.Christian Beier2012-04-301-8/+2
* Merge branch 'turbovnc'Christian Beier2012-04-252-4/+35
|\
| * Replace TightVNC encoder with TurboVNC encoder. This patch is the result of f...DRC2012-03-262-15/+12
| * Move tightsubsamplevel member to the end of rfbClient struct.Christian Beier2012-03-151-4/+4
| * Add TurboVNC encoding support.DRC2012-03-112-4/+38
* | LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specif...Christian Beier2012-04-151-6/+1
* | IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capa...Christian Beier2012-03-101-1/+4
* | IPv6 support for LibVNCServer, part two: Let the http server listen on IPv6, ...Christian Beier2012-02-271-0/+2
* | IPv6 support for LibVNCServer, part one: accept IPv4 and IPv6 connections.Christian Beier2012-02-201-0/+7
|/
* Support Mac OS X vnc client with no passwordKyle J. McKay2012-02-111-1/+32
* Add an optional parameter to specify the ip address for reverse connectionsLuca Stauble2012-02-031-0/+4
* Small changes to LibNVCClient doxygen documentation.Christian Beier2011-12-151-22/+23
* Merge branch 'master' of https://github.com/watkipet/libvncserverChristian Beier2011-12-151-1/+215
|\
| * Added comments.Peter Watkins2011-10-261-1/+215
* | Merge branch 'included-novnc'Christian Beier2011-11-171-1/+1
|\ \
| * | Rename 'classes' dir to 'webclients'.Christian Beier2011-11-091-1/+1
| |/
* / Hopefully fix the crash when updating from 0.9.7 or earlierJohannes Schindelin2011-10-121-4/+5
|/
* Merge branch 'websockets'Christian Beier2011-10-043-10/+58
|\