index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.15-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
perf
/
encperf.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consolidate argument parsing in single function
Pierre Ossman
2025-01-10
1
-9
/
+7
*
Use standard library naming for exceptions
Pierre Ossman
2024-11-06
1
-1
/
+1
*
Use standard exception classes
Pierre Ossman
2024-11-06
1
-1
/
+1
*
Subclass exceptions from std::exception
Pierre Ossman
2024-11-06
1
-2
/
+2
*
Use what() to access exception description
Pierre Ossman
2024-11-06
1
-2
/
+2
*
Move getUserPasswd()/showMsgBox() to CConnection
Kang Lin
2024-08-30
1
-0
/
+11
*
Remove unused setPixelFormat() callback
Pierre Ossman
2024-08-12
1
-1
/
+1
*
Avoid shadowing variables
Pierre Ossman
2024-06-24
1
-4
/
+4
*
Mark overridden virtual functions
Pierre Ossman
2024-06-24
1
-16
/
+16
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
1
-7
/
+7
*
vncconfig: add option to force view-only remote client connections
Carlos Santos
2024-04-26
1
-0
/
+3
*
Move the AccessRights type and constants to the rfb namespace
Carlos Santos
2024-04-23
1
-2
/
+2
*
Use stdint types
Pierre Ossman
2023-02-01
1
-6
/
+6
*
Explicitly mark unused parameters
Pierre Ossman
2023-01-04
1
-3
/
+2
*
Be consistent in including config.h
Pierre Ossman
2021-12-30
1
-0
/
+4
*
Support the VMware Cursor Position extension on vncviewer
lhchavez
2021-03-11
1
-0
/
+5
*
Merge branch 'noblock' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2021-01-19
1
-8
/
+10
|
\
|
*
Change streams to be asynchronous
Pierre Ossman
2020-05-21
1
-3
/
+8
|
*
Simplify stream availability handling
Pierre Ossman
2020-05-21
1
-5
/
+2
|
*
Add stream avail() methods
Pierre Ossman
2020-05-21
1
-2
/
+2
*
|
Use mingw's stdio routines where needed
Pierre Ossman
2020-05-31
1
-7
/
+4
|
/
*
Fix framebuffer setup in encperf
Pierre Ossman
2020-02-27
1
-2
/
+3
*
Provide dummy output for dummy client connections
Pierre Ossman
2020-02-27
1
-1
/
+6
*
Use size_t for lengths in stream objects
Pierre Ossman
2019-11-15
1
-5
/
+5
*
Split test programs to benchmarking and unit tests
Pierre Ossman
2019-09-25
1
-0
/
+506