aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/Timer.cxx
Commit message (Expand)AuthorAgeFilesLines
* Capitalize first letter in log, exception & errorMadeleine Nilsson2024-11-211-1/+1
* Fix overflow; "Timer: gettimeofday is broken"Pierre Ossman2024-07-191-1/+4
* Round up expiration time for timersPierre Ossman2024-07-051-1/+1
* Prefer std::find() over manual searchPierre Ossman2024-06-241-6/+4
* Use nullptr in all C++ codePierre Ossman2024-06-241-5/+5
* Make it easier to change timer intervalPierre Ossman2024-06-191-1/+4
* Explicitly request timer repetitionPierre Ossman2024-06-191-25/+26
* Add safety check to getNextTimeout()Pierre Ossman2024-06-191-0/+6
* Stop treating "0" as "no timeouts"Pierre Ossman2024-06-191-7/+4
* Detect conflicting timer reschedulingPierre Ossman2024-06-191-2/+8
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
* Fix bad reference in Timer::getRemainingMs()Pierre Ossman2018-09-201-1/+1
* Limit lossless refresh update to safe sizePierre Ossman2018-03-281-2/+8
* Merge branch 'congestion' of https://github.com/CendioOssman/tigervncPierre Ossman2018-02-261-0/+3
|\
| * Handle timers which should be executed right awayPierre Ossman2017-11-171-0/+3
* | Remove support for Lynx/OSPeter Åstrand (astrand)2017-11-081-5/+0
|/
* Better handling of slow timersPierre Ossman2017-02-241-7/+23
* Use mingw's gettimeofday()Pierre Ossman2015-11-091-38/+2
* Remove logging of each Timer firingPierre Ossman2015-01-261-1/+0
* Not necessary to include windows.h if winsock2.h is already included. If bot...DRC2010-05-201-1/+0
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-251-0/+179