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.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
/
vncviewer
/
CConn.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use std::string for connection info
Pierre Ossman
2024-11-18
1
-53
/
+34
*
Use standard library naming for exceptions
Pierre Ossman
2024-11-06
1
-3
/
+3
*
Replace base exception class with standard library
Pierre Ossman
2024-11-06
1
-0
/
+2
*
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
-7
/
+7
*
Move getUserPasswd()/showMsgBox() to CConnection
Kang Lin
2024-08-30
1
-1
/
+18
*
Don't ask for login data when reconnecting
Johannes
2024-08-07
1
-0
/
+1
*
Better error message for authentication failure
Pierre Ossman
2024-08-07
1
-0
/
+4
*
Correctly handle cancelled authentication
Pierre Ossman
2024-08-07
1
-0
/
+4
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
1
-6
/
+6
*
Correctly set socket write notification
Pierre Ossman
2024-04-09
1
-2
/
+0
*
Merge branch 'types2' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2023-06-30
1
-1
/
+1
|
\
|
*
Consistently use uint8_t for data buffers
Pierre Ossman
2023-03-18
1
-1
/
+1
*
|
Remove unneeded "using namespace"
Pierre Ossman
2023-06-14
1
-2
/
+0
|
/
*
Return std::string instead of dynamic allocations
Pierre Ossman
2023-02-04
1
-9
/
+8
*
Return static char buffer from some methods
Pierre Ossman
2023-02-04
1
-2
/
+1
*
Use stdint types
Pierre Ossman
2023-02-01
1
-3
/
+3
*
Explicitly mark unused parameters
Pierre Ossman
2023-01-04
1
-1
/
+2
*
Re-enable lock key sync in viewer
Pierre Ossman
2022-08-31
1
-1
/
+1
*
Cork the proper output stream in the client
Pierre Ossman
2022-06-28
1
-2
/
+2
*
Remove unnecessary flush
Pierre Ossman
2022-06-28
1
-1
/
+0
*
Fix bad indentation in CConn::socketEvent()
Pierre Ossman
2022-04-06
1
-5
/
+5
*
Ignore socket whilst processing data
Pierre Ossman
2022-04-06
1
-2
/
+3
*
Deduplicate vncviewer error messages
William Sjöblom
2021-11-23
1
-2
/
+1
*
Retry connection in case of an error
Johannes
2021-07-23
1
-6
/
+6
*
Support the VMware Cursor Position extension on vncviewer
lhchavez
2021-03-11
1
-0
/
+6
*
Heavily reduce window for bandwidth estimate
Pierre Ossman
2021-01-19
1
-5
/
+9
*
Better error messages when terminating
Pierre Ossman
2020-05-21
1
-8
/
+12
*
Change streams to be asynchronous
Pierre Ossman
2020-05-21
1
-21
/
+25
*
Improved bandwidth monitoring
Pierre Ossman
2020-05-21
1
-17
/
+30
*
Make sure TLS is allowed to terminate gracefully
Pierre Ossman
2020-05-21
1
-0
/
+2
*
Allow XK_Scroll_Lock when LED state isn't supported
Pierre Ossman
2020-01-03
1
-1
/
+1
*
Check the correct stream if there is more data pending
Pierre Ossman
2019-12-09
1
-1
/
+1
*
Improved clipboard API
Pierre Ossman
2019-07-01
1
-5
/
+15
*
Clean up internal clipboard handling
Pierre Ossman
2019-07-01
1
-2
/
+2
*
Move client attributes out of ServerParams
Pierre Ossman
2018-11-01
1
-12
/
+10
*
Merge client resize capabilities
Pierre Ossman
2018-11-01
1
-1
/
+0
*
Remove unused flags from ServerParams
Pierre Ossman
2018-11-01
1
-1
/
+0
*
Move update request handling in to CConnection
Pierre Ossman
2018-11-01
1
-180
/
+34
*
Let CMsgHandler::serverInit() handle initial set up
Pierre Ossman
2018-11-01
1
-5
/
+1
*
Stop requiring CConnection::serverInit() to be overridden
Pierre Ossman
2018-11-01
1
-4
/
+2
*
Stop using fences for pixel format switch
Pierre Ossman
2018-11-01
1
-54
/
+44
*
Split out ServerParams from ConnParams
Pierre Ossman
2018-11-01
1
-34
/
+38
*
Encapsulate screen layout storage in ConnParams
Pierre Ossman
2018-11-01
1
-6
/
+9
*
Adjust some strings so they are easier to translate
Pierre Ossman
2018-10-25
1
-5
/
+8
*
Add support for Unix sockets
Pierre Ossman
2018-05-29
1
-3
/
+15
*
Move server cut text handler to Viewport
Pierre Ossman
2018-03-26
1
-26
/
+1
*
Replace "frames" with "updates" in stats
Pierre Ossman
2018-03-26
1
-4
/
+4
*
Add client support for LED state sync
Pierre Ossman
2017-08-24
1
-0
/
+9
*
Allow removal of GUI prompt on fatal errors
Dr. David Alan Gilbert
2017-07-19
1
-1
/
+2
[next]