aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* MinGW fix: If vsnprintf if defined before MinGWs stdio.h, things willPeter Åstrand2008-12-121-0/+4
* The restrict keyboard was introduced with C99, but we are aiming forPeter Åstrand2008-12-111-2/+2
* [Layout] Added os/net.[ch]. They will include wrappers for missing IPv6Adam Tkac2008-12-105-17/+122
* MinGW tweak: Build with -mthreads. Peter Åstrand2008-12-101-0/+1
* Define ~DirManager, to avoid GCC warning:Peter Åstrand2008-12-101-0/+1
* Make sure all files ends with newlinePeter Åstrand2008-12-101-1/+1
* MinGW tweak: calculateScaleBoundary is not an inline method. If itPeter Åstrand2008-12-091-1/+6
* Basic support for building Windows vncviewer using MinGW. This patchPeter Åstrand2008-12-092-2/+8
* [Cleanup] Removed unneeded #includes from rdr/Exception.cxxAdam Tkac2008-12-031-3/+2
* [Portability] Use /**/ comments instead of // in C codeAdam Tkac2008-12-032-5/+2
* [Portability] Implemented snprintf() function to support old compilersAdam Tkac2008-12-035-2/+23
* [Portability] Reimplement vsnprintf to be C89 compatibleAdam Tkac2008-12-032-22/+64
* Needs to include ../jpeg/win here as wellPeter Åstrand2008-12-021-3/+3
* This should be the final modification to restore a working VisualPeter Åstrand2008-12-022-2/+48
* Removed Xregion.vcproj. As I understand it, this file was committed byPeter Åstrand2008-12-021-298/+0
* Define VNC_SOCKLEN_T if not defined - needed for Visual Studio build. Peter Åstrand2008-12-021-0/+3
* Need to include jpeg directory; used by JpegCompressor.hPeter Åstrand2008-12-011-3/+3
* Corrected r3167; the file is called common-config.win.h, notPeter Åstrand2008-12-011-1/+1
* [Cleanup] Removed unneeded else branch in TcpSocket constructorAdam Tkac2008-11-181-2/+0
* [Bugfix] Backported patch from RealVNC 4.1.3. FYI it is not security related.Adam Tkac2008-11-181-0/+6
* [Development] Basic IPv6 support to viewer.Adam Tkac2008-11-142-34/+94
* [Refactoring] Improved rdr::Exception constructor. It now accepts variableAdam Tkac2008-11-149-10/+31
* [Refactoring] Introduced common/os/ directory for platform dependentAdam Tkac2008-11-147-46/+107
* Check where select() is defined during configure timeAdam Tkac2008-11-143-10/+15
* [Bugfix] Handle conditional jpeg/zlib building through AM_CONDITIONAL to makeAdam Tkac2008-10-225-45/+36
* [Bugfix] Include man files and more jpeg libraries in tarballAdam Tkac2008-10-221-2/+2
* [Cleanup] Fixed some compiler warningsAdam Tkac2008-10-104-7/+14
* [Bugfix] Fixed typo in rfb/util.cxx (caused in r2890)Adam Tkac2008-10-081-1/+1
* [Cleanup] Handle system dependent defines through autoheader & common-config.hAdam Tkac2008-10-068-31/+32
* [Cleanup] Detect and handle IRIX related enhancements in common/* directory onlyAdam Tkac2008-10-062-11/+12
* Merged changes from branches/1.5-xserver (revision range 2432:2631) back to t...Constantin Kaplinsky2008-09-2833-9652/+416
|\
| * Include -L/usr/lib32 into LDFLAGS on IRIXAdam Tkac2008-07-141-1/+1
| * Added zutil.c to libz.la sourcesAdam Tkac2008-07-141-1/+1
| * Add headers to Makefile.am-s to fix "make dist" command in common/* subtreeAdam Tkac2008-06-186-18/+58
| * Replaced --with-tight-{jpeg,zlib} configure parameters by --with-included-{jp...Adam Tkac2008-06-111-8/+8
| * - removed autogenerated and obsoleted filesAdam Tkac2008-04-175-5152/+0
| * - cleanup in common/configure.ac (boilerplate is no longer needed)Adam Tkac2008-04-161-10/+0
| * - add libz to librdr.la to avoid tight/system zlib checking in xserver configureAdam Tkac2008-04-162-0/+4
| * - don't build sources whose contains main() function into libz.aAdam Tkac2008-04-161-3/+2
| * - generate Makefile.in from Makefile.am templateAdam Tkac2008-04-1410-154/+59
| * - improved zlib configuration, parameter --with-installed-zlib replaced by --...Adam Tkac2008-04-141-13/+16
| * - improved jpeg configuration, parameter --with-installed-jpeg replaced by --...Adam Tkac2008-04-141-18/+19
| * - introduced common/jpeg/jconfig.h.in - minimal jconfig.h templateAdam Tkac2008-04-142-2/+49
| * - introduced common/jpeg/{configure.ac,Makefile.am}Adam Tkac2008-04-0311-4212/+100
| * Introduced common/zlib/{configure.ac,Makefile.am}. Renamed macrosAdam Tkac2008-03-276-10/+49
| * Rename common/configure.in to common/configure.ac and fix AC_INITAdam Tkac2008-03-271-1/+1
| * After discussion with Constantin reverted 2433, 2434, 2436, 2437 and 2438Adam Tkac2008-03-2225-154/+5442
| * - use Makefile.am and configure.acAdam Tkac2008-03-2025-5442/+154
* | [Merge] Revision 2778 has been reverted.syuri2008-09-196-0/+2541
* | [Layout] Xregion has been deleted from screen-update folder.syuri2008-09-196-2541/+0