| Commit message (Expand) | Author | Age | Files | Lines |
* | Comment where the mysterious 0xFFFF number of rectangles comes from. | Pierre Ossman | 2012-02-28 | 1 | -0/+4 |
* | Fix regression caused by r4841. That patch assumed that JPEG encoding always... | DRC | 2012-02-13 | 3 | -45/+47 |
* | The Tight encoder uses the pixel buffer as a scratch pad, which doesn't | Pierre Ossman | 2012-01-30 | 5 | -56/+64 |
* | Be more liberal with const in places where write access isn't needed. | Pierre Ossman | 2012-01-30 | 5 | -11/+11 |
* | Fix a race condition where we might get updates thrown at us right after a | Pierre Ossman | 2012-01-23 | 3 | -1/+36 |
* | Our FLTK patches modified FLTK's autotools-based build system so that HAVE_XF... | DRC | 2012-01-17 | 3 | -0/+42 |
* | Changing the deferred update timer to 10 ms caused a large performance regres... | DRC | 2011-12-22 | 1 | -1/+1 |
* | We need to explicitly trigger a framebuffer update for server side rendered | Pierre Ossman | 2011-12-21 | 1 | -1/+3 |
* | Updated patch from upstream. | Pierre Ossman | 2011-11-25 | 1 | -7/+3 |
* | Fix bad FLTK window resize handling on OS X. | Pierre Ossman | 2011-11-21 | 1 | -0/+6 |
* | Increase the default compression level to cater to a broader range of users | Pierre Ossman | 2011-11-20 | 2 | -2/+3 |
* | The block size for the comparing update tracker was inefficently low. Raising | Pierre Ossman | 2011-11-20 | 1 | -1/+1 |
* | Make the comparing update tracker a bit more flexible. It can now be in an | Pierre Ossman | 2011-11-20 | 8 | -21/+91 |
* | Cork the connection around updates to better use the congestion window | Pierre Ossman | 2011-11-15 | 1 | -3/+11 |
* | Server implementation of continuous updates, including advanced flow control. | Pierre Ossman | 2011-11-15 | 2 | -10/+292 |
* | Add method to query how long since we last wrote something to a fd. | Pierre Ossman | 2011-11-15 | 2 | -0/+17 |
* | Basic infrastructure for continuous updates. | Pierre Ossman | 2011-11-14 | 21 | -1/+102 |
* | Implement proper support for fences in the server. | Pierre Ossman | 2011-11-14 | 2 | -1/+63 |
* | Basic infrastructure to support fences. | Pierre Ossman | 2011-11-14 | 24 | -12/+223 |
* | The CopyRect encoding is very efficient so it is wasteful to check those | Pierre Ossman | 2011-11-10 | 1 | -3/+1 |
* | Fix issue uncovered with valgrind | DRC | 2011-11-09 | 1 | -1/+1 |
* | Use the correct matching free operation. Patch by Matthieu Lochegnies. | Pierre Ossman | 2011-11-09 | 1 | -1/+1 |
* | The source data here is RGB triplets, not "pixels". | Pierre Ossman | 2011-11-08 | 1 | -3/+1 |
* | Reimplement the deferred update handling, this time in a more robust and | Pierre Ossman | 2011-11-08 | 4 | -25/+100 |
* | Add helper to easily determine how much time has passed since some previous | Pierre Ossman | 2011-11-08 | 2 | -0/+21 |
* | Cork the outgoing TCP stream while we still have messages to process. This | Pierre Ossman | 2011-11-08 | 1 | -0/+8 |
* | Expose Linux' cork functionality which allows us to aggregate TCP data in a | Pierre Ossman | 2011-11-08 | 2 | -0/+12 |
* | Avoid some unnecessary processing when server side cursor isn't used (which | Pierre Ossman | 2011-11-08 | 1 | -2/+4 |
* | Clean up the interface for VNCSConnectionST. Entry points are more apparent | Pierre Ossman | 2011-11-07 | 6 | -90/+102 |
* | Add fast paths for RGB to 16-bit and 8-bit true color conversion | DRC | 2011-11-04 | 1 | -0/+22 |
* | Further optimizations (avoiding single-byte copies and InStream processing ov... | DRC | 2011-11-04 | 2 | -53/+40 |
* | Since fillRect() operates directly on the framebuffer, optimize it and remove... | DRC | 2011-11-03 | 3 | -63/+68 |
* | Remove unneeded EXTRA_ARGS definition | DRC | 2011-11-03 | 1 | -1/+0 |
* | Need to include os/print.h, because Windows doesn't have snprintf() | DRC | 2011-11-03 | 1 | -0/+1 |
* | Move JPEG decoding into a standalone class (these should have been checked in... | DRC | 2011-11-03 | 2 | -0/+293 |
* | If the client and server are using identical pixel formats, then perform Tigh... | DRC | 2011-11-03 | 7 | -240/+232 |
* | Put arguments in a more consistent order based on data flow, in order to impr... | DRC | 2011-11-03 | 2 | -38/+41 |
* | Fix compiler warnings uncovered with -Wall | DRC | 2011-11-03 | 3 | -4/+2 |
* | Rename and document TransImageGetter::getPixelsRW() to make it more obvious | Pierre Ossman | 2011-11-03 | 3 | -4/+8 |
* | Fix compiler warnings uncovered with -Wall | DRC | 2011-11-03 | 4 | -4/+3 |
* | Don't try to push out another update if the socket is already full. This | Pierre Ossman | 2011-10-25 | 2 | -3/+41 |
* | Make sure RFB timers are actually respected by the server implementations. | Pierre Ossman | 2011-10-25 | 1 | -0/+3 |
* | 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 |
* | Enable WinVNC build with MinGW and MinGW64 | DRC | 2011-10-12 | 4 | -0/+218 |
* | Re-commit MSVC build fixes, which were forcibly removed by 4675. Please (a) ... | DRC | 2011-10-04 | 2 | -3/+8 |
* | Fixed the formatting of a few Cendio copyright lines, so that it is | Peter Åstrand | 2011-09-28 | 3 | -3/+3 |
* | Updated bundled fltk with latest set of patches for | Henrik Andersson | 2011-09-16 | 8 | -77/+270 |
* | Internalise the libjpeg stuff into the JpegCompressor class as the libjpeg | Pierre Ossman | 2011-09-07 | 2 | -64/+77 |
* | Remove unused variables | DRC | 2011-08-24 | 1 | -1/+0 |