summaryrefslogtreecommitdiffstats
path: root/common/rdr
Commit message (Expand)AuthorAgeFilesLines
* GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour ofPierre Ossman2012-07-033-11/+51
* Refactor the TLS code so that the push/pull functions are aware of theirPierre Ossman2012-07-034-10/+24
* Add method to query how long since we last wrote something to a fd.Pierre Ossman2011-11-152-0/+17
* Make socket writes non-blockable. This allows the system to more quicklyPierre Ossman2011-10-252-11/+75
* Another attempt at solving the compression level change problems. We were stillPierre Ossman2011-10-182-63/+75
* Move setting of PIC code to a central locationDRC2011-08-231-8/+0
* CMake doesn't handle convenience libraries as nicely as autotools does. WePierre Ossman2011-08-221-0/+8
* Make rawBytesEquivalent an unsigned 64-bit integer. Otherwise, it will overf...DRC2011-08-191-0/+1
* Ported encoding optimizations from TurboVNC. The changes to the Tight parame...DRC2011-08-111-1/+1
* Merge further fixes to Zlib encoder from 1.1 branchDRC2011-08-092-6/+28
* Revert r4498 and fix #3305357 properly. The issue was two-fold: (1) the com...DRC2011-08-091-9/+12
* Remove unused autotools build systemDRC2011-06-241-26/+0
* Do not run libtool_create_control_file() on Windows. Windows does not like it.DRC2011-06-241-1/+3
* Fix 3305357 (Enabling custom compression level on client crashes server)DRC2011-06-181-6/+8
* Building the Xvnc server requires libtool control files of rdr, rfb,Henrik Andersson2011-06-091-0/+2
* Added additional check to only link against ws2_32 libraryHenrik Andersson2011-03-091-1/+4
* Use the system copy of zlib by default, like we do with autotools.Pierre Ossman2011-03-031-2/+2
* Fix MinGW build breakageDRC2011-02-101-1/+1
* Allow GnuTLS to use in-tree version of zlib when static linkingDRC2011-02-091-0/+4
* Remove old Visual C++ project files (use CMake to build with Visual C++)DRC2011-02-081-222/+0
* [Development] Add possibility to build Windows programs with GNUTLS via cmake.Adam Tkac2011-01-191-1/+6
* CMake build system for WindowsDRC2010-10-272-0/+19
* Support building with older versions of gnutls; Fix gnutls detection when bui...DRC2010-09-302-0/+8
* [Bugfix] Properly report transport errors to GNUTLS.Adam Tkac2010-08-252-9/+23
* [Bugfix] Use AC_CHECK_LIB instead of pkgconfig, it is not available on OS X.Adam Tkac2010-05-131-1/+1
* [Bugfix] Add GNUTLS_{CFLAGS,LIBS} to librdr_la_{CPPFLAGS,LIBADD} to fixAdam Tkac2010-05-031-2/+2
* [Development] Implement secure TLS streams.Adam Tkac2010-04-239-3/+436
* Fix out-of-tree build issue when using included zlibDRC2010-04-151-1/+1
* Eliminate GCC signed/unsigned warnings related to encodings: ThePeter Åstrand2010-02-101-0/+10
* - use unix/configure.ac as top-level configure.ac baseAdam Tkac2009-09-043-7/+7
* Revert r3657 (import of autogenerated) files.Adam Tkac2009-03-131-537/+0
* Import autogenerated files for unix/ and common/ subdirs to make sourceAdam Tkac2009-03-111-0/+537
* [Cleanup] Removed unneeded #includes from rdr/Exception.cxxAdam Tkac2008-12-031-3/+2
* [Refactoring] Improved rdr::Exception constructor. It now accepts variableAdam Tkac2008-11-143-10/+16
* Check where select() is defined during configure timeAdam Tkac2008-11-142-10/+13
* [Bugfix] Handle conditional jpeg/zlib building through AM_CONDITIONAL to makeAdam Tkac2008-10-221-2/+6
* Add headers to Makefile.am-s to fix "make dist" command in common/* subtreeAdam Tkac2008-06-181-3/+8
* - add libz to librdr.la to avoid tight/system zlib checking in xserver configureAdam Tkac2008-04-161-0/+2
* - generate Makefile.in from Makefile.am templateAdam Tkac2008-04-142-19/+7
* After discussion with Constantin reverted 2433, 2434, 2436, 2437 and 2438Adam Tkac2008-03-222-10/+19
* - use Makefile.am and configure.acAdam Tkac2008-03-202-19/+10
* Minor code cleanup to decrease the amount of compilation warnings in Fedora C...Constantin Kaplinsky2007-09-051-0/+1
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-2527-0/+2662