summaryrefslogtreecommitdiffstats
path: root/libvncserver
Commit message (Expand)AuthorAgeFilesLines
* crypto: move to commonChristian Beier2018-06-295-190/+0
* Tight: export SendCompressedData and SendTightHeader functionsEddie James2018-06-201-14/+11
* rfbserver: fix a typoChristian Beier2018-03-241-1/+1
* rfbserver: get rid of inttypes.h againChristian Beier2018-03-241-4/+1
* Limit client cut text length to 1 MBPetr Písař2018-03-081-1/+19
* fix: the function should not return a valueWu Zongyong2017-06-251-1/+1
* Fixed compilation of websockets on system where there is no implementation of...Jocelyn Le Sage2017-06-133-8/+6
* Merge pull request #158 from kempniu/gtk-vnc-0.7.0-compatChristian Beier2017-05-151-1/+4
|\
| * Ensure compatibility with gtk-vnc 0.7.0+Michał Kępień2017-02-141-1/+4
* | websockets: hide decode debug output per defaultChristian Beier2017-05-151-32/+41
* | websockets: restore webSocketCheckDisconnect() to keep API compatibilityChristian Beier2017-05-141-0/+11
* | remove potential 64 bit len overflow calculationAndreas Weigel2017-05-142-38/+31
* | add decode support for continuation framesAndreas Weigel2017-05-143-46/+126
* | remove Hixie-specific MD5 and check functionsAndreas Weigel2017-05-142-68/+0
* | add generation wstest to cmakeAndreas Weigel2017-05-142-25/+26
* | add ws_decode testsAndreas Weigel2017-05-143-41/+41
* | remove obsolete hixie protocol supportAndreas Weigel2017-05-141-246/+51
* | factor out hybi decode part to make it testableAndreas Weigel2017-05-143-580/+631
* | fix overflow and refactor websockets decode (Hybi)Andreas Weigel2017-05-141-132/+463
* | font: Fix a small resource leak in a failure case in rfbLoadConsoleFont()Lioncash2017-05-101-0/+1
* | rfbInitServer: only init Winsock onceChristian Beier2017-02-211-1/+9
* | Add an rfbLogPError that shows something on WIN32Christian Beier2017-02-211-0/+9
* | Merge pull request #156 from The-42/drop-autotoolsChristian Beier2017-02-211-80/+0
|\ \
| * | drop autotoolsBert van Hall2017-02-131-80/+0
| |/
* / Fix building in C89 modeChristian Beier2017-02-201-1/+12
|/
* Fix building websockets with GnuTLS.Christian Beier2017-01-281-3/+3
* Fix typoChristian Beier2017-01-281-1/+1
* Fix websockets buildingChristian Beier2017-01-281-0/+2
* Various #ifdef fixes to allow building with MSVC2014Christian Beier2017-01-286-3/+27
* Make websockets code build on OSX without SSL.Christian Beier2016-12-301-0/+13
* Use unprefixed b64_* functions in websockets code.Christian Beier2016-12-301-5/+5
* LibVNCServer: fix starting of an onHold-client in threaded mode.Christian Beier2016-12-281-9/+6
* websockets: Don't supply Sec-WebSocket-Protocol if not in requestKyle Russell2016-12-081-2/+11
* Write the correct length for end of headerSamuel Mannehed2016-12-021-1/+1
* httpd: rework mime type handling to recognise more typesChristian Beier2016-11-251-7/+13
* Merge pull request #128 from zmedico/autoprobe-selectiveChristian Beier2016-11-201-7/+9
|\
| * Support autoPort with ipv4 or ipv6 disabledZac Medico2016-08-141-7/+9
* | Fix some typos (found by codespell)Stefan Weil2016-11-181-1/+1
* | Support systemd socket activationKyle Russell2016-09-212-44/+74
|/
* Merge pull request #84 from plettix/masterChristian Beier2016-06-051-15/+17
|\
| * fix for issue 81plettix2015-07-071-15/+17
* | Avoid calling SSL_pending when connection is already closedGeorge Fleury2016-05-131-1/+1
* | Merge pull request #103 from rdieter/masterChristian Beier2016-04-243-6/+6
|\ \
| * | use namespaced rfbMax macro (issue #102)Rex Dieter2016-04-183-6/+6
* | | Enable AF_UNIX socket: ignore setsockopt TCP_NODELAY failure.Wen Shuguang2016-04-152-11/+4
|/ /
* / Fix some typos (found by codespell)Stefan Weil2015-10-0910-12/+12
|/
* Do away with rfbint.h generation and use stdint.h directly instead.Christian Beier2015-05-281-2/+1
* Merge pull request #70 from maxnet/masterChristian Beier2015-04-171-0/+8
|\
| * httpd: disallow directory traversalFloris Bos2015-03-291-0/+8
* | Changed C++ style comments to C onesBenjamin Dürholt2015-04-132-2/+2