| Commit message (Expand) | Author | Age | Files | Lines |
* | Be defensive about overflows in stream objects | Pierre Ossman | 2019-12-20 | 13 | -48/+75 |
* | Use size_t for lengths in stream objects | Pierre Ossman | 2019-12-20 | 24 | -155/+156 |
* | Remove unused FixedMemOutStream | Pierre Ossman | 2019-12-20 | 1 | -52/+0 |
* | Make ZlibInStream more robust against failures | Pierre Ossman | 2019-12-20 | 2 | -7/+8 |
* | Do proper logging rather than fprintf(stderr, ...) | Pierre Ossman | 2019-04-29 | 2 | -11/+17 |
* | Remove commented out logging | Pierre Ossman | 2019-04-29 | 1 | -10/+0 |
* | Remove Java web server | Pierre Ossman | 2018-10-09 | 1 | -102/+0 |
* | Fix bad reference in TLSException initialiser | Pierre Ossman | 2018-05-29 | 1 | -1/+1 |
* | Fully standardise on send()/recv() | Pierre Ossman | 2017-11-08 | 2 | -7/+6 |
* | Added my/Cendio copyright where relevant | Peter Åstrand (astrand) | 2017-11-08 | 1 | -0/+1 |
* | Use send() with MSG_DONTWAIT when possible | Peter Åstrand (astrand) | 2017-11-08 | 1 | -1/+9 |
* | Make exception classes have clearer messages | Pierre Ossman | 2017-10-12 | 1 | -6/+2 |
* | rdr: Fix incorrect error checking after fread() | Steve Kondik | 2017-07-08 | 1 | -3/+3 |
* | Add missing virtual destructors | Steve Kondik | 2017-07-08 | 1 | -0/+1 |
* | Fix busy loop in FdOutStream::flush() | Pierre Ossman | 2016-10-10 | 1 | -1/+6 |
* | Clean up FdOutStream::flush() | Pierre Ossman | 2016-04-29 | 1 | -21/+3 |
* | Remove Windows 98 socket workaround | Pierre Ossman | 2016-04-29 | 1 | -26/+22 |
* | Clear up ZlibInStream::reset() behaviour | Pierre Ossman | 2015-11-27 | 2 | -15/+43 |
* | Add efficient method to copy data between two streams | Pierre Ossman | 2015-11-27 | 1 | -0/+12 |
* | Remove unneeded virtual qualifiers on stream methods | Pierre Ossman | 2015-11-27 | 2 | -2/+2 |
* | Remove old Windows CE code | Pierre Ossman | 2015-11-09 | 1 | -9/+0 |
* | Use mingw's gettimeofday() | Pierre Ossman | 2015-11-09 | 1 | -33/+1 |
* | Avoid dropping const qualifier needlessly | Pierre Ossman | 2015-09-29 | 1 | -1/+1 |
* | Fix Winsock errno code overlap | Pierre Ossman | 2015-05-29 | 2 | -2/+2 |
* | Merge branch 'upreqs' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2015-03-12 | 5 | -63/+15 |
|\ |
|
| * | Raise GnuTLS requirements to 3.x | Pierre Ossman | 2015-01-29 | 5 | -63/+15 |
* | | Fix bad signed/unsigned comparisons | Pierre Ossman | 2015-03-03 | 3 | -3/+3 |
* | | Make sure Exceptions do not use unsafe format strings | Pierre Ossman | 2015-03-03 | 3 | -12/+5 |
* | | Tag the Exception constructor as a printf function | Pierre Ossman | 2015-03-03 | 1 | -1/+7 |
* | | Merge branch 'perf' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2015-02-13 | 3 | -0/+138 |
|\ \ |
|
| * | | Add stream class to feed data from a file | Pierre Ossman | 2015-02-13 | 3 | -0/+138 |
| |/ |
|
* / | Use a common header file for Windows errno names. | Peter Åstrand (astrand) | 2015-02-05 | 2 | -5/+2 |
|/ |
|
* | Move ws2_32 dependency to the correct place | Pierre Ossman | 2014-10-17 | 1 | -2/+2 |
* | Use printf constructor safely | Pierre Ossman | 2014-07-21 | 1 | -1/+1 |
* | Push encoding specific formats into the encoders and decoders | Pierre Ossman | 2014-07-07 | 2 | -48/+0 |
* | Remove a lot of platform compatibilty stuff | Pierre Ossman | 2014-07-07 | 3 | -29/+5 |
* | 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 |