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
/
SConnection.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use std::string for string memory management
Pierre Ossman
2023-02-04
1
-17
/
+10
*
Use std::string instead of CharArray
Pierre Ossman
2023-02-04
1
-5
/
+4
*
Return std::string instead of dynamic allocations
Pierre Ossman
2023-02-04
1
-7
/
+8
*
Use stdint types
Pierre Ossman
2023-02-01
1
-13
/
+13
*
Explicitly mark unused parameters
Pierre Ossman
2023-01-04
1
-9
/
+11
*
Stop supplying flags to clipboard peek handler
Pierre Ossman
2023-01-04
1
-1
/
+1
*
Assert that accessCheck isn't called too early
Samuel Mannehed
2022-04-29
1
-0
/
+3
*
Initialize SConnection's accessRights
Samuel Mannehed
2022-04-29
1
-1
/
+1
*
Be consistent in including config.h
Pierre Ossman
2021-12-30
1
-0
/
+5
*
Merge branch 'autoclip' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2021-02-03
1
-14
/
+48
|
\
|
*
Add debug logging for ignored clipboard events
Pierre Ossman
2021-01-05
1
-3
/
+9
|
*
Fix clipboard state tracking in server
Pierre Ossman
2021-01-05
1
-2
/
+7
|
*
Handle clipboard peek with missing data
Pierre Ossman
2021-01-05
1
-3
/
+1
|
*
Handle unsolicited clipboard transfers
Pierre Ossman
2021-01-04
1
-6
/
+31
*
|
Change streams to be asynchronous
Pierre Ossman
2020-05-21
1
-22
/
+42
*
|
Remove readString()/writeString()
Pierre Ossman
2020-05-21
1
-8
/
+13
*
|
Make sure TLS is allowed to terminate gracefully
Pierre Ossman
2020-05-21
1
-7
/
+14
*
|
Separate query and authentication handling
Pierre Ossman
2020-05-21
1
-6
/
+6
*
|
Move auth failure delay to SConnection
Pierre Ossman
2020-05-19
1
-17
/
+41
|
/
*
Support extended clipboard transfers
Pierre Ossman
2019-07-01
1
-5
/
+78
*
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
*
Add delay on authentication failures
Pierre Ossman
2019-04-01
1
-5
/
+15
*
Merge branch 'connparams' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2018-12-10
1
-26
/
+44
|
\
|
*
Make arguments explicit in all message writer methods
Pierre Ossman
2018-11-01
1
-1
/
+2
|
*
Rename ConnParams to ClientParams
Pierre Ossman
2018-11-01
1
-22
/
+22
|
*
Move version reading/writing out of ConnParams
Pierre Ossman
2018-10-26
1
-4
/
+21
*
|
Remove writeConnFailedFromScratch()
Pierre Ossman
2018-11-09
1
-9
/
+0
*
|
Move access rights and closing to SConnection object
Pierre Ossman
2018-10-10
1
-0
/
+15
|
/
*
Strongly bind security objects to connection object
Pierre Ossman
2018-09-21
1
-3
/
+3
*
Remove destroy functions
Pierre Ossman
2018-09-21
1
-1
/
+2
*
Make exception classes have clearer messages
Pierre Ossman
2017-10-12
1
-20
/
+30
*
Basic support for QEMU Extended Key Events
Pierre Ossman
2017-08-28
1
-0
/
+5
*
Prevent leak of SecurityServer and ClientServer.
Michal Srb
2017-03-27
1
-7
/
+5
*
Early propagate of access rights to connection.
Henrik Andersson
2016-01-27
1
-1
/
+1
*
Remove unused deleteReaderAndWriter() method
Pierre Ossman
2015-11-09
1
-5
/
+0
*
No need for this array to be writeable
Pierre Ossman
2015-02-13
1
-1
/
+1
*
Move reverse connection information into VNCSConnectionST
Pierre Ossman
2015-02-13
1
-2
/
+1
*
Limit access to non-shared mode
Pierre Ossman
2014-12-02
1
-0
/
+1
*
Add AccessSetDesktopSize right.
Michal Srb
2014-11-24
1
-7
/
+8
*
Allow SSecurity to specify AccessRights for SConnection.
Michal Srb
2014-11-10
1
-0
/
+2
*
Move preferred encoding tracking into a server object
Pierre Ossman
2014-09-18
1
-1
/
+19
*
Remove full support for colour maps
Pierre Ossman
2014-07-07
1
-5
/
+14
*
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 for continuous updates.
Pierre Ossman
2011-11-14
1
-0
/
+5
*
Basic infrastructure to support fences.
Pierre Ossman
2011-11-14
1
-0
/
+13
*
[Development] Remove support for the "Tight" security type from C++ code.
Adam Tkac
2010-11-18
1
-172
/
+0
*
[Development] Move Get{C,S}Security from Security class to separate classes.
Adam Tkac
2010-10-01
1
-1
/
+1
*
[Development] Extend Security class to allow different default sectypes for s...
Adam Tkac
2010-08-12
1
-1
/
+1
[next]