summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Exit with non-zero status if any error was encounteredDRC2010-02-221-14/+17
* Not that it matters at the moment, but Win64 can address up to 64 processorsDRC2010-02-221-2/+2
* This should make the codec work on Win64 (but doesn't for unknown reasons)DRC2010-02-2212-23/+81
* [Bugfix] X.Org 1.8 series needs CloseInput function defined in xvnc.cc.Adam Tkac2010-02-191-0/+6
* Fix data type so that it is compatible with Win64 as well.Pierre Ossman2010-02-181-1/+1
* The SIMD routines need some work before they will work on Win64, so disablePierre Ossman2010-02-181-2/+11
* Configure nasm properly for Win64.Pierre Ossman2010-02-181-1/+9
* Oops. Leftover bugs from the 64-bit port (cause seg fault when using JDCT_FL...DRC2010-02-183-3/+3
* Set default optimization to -xO5 when using Sun StudioDRC2010-02-161-0/+10
* Fix build on Sun StudioDRC2010-02-162-3/+2
* Set CFLAGS=CXXFLAGS=-O3 if the flags are not otherwise specified (this benefi...DRC2010-02-141-0/+11
* turbojpeg.h isn't part of the libjpeg.a sourceDRC2010-02-141-1/+1
* Fix VPATH and out-of-tree buildsDRC2010-02-147-22/+24
* It works on 2.56 as wellDRC2010-02-141-1/+1
* Do a generic check for inet_aton instead of just assuming that only Win32 hasPierre Ossman2010-02-122-2/+3
* Some systems (like Solaris 8) need libresolv for inet_aton.Pierre Ossman2010-02-121-0/+3
* Don't assign new threads to unused thread variables. No point, plusPeter Åstrand2010-02-103-4/+4
* Eliminate GCC signed/unsigned warning. Peter Åstrand2010-02-101-1/+1
* Removed unused variables.Peter Åstrand2010-02-101-2/+0
* Eliminated signed/unsigned warnings. Peter Åstrand2010-02-101-6/+6
* Eliminated timerId signed/unsigned warnings. Peter Åstrand2010-02-104-6/+6
* Reverted the second part of 3971. I suspect that this code is actuallyPeter Åstrand2010-02-101-1/+1
* Eliminated GCC warning: DWORD is unsigned long, so use that in thePeter Åstrand2010-02-101-1/+1
* Eliminated GCC signed/unsigned warnings:Peter Åstrand2010-02-102-3/+3
* Bugfix: We were using assignement instead of comparision in the ifPeter Åstrand2010-02-101-1/+1
* Eliminated two GCC warnings:Peter Åstrand2010-02-101-4/+3
* Eliminate GCC warning in ScaleFilters:Peter Åstrand2010-02-102-2/+2
* Eliminate warning about unused rfb::getHostAndPort, by not including Hostname.h.Peter Åstrand2010-02-101-1/+0
* Eliminate GCC signed/unsigned warnings related to encodings: ThePeter Åstrand2010-02-1025-71/+81
* Eliminate another GCC signed/unsigned warning: Peter Åstrand2010-02-101-1/+1
* Eliminate three more GCC warnings:Peter Åstrand2010-02-101-3/+3
* Eliminate GCC signed/unsigned warning. sizeof returns unsigned. Peter Åstrand2010-02-101-1/+1
* Back out r3958 and r3959. They aren't needed anymore, because the libjpeg-tu...DRC2010-02-052-13/+0
* [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is ableAdam Tkac2010-02-059-18/+58
* Oops. Use EGREP instead of GREP, because GREP is not available in earlier ve...DRC2010-02-051-1/+1
* Fix build problems on Solaris 10DRC2010-01-291-1/+1
* Enable 64-bit libjpeg/SIMD build on SolarisDRC2010-01-281-1/+8
* Use the correct version to name the shared library, and if the shared library...DRC2010-01-281-2/+3
* Allow building libjpeg.so if --enable-shared is passed to configure (but disa...DRC2010-01-282-0/+12
* [Bugfix] Fix memory leak in Tight decoder.Adam Tkac2010-01-271-0/+2
* [Bugfix] Mark stack as non-executable in NASM code.Adam Tkac2010-01-271-0/+3
* [Development] X.Org 1.8 codebase is now supported. Add xserver18.patch.Adam Tkac2010-01-222-1/+90
* Use configure scripts included in the tarball, if they exist. This is to avo...DRC2010-01-224-4/+12
* Added scripts for building cross-compatible binaries and 64-bit binaries on OS/XDRC2010-01-123-0/+52
* Prevent vncviewer, vncconfig, and x0vncserver from linking against static X11...DRC2010-01-122-26/+26
* Use static system libz.a so Xvnc doesn't depend on libz.so.1. As a result, w...DRC2010-01-113-5/+10
* Remove xfs support, because it doesn't work and isn't neededDRC2010-01-111-45/+21
* [Bugfix] vncviewer could crash when started with no arguments and user clickedAdam Tkac2010-01-111-1/+2
* Build Mesa as a shared lib so we can get swrast_dri.so, but this requires bui...DRC2010-01-111-7/+11
* Add scripts for building a cross-compatible version of TigerVNC on Linux. Th...DRC2010-01-082-0/+70