summaryrefslogtreecommitdiffstats
path: root/libvncserver
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'LibVNCServer-0.9.12'Slávek Banko2019-02-0626-876/+971
|\
| * Fix comment style and be a bit more verboseChristian Beier2019-01-061-2/+7
| * Merge pull request #238 from tetrane/pr-fix-use-after-freeChristian Beier2019-01-062-9/+46
| |\
| | * Check the return code of pipeQuentin BUATHIER2018-12-061-1/+4
| | * Fix the concurrent issue hapenning between the freeing of the client and the ...Quentin BUATHIER2018-08-092-3/+31
| | * Fix use-after-freeQuentin BUATHIER2018-08-091-6/+12
| * | Error out in rfbProcessFileTransferReadBuffer if length can not be allocatedChristian Beier2019-01-061-2/+12
| * | Merge pull request #267 from veyon/external-lzoChristian Beier2018-12-291-0/+4
| |\ \
| | * | Allow to use global LZO library instead of miniLZOTobias Junghans2018-11-221-0/+4
| * | | Fix -Wmisleading-indentation warningsRemi Gacogne2018-11-282-9/+13
| |/ /
| * | Merge pull request #259 from veyon/cursor-shiftChristian Beier2018-11-191-4/+4
| |\ \
| | * | LibVNCClient: fix integer shifts for cursor colorsTobias Junghans2018-11-051-4/+4
| * | | LibVNCServer: properly use thread-local storageTobias Junghans2018-11-192-6/+8
| * | | Add SSL options to rfbUsage outputChristian Beier2018-11-111-0/+4
| * | | Merge branch 'fix-#242'Christian Beier2018-11-105-18/+25
| |\ \ \
| | * | | tightvnc-filetransfer: do not close stuff from within a threadChristian Beier2018-11-101-6/+0
| | * | | tightvnc-filetransfer: when creating a new download thread, make sure the pre...Christian Beier2018-10-221-2/+1
| | * | | tightvnc-filetransfer: wait for download thread end in CloseUndoneFileDownload()Christian Beier2018-10-212-2/+7
| | * | | tightvnc-filetransfer: refactor CloseUndoneFileTransfer() into two functionsChristian Beier2018-10-213-7/+16
| | * | | tightvnc-filetransfer: tie the download thread to the control structureChristian Beier2018-10-212-2/+2
| | |/ /
| * / / Undef error codes before redefining them for WSATobias Junghans2018-11-061-0/+6
| |/ /
| * | tightvnc-filetransfer: fix heap use-after-freeChristian Beier2018-10-211-0/+2
| * | LibVNCServer: fix heap out-of-bound write accessChristian Beier2018-10-211-1/+1
| * | websockets: remove Flash fallbackChristian Beier2018-10-012-13/+1
| * | httpd: send proper MIME type for Javascript filesChristian Beier2018-10-011-0/+2
| * | Fix compilaton with gcc 4.4.xDRC2018-09-301-2/+2
| |/
| * 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
| | |/