| Commit message (Expand) | Author | Age | Files | Lines |
* | GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour of | Pierre Ossman | 2012-07-03 | 3 | -11/+51 |
* | Refactor the TLS code so that the push/pull functions are aware of their | Pierre Ossman | 2012-07-03 | 4 | -10/+24 |
* | Add method to query how long since we last wrote something to a fd. | Pierre Ossman | 2011-11-15 | 2 | -0/+17 |
* | Make socket writes non-blockable. This allows the system to more quickly | Pierre Ossman | 2011-10-25 | 2 | -11/+75 |
* | Another attempt at solving the compression level change problems. We were still | Pierre Ossman | 2011-10-18 | 2 | -63/+75 |
* | Move setting of PIC code to a central location | DRC | 2011-08-23 | 1 | -8/+0 |
* | CMake doesn't handle convenience libraries as nicely as autotools does. We | Pierre Ossman | 2011-08-22 | 1 | -0/+8 |
* | Make rawBytesEquivalent an unsigned 64-bit integer. Otherwise, it will overf... | DRC | 2011-08-19 | 1 | -0/+1 |
* | Ported encoding optimizations from TurboVNC. The changes to the Tight parame... | DRC | 2011-08-11 | 1 | -1/+1 |
* | Merge further fixes to Zlib encoder from 1.1 branch | DRC | 2011-08-09 | 2 | -6/+28 |
* | Revert r4498 and fix #3305357 properly. The issue was two-fold: (1) the com... | DRC | 2011-08-09 | 1 | -9/+12 |
* | Remove unused autotools build system | DRC | 2011-06-24 | 1 | -26/+0 |
* | Do not run libtool_create_control_file() on Windows. Windows does not like it. | DRC | 2011-06-24 | 1 | -1/+3 |
* | Fix 3305357 (Enabling custom compression level on client crashes server) | DRC | 2011-06-18 | 1 | -6/+8 |
* | Building the Xvnc server requires libtool control files of rdr, rfb, | Henrik Andersson | 2011-06-09 | 1 | -0/+2 |
* | Added additional check to only link against ws2_32 library | Henrik Andersson | 2011-03-09 | 1 | -1/+4 |
* | Use the system copy of zlib by default, like we do with autotools. | Pierre Ossman | 2011-03-03 | 1 | -2/+2 |
* | Fix MinGW build breakage | DRC | 2011-02-10 | 1 | -1/+1 |
* | Allow GnuTLS to use in-tree version of zlib when static linking | DRC | 2011-02-09 | 1 | -0/+4 |
* | Remove old Visual C++ project files (use CMake to build with Visual C++) | DRC | 2011-02-08 | 1 | -222/+0 |
* | [Development] Add possibility to build Windows programs with GNUTLS via cmake. | Adam Tkac | 2011-01-19 | 1 | -1/+6 |
* | CMake build system for Windows | DRC | 2010-10-27 | 2 | -0/+19 |
* | Support building with older versions of gnutls; Fix gnutls detection when bui... | DRC | 2010-09-30 | 2 | -0/+8 |
* | [Bugfix] Properly report transport errors to GNUTLS. | Adam Tkac | 2010-08-25 | 2 | -9/+23 |
* | [Bugfix] Use AC_CHECK_LIB instead of pkgconfig, it is not available on OS X. | Adam Tkac | 2010-05-13 | 1 | -1/+1 |
* | [Bugfix] Add GNUTLS_{CFLAGS,LIBS} to librdr_la_{CPPFLAGS,LIBADD} to fix | Adam Tkac | 2010-05-03 | 1 | -2/+2 |
* | [Development] Implement secure TLS streams. | Adam Tkac | 2010-04-23 | 9 | -3/+436 |
* | Fix out-of-tree build issue when using included zlib | DRC | 2010-04-15 | 1 | -1/+1 |
* | Eliminate GCC signed/unsigned warnings related to encodings: The | Peter Åstrand | 2010-02-10 | 1 | -0/+10 |
* | - use unix/configure.ac as top-level configure.ac base | Adam Tkac | 2009-09-04 | 3 | -7/+7 |
* | Revert r3657 (import of autogenerated) files. | Adam Tkac | 2009-03-13 | 1 | -537/+0 |
* | Import autogenerated files for unix/ and common/ subdirs to make source | Adam Tkac | 2009-03-11 | 1 | -0/+537 |
* | [Cleanup] Removed unneeded #includes from rdr/Exception.cxx | Adam Tkac | 2008-12-03 | 1 | -3/+2 |
* | [Refactoring] Improved rdr::Exception constructor. It now accepts variable | Adam Tkac | 2008-11-14 | 3 | -10/+16 |
* | Check where select() is defined during configure time | Adam Tkac | 2008-11-14 | 2 | -10/+13 |
* | [Bugfix] Handle conditional jpeg/zlib building through AM_CONDITIONAL to make | Adam Tkac | 2008-10-22 | 1 | -2/+6 |
* | Add headers to Makefile.am-s to fix "make dist" command in common/* subtree | Adam Tkac | 2008-06-18 | 1 | -3/+8 |
* | - add libz to librdr.la to avoid tight/system zlib checking in xserver configure | Adam Tkac | 2008-04-16 | 1 | -0/+2 |
* | - generate Makefile.in from Makefile.am template | Adam Tkac | 2008-04-14 | 2 | -19/+7 |
* | After discussion with Constantin reverted 2433, 2434, 2436, 2437 and 2438 | Adam Tkac | 2008-03-22 | 2 | -10/+19 |
* | - use Makefile.am and configure.ac | Adam Tkac | 2008-03-20 | 2 | -19/+10 |
* | Minor code cleanup to decrease the amount of compilation warnings in Fedora C... | Constantin Kaplinsky | 2007-09-05 | 1 | -0/+1 |
* | Migrating to new directory structure adopted from the RealVNC's source tree. ... | Constantin Kaplinsky | 2006-05-25 | 27 | -0/+2662 |