87 Commits (a336f174cbbd4d3fb3561ebe232394457de35c2f)

Author SHA1 Message Date
  Pierre Ossman 6b938e676b Include error code in getaddrinfo() exceptions 4 years ago
  Pierre Ossman b0875cadc2 Avoid using insecure variable length arrays 4 years ago
  Alex Tanskanen e52923415e Throw GAIException() for getaddrinfo errors 4 years ago
  Alex Tanskanen fb8131f7a2 Make system error messeges in Windows 10 use UTF-8 4 years ago
  Pierre Ossman 1688e8cd57 Fix error check for zlib calls 4 years ago
  Pierre Ossman ec3899ecd1 Handle pending data in TLS buffers 4 years ago
  Pierre Ossman 75e6e0653a Be defensive about overflows in stream objects 4 years ago
  Pierre Ossman 0943c006c7 Use size_t for lengths in stream objects 4 years ago
  Pierre Ossman 4ff58f0aca Remove unused FixedMemOutStream 4 years ago
  Pierre Ossman d61a767d68 Make ZlibInStream more robust against failures 4 years ago
  Pierre Ossman e9e7da9b7a Do proper logging rather than fprintf(stderr, ...) 8 years ago
  Pierre Ossman 0fb3e35195 Remove commented out logging 8 years ago
  Pierre Ossman 4a4453fc69 Remove Java web server 5 years ago
  Pierre Ossman 8750db35e8 Fix bad reference in TLSException initialiser 6 years ago
  Pierre Ossman e5cdadd6de Fully standardise on send()/recv() 6 years ago
  Peter Åstrand (astrand) 3a1db168af Added my/Cendio copyright where relevant 6 years ago
  Peter Åstrand (astrand) e2c3b60f32 Use send() with MSG_DONTWAIT when possible 6 years ago
  Pierre Ossman 19225507cc Make exception classes have clearer messages 6 years ago
  Steve Kondik b315dfae97 rdr: Fix incorrect error checking after fread() 7 years ago
  Steve Kondik a6424624fe Add missing virtual destructors 7 years ago
  Pierre Ossman b08b3d42d9 Fix busy loop in FdOutStream::flush() 7 years ago
  Pierre Ossman c6df31db54 Clean up FdOutStream::flush() 8 years ago
  Pierre Ossman 3b46a398b1 Remove Windows 98 socket workaround 8 years ago
  Pierre Ossman 6f318e4451 Clear up ZlibInStream::reset() behaviour 8 years ago
  Pierre Ossman ded49076c8 Add efficient method to copy data between two streams 8 years ago
  Pierre Ossman fbad8a9adb Remove unneeded virtual qualifiers on stream methods 8 years ago
  Pierre Ossman 7835815c1c Remove old Windows CE code 8 years ago
  Pierre Ossman 9c181baf3c Use mingw's gettimeofday() 8 years ago
  Pierre Ossman 063df03295 Avoid dropping const qualifier needlessly 8 years ago
  Pierre Ossman 500cb6ef11 Fix Winsock errno code overlap 9 years ago
  Pierre Ossman 5c23b9ed7d Fix bad signed/unsigned comparisons 9 years ago
  Pierre Ossman a7bbe9c4a3 Make sure Exceptions do not use unsafe format strings 9 years ago
  Pierre Ossman 5b3c5f49b1 Tag the Exception constructor as a printf function 9 years ago
  Pierre Ossman 82c279e101 Add stream class to feed data from a file 9 years ago
  Peter Åstrand (astrand) 11167e1f08 Use a common header file for Windows errno names. 9 years ago
  Pierre Ossman 88c24edd8f Raise GnuTLS requirements to 3.x 9 years ago
  Pierre Ossman 428de11794 Move ws2_32 dependency to the correct place 9 years ago
  Pierre Ossman c92081e116 Use printf constructor safely 10 years ago
  Pierre Ossman 7b5c069d2e Push encoding specific formats into the encoders and decoders 10 years ago
  Pierre Ossman 5ad4d06006 Remove a lot of platform compatibilty stuff 10 years ago
  Pierre Ossman 2137f4f78f GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour of 12 years ago
  Pierre Ossman fe48cd4d24 Refactor the TLS code so that the push/pull functions are aware of their 12 years ago
  Pierre Ossman 3c837139f1 Add method to query how long since we last wrote something to a fd. 12 years ago
  Pierre Ossman 4ce51ffc4e Make socket writes non-blockable. This allows the system to more quickly 12 years ago
  Pierre Ossman b5822f32ab Another attempt at solving the compression level change problems. We were still 12 years ago
  DRC ce82f4bbcd Move setting of PIC code to a central location 13 years ago
  Pierre Ossman 92b4f9de98 CMake doesn't handle convenience libraries as nicely as autotools does. We 13 years ago
  DRC 887c5fd86e Make rawBytesEquivalent an unsigned 64-bit integer. Otherwise, it will overflow in less than a minute if using a full-screen video or 3D application. 13 years ago
  DRC cd2c5d46c2 Ported encoding optimizations from TurboVNC. The changes to the Tight parameters were determined through extensive low-level profiling (see http://www.virtualgl.org/pmwiki/uploads/About/turbototiger.pdf). The other enhancements involved: (1) porting the solid subrectangle pre-computation code from TightVNC/TurboVNC (it makes a pretty big difference-- see report), (2) encapsulating the JPEG encoder in its own class (this eliminates a buffer copy, and the JPEG buffer is now set to a decent size where it shouldn't ever need to be paged or re-allocated, except in rare corner cases), (3) adding support for last rect. encoding (necessary to support the solid rectangle pre-computation enhancements. 13 years ago
  DRC ff5ca2da00 Merge further fixes to Zlib encoder from 1.1 branch 13 years ago