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
*
Merge branch 'keysplit' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2024-12-04
1
-0
/
+87
|
\
|
*
Move keyboard tracking to CConnection
Pierre Ossman
2024-12-04
1
-0
/
+87
*
|
Capitalize some more logging and exceptions
Pierre Ossman
2024-11-22
1
-4
/
+4
*
|
Merge branch 'master' of https://github.com/madnicendio/tigervnc
Pierre Ossman
2024-11-22
1
-9
/
+9
|
\
\
|
*
|
Capitalize first letter in log, exception & error
Madeleine Nilsson
2024-11-21
1
-9
/
+9
|
|
/
*
|
Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervnc
Pierre Ossman
2024-11-18
1
-0
/
+1
|
\
\
|
*
|
vncviewer: support for back/forward mouse buttons
Adam Halim
2024-10-22
1
-0
/
+1
|
|
/
*
|
Use standard library naming for exceptions
Pierre Ossman
2024-11-06
1
-10
/
+10
*
|
Use specific class for protocol problems
Pierre Ossman
2024-11-06
1
-6
/
+8
*
|
Use standard exception classes
Pierre Ossman
2024-11-06
1
-3
/
+3
*
|
Subclass exceptions from std::exception
Pierre Ossman
2024-11-06
1
-1
/
+1
*
|
Use what() to access exception description
Pierre Ossman
2024-11-06
1
-1
/
+1
*
|
Use static string for exceptions
Pierre Ossman
2024-11-06
1
-2
/
+2
|
/
*
Remove auth exception prefix
Pierre Ossman
2024-08-07
1
-1
/
+1
*
Avoid shadowing variables
Pierre Ossman
2024-06-24
1
-2
/
+2
*
Prefer std::find() over manual search
Pierre Ossman
2024-06-24
1
-16
/
+8
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
1
-13
/
+13
*
Add own keysym to name function
Pierre Ossman
2023-11-16
1
-0
/
+1
*
Clean up string encoding handling
Pierre Ossman
2023-06-30
1
-4
/
+8
*
Consistently use uint8_t for data buffers
Pierre Ossman
2023-03-18
1
-4
/
+4
*
Use operator overloading for comparison
Pierre Ossman
2023-02-04
1
-1
/
+1
*
Use std::string for string memory management
Pierre Ossman
2023-02-04
1
-17
/
+9
*
Use std::string instead of CharArray
Pierre Ossman
2023-02-04
1
-2
/
+2
*
Use std::vector for temporary char arrays
Pierre Ossman
2023-02-04
1
-4
/
+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
-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
[next]