| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Exit with non-zero status if any error was encountered | DRC | 2010-02-22 | 1 | -14/+17 |
* | Not that it matters at the moment, but Win64 can address up to 64 processors | DRC | 2010-02-22 | 1 | -2/+2 |
* | This should make the codec work on Win64 (but doesn't for unknown reasons) | DRC | 2010-02-22 | 12 | -23/+81 |
* | [Bugfix] X.Org 1.8 series needs CloseInput function defined in xvnc.cc. | Adam Tkac | 2010-02-19 | 1 | -0/+6 |
* | Fix data type so that it is compatible with Win64 as well. | Pierre Ossman | 2010-02-18 | 1 | -1/+1 |
* | The SIMD routines need some work before they will work on Win64, so disable | Pierre Ossman | 2010-02-18 | 1 | -2/+11 |
* | Configure nasm properly for Win64. | Pierre Ossman | 2010-02-18 | 1 | -1/+9 |
* | Oops. Leftover bugs from the 64-bit port (cause seg fault when using JDCT_FL... | DRC | 2010-02-18 | 3 | -3/+3 |
* | Set default optimization to -xO5 when using Sun Studio | DRC | 2010-02-16 | 1 | -0/+10 |
* | Fix build on Sun Studio | DRC | 2010-02-16 | 2 | -3/+2 |
* | Set CFLAGS=CXXFLAGS=-O3 if the flags are not otherwise specified (this benefi... | DRC | 2010-02-14 | 1 | -0/+11 |
* | turbojpeg.h isn't part of the libjpeg.a source | DRC | 2010-02-14 | 1 | -1/+1 |
* | Fix VPATH and out-of-tree builds | DRC | 2010-02-14 | 7 | -22/+24 |
* | It works on 2.56 as well | DRC | 2010-02-14 | 1 | -1/+1 |
* | Do a generic check for inet_aton instead of just assuming that only Win32 has | Pierre Ossman | 2010-02-12 | 2 | -2/+3 |
* | Some systems (like Solaris 8) need libresolv for inet_aton. | Pierre Ossman | 2010-02-12 | 1 | -0/+3 |
* | Don't assign new threads to unused thread variables. No point, plus | Peter Åstrand | 2010-02-10 | 3 | -4/+4 |
* | Eliminate GCC signed/unsigned warning. | Peter Åstrand | 2010-02-10 | 1 | -1/+1 |
* | Removed unused variables. | Peter Åstrand | 2010-02-10 | 1 | -2/+0 |
* | Eliminated signed/unsigned warnings. | Peter Åstrand | 2010-02-10 | 1 | -6/+6 |
* | Eliminated timerId signed/unsigned warnings. | Peter Åstrand | 2010-02-10 | 4 | -6/+6 |
* | Reverted the second part of 3971. I suspect that this code is actually | Peter Åstrand | 2010-02-10 | 1 | -1/+1 |
* | Eliminated GCC warning: DWORD is unsigned long, so use that in the | Peter Åstrand | 2010-02-10 | 1 | -1/+1 |
* | Eliminated GCC signed/unsigned warnings: | Peter Åstrand | 2010-02-10 | 2 | -3/+3 |
* | Bugfix: We were using assignement instead of comparision in the if | Peter Åstrand | 2010-02-10 | 1 | -1/+1 |
* | Eliminated two GCC warnings: | Peter Åstrand | 2010-02-10 | 1 | -4/+3 |
* | Eliminate GCC warning in ScaleFilters: | Peter Åstrand | 2010-02-10 | 2 | -2/+2 |
* | Eliminate warning about unused rfb::getHostAndPort, by not including Hostname.h. | Peter Åstrand | 2010-02-10 | 1 | -1/+0 |
* | Eliminate GCC signed/unsigned warnings related to encodings: The | Peter Åstrand | 2010-02-10 | 25 | -71/+81 |
* | Eliminate another GCC signed/unsigned warning: | Peter Åstrand | 2010-02-10 | 1 | -1/+1 |
* | Eliminate three more GCC warnings: | Peter Åstrand | 2010-02-10 | 1 | -3/+3 |
* | Eliminate GCC signed/unsigned warning. sizeof returns unsigned. | Peter Åstrand | 2010-02-10 | 1 | -1/+1 |
* | Back out r3958 and r3959. They aren't needed anymore, because the libjpeg-tu... | DRC | 2010-02-05 | 2 | -13/+0 |
* | [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is able | Adam Tkac | 2010-02-05 | 9 | -18/+58 |
* | Oops. Use EGREP instead of GREP, because GREP is not available in earlier ve... | DRC | 2010-02-05 | 1 | -1/+1 |
* | Fix build problems on Solaris 10 | DRC | 2010-01-29 | 1 | -1/+1 |
* | Enable 64-bit libjpeg/SIMD build on Solaris | DRC | 2010-01-28 | 1 | -1/+8 |
* | Use the correct version to name the shared library, and if the shared library... | DRC | 2010-01-28 | 1 | -2/+3 |
* | Allow building libjpeg.so if --enable-shared is passed to configure (but disa... | DRC | 2010-01-28 | 2 | -0/+12 |
* | [Bugfix] Fix memory leak in Tight decoder. | Adam Tkac | 2010-01-27 | 1 | -0/+2 |
* | [Bugfix] Mark stack as non-executable in NASM code. | Adam Tkac | 2010-01-27 | 1 | -0/+3 |
* | [Development] X.Org 1.8 codebase is now supported. Add xserver18.patch. | Adam Tkac | 2010-01-22 | 2 | -1/+90 |
* | Use configure scripts included in the tarball, if they exist. This is to avo... | DRC | 2010-01-22 | 4 | -4/+12 |
* | Added scripts for building cross-compatible binaries and 64-bit binaries on OS/X | DRC | 2010-01-12 | 3 | -0/+52 |
* | Prevent vncviewer, vncconfig, and x0vncserver from linking against static X11... | DRC | 2010-01-12 | 2 | -26/+26 |
* | Use static system libz.a so Xvnc doesn't depend on libz.so.1. As a result, w... | DRC | 2010-01-11 | 3 | -5/+10 |
* | Remove xfs support, because it doesn't work and isn't needed | DRC | 2010-01-11 | 1 | -45/+21 |
* | [Bugfix] vncviewer could crash when started with no arguments and user clicked | Adam Tkac | 2010-01-11 | 1 | -1/+2 |
* | Build Mesa as a shared lib so we can get swrast_dri.so, but this requires bui... | DRC | 2010-01-11 | 1 | -7/+11 |
* | Add scripts for building a cross-compatible version of TigerVNC on Linux. Th... | DRC | 2010-01-08 | 2 | -0/+70 |