- 00b395a [Development] Move VeNCrypt security subtypes into Security.h. by Adam Tkac · 15 years ago
- c86db21 Use {C,S}Security instead of {C,S}SecurityStack objects in VeNCrypt routines. by Adam Tkac · 15 years ago
- 05a0cd6 [Development] Client now uses security types from -SecurityTypes parameter instead of hardcoded list. by Adam Tkac · 15 years ago
- 0c8194f [Cleanup] Remove unused CConnection::setClientSecTypeOrder function. by Adam Tkac · 15 years ago
- f515c00 [Development] Add xserver19.patch. by Adam Tkac · 15 years ago
- fe1d7d5 [Development] Pass "serverClient" to QueryColors when compiling against X.Org 1.9.X. by Adam Tkac · 15 years ago
- 02fd9a6 [Development] Fetch root window pointer directly from pScreen if possible. by Adam Tkac · 15 years ago
- 62094c7 [Development] Improve privates handling in vncHooks to be compatible with X.Org 1.9.X. by Adam Tkac · 15 years ago
- 590aa05 [Development] Enable compilation against X.Org 1.9.X source. by Adam Tkac · 15 years ago
- e16e546 [Cleanup] Remove leftover code. by Adam Tkac · 15 years ago
- c1afba7 Reuse the getpasswd() function in filter mode so that the new line is stripped from the input by DRC · 15 years ago
- 7f9ea27 Add a filter mode option to vncpasswd by DRC · 15 years ago
- 6452add Include vncviewer man page in OS X package by DRC · 15 years ago
- 896a96c 64-bit support exists in OS X versions prior to 10.6 by DRC · 15 years ago
- f1cd9cc Don't require GTK when building pixman module by DRC · 15 years ago
- d9e813d [Doc] Include information about running "autoreconf -fiv" in the README file. by Adam Tkac · 15 years ago
- 01345fc winvnc: Declare the main() function as WinMain() by Adam Tkac · 15 years ago
- 8fb6ac0 winvnc: Declare argv as "char**" instead of "const *char[]" by Adam Tkac · 15 years ago
- e450dc4 [Bugfix] Include VNCServerWin32.h before QueryConnectDialog.h to ensure winsock2.h is included before windows.h. by Adam Tkac · 15 years ago
- ae1ac97 [Bugfix] Third parameter of GetLocaleInfo is LPTSTR. Also compute the 4th by Adam Tkac · 15 years ago
- c0b557b [Bugfix] Declare d3des.h functions inside `extern "C" {}` block. by Adam Tkac · 15 years ago
- de484c9 [Bugfix] Re-add zlib.dsp file which was accidentally removed in r4026. by Adam Tkac · 15 years ago
- c875a0d Sync with libjpeg-turbo 1.0.0 by DRC · 15 years ago
- 560a824 Extend the default keyboard table with the Windows keys so that they can by Pierre Ossman · 15 years ago
- a1d10fc Map up the rest of the standard modifiers (if available). by Pierre Ossman · 15 years ago
- 88e0c72 Use a switch statement instead of a series of if:s for setting up the modmap by Pierre Ossman · 15 years ago
- 6aa2de4 Reinstate Caps Lock in the default keyboard map. It's not documented why by Pierre Ossman · 15 years ago
- 4b1eee8 XConvertCase() in xorg-xserver 1.5 is simply a macro that maps to XkbConvertCase(), so not only if this #ifdef unnecessary, but it breaks the Xorg 7.4 build. by DRC · 15 years ago
- 61cc2a0 vncviewer now successfully runs on Windows/x64. And there was much rejoicing (yay...) by DRC · 15 years ago
- c75dc44 Fix 64-bit Windows issues by DRC · 15 years ago
- c2d8760 Some compilers (most notably, MinGW64) don't define min and max by DRC · 15 years ago
- 0a60801 Not necessary to include windows.h if winsock2.h is already included. If both are included, then winsock2.h must be included first. by DRC · 15 years ago
- e2c321d [Bugfix] Don't link libvnc.so against libXi.la, libdix.la and libxkb.la; use by Adam Tkac · 15 years ago
- 54d1c0f [Bugfix] Use always XkbConvertCase instead of XConvertCase when compiling by Adam Tkac · 15 years ago
- 65a8046 #define TJ_411 for backward compatibility by DRC · 15 years ago
- 50469f9 FreeBSD sometimes sets host_cpu to amd64 on 64-bit systems. Handle this case so --host doesn't have to be specified explicitly. by DRC · 15 years ago
- 5ef6c47 Fix VPATH and out-of-tree builds when using MinGW by DRC · 15 years ago
- fee65d5 [Bugfix] Use AC_CHECK_LIB instead of pkgconfig, it is not available on OS X. by Adam Tkac · 15 years ago
- e1f2a52 [Development] winvnc: Add -ShowTrayIcon param which controls if winvnc system by Adam Tkac · 15 years ago
- 0835671 [Bugfix] Add GNUTLS_{CFLAGS,LIBS} to librdr_la_{CPPFLAGS,LIBADD} to fix by Adam Tkac · 15 years ago
- 53e4445 Do not enable GNU TLS in default build by DRC · 15 years ago
- df79970 [Bugfix] Compile VeNCrypt extension only when gnutls is enabled and available. by Adam Tkac · 15 years ago
- 64add65 SIMD should now work on 64-bit Windows by DRC · 15 years ago
- 243447d Use correct filenames in headers by DRC · 15 years ago
- b10489b [Development] Implement VeNCrypt type support on client side. Currently only by Adam Tkac · 15 years ago
- dfe19cf [Development] Implement VeNCrypt security type on server side. Currently only by Adam Tkac · 15 years ago
- 35e6d4c [Development] Implement secure TLS streams. by Adam Tkac · 15 years ago
- 29da2d8 [Development] Add detection for gnutls to configure.ac. by Adam Tkac · 15 years ago
- f324dc4 [Development] Use enhanced Security class by both UNIX and Windows viewers. by Adam Tkac · 15 years ago
- c210e8a [Development] Enhance Security class to be usable by viewer. by Adam Tkac · 15 years ago
- ece313a [Development] Remove rfb/SSecurityFactoryStandard.h and rfb/SSecurityFactoryStandard.cxx. by Adam Tkac · 15 years ago
- a6578bf [Development] Replace SSecurityFactoryStandard class by simplier Security class. by Adam Tkac · 15 years ago
- 1d15e2d [Development] Implement Security class. This class will be used to create by Adam Tkac · 15 years ago
- b6eb399 [Bugfix] Include Security.h instead of former secTypes.h in Security.cxx. by Adam Tkac · 15 years ago
- 162ac35 [Development] Move all VncAuth code from SSecurityFactoryStandard class to by Adam Tkac · 15 years ago
- 9c28a7b Remove unneeded secTypeEncrypts() function. by Adam Tkac · 15 years ago
- 94d88c1 [Development] Define security types as rdr::U8 values. by Adam Tkac · 15 years ago
- 5a0caed [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}. by Adam Tkac · 15 years ago
- c58b3d1 [Development] Add possibility to define viewer/server specific parameters via by Adam Tkac · 15 years ago
- fbd9436 [BugFix] Include xserver17.patch and xserver18.patch in EXTRA_DIST in by Adam Tkac · 15 years ago
- 2c0ea90 Build wrappers no longer necessary. The Linux cross-compatible build is now part of build-xorg, and Mac recipes are in BUILDING.txt. by DRC · 15 years ago
- 0256545 Don't need -version when just doing a rebuild by DRC · 15 years ago
- ed114d8 Integrate stand-alone Xvnc build into build-xorg, to eliminate need for wrapper scripts. Stand-alone build currently requires GCC. by DRC · 15 years ago
- 03da3c2 Fix out-of-tree build issue when using included zlib by DRC · 15 years ago
- b5da047 Remove unneeded parts of embedded zlib. by Adam Tkac · 15 years ago
- 10f5e0b [Development] Use AllocDevicePair instead of AddDevice/RegisterDevice functions by Adam Tkac · 15 years ago
- 470c38c [Development] Merge KeyboardDevice and PointerDevice classes to new class called by Adam Tkac · 15 years ago
- 917fcca Add support for building a stand-alone version of Xvnc from the Xorg 7.5 sources by DRC · 15 years ago
- aff9efc Remove unneeded modules by DRC · 15 years ago
- 41abcda 0.0.92 by DRC · 15 years ago
- 3a7cf6a Fix amd64 build on FreeBSD by DRC · 15 years ago
- 6b0cdcd Automatically determine appropriate source path + better support for in-tree builds by DRC · 15 years ago
- c9a103c Support out-of-tree xorg builds and lay groundwork for cross-compatible build using X.org 7.5 by DRC · 15 years ago
- ee229f4 Mac package build by DRC · 15 years ago
- 752acc7 iFix VPATH and out-of-tree builds (again) by DRC · 15 years ago
- a6bbd02 'make dist' still doesn't build a complete source archive like it should, but this patch at least allows it to run without error by DRC · 15 years ago
- 6420d89 [Bugfix] Update default CODE path in index.vnc file appropriately. by Adam Tkac · 15 years ago
- 3130a24 Use libjpeg-turbo version marker to indicate which version this directory is synchronized with by DRC · 15 years ago
- 28af0f9 Fix data corruption issues when decompressing large JPEG images and/or using buffered I/O. Specifically, decode_mcu_fast() can potentially process more than 1 MCU, so make sure there is enough space in the buffer to accommodate this case. Otherwise, the buffer pointer goes negative, and bad mojo ensues. Also, the fast decoder's method of handling unread markers doesn't make libjpeg's restart handler happy, so disable fast decode when restarts are used. by DRC · 15 years ago
- ee6d50c Make autoconf and friends behave nicely and stop recursing above our top by Pierre Ossman · 15 years ago
- ca5fe73 [Development] Extend options dialog width from 400 to 450 to show French translation correctly. by Adam Tkac · 15 years ago
- 3e1bf1f [Development] Add French translation, thanks to Alain Portal. by Adam Tkac · 15 years ago
- 5462f99 [Bugfix] Fix libvnc.so module loading (define listenaddr symbol). by Adam Tkac · 16 years ago
- 12c0fc3 [Bugfix] Defer all format changes till requested framebuffer updates are by Adam Tkac · 16 years ago
- 9322a44 [Bugfix] Don't crash in TXImage::updateColourMap function due NULL pointer by Adam Tkac · 16 years ago
- 2453741 Fix JAR file so that Java viewer can be run without a web server by DRC · 16 years ago
- 315b999 We need to set encodingChange for the client to actually request a new by Pierre Ossman · 16 years ago
- f8ad8ff Don't allow code path to be forced on a system that doesn't support it by DRC · 16 years ago
- fed5ff0 Merge other changes from libjpeg-turbo 0.0.90 by DRC · 16 years ago
- a10f2f8 Make TJ_FORCE* work properly by DRC · 16 years ago
- da73d26 [Expletive deleted] Windows is LLP64, not LP64 by DRC · 16 years ago
- 1930791 Exit with non-zero status if any error was encountered by DRC · 16 years ago
- f8fa1b0 Not that it matters at the moment, but Win64 can address up to 64 processors by DRC · 16 years ago
- b53e4a4 This should make the codec work on Win64 (but doesn't for unknown reasons) by DRC · 16 years ago
- 51a9dcf [Bugfix] X.Org 1.8 series needs CloseInput function defined in xvnc.cc. by Adam Tkac · 16 years ago
- 906d8b8 Fix data type so that it is compatible with Win64 as well. by Pierre Ossman · 16 years ago
- b599025 The SIMD routines need some work before they will work on Win64, so disable by Pierre Ossman · 16 years ago
- 0eaf03f Configure nasm properly for Win64. by Pierre Ossman · 16 years ago
- 4d9fb77 Oops. Leftover bugs from the 64-bit port (cause seg fault when using JDCT_FLOAT or JDCT_IFAST when decompressing) by DRC · 16 years ago
- eb4a246 Set default optimization to -xO5 when using Sun Studio by DRC · 16 years ago