aboutsummaryrefslogtreecommitdiffstats
path: root/tests/perf
Commit message (Expand)AuthorAgeFilesLines
* Move getUserPasswd()/showMsgBox() to CConnectionKang Lin2024-08-302-0/+23
* Remove unused setPixelFormat() callbackPierre Ossman2024-08-122-8/+1
* Avoid shadowing variablesPierre Ossman2024-06-241-4/+4
* Mark overridden virtual functionsPierre Ossman2024-06-243-34/+34
* Use nullptr in all C++ codePierre Ossman2024-06-244-20/+20
* 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
* Prefer target_include_directories()Pierre Ossman2023-03-311-2/+2
* Return std::string instead of dynamic allocationsPierre Ossman2023-02-041-6/+3
* Use stdint typesPierre Ossman2023-02-014-23/+23
* Explicitly mark unused parametersPierre Ossman2023-01-044-10/+13
* Mark system include paths correctlyPierre Ossman2023-01-041-2/+2
* Move include_directories() to proper placesPierre Ossman2022-08-251-2/+1
* Add missing FLTK include statementsAlbrecht Schlosser2022-07-071-0/+1
* Fix up ffmpeg header and library handlingPierre Ossman2022-06-071-1/+0
* Avoid temporary cmake variablesPierre Ossman2022-06-071-8/+7
* H264 DecoderVladimir Sukhonosov2022-01-211-0/+1
* Be consistent in including config.hPierre Ossman2021-12-305-0/+20
* Allow building with -DBUILD_VIEWER=OFFAlex Richardson2021-07-151-23/+25
* Support the VMware Cursor Position extension on vncviewerlhchavez2021-03-112-0/+10
* Merge branch 'noblock' of https://github.com/CendioOssman/tigervncPierre Ossman2021-01-192-13/+14
|\
| * Change streams to be asynchronousPierre Ossman2020-05-212-3/+10
| * Simplify stream availability handlingPierre Ossman2020-05-212-10/+4
| * Add stream avail() methodsPierre Ossman2020-05-212-4/+4
* | 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-272-2/+54
* Use size_t for lengths in stream objectsPierre Ossman2019-11-151-5/+5
* Split test programs to benchmarking and unit testsPierre Ossman2019-09-2513-0/+1775