summaryrefslogtreecommitdiffstats
path: root/common/rdr
Commit message (Expand)AuthorAgeFilesLines
* Remove Java web serverPierre Ossman2018-10-091-102/+0
* Fix bad reference in TLSException initialiserPierre Ossman2018-05-291-1/+1
* Fully standardise on send()/recv()Pierre Ossman2017-11-082-7/+6
* Added my/Cendio copyright where relevantPeter Åstrand (astrand)2017-11-081-0/+1
* Use send() with MSG_DONTWAIT when possiblePeter Åstrand (astrand)2017-11-081-1/+9
* Make exception classes have clearer messagesPierre Ossman2017-10-121-6/+2
* rdr: Fix incorrect error checking after fread()Steve Kondik2017-07-081-3/+3
* Add missing virtual destructorsSteve Kondik2017-07-081-0/+1
* Fix busy loop in FdOutStream::flush()Pierre Ossman2016-10-101-1/+6
* Clean up FdOutStream::flush()Pierre Ossman2016-04-291-21/+3
* Remove Windows 98 socket workaroundPierre Ossman2016-04-291-26/+22
* Clear up ZlibInStream::reset() behaviourPierre Ossman2015-11-272-15/+43
* Add efficient method to copy data between two streamsPierre Ossman2015-11-271-0/+12
* Remove unneeded virtual qualifiers on stream methodsPierre Ossman2015-11-272-2/+2
* Remove old Windows CE codePierre Ossman2015-11-091-9/+0
* Use mingw's gettimeofday()Pierre Ossman2015-11-091-33/+1
* Avoid dropping const qualifier needlesslyPierre Ossman2015-09-291-1/+1
* Fix Winsock errno code overlapPierre Ossman2015-05-292-2/+2
* Merge branch 'upreqs' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-125-63/+15
|\
| * Raise GnuTLS requirements to 3.xPierre Ossman2015-01-295-63/+15
* | Fix bad signed/unsigned comparisonsPierre Ossman2015-03-033-3/+3
* | Make sure Exceptions do not use unsafe format stringsPierre Ossman2015-03-033-12/+5
* | Tag the Exception constructor as a printf functionPierre Ossman2015-03-031-1/+7
* | Merge branch 'perf' of https://github.com/CendioOssman/tigervncPierre Ossman2015-02-133-0/+138
|\ \
| * | Add stream class to feed data from a filePierre Ossman2015-02-133-0/+138
| |/
* / Use a common header file for Windows errno names.Peter Åstrand (astrand)2015-02-052-5/+2
|/
* Move ws2_32 dependency to the correct placePierre Ossman2014-10-171-2/+2
* Use printf constructor safelyPierre Ossman2014-07-211-1/+1
* Push encoding specific formats into the encoders and decodersPierre Ossman2014-07-072-48/+0
* Remove a lot of platform compatibilty stuffPierre Ossman2014-07-073-29/+5
* 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