]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2010-09-29 Pierre OssmanAdd ifdef:s around TLS specific code in Unix vncviewer.
2010-09-20 Adam Tkac[Bugfix] Include rfb/Security.h in the source tarball.
2010-09-15 Adam Tkac[Development] Add code which process new GUI-exposed...
2010-09-15 Adam Tkac[Development] Expose encryption and authentication...
2010-09-15 Adam Tkac[Development] Add -dridir parameter to Xvnc to specify...
2010-09-15 Adam Tkac[Development] When building X.Org 7.5, use xserver...
2010-09-15 Adam Tkac[Development] build-xorg: apply patches from xorg-7...
2010-09-15 Adam Tkac[Development] Apply some downstream patches to get...
2010-09-15 Adam Tkac[Development] build-xorg: don't build hardware specific...
2010-09-15 Adam Tkac[Development] build-xorg: don't build X11 documentation.
2010-09-15 Adam Tkac[Development] Update X.Org 7.5 packages to the latest...
2010-09-15 Adam Tkac[Development] Handle .tar.gz Mesa archives in build...
2010-09-15 Adam Tkac[Development] Improve download-xorg-7.5 script to work...
2010-09-15 Adam Tkac[Bugfix] Fix vncconfig.exe compilation (broken since...
2010-09-07 Adam Tkac[Development] Add missing PAM sources (fixes commit...
2010-09-02 Adam Tkac[Development] Add more --disable- flags to Xorg's confi...
2010-09-02 Adam Tkac[Development] Compile Xvnc parallely, if possible.
2010-09-02 Adam Tkac[Development] Implement *Plain security types on the...
2010-09-02 Adam Tkac[Development] Implement *Plain types on the client...
2010-08-27 Adam Tkac[Bugfix] Set pvfb->pixelFormatDefined only if format...
2010-08-25 Adam Tkac[Bugfix] Properly report transport errors to GNUTLS.
2010-08-25 Adam Tkac[Bugfix] Xvnc: define 32bit pixel format correctly...
2010-08-12 Adam Tkac[Development] Set default security types as follows:
2010-08-12 Adam Tkac[Development] Extend Security class to allow different...
2010-08-12 Adam Tkac[Bugfix] Return also "standard" security types (except...
2010-08-11 Adam Tkac[Bugfix] Check return codes from gnutls library every...
2010-08-11 Adam Tkac[Cleanup] Ensure all files use LF as newline control...
2010-08-07 DRCFix typo in SIMD dispatch routines which was causing...
2010-08-03 DRCSync with libjpeg-turbo 1.0.1
2010-08-03 DRCFix build with YASM
2010-08-03 DRCHandle erroneous Huffman codes
2010-07-21 Adam Tkac[Bugfix] Extend encoding range checks to handle negativ...
2010-07-21 Adam Tkac[Bugfix] Fix memory leak in InputDevice::keyEvent function.
2010-07-21 Adam Tkac[Bugfix] vncserver: accept <+optname> option when speci...
2010-07-21 Adam Tkac[Development] Rename CSecurityTLSBase class to CSecurit...
2010-07-21 Adam Tkac[Development] Merge CSecurityTLS and CSecurityX509...
2010-07-21 Adam Tkac[Development] Rename SSecurityTLSBase source/class...
2010-07-21 Adam Tkac[Cleanup] Merge SSecurityTLS and SSecurityX509 classes...
2010-07-21 Adam Tkac[Development] Implement VeNCrypt X509 subtypes on the...
2010-07-21 Adam Tkac[Development] Implement X509 VeNCrypt subtypes on the...
2010-07-21 Adam Tkac[Bugfix] Add "#error" directives to client-side TLS...
2010-07-20 Adam Tkac[Development] Create VeNCrypt security types in Securit...
2010-07-20 Adam Tkac[Development] Use SecurityType also as configuration...
2010-07-20 Adam Tkac[Development] Pass Security instance to {C,S}SecurityVe...
2010-07-20 Adam Tkac[Development] Add more debug logging into {C,S}Security...
2010-07-20 Adam Tkac[Development] Minor fixes in previous commit.
2010-07-20 Adam Tkac[Development] Support VeNCrypt Security types in standa...
2010-07-20 Adam Tkac[Development] Use U32 as internal SecurityType type.
2010-07-20 Adam Tkac[Development] Move VeNCrypt security subtypes into...
2010-07-20 Adam TkacUse {C,S}Security instead of {C,S}SecurityStack objects...
2010-07-20 Adam Tkac[Development] Client now uses security types from ...
2010-07-20 Adam Tkac[Cleanup] Remove unused CConnection::setClientSecTypeOr...
2010-07-20 Adam Tkac[Development] Add xserver19.patch.
2010-07-20 Adam Tkac[Development] Pass "serverClient" to QueryColors when...
2010-07-20 Adam Tkac[Development] Fetch root window pointer directly from...
2010-07-20 Adam Tkac[Development] Improve privates handling in vncHooks...
2010-07-20 Adam Tkac[Development] Enable compilation against X.Org 1.9...
2010-07-19 Adam Tkac[Cleanup] Remove leftover code.
2010-07-09 DRCReuse the getpasswd() function in filter mode so that...
2010-07-09 DRCAdd a filter mode option to vncpasswd
2010-07-08 DRCInclude vncviewer man page in OS X package
2010-07-08 DRC64-bit support exists in OS X versions prior to 10.6
2010-07-05 DRCDon't require GTK when building pixman module
2010-06-29 Adam Tkac[Doc] Include information about running "autoreconf...
2010-06-25 Adam Tkacwinvnc: Declare the main() function as WinMain()
2010-06-25 Adam Tkacwinvnc: Declare argv as "char**" instead of "const...
2010-06-25 Adam Tkac[Bugfix] Include VNCServerWin32.h before QueryConnectDi...
2010-06-24 Adam Tkac[Bugfix] Third parameter of GetLocaleInfo is LPTSTR...
2010-06-24 Adam Tkac[Bugfix] Declare d3des.h functions inside `extern ...
2010-06-24 Adam Tkac[Bugfix] Re-add zlib.dsp file which was accidentally...
2010-06-22 DRCSync with libjpeg-turbo 1.0.0
2010-06-15 Pierre OssmanExtend the default keyboard table with the Windows...
2010-06-15 Pierre OssmanMap up the rest of the standard modifiers (if available).
2010-06-15 Pierre OssmanUse a switch statement instead of a series of if:s...
2010-06-14 Pierre OssmanReinstate Caps Lock in the default keyboard map. It...
2010-05-20 DRCXConvertCase() in xorg-xserver 1.5 is simply a macro...
2010-05-20 DRCvncviewer now successfully runs on Windows/x64. And...
2010-05-20 DRCFix 64-bit Windows issues
2010-05-20 DRCSome compilers (most notably, MinGW64) don't define...
2010-05-20 DRCNot necessary to include windows.h if winsock2.h is...
2010-05-18 Adam Tkac[Bugfix] Don't link libvnc.so against libXi.la, libdix...
2010-05-18 Adam Tkac[Bugfix] Use always XkbConvertCase instead of XConvertC...
2010-05-17 DRC#define TJ_411 for backward compatibility
2010-05-17 DRCFreeBSD sometimes sets host_cpu to amd64 on 64-bit...
2010-05-14 DRCFix VPATH and out-of-tree builds when using MinGW
2010-05-13 Adam Tkac[Bugfix] Use AC_CHECK_LIB instead of pkgconfig, it...
2010-05-13 Adam Tkac[Development] winvnc: Add -ShowTrayIcon param which...
2010-05-03 Adam Tkac[Bugfix] Add GNUTLS_{CFLAGS,LIBS} to librdr_la_{CPPFLAG...
2010-04-29 DRCDo not enable GNU TLS in default build
2010-04-28 Adam Tkac[Bugfix] Compile VeNCrypt extension only when gnutls...
2010-04-23 DRCSIMD should now work on 64-bit Windows
2010-04-23 DRCUse correct filenames in headers
2010-04-23 Adam Tkac[Development] Implement VeNCrypt type support on client...
2010-04-23 Adam Tkac[Development] Implement VeNCrypt security type on serve...
2010-04-23 Adam Tkac[Development] Implement secure TLS streams.
2010-04-23 Adam Tkac[Development] Add detection for gnutls to configure.ac.
2010-04-23 Adam Tkac[Development] Use enhanced Security class by both UNIX...
2010-04-23 Adam Tkac[Development] Enhance Security class to be usable by...
2010-04-23 Adam Tkac[Development] Remove rfb/SSecurityFactoryStandard.h...
2010-04-23 Adam Tkac[Development] Replace SSecurityFactoryStandard class...
next