summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Simplify rfb::ParameterIterator - we always iterate over all enabled params.Adam Tkac2013-03-141-4/+4
* Remove unused assignment operator declaration from rfb::ConfigurationAdam Tkac2013-03-142-22/+0
* Remove unused parameter from rfb::Configuration::Configuration()Adam Tkac2013-03-142-9/+1
* Windows lacks the IN6_ARE_ADDR_EQUAL macro, so define it ourselvesPierre Ossman2012-12-131-0/+5
* Create common/os/libos.la fileAdam Tkac2012-09-051-0/+4
* Remove the in-tree versin of FLTK. Maintaining such a copy is way tooPeter Åstrand2012-08-09432-148175/+0
* We were not handling the "sync next" fence properly as we sent the responsePierre Ossman2012-07-202-6/+10
* Also check for negative encodings, in case the server is throwing unexpectedPierre Ossman2012-07-192-3/+3
* ScreenSet references rdr types, so we need to make sure those are defined.Pierre Ossman2012-07-131-0/+1
* 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-036-29/+43
* In-tree version of FLTK needs Fl_PNG_Image in order to use the new icon code ...DRC2012-06-022-0/+234
* Fix unsafe usage of the logging functions.Pierre Ossman2012-04-264-4/+4
* Allow gcc to check for correct usage of the formatting string for thePierre Ossman2012-04-261-2/+8
* Proper support for icons in FLTK (upstream STR 2816).Pierre Ossman2012-04-258-71/+388
* Comment where the mysterious 0xFFFF number of rectangles comes from.Pierre Ossman2012-02-281-0/+4
* Fix regression caused by r4841. That patch assumed that JPEG encoding always...DRC2012-02-133-45/+47
* The Tight encoder uses the pixel buffer as a scratch pad, which doesn'tPierre Ossman2012-01-305-56/+64
* Be more liberal with const in places where write access isn't needed.Pierre Ossman2012-01-305-11/+11
* Fix a race condition where we might get updates thrown at us right after aPierre Ossman2012-01-233-1/+36
* Our FLTK patches modified FLTK's autotools-based build system so that HAVE_XF...DRC2012-01-173-0/+42
* Changing the deferred update timer to 10 ms caused a large performance regres...DRC2011-12-221-1/+1
* We need to explicitly trigger a framebuffer update for server side renderedPierre Ossman2011-12-211-1/+3
* Updated patch from upstream.Pierre Ossman2011-11-251-7/+3
* Fix bad FLTK window resize handling on OS X.Pierre Ossman2011-11-211-0/+6
* Increase the default compression level to cater to a broader range of usersPierre Ossman2011-11-202-2/+3
* The block size for the comparing update tracker was inefficently low. RaisingPierre Ossman2011-11-201-1/+1
* Make the comparing update tracker a bit more flexible. It can now be in anPierre Ossman2011-11-208-21/+91
* Cork the connection around updates to better use the congestion windowPierre Ossman2011-11-151-3/+11
* Server implementation of continuous updates, including advanced flow control.Pierre Ossman2011-11-152-10/+292
* Add method to query how long since we last wrote something to a fd.Pierre Ossman2011-11-152-0/+17
* Basic infrastructure for continuous updates.Pierre Ossman2011-11-1421-1/+102
* Implement proper support for fences in the server.Pierre Ossman2011-11-142-1/+63
* Basic infrastructure to support fences.Pierre Ossman2011-11-1424-12/+223
* The CopyRect encoding is very efficient so it is wasteful to check thosePierre Ossman2011-11-101-3/+1
* Fix issue uncovered with valgrindDRC2011-11-091-1/+1
* Use the correct matching free operation. Patch by Matthieu Lochegnies.Pierre Ossman2011-11-091-1/+1
* The source data here is RGB triplets, not "pixels".Pierre Ossman2011-11-081-3/+1
* Reimplement the deferred update handling, this time in a more robust andPierre Ossman2011-11-084-25/+100
* Add helper to easily determine how much time has passed since some previousPierre Ossman2011-11-082-0/+21
* Cork the outgoing TCP stream while we still have messages to process. ThisPierre Ossman2011-11-081-0/+8
* Expose Linux' cork functionality which allows us to aggregate TCP data in aPierre Ossman2011-11-082-0/+12
* Avoid some unnecessary processing when server side cursor isn't used (whichPierre Ossman2011-11-081-2/+4
* Clean up the interface for VNCSConnectionST. Entry points are more apparentPierre Ossman2011-11-076-90/+102
* Add fast paths for RGB to 16-bit and 8-bit true color conversionDRC2011-11-041-0/+22
* Further optimizations (avoiding single-byte copies and InStream processing ov...DRC2011-11-042-53/+40
* Since fillRect() operates directly on the framebuffer, optimize it and remove...DRC2011-11-033-63/+68
* Remove unneeded EXTRA_ARGS definitionDRC2011-11-031-1/+0
* Need to include os/print.h, because Windows doesn't have snprintf()DRC2011-11-031-0/+1
* Move JPEG decoding into a standalone class (these should have been checked in...DRC2011-11-032-0/+293