summaryrefslogtreecommitdiffstats
path: root/libvncserver
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | Removed _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE, _XOPEN_SOURCE.Michele Calgaro2018-10-086-30/+0
* | Merge tag 'LibVNCServer-0.9.11' of https://github.com/LibVNC/libvncserverSlávek Banko2017-10-1417-120/+214
|\ \ | |/
| * 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
| * | prevent segfaultBenjamin Dürholt2015-04-102-1/+7
| * | Set autotools SOVERSION.Peter Spiess-Knafl2015-02-091-0/+1
| * | Replace SHA1 implementation with the one from RFC 6234.Christian Beier2015-02-012-2/+2
| * | Merge pull request #57 from maxnet/masterChristian Beier2015-01-183-0/+29
| |\ \ | | |/
| | * Fix handling of multiple VNC commands per websockets frameFloris Bos2015-01-173-0/+29
| * | Merge pull request #56 from maxnet/masterChristian Beier2015-01-161-9/+14
| |\ \ | | |/
| | * Only advertise xvp support when xvpHook is setFloris Bos2015-01-161-9/+14
* | | Per libvncserver developer bk138 do not automatically release onHoldr14.0.1Timothy Pearson2015-01-131-1/+0
* | | Add missing files from previous commitTimothy Pearson2015-01-102-0/+61
* | | Port required changes for TDE's krfb server from the old libvnc version embed...Timothy Pearson2015-01-102-37/+162
|/ /
* | Fix building with mingw-w64.Christian Beier2014-12-301-1/+3
|/
* Update comments regarding rfbClientConnectionGone().Christian Beier2014-10-211-2/+3
* Fix Use-After-Free vulnerability in LibVNCServer wrt scaling.Christian Beier2014-10-211-2/+0
* Fix selData.buttonWidth calculationMaks Naumov2014-10-141-1/+1