summaryrefslogtreecommitdiffstats
path: root/x0vncserver
Commit message (Expand)AuthorAgeFilesLines
* Fixed a memory leak caused by not deleting Image objects properly.Constantin Kaplinsky2006-04-191-1/+2
* Fixed a problem with QueryConnect dialog not counting down seconds, andConstantin Kaplinsky2006-04-191-8/+6
* Minor code formatting fix.Constantin Kaplinsky2006-04-181-2/+2
* Fixed a bug with dereferencing a zero pointer in x0vncserver.Constantin Kaplinsky2006-04-181-3/+20
* An extra character removed from an #include directive.Constantin Kaplinsky2006-04-171-1/+1
* A correction for the previous set of changes (r529).Constantin Kaplinsky2006-04-171-2/+2
* Merged the x0vncserver directory with VNC 4.1.1.Constantin Kaplinsky2006-04-174-35/+104
* Removed .cvsignore files useless for Subversion.Constantin Kaplinsky2006-04-131-2/+0
* Calling XShmDestroyReadDisplayBuf() on IrixOverlayShmImage cleanup.Constantin Kaplinsky2006-03-061-1/+3
* Fixed a problem of not using XReadDisplay extension for parts ofConstantin Kaplinsky2006-03-061-13/+12
* Porting changes for LynxOS 2.3.Constantin Kaplinsky2006-03-022-0/+10
* Major improvements in algoritms of CPU load balancing. This shouldConstantin Kaplinsky2006-02-173-8/+52
* Major improvement of the CPU load optimization implementation. TheConstantin Kaplinsky2006-02-176-246/+161
* Tiny code cleanup.Constantin Kaplinsky2006-02-162-4/+4
* Improved the interface of the PollingScheduler class, added someConstantin Kaplinsky2006-02-163-3/+13
* New PollingScheduler class for calculating timeouts for select() andConstantin Kaplinsky2006-02-164-22/+126
* Forgot to include TimeMillis.cxx in the Makefile template.Constantin Kaplinsky2006-02-161-1/+2
* Corrected algorithm of adjusting polling intervals, to make suddenConstantin Kaplinsky2006-02-161-10/+28
* More precise computing of time to spend in select(). This fixes theConstantin Kaplinsky2006-02-161-9/+24
* Using new TimeMillis class instead of calls to gettimeofday() andConstantin Kaplinsky2006-02-167-54/+142
* Improvements in the debugging code for measuring performance.Constantin Kaplinsky2006-02-153-19/+51
* For the PollingCycle parameter, the default value has been changedConstantin Kaplinsky2006-02-101-1/+1
* Do not poll screen area near the pointer if the pointer did not moveConstantin Kaplinsky2006-02-102-3/+13
* Marked temporary command-line parameters with the "DEBUG:" prefix, toConstantin Kaplinsky2006-02-101-2/+2
* Improved debugging version of the poll() method.Constantin Kaplinsky2006-02-101-1/+2
* Eliminated code duplication in polling implementations, added a fewConstantin Kaplinsky2006-02-101-21/+16
* Polling screen area around current pointer position with higherConstantin Kaplinsky2006-02-085-24/+278
* Improved algorighm of detecting constantly-changed areas on theConstantin Kaplinsky2006-02-032-0/+94
* Code cleanups in PollingManager.Constantin Kaplinsky2006-02-012-27/+41
* Minor cleanup, unused code removed.Constantin Kaplinsky2006-02-011-3/+0
* Implemented new polling algorithm with video detection.Constantin Kaplinsky2005-10-192-4/+99
* Added two different polling algorithms, a dumb one from VNC4, and anConstantin Kaplinsky2005-09-292-17/+149
* The polling code has been moved into a separate class.Constantin Kaplinsky2005-09-296-93/+198
* CPU load monitoring has been implemented in x0vncserver. CPU loadConstantin Kaplinsky2005-09-144-5/+210
* Updated configure.in to include more platform-dependent checks and setConstantin Kaplinsky2005-09-091-2/+5
* Fixed a problem with crashing on select() returning EINTR error.Constantin Kaplinsky2005-09-091-1/+8
* Updated x0vncserver to the latest version from the "tightvnc-unix"Constantin Kaplinsky2005-09-083-97/+825
* Tightified sources:Peter Åstrand2004-12-301-5/+6
* Linking with libjpegPeter Åstrand2004-11-191-1/+1
* Added .cvsignore files.Constantin Kaplinsky2004-10-081-0/+2
* Initial revisionConstantin Kaplinsky2004-10-086-0/+546