aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* If the client and server are using identical pixel formats, then perform Tigh...DRC2011-11-037-240/+232
* Put arguments in a more consistent order based on data flow, in order to impr...DRC2011-11-032-38/+41
* Fix compiler warnings uncovered with -WallDRC2011-11-033-4/+2
* Rename and document TransImageGetter::getPixelsRW() to make it more obviousPierre Ossman2011-11-033-4/+8
* Fix compiler warnings uncovered with -WallDRC2011-11-034-4/+3
* Don't try to push out another update if the socket is already full. ThisPierre Ossman2011-10-252-3/+41
* Make sure RFB timers are actually respected by the server implementations.Pierre Ossman2011-10-251-0/+3
* 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
* Enable WinVNC build with MinGW and MinGW64DRC2011-10-124-0/+218
* Re-commit MSVC build fixes, which were forcibly removed by 4675. Please (a) ...DRC2011-10-042-3/+8
* Fixed the formatting of a few Cendio copyright lines, so that it isPeter Åstrand2011-09-283-3/+3
* Updated bundled fltk with latest set of patches forHenrik Andersson2011-09-168-77/+270
* Internalise the libjpeg stuff into the JpegCompressor class as the libjpegPierre Ossman2011-09-072-64/+77
* Remove unused variablesDRC2011-08-241-1/+0
* Move setting of PIC code to a central locationDRC2011-08-237-48/+13
* CMake doesn't handle convenience libraries as nicely as autotools does. WePierre Ossman2011-08-226-0/+48
* Do register reduction to re-normalize the performance at the low levelDRC2011-08-192-12/+26
* Fix image corruption issues with, and add a few optimizations for, 16bpp clientsDRC2011-08-192-11/+18
* Add support for TurboVNC pseudo-encodings and Grayscale JPEG compression so t...DRC2011-08-1910-12/+77
* Make rawBytesEquivalent an unsigned 64-bit integer. Otherwise, it will overf...DRC2011-08-193-3/+4
* Fix compiler warning in Visual C++DRC2011-08-191-3/+3
* Need to include os/print.h to use snprintf on WindowsDRC2011-08-171-0/+1
* Disable ComparingUpdateTracker by default for now, because it generates a lot...DRC2011-08-171-1/+1
* Further optimizations to the Tight encoder to eliminate getImage() overhead. ...DRC2011-08-1723-273/+460
* Ported encoding optimizations from TurboVNC. The changes to the Tight parame...DRC2011-08-119-233/+637
* Update the fl_update_clipboard function, so that it matches the latestPeter Åstrand2011-08-111-3/+4
* Merge further fixes to Zlib encoder from 1.1 branchDRC2011-08-093-11/+35
* Revert r4498 and fix #3305357 properly. The issue was two-fold: (1) the com...DRC2011-08-092-10/+16
* Apply our FLTK extensionsDRC2011-07-2826-770/+1985
* Include a stripped-down version of FLTK in tree and add a USE_INCLUDED_FLTK o...DRC2011-07-28426-0/+146166
* Make it possible to query a PixelTransformer for the formats it is convertingPierre Ossman2011-07-152-0/+26
* Remove unused autotools build systemDRC2011-06-248-159/+0
* Do not run libtool_create_control_file() on Windows. Windows does not like it.DRC2011-06-244-4/+12
* Detect and enable PAM authentication supportDRC2011-06-221-0/+6
* Fix 3305357 (Enabling custom compression level on client crashes server)DRC2011-06-181-6/+8