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
/
common
/
rfb
/
SConnection.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Capitalize some more logging and exceptions
Pierre Ossman
2024-11-22
1
-8
/
+8
*
Merge branch 'master' of https://github.com/madnicendio/tigervnc
Pierre Ossman
2024-11-22
1
-4
/
+4
|
\
|
*
Capitalize first letter in log, exception & error
Madeleine Nilsson
2024-11-21
1
-4
/
+4
*
|
Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervnc
Pierre Ossman
2024-11-18
1
-0
/
+5
|
\
\
|
*
|
Add server support for forward/back mouse buttons
Adam Halim
2024-10-22
1
-0
/
+5
|
|
/
*
|
Use standard library naming for exceptions
Pierre Ossman
2024-11-06
1
-7
/
+7
*
|
Use specific class for protocol problems
Pierre Ossman
2024-11-06
1
-3
/
+3
*
|
Use standard exception classes
Pierre Ossman
2024-11-06
1
-7
/
+7
*
|
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
-4
/
+4
*
|
Use static string for exceptions
Pierre Ossman
2024-11-06
1
-20
/
+20
|
/
*
Remove ConnFailedException
Pierre Ossman
2024-09-02
1
-9
/
+9
*
Remove auth exception prefix
Pierre Ossman
2024-08-07
1
-2
/
+2
*
Avoid shadowing variables
Pierre Ossman
2024-06-24
1
-4
/
+4
*
Prefer std::find() over manual search
Pierre Ossman
2024-06-24
1
-4
/
+5
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
1
-5
/
+5
*
Merge branch 'present' of github.com:CendioOssman/tigervnc
Pierre Ossman
2024-06-19
1
-5
/
+3
|
\
|
*
Explicitly request timer repetition
Pierre Ossman
2024-06-19
1
-5
/
+3
*
|
vncconfig: add option to force view-only remote client connections
Carlos Santos
2024-04-26
1
-3
/
+3
*
|
Move the AccessRights type and constants to the rfb namespace
Carlos Santos
2024-04-23
1
-13
/
+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
-7
/
+9
*
Merge branch 'types' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2023-03-02
1
-36
/
+30
|
\
|
*
Remove unused rfb/util.h includes
Pierre Ossman
2023-02-04
1
-0
/
+1
|
*
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
*
|
Throw exception instead on bad access check
Pierre Ossman
2023-02-28
1
-2
/
+2
|
/
*
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
[next]