2010-07-20 |
Adam Tkac | [Development] Minor fixes in previous commit. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Adam Tkac | [Development] Support VeNCrypt Security types in standa... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Adam Tkac | [Development] Use U32 as internal SecurityType type. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Adam Tkac | [Development] Move VeNCrypt security subtypes into... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Adam Tkac | Use {C,S}Security instead of {C,S}SecurityStack objects... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Adam Tkac | [Development] Client now uses security types from ... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Adam Tkac | [Cleanup] Remove unused CConnection::setClientSecTypeOr... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Adam Tkac | [Development] Add xserver19.patch. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Adam Tkac | [Development] Pass "serverClient" to QueryColors when... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Adam Tkac | [Development] Fetch root window pointer directly from... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Adam Tkac | [Development] Improve privates handling in vncHooks... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Adam Tkac | [Development] Enable compilation against X.Org 1.9... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Adam Tkac | [Cleanup] Remove leftover code. |
commit | commitdiff | tree | snapshot |
2010-07-09 |
DRC | Reuse the getpasswd() function in filter mode so that... |
commit | commitdiff | tree | snapshot |
2010-07-09 |
DRC | Add a filter mode option to vncpasswd |
commit | commitdiff | tree | snapshot |
2010-07-08 |
DRC | Include vncviewer man page in OS X package |
commit | commitdiff | tree | snapshot |
2010-07-08 |
DRC | 64-bit support exists in OS X versions prior to 10.6 |
commit | commitdiff | tree | snapshot |
2010-07-05 |
DRC | Don't require GTK when building pixman module |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Adam Tkac | [Doc] Include information about running "autoreconf... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Adam Tkac | winvnc: Declare the main() function as WinMain() |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Adam Tkac | winvnc: Declare argv as "char**" instead of "const... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Adam Tkac | [Bugfix] Include VNCServerWin32.h before QueryConnectDi... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Adam Tkac | [Bugfix] Third parameter of GetLocaleInfo is LPTSTR... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Adam Tkac | [Bugfix] Declare d3des.h functions inside `extern ... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Adam Tkac | [Bugfix] Re-add zlib.dsp file which was accidentally... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
DRC | Sync with libjpeg-turbo 1.0.0 |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Pierre Ossman | Extend the default keyboard table with the Windows... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Pierre Ossman | Map up the rest of the standard modifiers (if available). |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Pierre Ossman | Use a switch statement instead of a series of if:s... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Pierre Ossman | Reinstate Caps Lock in the default keyboard map. It... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
DRC | XConvertCase() in xorg-xserver 1.5 is simply a macro... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
DRC | vncviewer now successfully runs on Windows/x64. And... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
DRC | Fix 64-bit Windows issues |
commit | commitdiff | tree | snapshot |
2010-05-20 |
DRC | Some compilers (most notably, MinGW64) don't define... |
commit | commitdiff | tree | snapshot |
2010-05-20 |
DRC | Not necessary to include windows.h if winsock2.h is... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Adam Tkac | [Bugfix] Don't link libvnc.so against libXi.la, libdix... |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Adam Tkac | [Bugfix] Use always XkbConvertCase instead of XConvertC... |
commit | commitdiff | tree | snapshot |
2010-05-17 |
DRC | #define TJ_411 for backward compatibility |
commit | commitdiff | tree | snapshot |
2010-05-17 |
DRC | FreeBSD sometimes sets host_cpu to amd64 on 64-bit... |
commit | commitdiff | tree | snapshot |
2010-05-14 |
DRC | Fix VPATH and out-of-tree builds when using MinGW |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Adam Tkac | [Bugfix] Use AC_CHECK_LIB instead of pkgconfig, it... |
commit | commitdiff | tree | snapshot |
2010-05-13 |
Adam Tkac | [Development] winvnc: Add -ShowTrayIcon param which... |
commit | commitdiff | tree | snapshot |
2010-05-03 |
Adam Tkac | [Bugfix] Add GNUTLS_{CFLAGS,LIBS} to librdr_la_{CPPFLAG... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
DRC | Do not enable GNU TLS in default build |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Adam Tkac | [Bugfix] Compile VeNCrypt extension only when gnutls... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
DRC | SIMD should now work on 64-bit Windows |
commit | commitdiff | tree | snapshot |
2010-04-23 |
DRC | Use correct filenames in headers |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Adam Tkac | [Development] Implement VeNCrypt type support on client... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Adam Tkac | [Development] Implement VeNCrypt security type on serve... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Adam Tkac | [Development] Implement secure TLS streams. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Adam Tkac | [Development] Add detection for gnutls to configure.ac. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Adam Tkac | [Development] Use enhanced Security class by both UNIX... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Adam Tkac | [Development] Enhance Security class to be usable by... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Adam Tkac | [Development] Remove rfb/SSecurityFactoryStandard.h... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Adam Tkac | [Development] Replace SSecurityFactoryStandard class... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Adam Tkac | [Development] Implement Security class. This class... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Adam Tkac | [Bugfix] Include Security.h instead of former secTypes... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Adam Tkac | [Development] Move all VncAuth code from SSecurityFacto... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Adam Tkac | Remove unneeded secTypeEncrypts() function. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Adam Tkac | [Development] Define security types as rdr::U8 values. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Adam Tkac | [Development] Rename common/rfb/secTypes.{h,cxx} to... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Adam Tkac | [Development] Add possibility to define viewer/server... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Adam Tkac | [BugFix] Include xserver17.patch and xserver18.patch... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
DRC | Build wrappers no longer necessary. The Linux cross... |
commit | commitdiff | tree | snapshot |
2010-04-16 |
DRC | Don't need -version when just doing a rebuild |
commit | commitdiff | tree | snapshot |
2010-04-16 |
DRC | Integrate stand-alone Xvnc build into build-xorg, to... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
DRC | Fix out-of-tree build issue when using included zlib |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Adam Tkac | Remove unneeded parts of embedded zlib. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Adam Tkac | [Development] Use AllocDevicePair instead of AddDevice... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Adam Tkac | [Development] Merge KeyboardDevice and PointerDevice... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
DRC | Add support for building a stand-alone version of Xvnc... |
commit | commitdiff | tree | snapshot |
2010-04-14 |
DRC | Remove unneeded modules |
commit | commitdiff | tree | snapshot |
2010-04-13 |
DRC | 0.0.92 |
commit | commitdiff | tree | snapshot |
2010-04-13 |
DRC | Fix amd64 build on FreeBSD |
commit | commitdiff | tree | snapshot |
2010-04-13 |
DRC | Automatically determine appropriate source path + bette... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
DRC | Support out-of-tree xorg builds and lay groundwork... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
DRC | Mac package build |
commit | commitdiff | tree | snapshot |
2010-04-11 |
DRC | iFix VPATH and out-of-tree builds (again) |
commit | commitdiff | tree | snapshot |
2010-04-11 |
DRC | 'make dist' still doesn't build a complete source archi... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Adam Tkac | [Bugfix] Update default CODE path in index.vnc file... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
DRC | Use libjpeg-turbo version marker to indicate which... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
DRC | Fix data corruption issues when decompressing large... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Pierre Ossman | Make autoconf and friends behave nicely and stop recurs... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Adam Tkac | [Development] Extend options dialog width from 400... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Adam Tkac | [Development] Add French translation, thanks to Alain... |
commit | commitdiff | tree | snapshot |
2010-03-05 |
Adam Tkac | [Bugfix] Fix libvnc.so module loading (define listenadd... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Adam Tkac | [Bugfix] Defer all format changes till requested frameb... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
Adam Tkac | [Bugfix] Don't crash in TXImage::updateColourMap functi... |
commit | commitdiff | tree | snapshot |
2010-03-04 |
DRC | Fix JAR file so that Java viewer can be run without... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
Pierre Ossman | We need to set encodingChange for the client to actuall... |
commit | commitdiff | tree | snapshot |
2010-03-03 |
DRC | Don't allow code path to be forced on a system that... |
commit | commitdiff | tree | snapshot |
2010-02-26 |
DRC | Merge other changes from libjpeg-turbo 0.0.90 |
commit | commitdiff | tree | snapshot |
2010-02-26 |
DRC | Make TJ_FORCE* work properly |
commit | commitdiff | tree | snapshot |
2010-02-26 |
DRC | [Expletive deleted] Windows is LLP64, not LP64 |
commit | commitdiff | tree | snapshot |
2010-02-22 |
DRC | Exit with non-zero status if any error was encountered |
commit | commitdiff | tree | snapshot |
2010-02-22 |
DRC | Not that it matters at the moment, but Win64 can addres... |
commit | commitdiff | tree | snapshot |
2010-02-22 |
DRC | This should make the codec work on Win64 (but doesn... |
commit | commitdiff | tree | snapshot |
2010-02-19 |
Adam Tkac | [Bugfix] X.Org 1.8 series needs CloseInput function... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Pierre Ossman | Fix data type so that it is compatible with Win64 as... |
commit | commitdiff | tree | snapshot |
2010-02-18 |
Pierre Ossman | The SIMD routines need some work before they will work... |
commit | commitdiff | tree | snapshot |
next |