1. 00b395a [Development] Move VeNCrypt security subtypes into Security.h. by Adam Tkac · 15 years ago
  2. c86db21 Use {C,S}Security instead of {C,S}SecurityStack objects in VeNCrypt routines. by Adam Tkac · 15 years ago
  3. 05a0cd6 [Development] Client now uses security types from -SecurityTypes parameter instead of hardcoded list. by Adam Tkac · 15 years ago
  4. 0c8194f [Cleanup] Remove unused CConnection::setClientSecTypeOrder function. by Adam Tkac · 15 years ago
  5. f515c00 [Development] Add xserver19.patch. by Adam Tkac · 15 years ago
  6. fe1d7d5 [Development] Pass "serverClient" to QueryColors when compiling against X.Org 1.9.X. by Adam Tkac · 15 years ago
  7. 02fd9a6 [Development] Fetch root window pointer directly from pScreen if possible. by Adam Tkac · 15 years ago
  8. 62094c7 [Development] Improve privates handling in vncHooks to be compatible with X.Org 1.9.X. by Adam Tkac · 15 years ago
  9. 590aa05 [Development] Enable compilation against X.Org 1.9.X source. by Adam Tkac · 15 years ago
  10. e16e546 [Cleanup] Remove leftover code. by Adam Tkac · 15 years ago
  11. c1afba7 Reuse the getpasswd() function in filter mode so that the new line is stripped from the input by DRC · 15 years ago
  12. 7f9ea27 Add a filter mode option to vncpasswd by DRC · 15 years ago
  13. 6452add Include vncviewer man page in OS X package by DRC · 15 years ago
  14. 896a96c 64-bit support exists in OS X versions prior to 10.6 by DRC · 15 years ago
  15. f1cd9cc Don't require GTK when building pixman module by DRC · 15 years ago
  16. d9e813d [Doc] Include information about running "autoreconf -fiv" in the README file. by Adam Tkac · 15 years ago
  17. 01345fc winvnc: Declare the main() function as WinMain() by Adam Tkac · 15 years ago
  18. 8fb6ac0 winvnc: Declare argv as "char**" instead of "const *char[]" by Adam Tkac · 15 years ago
  19. e450dc4 [Bugfix] Include VNCServerWin32.h before QueryConnectDialog.h to ensure winsock2.h is included before windows.h. by Adam Tkac · 15 years ago
  20. ae1ac97 [Bugfix] Third parameter of GetLocaleInfo is LPTSTR. Also compute the 4th by Adam Tkac · 15 years ago
  21. c0b557b [Bugfix] Declare d3des.h functions inside `extern "C" {}` block. by Adam Tkac · 15 years ago
  22. de484c9 [Bugfix] Re-add zlib.dsp file which was accidentally removed in r4026. by Adam Tkac · 15 years ago
  23. c875a0d Sync with libjpeg-turbo 1.0.0 by DRC · 15 years ago
  24. 560a824 Extend the default keyboard table with the Windows keys so that they can by Pierre Ossman · 15 years ago
  25. a1d10fc Map up the rest of the standard modifiers (if available). by Pierre Ossman · 15 years ago
  26. 88e0c72 Use a switch statement instead of a series of if:s for setting up the modmap by Pierre Ossman · 15 years ago
  27. 6aa2de4 Reinstate Caps Lock in the default keyboard map. It's not documented why by Pierre Ossman · 15 years ago
  28. 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
  29. 61cc2a0 vncviewer now successfully runs on Windows/x64. And there was much rejoicing (yay...) by DRC · 15 years ago
  30. c75dc44 Fix 64-bit Windows issues by DRC · 15 years ago
  31. c2d8760 Some compilers (most notably, MinGW64) don't define min and max by DRC · 15 years ago
  32. 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
  33. e2c321d [Bugfix] Don't link libvnc.so against libXi.la, libdix.la and libxkb.la; use by Adam Tkac · 15 years ago
  34. 54d1c0f [Bugfix] Use always XkbConvertCase instead of XConvertCase when compiling by Adam Tkac · 15 years ago
  35. 65a8046 #define TJ_411 for backward compatibility by DRC · 15 years ago
  36. 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
  37. 5ef6c47 Fix VPATH and out-of-tree builds when using MinGW by DRC · 15 years ago
  38. fee65d5 [Bugfix] Use AC_CHECK_LIB instead of pkgconfig, it is not available on OS X. by Adam Tkac · 15 years ago
  39. e1f2a52 [Development] winvnc: Add -ShowTrayIcon param which controls if winvnc system by Adam Tkac · 15 years ago
  40. 0835671 [Bugfix] Add GNUTLS_{CFLAGS,LIBS} to librdr_la_{CPPFLAGS,LIBADD} to fix by Adam Tkac · 15 years ago
  41. 53e4445 Do not enable GNU TLS in default build by DRC · 15 years ago
  42. df79970 [Bugfix] Compile VeNCrypt extension only when gnutls is enabled and available. by Adam Tkac · 15 years ago
  43. 64add65 SIMD should now work on 64-bit Windows by DRC · 15 years ago
  44. 243447d Use correct filenames in headers by DRC · 15 years ago
  45. b10489b [Development] Implement VeNCrypt type support on client side. Currently only by Adam Tkac · 15 years ago
  46. dfe19cf [Development] Implement VeNCrypt security type on server side. Currently only by Adam Tkac · 15 years ago
  47. 35e6d4c [Development] Implement secure TLS streams. by Adam Tkac · 15 years ago
  48. 29da2d8 [Development] Add detection for gnutls to configure.ac. by Adam Tkac · 15 years ago
  49. f324dc4 [Development] Use enhanced Security class by both UNIX and Windows viewers. by Adam Tkac · 15 years ago
  50. c210e8a [Development] Enhance Security class to be usable by viewer. by Adam Tkac · 15 years ago
  51. ece313a [Development] Remove rfb/SSecurityFactoryStandard.h and rfb/SSecurityFactoryStandard.cxx. by Adam Tkac · 15 years ago
  52. a6578bf [Development] Replace SSecurityFactoryStandard class by simplier Security class. by Adam Tkac · 15 years ago
  53. 1d15e2d [Development] Implement Security class. This class will be used to create by Adam Tkac · 15 years ago
  54. b6eb399 [Bugfix] Include Security.h instead of former secTypes.h in Security.cxx. by Adam Tkac · 15 years ago
  55. 162ac35 [Development] Move all VncAuth code from SSecurityFactoryStandard class to by Adam Tkac · 15 years ago
  56. 9c28a7b Remove unneeded secTypeEncrypts() function. by Adam Tkac · 15 years ago
  57. 94d88c1 [Development] Define security types as rdr::U8 values. by Adam Tkac · 15 years ago
  58. 5a0caed [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}. by Adam Tkac · 15 years ago
  59. c58b3d1 [Development] Add possibility to define viewer/server specific parameters via by Adam Tkac · 15 years ago
  60. fbd9436 [BugFix] Include xserver17.patch and xserver18.patch in EXTRA_DIST in by Adam Tkac · 15 years ago
  61. 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
  62. 0256545 Don't need -version when just doing a rebuild by DRC · 15 years ago
  63. 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
  64. 03da3c2 Fix out-of-tree build issue when using included zlib by DRC · 15 years ago
  65. b5da047 Remove unneeded parts of embedded zlib. by Adam Tkac · 15 years ago
  66. 10f5e0b [Development] Use AllocDevicePair instead of AddDevice/RegisterDevice functions by Adam Tkac · 15 years ago
  67. 470c38c [Development] Merge KeyboardDevice and PointerDevice classes to new class called by Adam Tkac · 15 years ago
  68. 917fcca Add support for building a stand-alone version of Xvnc from the Xorg 7.5 sources by DRC · 15 years ago
  69. aff9efc Remove unneeded modules by DRC · 15 years ago
  70. 41abcda 0.0.92 by DRC · 15 years ago
  71. 3a7cf6a Fix amd64 build on FreeBSD by DRC · 15 years ago
  72. 6b0cdcd Automatically determine appropriate source path + better support for in-tree builds by DRC · 15 years ago
  73. c9a103c Support out-of-tree xorg builds and lay groundwork for cross-compatible build using X.org 7.5 by DRC · 15 years ago
  74. ee229f4 Mac package build by DRC · 15 years ago
  75. 752acc7 iFix VPATH and out-of-tree builds (again) by DRC · 15 years ago
  76. 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
  77. 6420d89 [Bugfix] Update default CODE path in index.vnc file appropriately. by Adam Tkac · 15 years ago
  78. 3130a24 Use libjpeg-turbo version marker to indicate which version this directory is synchronized with by DRC · 15 years ago
  79. 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
  80. ee6d50c Make autoconf and friends behave nicely and stop recursing above our top by Pierre Ossman · 15 years ago
  81. ca5fe73 [Development] Extend options dialog width from 400 to 450 to show French translation correctly. by Adam Tkac · 15 years ago
  82. 3e1bf1f [Development] Add French translation, thanks to Alain Portal. by Adam Tkac · 15 years ago
  83. 5462f99 [Bugfix] Fix libvnc.so module loading (define listenaddr symbol). by Adam Tkac · 16 years ago
  84. 12c0fc3 [Bugfix] Defer all format changes till requested framebuffer updates are by Adam Tkac · 16 years ago
  85. 9322a44 [Bugfix] Don't crash in TXImage::updateColourMap function due NULL pointer by Adam Tkac · 16 years ago
  86. 2453741 Fix JAR file so that Java viewer can be run without a web server by DRC · 16 years ago
  87. 315b999 We need to set encodingChange for the client to actually request a new by Pierre Ossman · 16 years ago
  88. f8ad8ff Don't allow code path to be forced on a system that doesn't support it by DRC · 16 years ago
  89. fed5ff0 Merge other changes from libjpeg-turbo 0.0.90 by DRC · 16 years ago
  90. a10f2f8 Make TJ_FORCE* work properly by DRC · 16 years ago
  91. da73d26 [Expletive deleted] Windows is LLP64, not LP64 by DRC · 16 years ago
  92. 1930791 Exit with non-zero status if any error was encountered by DRC · 16 years ago
  93. f8fa1b0 Not that it matters at the moment, but Win64 can address up to 64 processors by DRC · 16 years ago
  94. b53e4a4 This should make the codec work on Win64 (but doesn't for unknown reasons) by DRC · 16 years ago
  95. 51a9dcf [Bugfix] X.Org 1.8 series needs CloseInput function defined in xvnc.cc. by Adam Tkac · 16 years ago
  96. 906d8b8 Fix data type so that it is compatible with Win64 as well. by Pierre Ossman · 16 years ago
  97. b599025 The SIMD routines need some work before they will work on Win64, so disable by Pierre Ossman · 16 years ago
  98. 0eaf03f Configure nasm properly for Win64. by Pierre Ossman · 16 years ago
  99. 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
  100. eb4a246 Set default optimization to -xO5 when using Sun Studio by DRC · 16 years ago