1647 次代码提交 (6948ead152f81b2d66ba0636b0f0604cdc3bc554)
 

作者 SHA1 备注 提交日期
  Adam Tkac 6948ead152 [Bugfix] Check return codes from gnutls library every time. 14 年前
  Adam Tkac 5522d61b7a [Cleanup] Ensure all files use LF as newline control character, not CR+LF. 14 年前
  DRC bacbbaa697 Fix typo in SIMD dispatch routines which was causing 4:2:0 upsampling to be used instead of 4:2:2 when decompressing JPEG images using SSE2 code 14 年前
  DRC aab8ddd427 Sync with libjpeg-turbo 1.0.1 14 年前
  DRC 365d8a59d4 Fix build with YASM 14 年前
  DRC d4dda31a53 Handle erroneous Huffman codes 14 年前
  Adam Tkac ea633a79bd [Bugfix] Extend encoding range checks to handle negative encodings well. 14 年前
  Adam Tkac 214c1a17ab [Bugfix] Fix memory leak in InputDevice::keyEvent function. 14 年前
  Adam Tkac 39c9d99e5d [Bugfix] vncserver: accept <+optname> option when specified as the first one. 14 年前
  Adam Tkac 3c5be39e92 [Development] Rename CSecurityTLSBase class to CSecurityTLS. 14 年前
  Adam Tkac 0e61c34932 [Development] Merge CSecurityTLS and CSecurityX509 classes into CSecurityTLSBase class. 14 年前
  Adam Tkac 21b61a5c03 [Development] Rename SSecurityTLSBase source/class to SSecurityTLS. 14 年前
  Adam Tkac f39671def2 [Cleanup] Merge SSecurityTLS and SSecurityX509 classes into SSecurityTLSBase class. 14 年前
  Adam Tkac f5f6a00dfb [Development] Implement VeNCrypt X509 subtypes on the client side. 14 年前
  Adam Tkac 5bf73fbb2a [Development] Implement X509 VeNCrypt subtypes on the server side. 14 年前
  Adam Tkac 4395823664 [Bugfix] Add "#error" directives to client-side TLS sources to avoid wrong usage. 14 年前
  Adam Tkac 707d361a50 [Development] Create VeNCrypt security types in Security class. 14 年前
  Adam Tkac 814fa8972e [Development] Use SecurityType also as configuration for VeNCrypt. 14 年前
  Adam Tkac a032593f99 [Development] Pass Security instance to {C,S}SecurityVeNCrypt. 14 年前
  Adam Tkac db062b6b51 [Development] Add more debug logging into {C,S}SecurityVeNCrypt. 14 年前
  Adam Tkac 957a5aea64 [Development] Minor fixes in previous commit. 14 年前
  Adam Tkac b3e60c6a1a [Development] Support VeNCrypt Security types in standard security type parser. 14 年前
  Adam Tkac 0c77e51de8 [Development] Use U32 as internal SecurityType type. 14 年前
  Adam Tkac 00b395a410 [Development] Move VeNCrypt security subtypes into Security.h. 14 年前
  Adam Tkac c86db213d7 Use {C,S}Security instead of {C,S}SecurityStack objects in VeNCrypt routines. 14 年前
  Adam Tkac 05a0cd6628 [Development] Client now uses security types from -SecurityTypes parameter instead of hardcoded list. 14 年前
  Adam Tkac 0c8194feb4 [Cleanup] Remove unused CConnection::setClientSecTypeOrder function. 14 年前
  Adam Tkac f515c00151 [Development] Add xserver19.patch. 14 年前
  Adam Tkac fe1d7d5341 [Development] Pass "serverClient" to QueryColors when compiling against X.Org 1.9.X. 14 年前
  Adam Tkac 02fd9a6cda [Development] Fetch root window pointer directly from pScreen if possible. 14 年前
  Adam Tkac 62094c76fc [Development] Improve privates handling in vncHooks to be compatible with X.Org 1.9.X. 14 年前
  Adam Tkac 590aa05d11 [Development] Enable compilation against X.Org 1.9.X source. 14 年前
  Adam Tkac e16e546c90 [Cleanup] Remove leftover code. 14 年前
  DRC c1afba7522 Reuse the getpasswd() function in filter mode so that the new line is stripped from the input 14 年前
  DRC 7f9ea27ec8 Add a filter mode option to vncpasswd 14 年前
  DRC 6452addd2b Include vncviewer man page in OS X package 14 年前
  DRC 896a96c2dd 64-bit support exists in OS X versions prior to 10.6 14 年前
  DRC f1cd9cc843 Don't require GTK when building pixman module 14 年前
  Adam Tkac d9e813d003 [Doc] Include information about running "autoreconf -fiv" in the README file. 14 年前
  Adam Tkac 01345fc0ca winvnc: Declare the main() function as WinMain() 14 年前
  Adam Tkac 8fb6ac0e99 winvnc: Declare argv as "char**" instead of "const *char[]" 14 年前
  Adam Tkac e450dc442e [Bugfix] Include VNCServerWin32.h before QueryConnectDialog.h to ensure winsock2.h is included before windows.h. 14 年前
  Adam Tkac ae1ac9710b [Bugfix] Third parameter of GetLocaleInfo is LPTSTR. Also compute the 4th 14 年前
  Adam Tkac c0b557bbd3 [Bugfix] Declare d3des.h functions inside `extern "C" {}` block. 14 年前
  Adam Tkac de484c9b37 [Bugfix] Re-add zlib.dsp file which was accidentally removed in r4026. 14 年前
  DRC c875a0ddf5 Sync with libjpeg-turbo 1.0.0 14 年前
  Pierre Ossman 560a824296 Extend the default keyboard table with the Windows keys so that they can 14 年前
  Pierre Ossman a1d10fc47a Map up the rest of the standard modifiers (if available). 14 年前
  Pierre Ossman 88e0c72057 Use a switch statement instead of a series of if:s for setting up the modmap 14 年前
  Pierre Ossman 6aa2de49cc Reinstate Caps Lock in the default keyboard map. It's not documented why 14 年前