| Commit message (Expand) | Author | Age | Files | Lines |
* | MinGW fix: If vsnprintf if defined before MinGWs stdio.h, things will | Peter Åstrand | 2008-12-12 | 1 | -0/+4 |
* | The restrict keyboard was introduced with C99, but we are aiming for | Peter Åstrand | 2008-12-11 | 1 | -2/+2 |
* | [Layout] Added os/net.[ch]. They will include wrappers for missing IPv6 | Adam Tkac | 2008-12-10 | 5 | -17/+122 |
* | MinGW tweak: Build with -mthreads. | Peter Åstrand | 2008-12-10 | 1 | -0/+1 |
* | Define ~DirManager, to avoid GCC warning: | Peter Åstrand | 2008-12-10 | 1 | -0/+1 |
* | Make sure all files ends with newline | Peter Åstrand | 2008-12-10 | 1 | -1/+1 |
* | MinGW tweak: calculateScaleBoundary is not an inline method. If it | Peter Åstrand | 2008-12-09 | 1 | -1/+6 |
* | Basic support for building Windows vncviewer using MinGW. This patch | Peter Åstrand | 2008-12-09 | 2 | -2/+8 |
* | [Cleanup] Removed unneeded #includes from rdr/Exception.cxx | Adam Tkac | 2008-12-03 | 1 | -3/+2 |
* | [Portability] Use /**/ comments instead of // in C code | Adam Tkac | 2008-12-03 | 2 | -5/+2 |
* | [Portability] Implemented snprintf() function to support old compilers | Adam Tkac | 2008-12-03 | 5 | -2/+23 |
* | [Portability] Reimplement vsnprintf to be C89 compatible | Adam Tkac | 2008-12-03 | 2 | -22/+64 |
* | Needs to include ../jpeg/win here as well | Peter Åstrand | 2008-12-02 | 1 | -3/+3 |
* | This should be the final modification to restore a working Visual | Peter Åstrand | 2008-12-02 | 2 | -2/+48 |
* | Removed Xregion.vcproj. As I understand it, this file was committed by | Peter Åstrand | 2008-12-02 | 1 | -298/+0 |
* | Define VNC_SOCKLEN_T if not defined - needed for Visual Studio build. | Peter Åstrand | 2008-12-02 | 1 | -0/+3 |
* | Need to include jpeg directory; used by JpegCompressor.h | Peter Åstrand | 2008-12-01 | 1 | -3/+3 |
* | Corrected r3167; the file is called common-config.win.h, not | Peter Åstrand | 2008-12-01 | 1 | -1/+1 |
* | [Cleanup] Removed unneeded else branch in TcpSocket constructor | Adam Tkac | 2008-11-18 | 1 | -2/+0 |
* | [Bugfix] Backported patch from RealVNC 4.1.3. FYI it is not security related. | Adam Tkac | 2008-11-18 | 1 | -0/+6 |
* | [Development] Basic IPv6 support to viewer. | Adam Tkac | 2008-11-14 | 2 | -34/+94 |
* | [Refactoring] Improved rdr::Exception constructor. It now accepts variable | Adam Tkac | 2008-11-14 | 9 | -10/+31 |
* | [Refactoring] Introduced common/os/ directory for platform dependent | Adam Tkac | 2008-11-14 | 7 | -46/+107 |
* | Check where select() is defined during configure time | Adam Tkac | 2008-11-14 | 3 | -10/+15 |
* | [Bugfix] Handle conditional jpeg/zlib building through AM_CONDITIONAL to make | Adam Tkac | 2008-10-22 | 5 | -45/+36 |
* | [Bugfix] Include man files and more jpeg libraries in tarball | Adam Tkac | 2008-10-22 | 1 | -2/+2 |
* | [Cleanup] Fixed some compiler warnings | Adam Tkac | 2008-10-10 | 4 | -7/+14 |
* | [Bugfix] Fixed typo in rfb/util.cxx (caused in r2890) | Adam Tkac | 2008-10-08 | 1 | -1/+1 |
* | [Cleanup] Handle system dependent defines through autoheader & common-config.h | Adam Tkac | 2008-10-06 | 8 | -31/+32 |
* | [Cleanup] Detect and handle IRIX related enhancements in common/* directory only | Adam Tkac | 2008-10-06 | 2 | -11/+12 |
* | Merged changes from branches/1.5-xserver (revision range 2432:2631) back to t... | Constantin Kaplinsky | 2008-09-28 | 33 | -9652/+416 |
|\ |
|
| * | Include -L/usr/lib32 into LDFLAGS on IRIX | Adam Tkac | 2008-07-14 | 1 | -1/+1 |
| * | Added zutil.c to libz.la sources | Adam Tkac | 2008-07-14 | 1 | -1/+1 |
| * | Add headers to Makefile.am-s to fix "make dist" command in common/* subtree | Adam Tkac | 2008-06-18 | 6 | -18/+58 |
| * | Replaced --with-tight-{jpeg,zlib} configure parameters by --with-included-{jp... | Adam Tkac | 2008-06-11 | 1 | -8/+8 |
| * | - removed autogenerated and obsoleted files | Adam Tkac | 2008-04-17 | 5 | -5152/+0 |
| * | - cleanup in common/configure.ac (boilerplate is no longer needed) | Adam Tkac | 2008-04-16 | 1 | -10/+0 |
| * | - add libz to librdr.la to avoid tight/system zlib checking in xserver configure | Adam Tkac | 2008-04-16 | 2 | -0/+4 |
| * | - don't build sources whose contains main() function into libz.a | Adam Tkac | 2008-04-16 | 1 | -3/+2 |
| * | - generate Makefile.in from Makefile.am template | Adam Tkac | 2008-04-14 | 10 | -154/+59 |
| * | - improved zlib configuration, parameter --with-installed-zlib replaced by --... | Adam Tkac | 2008-04-14 | 1 | -13/+16 |
| * | - improved jpeg configuration, parameter --with-installed-jpeg replaced by --... | Adam Tkac | 2008-04-14 | 1 | -18/+19 |
| * | - introduced common/jpeg/jconfig.h.in - minimal jconfig.h template | Adam Tkac | 2008-04-14 | 2 | -2/+49 |
| * | - introduced common/jpeg/{configure.ac,Makefile.am} | Adam Tkac | 2008-04-03 | 11 | -4212/+100 |
| * | Introduced common/zlib/{configure.ac,Makefile.am}. Renamed macros | Adam Tkac | 2008-03-27 | 6 | -10/+49 |
| * | Rename common/configure.in to common/configure.ac and fix AC_INIT | Adam Tkac | 2008-03-27 | 1 | -1/+1 |
| * | After discussion with Constantin reverted 2433, 2434, 2436, 2437 and 2438 | Adam Tkac | 2008-03-22 | 25 | -154/+5442 |
| * | - use Makefile.am and configure.ac | Adam Tkac | 2008-03-20 | 25 | -5442/+154 |
* | | [Merge] Revision 2778 has been reverted. | syuri | 2008-09-19 | 6 | -0/+2541 |
* | | [Layout] Xregion has been deleted from screen-update folder. | syuri | 2008-09-19 | 6 | -2541/+0 |