3770 次程式碼提交 (v1.12.90)
 

作者 SHA1 備註 提交日期
  DRC 7c85451070 Clean up the way build-xorg handles GnuTLS. It should now work the same way as configure, allowing GNU_CFLAGS and GNU_LDFLAGS to be overridden on the command line. 13 年之前
  DRC ed1ef85063 Fix MinGW build breakage 13 年之前
  DRC 075d9fa8bf TurboVNC=TigerVNC 13 年之前
  Adam Tkac 7bae98ff83 [Bugfix] Regenerate i18n files. 13 年之前
  Adam Tkac d007ececa0 [Bugfix] Fix Windows build, recently added GNUTLS compat code broke it. 13 年之前
  Adam Tkac b486423692 [Bugfix] Improve compatibility with ancient GNUTLS implementations even more. 13 年之前
  Adam Tkac 68481c19eb [Development] os: add gnutls_x509_crt_print() implementation, older systems 13 年之前
  Adam Tkac e32573a56b [Bugfix] client: improve server certificate verification code. 13 年之前
  Adam Tkac 44cdb1352a [Bugfix] Call gnutls_bye only when handshake is completed. 13 年之前
  DRC 61b630a98c Add mechanism for creating binary tarballs 13 年之前
  DRC 37e9e8ce94 Add install and uninstall targets for Xvnc 13 年之前
  DRC 32020bf720 Oops. Checked in some debugging code. 13 年之前
  DRC b9d8e76544 Port -list feature and -kill robustifications from TurboVNC 1.0 13 年之前
  DRC 069cdcc183 Use "TigerVNC" as the Mac package name rather than "tigervnc" 13 年之前
  DRC ae4e8e2891 Wordsmithing 13 年之前
  DRC 0734c81eda automake is apparently too brain-dead to include its own macros when you do 'make dist' 13 年之前
  DRC 79735b4f59 Allow GnuTLS to use in-tree version of zlib when static linking 13 年之前
  DRC b7ab54f0df Oops. Need to wait until after gnutls.h is included before checking the value of GNUTLS_VERSION_NUMBER 13 年之前
  DRC 2b0b194c04 Modify Mac packaging to accommodate VeNCrypt-enabled builds or other customizations; Change build documentation accordingly 13 年之前
  DRC ff1e1ff941 Attempt to restore compatibility with older GnuTLS versions 13 年之前
  DRC 1b6aba21f1 Check for the existence of setenv() in the system libraries and use the system version if it exists. This prevents "error: declaration of setenv() throws different exceptions" when building on certain Linux platforms. 13 年之前
  DRC 0f090b3f2d Rename patches to avoid exceeding 99-character limit in full pathnames when doing 'make dist' 13 年之前
  DRC c2b2b993d9 Remove unused directory 13 年之前
  DRC 8dde2665b4 Remove old Visual C++ project files (use CMake to build with Visual C++) 13 年之前
  DRC 27198cecda libjpeg-turbo produces about the same image quality with the fast integer DCT if the JPEG quality is <= 95, and it's a lot faster. Slow integer DCT is retained for quality >= 96, because fast integer degrades at those quality levels. 13 年之前
  DRC 29640ea22d Fix make dist 13 年之前
  Adam Tkac 8e9850670c [Bugfix] Use bitwise NOT instead of logical NOT when working with 13 年之前
  Adam Tkac f16a421570 [Bugfix] Print empty string by default when paths for X.509 certs don't exist. 13 年之前
  Adam Tkac c480ee3266 [Development] os: introduce new function called "fileexists" 13 年之前
  Adam Tkac 437b0c2fc3 [Bugfix] Append ".pem" suffix to saved certificates. 13 年之前
  Adam Tkac 8311f4e2e4 [Bugfix] win vncviewer: create VNC home directory during startup. 13 年之前
  Adam Tkac af0817220e [Development] Rename function "gethomedir" to "getvnchomedir" and rewrite it in 13 年之前
  DRC a6da9f388f Clarify that the SIMD C wrappers and headers fall under the same license as the rest of the SIMD code 13 年之前
  Adam Tkac 0b4287185b [Bugfix] viewers: set server's hostname as a server name. (Thanks to Guillaume Destuynder) 13 年之前
  Adam Tkac 670a09cf42 [Development] Windows vncconfig: add various TLS related boxes to Security dialog 13 年之前
  Adam Tkac 9fa84ffce4 [Development] Win vncviewer: use SecurityPage class for Security dialog 13 年之前
  Adam Tkac cf4e7511b2 [Development] Add new rfb_win32::SecurityPage class 13 年之前
  Adam Tkac a9a7b4b34a [Development] Add Security::ToString method 13 年之前
  Adam Tkac 98bf0e9c15 [Development] Allow to set security types directly in the Security class 13 年之前
  Adam Tkac 1238c043fd [Bugfix] win vncviewer: preserve security settings during reconnection 13 年之前
  Adam Tkac d41d4be5a4 [Development] winvnc: Enable debug output when built with -D_DEBUG 13 年之前
  Adam Tkac 125bd259b9 [Development] Add possibility to build Windows programs with GNUTLS via cmake. 13 年之前
  Adam Tkac 179d2b14ec [Bugfix] CSecurityTLS.cxx: include os/print.h to get correct snprintf definition. 13 年之前
  Adam Tkac c4674db3bd [Bugfix] Don't include unistd.h and don't call access() on Windows. 13 年之前
  Adam Tkac 5d4c6acf92 [Bugfix] Use free() instead of gnutls_free() on Windows. 13 年之前
  Adam Tkac 6959da1390 [Bugfix] Handle situation when viewer doesn't send the key release event well. 13 年之前
  Adam Tkac 59b6253adb [Bugfix] Fix "Alt key gets stuck in Xvnc" issue. 13 年之前
  Adam Tkac b0bfb7ce65 [Bugfix] Disable server-side key autorepeating. 13 年之前
  Adam Tkac bb443662bd [Bugfix] TXViewport: check if we need another scrollbar after adding one 13 年之前
  Adam Tkac f818725c00 [Bugfix] TXViewport: set the window max width/height considering the scrollbars 13 年之前