summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make the server a little less DoS:able by validating update regions.Pierre Ossman2009-03-201-0/+13
* Add new file to file lists.Pierre Ossman2009-03-202-6/+10
* Minimal client side support for the extended desktop size protocol.Pierre Ossman2009-03-207-7/+65
* Minimal server side implementation of the extended desktop size protocol.Pierre Ossman2009-03-2014-8/+162
* Remove stray file left over from the file transfer support.Pierre Ossman2009-03-201-92/+0
* Move the SetDesktopName parser into CMsgReaderV3 to keep with the separationPierre Ossman2009-03-204-15/+16
* VNC needs to be autoreconf'ed as well, otherwise unix/configure will not existDRC2009-03-201-0/+3
* Remove Xorg 1.1 support since it doesn't work and we now know how to build Xo...DRC2009-03-192-96/+2
* Allow PREFIX to be overriddenDRC2009-03-191-1/+3
* Don't download tarballs if they already exist in the local directoryDRC2009-03-191-1/+1
* Restore Composite callback when we close the screen.Pierre Ossman2009-03-191-0/+7
* Build the macros package before everything else; must be done before autoreconfPeter Åstrand2009-03-191-1/+11
* Allow additional configure flags to be passed on the command lineDRC2009-03-181-5/+20
* Support for RandR on the server.Pierre Ossman2009-03-189-15/+386
* Move framebuffer information into its own structure (needed for RandR).Pierre Ossman2009-03-181-84/+103
* Remove more crud from the mmap support.Pierre Ossman2009-03-181-168/+10
* Added scripts for building Xvnc with Xorg 1.5.Peter Åstrand2009-03-182-0/+237
* Remove undocumented and useless option which allowed to put framebuffer toAdam Tkac2009-03-181-139/+1
* Ignore a few more generated files. Peter Åstrand2009-03-180-0/+0
* Change Windows viewer version to 0.0.90.Adam Tkac2009-03-181-1/+1
* Support building Xvnc using Xorg 1.1 code base (for compatibility with RHEL 5)DRC2009-03-182-2/+96
* iEliminate backward incompatibility which required empty_output_buffer() to h...DRC2009-03-162-21/+46
* Work around subdirectory bug in older automake.Pierre Ossman2009-03-1636-83/+88
* Fix broken buffered I/O (to make cjpeg work)DRC2009-03-142-9/+10
* Remove file transfer support.Pierre Ossman2009-03-1365-6813/+14
* Make source compilable via GNU autotools which are part of RHEL 5.Adam Tkac2009-03-134-6/+6
* Revert r3657 (import of autogenerated) files.Adam Tkac2009-03-1387-171753/+0
* Make java viewer compilable via OpenJDK 1.6.0 series (thanks to KarlAdam Tkac2009-03-131-1/+1
* Rename all java modules to tigervnc from tightvncAdam Tkac2009-03-1331-56/+56
* Rename java/src/com/tightvnc to java/src/com/tigervnc.Adam Tkac2009-03-1337-0/+0
* Add new simd files to Visual Studio project file.Pierre Ossman2009-03-131-0/+12
* Move variable init around a bit to please crappy compilers.Pierre Ossman2009-03-131-2/+2
* Don't mix LOCAL() and qualifiers.Pierre Ossman2009-03-131-2/+0
* Do not explicitly enable backing store support, but instead fall backPeter Åstrand2009-03-131-6/+1
* Remove old, compiled version of the Java client.Pierre Ossman2009-03-133-13/+0
* Change JPEG quality/subsampling map to produce meaningful compression ratios,...DRC2009-03-123-13/+45
* Remove obsolete checking for IRIX compression and digital media libraries.Adam Tkac2009-03-123-310/+20
* Include Huffman codec optimizations borrowed from TurboJPEGDRC2009-03-121-109/+147
* Change encoding and quality defaults to what auto mode would choose.Pierre Ossman2009-03-123-5/+5
* Improve auto mode for new JPEG code.Pierre Ossman2009-03-124-59/+86
* Make sure we list fallback encodings in a preferable order.Pierre Ossman2009-03-121-2/+29
* Tweak the quality to JPEG settings mapping a bit.Pierre Ossman2009-03-113-11/+18
* The quality setting goes from 0 to 9, not 1 to 9.Pierre Ossman2009-03-111-1/+1
* Fix README. jpeg/zlib parameters are --with-included-{zlib,jpeg} instead ofAdam Tkac2009-03-111-1/+1
* Import autogenerated files for unix/ and common/ subdirs to make sourceAdam Tkac2009-03-1187-0/+172030
* Fix some overloading ambiguity.Pierre Ossman2009-03-101-2/+2
* Add SSE2 SIMD implementation of computationally intensive routines.Pierre Ossman2009-03-0920-22/+6897
* Add SSE SIMD implementation of computationally intensive routines.Pierre Ossman2009-03-0910-5/+1223
* Most SIMD implementations need 16 byte alignmentPierre Ossman2009-03-091-0/+4
* Make sure the work space memory is properly alignedPierre Ossman2009-03-092-3/+33