1576 次程式碼提交 (f324dc451b343721a0721bdb6ab89608b8792d75)
 

作者 SHA1 備註 提交日期
  Adam Tkac f324dc451b [Development] Use enhanced Security class by both UNIX and Windows viewers. 14 年之前
  Adam Tkac c210e8ab80 [Development] Enhance Security class to be usable by viewer. 14 年之前
  Adam Tkac ece313ae6c [Development] Remove rfb/SSecurityFactoryStandard.h and rfb/SSecurityFactoryStandard.cxx. 14 年之前
  Adam Tkac a6578bfc98 [Development] Replace SSecurityFactoryStandard class by simplier Security class. 14 年之前
  Adam Tkac 1d15e2d60a [Development] Implement Security class. This class will be used to create 14 年之前
  Adam Tkac b6eb3990a1 [Bugfix] Include Security.h instead of former secTypes.h in Security.cxx. 14 年之前
  Adam Tkac 162ac3527d [Development] Move all VncAuth code from SSecurityFactoryStandard class to 14 年之前
  Adam Tkac 9c28a7b3b0 Remove unneeded secTypeEncrypts() function. 14 年之前
  Adam Tkac 94d88c1799 [Development] Define security types as rdr::U8 values. 14 年之前
  Adam Tkac 5a0caed91c [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}. 14 年之前
  Adam Tkac c58b3d11f7 [Development] Add possibility to define viewer/server specific parameters via 14 年之前
  Adam Tkac fbd9436598 [BugFix] Include xserver17.patch and xserver18.patch in EXTRA_DIST in 14 年之前
  DRC 2c0ea90ad8 Build wrappers no longer necessary. The Linux cross-compatible build is now part of build-xorg, and Mac recipes are in BUILDING.txt. 14 年之前
  DRC 0256545d44 Don't need -version when just doing a rebuild 14 年之前
  DRC ed114d82b9 Integrate stand-alone Xvnc build into build-xorg, to eliminate need for wrapper scripts. Stand-alone build currently requires GCC. 14 年之前
  DRC 03da3c23d1 Fix out-of-tree build issue when using included zlib 14 年之前
  Adam Tkac b5da04713f Remove unneeded parts of embedded zlib. 14 年之前
  Adam Tkac 10f5e0b4af [Development] Use AllocDevicePair instead of AddDevice/RegisterDevice functions 14 年之前
  Adam Tkac 470c38ceba [Development] Merge KeyboardDevice and PointerDevice classes to new class called 14 年之前
  DRC 917fccae36 Add support for building a stand-alone version of Xvnc from the Xorg 7.5 sources 14 年之前
  DRC aff9efc390 Remove unneeded modules 14 年之前
  DRC 41abcdac8c 0.0.92 14 年之前
  DRC 3a7cf6a528 Fix amd64 build on FreeBSD 14 年之前
  DRC 6b0cdcd591 Automatically determine appropriate source path + better support for in-tree builds 14 年之前
  DRC c9a103cf06 Support out-of-tree xorg builds and lay groundwork for cross-compatible build using X.org 7.5 14 年之前
  DRC ee229f4259 Mac package build 14 年之前
  DRC 752acc7eef iFix VPATH and out-of-tree builds (again) 14 年之前
  DRC a6bbd02708 'make dist' still doesn't build a complete source archive like it should, but this patch at least allows it to run without error 14 年之前
  Adam Tkac 6420d8993c [Bugfix] Update default CODE path in index.vnc file appropriately. 14 年之前
  DRC 3130a2491d Use libjpeg-turbo version marker to indicate which version this directory is synchronized with 14 年之前
  DRC 28af0f9f59 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. 14 年之前
  Pierre Ossman ee6d50cb61 Make autoconf and friends behave nicely and stop recursing above our top 14 年之前
  Adam Tkac ca5fe7378c [Development] Extend options dialog width from 400 to 450 to show French translation correctly. 14 年之前
  Adam Tkac 3e1bf1fdae [Development] Add French translation, thanks to Alain Portal. 14 年之前
  Adam Tkac 5462f998b8 [Bugfix] Fix libvnc.so module loading (define listenaddr symbol). 14 年之前
  Adam Tkac 12c0fc399e [Bugfix] Defer all format changes till requested framebuffer updates are 14 年之前
  Adam Tkac 9322a44e08 [Bugfix] Don't crash in TXImage::updateColourMap function due NULL pointer 14 年之前
  DRC 24537410bf Fix JAR file so that Java viewer can be run without a web server 14 年之前
  Pierre Ossman 315b999deb We need to set encodingChange for the client to actually request a new 14 年之前
  DRC f8ad8ff81a Don't allow code path to be forced on a system that doesn't support it 14 年之前
  DRC fed5ff056f Merge other changes from libjpeg-turbo 0.0.90 14 年之前
  DRC a10f2f8e31 Make TJ_FORCE* work properly 14 年之前
  DRC da73d26e04 [Expletive deleted] Windows is LLP64, not LP64 14 年之前
  DRC 193079151b Exit with non-zero status if any error was encountered 14 年之前
  DRC f8fa1b029d Not that it matters at the moment, but Win64 can address up to 64 processors 14 年之前
  DRC b53e4a4e9e This should make the codec work on Win64 (but doesn't for unknown reasons) 14 年之前
  Adam Tkac 51a9dcf583 [Bugfix] X.Org 1.8 series needs CloseInput function defined in xvnc.cc. 14 年之前
  Pierre Ossman 906d8b8faf Fix data type so that it is compatible with Win64 as well. 14 年之前
  Pierre Ossman b5990252da The SIMD routines need some work before they will work on Win64, so disable 14 年之前
  Pierre Ossman 0eaf03f3b4 Configure nasm properly for Win64. 14 年之前