aboutsummaryrefslogtreecommitdiffstats
path: root/tests/perf/encperf.cxx
Commit message (Expand)AuthorAgeFilesLines
* Consolidate argument parsing in single functionPierre Ossman2025-01-101-9/+7
* Use standard library naming for exceptionsPierre Ossman2024-11-061-1/+1
* Use standard exception classesPierre Ossman2024-11-061-1/+1
* Subclass exceptions from std::exceptionPierre Ossman2024-11-061-2/+2
* Use what() to access exception descriptionPierre Ossman2024-11-061-2/+2
* Move getUserPasswd()/showMsgBox() to CConnectionKang Lin2024-08-301-0/+11
* Remove unused setPixelFormat() callbackPierre Ossman2024-08-121-1/+1
* Avoid shadowing variablesPierre Ossman2024-06-241-4/+4
* Mark overridden virtual functionsPierre Ossman2024-06-241-16/+16
* Use nullptr in all C++ codePierre Ossman2024-06-241-7/+7
* vncconfig: add option to force view-only remote client connectionsCarlos Santos2024-04-261-0/+3
* Move the AccessRights type and constants to the rfb namespaceCarlos Santos2024-04-231-2/+2
* Use stdint typesPierre Ossman2023-02-011-6/+6
* Explicitly mark unused parametersPierre Ossman2023-01-041-3/+2
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
* Support the VMware Cursor Position extension on vncviewerlhchavez2021-03-111-0/+5
* Merge branch 'noblock' of https://github.com/CendioOssman/tigervncPierre Ossman2021-01-191-8/+10
|\
| * Change streams to be asynchronousPierre Ossman2020-05-211-3/+8
| * Simplify stream availability handlingPierre Ossman2020-05-211-5/+2
| * Add stream avail() methodsPierre Ossman2020-05-211-2/+2
* | Use mingw's stdio routines where neededPierre Ossman2020-05-311-7/+4
|/
* Fix framebuffer setup in encperfPierre Ossman2020-02-271-2/+3
* Provide dummy output for dummy client connectionsPierre Ossman2020-02-271-1/+6
* Use size_t for lengths in stream objectsPierre Ossman2019-11-151-5/+5
* Split test programs to benchmarking and unit testsPierre Ossman2019-09-251-0/+506