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
/
common
/
rfb
/
CConnection.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use stdint types
Pierre Ossman
2023-02-01
1
-17
/
+17
*
Explicitly mark unused parameters
Pierre Ossman
2023-01-04
1
-2
/
+2
*
Stop supplying flags to clipboard peek handler
Pierre Ossman
2023-01-04
1
-1
/
+1
*
Flush decoder errors on close()
Pierre Ossman
2022-11-07
1
-0
/
+10
*
Make sure server name is always a valid string
Pierre Ossman
2022-03-24
1
-1
/
+8
*
Be consistent in including config.h
Pierre Ossman
2021-12-30
1
-0
/
+5
*
Support the VMware Cursor Position extension on vncviewer
lhchavez
2021-03-11
1
-2
/
+5
*
Merge branch 'autoclip' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2021-02-03
1
-10
/
+37
|
\
|
*
Add debug logging for ignored clipboard events
Pierre Ossman
2021-01-05
1
-3
/
+9
|
*
Handle clipboard peek with missing data
Pierre Ossman
2021-01-05
1
-3
/
+1
|
*
Handle unsolicited clipboard transfers
Pierre Ossman
2021-01-04
1
-4
/
+27
*
|
Change streams to be asynchronous
Pierre Ossman
2020-05-21
1
-42
/
+82
*
|
Remove readString()/writeString()
Pierre Ossman
2020-05-21
1
-3
/
+8
*
|
Make sure TLS is allowed to terminate gracefully
Pierre Ossman
2020-05-21
1
-8
/
+16
|
/
*
Support extended clipboard transfers
Pierre Ossman
2019-07-01
1
-5
/
+86
*
Use UTF-8 in clipboard API
Pierre Ossman
2019-07-01
1
-2
/
+4
*
Improved clipboard API
Pierre Ossman
2019-07-01
1
-2
/
+45
*
Increase version string buffer size for gcc
Pierre Ossman
2019-04-01
1
-1
/
+1
*
Remove unused force protocol 3.3 code
Pierre Ossman
2019-04-01
1
-2
/
+2
*
Add support for VMware LED status
Pierre Ossman
2018-12-10
1
-1
/
+3
*
Add support for VMware cursors
Pierre Ossman
2018-12-10
1
-0
/
+1
*
Move client attributes out of ServerParams
Pierre Ossman
2018-11-01
1
-12
/
+16
*
Merge client resize capabilities
Pierre Ossman
2018-11-01
1
-2
/
+22
*
Remove unused flags from ServerParams
Pierre Ossman
2018-11-01
1
-2
/
+1
*
Simplify encoding list generator
Pierre Ossman
2018-11-01
1
-30
/
+2
*
Use STL list for encoding list
Pierre Ossman
2018-11-01
1
-22
/
+21
*
Make arguments explicit in all message writer methods
Pierre Ossman
2018-11-01
1
-1
/
+76
*
Move update request handling in to CConnection
Pierre Ossman
2018-11-01
1
-0
/
+166
*
Let CMsgHandler::serverInit() handle initial set up
Pierre Ossman
2018-11-01
1
-1
/
+9
*
Stop requiring CConnection::serverInit() to be overridden
Pierre Ossman
2018-11-01
1
-3
/
+9
*
Split out ServerParams from ConnParams
Pierre Ossman
2018-11-01
1
-15
/
+16
*
Move version reading/writing out of ConnParams
Pierre Ossman
2018-10-26
1
-4
/
+19
*
Strongly bind security objects to connection object
Pierre Ossman
2018-09-21
1
-2
/
+2
*
Remove destroy functions
Pierre Ossman
2018-09-21
1
-1
/
+2
*
Make exception classes have clearer messages
Pierre Ossman
2017-10-12
1
-5
/
+3
*
Prevent leak of SecurityServer and ClientServer.
Michal Srb
2017-03-27
1
-3
/
+2
*
Client support for cursors with full alpha
Pierre Ossman
2017-02-22
1
-0
/
+8
*
Fix minor typo in framebuffer initialization
Brian P. Hinz
2016-09-05
1
-1
/
+1
*
Make the decoder multi-threaded
Pierre Ossman
2015-11-27
1
-0
/
+8
*
Let CConnection intercept more callbacks
Pierre Ossman
2015-11-27
1
-0
/
+23
*
Delegate decoder object management to a separate class
Pierre Ossman
2015-11-27
1
-1
/
+47
*
Clean out unused dependencies from CConnection.h
Pierre Ossman
2015-11-09
1
-0
/
+5
*
Remove unused deleteReaderAndWriter() method
Pierre Ossman
2015-11-09
1
-5
/
+0
*
Make sure Exceptions do not use unsafe format strings
Pierre Ossman
2015-03-03
1
-5
/
+4
*
Always log chosen security type
Pierre Ossman
2014-11-11
1
-1
/
+1
*
Merge the "V3" message classes into the normal ones
Pierre Ossman
2014-07-07
1
-4
/
+4
*
Fix unsafe usage of the logging functions.
Pierre Ossman
2012-04-26
1
-1
/
+1
*
Basic infrastructure to support fences.
Pierre Ossman
2011-11-14
1
-0
/
+14
*
[Bugfix] Honor server security type order instead of client's when negotiatin...
Adam Tkac
2011-02-21
1
-14
/
+13
*
[Development] Move Get{C,S}Security from Security class to separate classes.
Adam Tkac
2010-10-01
1
-1
/
+1
[next]