summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Building the Xvnc server requires libtool control files of rdr, rfb,Henrik Andersson2011-06-094-0/+8
* Accidentally calculated the pointer offset twice, resulting in segfaults.Pierre Ossman2011-06-081-1/+2
* Make sure we have a list of the multimedia keysyms defined by Xfree86.Pierre Ossman2011-05-202-2/+234
* Add a default constructor so that you can create empty Security objects.Pierre Ossman2011-05-162-0/+5
* Remove old declaration that never actually maps to an object.Pierre Ossman2011-05-161-1/+0
* [Security] vncviewer can send password without proper validation of X.509 certsAdam Tkac2011-05-101-2/+9
* Added additional check to only link against ws2_32 libraryHenrik Andersson2011-03-091-1/+4
* Forgot to add the new PixelTransformer class to the autotools system.Pierre Ossman2011-03-081-7/+7
* Split out the pixel format conversion magic to its own class and makePierre Ossman2011-03-086-233/+427
* The Windows specific include path should only be used on Windows.Pierre Ossman2011-03-081-1/+2
* Make sure Windows specific code is only included in Windows builds.Pierre Ossman2011-03-081-1/+4
* We don't need to special case Windows anymore now since we have properPierre Ossman2011-03-081-5/+1
* Fix up typo that's been copied around in several places.Pierre Ossman2011-03-081-1/+1
* Windows actually has socklen_t, it's just that it is in a special header.Pierre Ossman2011-03-082-0/+2
* Look for libjpeg in a more proper manner and don't just assume it's in aPierre Ossman2011-03-031-2/+2
* Use the system copy of zlib by default, like we do with autotools.Pierre Ossman2011-03-032-3/+9
* We're trying to use CMake for every arch, so make sure the Windows specificPierre Ossman2011-03-031-1/+5
* Remove the included libjpeg-turbo from the tree and rely completely on onePierre Ossman2011-03-02178-61023/+1
* Provide a simple helper class for basic colour map usage.Pierre Ossman2011-03-021-0/+16
* Catch when no host was specified a bit more gracefully.Pierre Ossman2011-03-021-0/+2
* Make it easier to read string parameters by providing an implicit conversionPierre Ossman2011-03-022-0/+5
* Use VncAuth as the default security type, since TLS causes a significant perf...DRC2011-02-211-1/+1
* Using a fixed port range with -via can cause a race condition between multipl...DRC2011-02-211-10/+11
* [Bugfix] Improve r4300 - also honor server's sectype order for VeNCrypt subty...Adam Tkac2011-02-211-5/+5