aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* [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
* | [Layout] Project for Xregion has been created.syuri2008-09-191-0/+298
* | [Bugfix] Resetting video rectangle on last client disconnect.Constantin Kaplinsky2008-09-051-0/+1
* | [Enhancements, refactoring] Rationalized functions to control videoConstantin Kaplinsky2008-09-057-39/+52
* | [Bugfix] If JpegCompressor could not compress the data, it did switch to Stan...Constantin Kaplinsky2008-09-031-0/+1
* | [Bugfix] Fixed a problem with overloading x0vncserver by update requests, whe...Constantin Kaplinsky2008-08-291-2/+13
* | [Cleanup] Fixed a compilation warning by removing a very doubtful optimization.Constantin Kaplinsky2008-08-211-6/+1
* | [Bugfix] When pixel comparison to reduce unnecessary updates was performed,Constantin Kaplinsky2008-08-211-1/+3
* | VideoPriority parameter was set to 0 by default, now it defaults to 2.Constantin Kaplinsky2008-08-211-1/+1
* | VideoArea parameter is fully respected. The server treats the specified recta...Constantin Kaplinsky2008-08-211-1/+4
* | Passing VideoArea parameter to VNCServerST object. VNCServerST saves theConstantin Kaplinsky2008-08-212-0/+7
* | Handling VideoRectangleSelection protocol message (TightVNC extension).Constantin Kaplinsky2008-06-147-2/+50
* | Restored the functionality of the VideoPriority parameter. This time, itConstantin Kaplinsky2008-06-136-1/+39
* | Removed support for continuous updates, a TightVNC-specific RFB protocolConstantin Kaplinsky2008-06-058-81/+0
* | Improved error handling: if JpegCompressor could not compress the data,Constantin Kaplinsky2008-06-051-1/+9
* | Don't use one va_list variable twice in vsnprintfAdam Tkac2008-06-031-3/+10
* | Using proper logging in SMsgReader class. Reporting details on receiving Vide...Constantin Kaplinsky2008-04-241-3/+10
* | Support for VideoRectangleSelection client message in the server code. The me...Constantin Kaplinsky2008-04-249-3/+55
|/
* Added some missing #includes whose prevent build source with gcc 4.3Adam Tkac2008-03-192-0/+2
* Protect common/zlib/configure parameter processing against infinite loopAdam Tkac2008-03-191-0/+1
* IrixDMJpegCompressor is now preferred to IrixCLJpegCompressor. Debugging beha...Constantin Kaplinsky2007-12-202-29/+23
* Functional version of IrixCLJpegCompressor. This commit includes modification...Constantin Kaplinsky2007-12-193-16/+132