summaryrefslogtreecommitdiffstats
path: root/libvncserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix stack-based buffer overflowNicolas Ruff2014-10-071-1/+2
* Fix multiple stack-based buffer overflows in file transfer featurenewsoft2014-10-061-8/+30
* Make sure that no integer overflow could occur during scalingnewsoft2014-10-061-1/+22
* Merge pull request #38 from LibVNC/autotools-fix-revisitedChristian Beier2014-10-021-1/+1
|\
| * Rename obsolete INCLUDES to AM_CPPFLAGSBrian Bidulock2014-10-021-1/+1
* | Close unclosed comments ;-)Johannes Schindelin2014-09-301-2/+2
* | A forgotten `#ifdef WIN32` broke UNIX build.Daniel Cohen Gindi2014-09-301-0/+2
* | Signal is a fundamental UNIX function, and must be omitted for any windows co...Daniel Cohen Gindi2014-09-201-1/+1
* | These are UNIX headers, and are not available on MSVCDaniel Cohen Gindi2014-09-201-0/+5
* | On windows, use the Win32 calls for directory enumerations.Daniel Cohen Gindi2014-09-201-3/+78
* | Generally adjusting headers for compiling on windows without the mixing of Wi...Daniel Cohen Gindi2014-09-203-1/+15
* | Just use a macro to bridge to the Win32 version of `mkdir`Daniel Cohen Gindi2014-09-201-5/+6
* | Fixed a violation of the C89 standard ("declarations must come before instruc...Daniel Cohen Gindi2014-09-203-10/+16
* | A windows version for directory enumerationsDaniel Cohen Gindi2014-09-201-0/+147
* | MSVC also has the __FUNCTION__ predefinedDaniel Cohen Gindi2014-09-201-1/+1
* | `CreateDirectory` might clash with the `CreateDirectoryA`/`CreateDirectoryW` ...Daniel Cohen Gindi2014-09-202-1/+13