Commit Graph

  • 77dce5b6af
    CMake: only do jpeg-turbo tests if a libjpeg was found Christian Beier 2018-09-26 20:48:25 +0200
  • d6c907ffbc
    Remove .gitignore obsoleted by CMake Christian Beier 2018-09-26 19:54:46 +0200
  • 15a64bf9d5
    Update URL for documentation. #1 Michele Calgaro 2018-09-12 21:39:36 +0900
  • b3c3b19931
    Removed unnecessary executable flag. This relates to bug 2153. Michele Calgaro 2018-09-02 18:32:03 +0900
  • 79516a6aa3
    CMake: make get_link_libraries() not crash when there are no linked libraries at all Christian Beier 2018-08-10 17:09:35 +0200
  • cedae6e6f9 Fix the concurrent issue hapenning between the freeing of the client and the clientOutput thread Quentin BUATHIER 2018-08-09 09:33:59 +0200
  • 96e163bdae Fix use-after-free Quentin BUATHIER 2018-08-08 16:14:39 +0200
  • 474f64e5db
    SDLvncviewer: work around SDL_TEXTINPUT not generating chars with CTRL down Christian Beier 2018-07-30 19:47:26 +0200
  • 97c9b6c5d7
    SDLvncviewer: handle mouse wheel events Christian Beier 2018-07-30 18:58:28 +0200
  • b0957702a8
    SDLvncviewer: adhere to C89 Christian Beier 2018-07-28 14:23:19 +0200
  • a2b5284e07
    SDLvncviewer: implement Unicode input handling Christian Beier 2018-07-28 14:17:56 +0200
  • 19660ff64d
    TravisCI: install SDL2 dev packages for OSX as well Christian Beier 2018-07-26 11:47:54 +0200
  • b917d8f236
    TravisCI: install SDL2 dev packages Christian Beier 2018-07-26 11:43:59 +0200
  • c562ed4b99
    SDLvncviewer: remove obsolete video scaling code Christian Beier 2018-07-26 11:33:11 +0200
  • bfdb850bfb
    SDLvncviewer: use SDL2 for clipboard handling Christian Beier 2018-07-26 11:14:03 +0200
  • 8f1b565dbe
    SDLvncviewer: make input work with SDL2 Christian Beier 2018-07-25 16:35:09 +0200
  • 65126b5826
    SDLvncviewer: make display work with SDL2 Christian Beier 2018-05-16 18:13:44 +0200
  • 4d3c7dfc04
    CMake: look for SDL2 instead of SDL Christian Beier 2018-05-12 00:07:10 +0200
  • 436a047f56
    SDLvncviewer: add a very simple GetCredentials callback Christian Beier 2018-07-25 14:22:00 +0200
  • 1781ecda34
    CMake: add a LIBVNCSERVER_HAVE_GNUTLS #define Christian Beier 2018-07-08 20:53:43 +0200
  • e775aec64e
    build: decouple GnuTLS|OpenSSL detection from WebSockets support Christian Beier 2018-07-08 17:56:23 +0200
  • 3c05dd565e
    crypto: remove polarssl wrapper Christian Beier 2018-06-29 14:23:24 +0200
  • a2ebdf46cc
    CMake: declare that websockets depend on crypto Christian Beier 2018-06-29 12:46:53 +0200
  • 49f1d8de47
    build: remove LIBVNCSERVER_WITH_CLIENT_TLS #define Christian Beier 2018-06-29 12:31:26 +0200
  • 85fb69515c
    crypto: move to common Christian Beier 2018-06-29 12:30:17 +0200
  • 161e7cab02
    Merge pull request #235 from eddiejames/master Christian Beier 2018-06-26 21:01:44 +0200
  • a3628aa81c Fix FTBFS due to new DSO linkage style This resolves bug 2927 Slávek Banko 2018-06-22 13:03:56 +0200
  • dd873fce45 Tight: export SendCompressedData and SendTightHeader functions Eddie James 2018-06-18 16:17:41 -0500
  • a67e22dd1f
    AppVeyorCI: remove unused statements Christian Beier 2018-06-16 19:30:40 +0200
  • 84dee73eee
    AppVeyorCI: remove Visual Studio 2013 as it somehow got broken at AppVeyor's side Christian Beier 2018-06-16 19:29:45 +0200
  • 127b44ca0e
    README: remove reference to functions not existing anymore Christian Beier 2018-06-16 19:13:19 +0200
  • b997331e52
    Merge pull request #215 from BastiaanOlij/fix_nozlib_compile_error Christian Beier 2018-05-14 17:01:13 +0200
  • 5c0ff7e072
    CMake: require FFMPEG version >= 3.1.0 Christian Beier 2018-04-27 12:06:06 +0200
  • 7e7103071b
    AppVeyorCI: build with Visual Studio 2017 as well Christian Beier 2018-03-24 21:20:24 +0100
  • f23248a415
    rfbserver: fix a typo Christian Beier 2018-03-24 02:30:34 +0100
  • 449cbe9028
    rfbserver: get rid of inttypes.h again Christian Beier 2018-03-24 02:30:13 +0100
  • b0c77391e6
    Merge branch 'clientcuttext' of https://github.com/ppisar/libvncserver into ppisar-clientcuttext Christian Beier 2018-03-24 01:56:21 +0100
  • 078590786c
    libvncclient/sasl: prefix the header guard (again) to fix a warning Christian Beier 2018-03-24 01:54:52 +0100
  • 71c3215d8f
    SDLvncviewer: enable the X11 clipboard if X11 was found Christian Beier 2018-03-24 01:36:05 +0100
  • c49204c815
    androidvncserver: fix print_usage and a compiler warning Christian Beier 2018-03-13 10:42:03 +0100
  • 8d4d021966
    androidvncserver: add some boilerplate comment that should have been in the 1st code drop Christian Beier 2018-03-13 10:40:05 +0100
  • c7c18332c8
    androidvncserver: fix a quite serious typo Christian Beier 2018-03-13 10:30:02 +0100
  • 28afb6c537 Limit client cut text length to 1 MB Petr Písař 2018-02-26 13:48:00 +0100
  • 020c30f63d
    AppVeyorCI: set path to devenv tool based on environment Christian Beier 2018-02-27 11:21:51 +0100
  • f84d90c9e8
    androidvncserver: remove keycodes not in NDK anymore Christian Beier 2018-02-26 14:32:36 +0100
  • c5b8763b61 Moved undef of REALBPP down Bastiaan Olij 2018-01-27 09:40:01 +1100
  • d34c7b07ac
    Merge pull request #203 from dcommander/turbovnc-client Christian Beier 2018-01-23 17:31:42 +0100
  • d7b14624cb Include Tight decoding optimizations from TurboVNC DRC 2017-11-06 17:25:41 -0600
  • ccd7208cf3
    Merge pull request #197 from wwqwwqwd/master Christian Beier 2018-01-22 22:13:15 +0100
  • 6fbd5fcdf1 Fix build with cmake < 3.0 Slávek Banko 2017-10-14 19:05:06 +0200
  • 68cb29a12f Merge tag 'LibVNCServer-0.9.11' of https://github.com/LibVNC/libvncserver Slávek Banko 2017-10-14 18:50:54 +0200
  • beb82f8dde Add trle decoder Wiki Wang 2017-09-15 14:21:07 +0800
  • 6814e946e0
    libvncclient: rename rfbsasl.[c|h] to sasl.[c|h] to be in line with naming of other files Christian Beier 2017-09-02 18:05:46 +0200
  • df11e806a3
    Move HAVE_SASL #ifdefs into header file to have less LOC Christian Beier 2017-09-02 17:20:58 +0200
  • 666f37efc0
    Fix building whithout SASL Christian Beier 2017-09-02 17:19:38 +0200
  • 98e1be528f
    Merge branch 'sasl2' of git://github.com/simonwaterman/libvncserver into simonwaterman-sasl2 Christian Beier 2017-09-02 17:02:38 +0200
  • 1155edec9e Merge pull request #188 from Cordius/master Christian Beier 2017-07-07 14:45:32 +0200
  • 2c2f103304 fix: the function should not return a value Wu Zongyong 2017-06-25 22:43:44 +0800
  • cb4e15c1ae Added SASL authentication support Added SASL support to OpenSSL simon 2017-04-21 01:24:56 +0100
  • 7362db632a Merge pull request #161 from jlesage/master-base64-compat Christian Beier 2017-06-20 15:03:17 +0200
  • e8a1ca2035 Fixed compilation of websockets on system where there is no implementation of base64 functions. Jocelyn Le Sage 2017-02-21 06:36:15 -0500
  • ada4b4fc5a Merge pull request #158 from kempniu/gtk-vnc-0.7.0-compat Christian Beier 2017-05-15 12:49:33 +0200
  • 051fe2a009
    websockets: hide decode debug output per default Christian Beier 2017-05-15 00:17:53 +0200
  • 0e76b289c8
    websockets: only build tests for a websockets-enabled build Christian Beier 2017-05-14 21:00:18 +0200
  • f48921becf
    websockets: restore webSocketCheckDisconnect() to keep API compatibility Christian Beier 2017-05-14 20:49:57 +0200
  • ef8d2852f5
    remove potential 64 bit len overflow calculation Andreas Weigel 2017-02-27 09:00:19 +0100
  • 5d9d6a8712
    add decode support for continuation frames Andreas Weigel 2017-02-27 08:45:32 +0100
  • 8fefdcde27
    fix problems in test and requests for cmake build Andreas Weigel 2017-02-23 11:55:49 +0100
  • a90a43cda5
    remove Hixie-specific MD5 and check functions Andreas Weigel 2017-02-23 10:05:40 +0100
  • 826e0f9e39
    add generation wstest to cmake Andreas Weigel 2017-02-20 15:13:03 +0100
  • f19d6ee225
    add ws_decode tests Andreas Weigel 2017-02-20 11:24:18 +0100
  • a2322e7006
    remove obsolete hixie protocol support Andreas Weigel 2017-02-16 10:24:20 +0100
  • bcefa591cd
    factor out hybi decode part to make it testable Andreas Weigel 2017-02-16 10:10:33 +0100
  • aac95a9dcf
    fix overflow and refactor websockets decode (Hybi) Andreas Weigel 2017-02-15 12:31:05 +0100
  • 0fcd4a3b52 Merge pull request #175 from simonwaterman/x509verify Christian Beier 2017-05-14 16:48:21 +0200
  • edd1acec7c Merge pull request #176 from simonwaterman/x509verify-openssl Christian Beier 2017-05-14 14:11:36 +0200
  • 9485359451 Merge pull request #178 from lioncash/leak Christian Beier 2017-05-12 19:57:13 +0200
  • c550e1ac69 font: Fix a small resource leak in a failure case in rfbLoadConsoleFont() Lioncash 2017-05-10 10:58:55 -0400
  • 2c87a631fa X509 certificate verification for OpenSSL simon 2017-05-05 00:37:25 +0100
  • cc10eab7eb Removed comment left over from development simon 2017-04-25 01:53:37 +0100
  • cc69ee96e1 Modified certificate verification for compatibility with GnuTLS 2.12.23 simon 2017-04-25 00:45:05 +0100
  • c80879ee69
    CMake: add all function checks that used to be in configure.ac Christian Beier 2017-04-21 16:20:01 +0200
  • 81d5b844ed
    CMake: properly name rfbconfig.h cmake template Christian Beier 2017-04-21 16:04:25 +0200
  • 21ac080383
    TravisCI: point OSX CMake to OpenSSL root dir Christian Beier 2017-04-21 15:44:59 +0200
  • 5e6a0daed5
    Merge branch 'tmcqueengit push origin master-materials-patch-1' Christian Beier 2017-04-21 14:35:35 +0200
  • 7ccae55b59
    CMake: include a FindFFMPEG module and use it Christian Beier 2017-04-21 14:33:43 +0200
  • ecb81d0e75 Update vnc2mpg.c tmcqueen-materials 2017-04-20 17:13:00 -0400
  • 6c312aaf5b Added support for X509 server certificate verification as part of the handshake process. simon 2017-04-20 21:08:23 +0100
  • fc2899af7a
    CMake: set LIBVNCSERVER_HAVE_FORK in rfbconfig.h if fork() found Christian Beier 2017-04-18 23:12:09 +0200
  • 2197b415f2
    CMake: set LIBVNCSERVER_HAVE_LIBSSL in rfbconfig.h if OpenSSL found Christian Beier 2017-04-18 22:53:08 +0200
  • 6d4bb07ea6
    CMake: detect mmap() and write result to rfbconfig.h Christian Beier 2017-04-18 22:18:08 +0200
  • 709c8ea862 Update vnc2mpg.c tmcqueen-materials 2017-04-13 21:09:57 -0400
  • 32301cb73f
    Merge branch 'dborth-patch-1' Christian Beier 2017-04-04 10:47:16 +0200
  • 652f5a4b1c
    Set trueColour flag to 1 instead of 255 dborth 2017-04-03 09:43:44 -0600
  • ef97186023
    CMake: automatically build androidvncserver when crosscompiling for Android Christian Beier 2017-03-26 16:29:55 +0200
  • 80ad74f761
    Fix building for Android and add build instructions to README Christian Beier 2017-03-26 16:11:16 +0200
  • 5b920be490
    CMake: when crosscompiling for Android, don't look for systemd Christian Beier 2017-03-26 15:38:53 +0200
  • ec6d0f7259
    Fix a compiler warning Christian Beier 2017-03-26 15:03:24 +0200
  • 0d5d16b4a7
    CMake: only build TurboJPEG unit tests if lib has jpeg support Christian Beier 2017-03-26 14:45:46 +0200
  • 9d37f15992
    AppVeyorCI: change libpng download link to sth that works Christian Beier 2017-03-26 14:41:40 +0200