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
/
VNCServerST.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Capitalize some more logging and exceptions
Pierre Ossman
2024-11-22
1
-14
/
+14
*
Merge branch 'master' of https://github.com/madnicendio/tigervnc
Pierre Ossman
2024-11-22
1
-1
/
+1
|
\
|
*
Standardize on sentence case in titles
Madeleine (ThinLinc team)
2024-11-11
1
-1
/
+1
*
|
Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervnc
Pierre Ossman
2024-11-18
1
-1
/
+1
|
\
\
|
*
|
Add server support for forward/back mouse buttons
Adam Halim
2024-10-22
1
-1
/
+1
*
|
|
Use standard exception classes
Pierre Ossman
2024-11-06
1
-10
/
+9
*
|
|
Subclass exceptions from std::exception
Pierre Ossman
2024-11-06
1
-1
/
+1
|
|
/
|
/
|
*
|
More carefully release mouse buttons on close
Pierre Ossman
2024-09-24
1
-1
/
+4
|
/
*
Better type for pointer button mask
Pierre Ossman
2024-08-12
1
-1
/
+1
*
Be more careful with ComparingUpdateTracker pointer
Pierre Ossman
2024-07-05
1
-4
/
+13
*
Avoid shadowing variables
Pierre Ossman
2024-06-24
1
-2
/
+2
*
Remove careful client iteratation
Pierre Ossman
2024-06-24
1
-42
/
+24
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
1
-16
/
+16
*
Merge branch 'present' of github.com:CendioOssman/tigervnc
Pierre Ossman
2024-06-19
1
-22
/
+58
|
\
|
*
Slow down fake clock when no clients
Pierre Ossman
2024-06-19
1
-11
/
+32
|
*
Keep frame clock running if waiting for frame tick
Pierre Ossman
2024-06-19
1
-4
/
+16
|
*
Restart the frame timer immediately
Pierre Ossman
2024-06-19
1
-3
/
+3
|
*
Add support for X Present extension
Pierre Ossman
2024-06-19
1
-2
/
+10
|
*
Maintain a constant VNCServer/SDesktop connection
Pierre Ossman
2024-06-19
1
-1
/
+3
|
*
Make it easier to change timer interval
Pierre Ossman
2024-06-19
1
-4
/
+1
|
*
Explicitly request timer repetition
Pierre Ossman
2024-06-19
1
-9
/
+5
*
|
vncconfig: add option to force view-only remote client connections
Carlos Santos
2024-04-26
1
-2
/
+2
*
|
Remove the network::SocketServer interface.
Carlos Santos
2024-04-26
1
-3
/
+3
*
|
Move the AccessRights type and constants to the rfb namespace
Carlos Santos
2024-04-23
1
-2
/
+2
|
/
*
Increase time required to override pointerClient
Samuel Mannehed
2024-01-26
1
-1
/
+1
*
Break long lines in new pointerEvent logic
Samuel Mannehed
2024-01-26
1
-3
/
+4
*
VNCServerST: Add a timeout to pointer button ownership
Mike Looijmans
2024-01-22
1
-2
/
+6
*
Add own keysym to name function
Pierre Ossman
2023-11-16
1
-1
/
+3
*
Consistently use uint8_t for data buffers
Pierre Ossman
2023-03-18
1
-2
/
+2
*
Use operator overloading for comparison
Pierre Ossman
2023-02-04
1
-1
/
+1
*
Remove unneeded header from SDesktop.h
Pierre Ossman
2023-02-04
1
-0
/
+1
*
Use std::string instead of CharArray
Pierre Ossman
2023-02-04
1
-6
/
+6
*
Return static char buffer from some methods
Pierre Ossman
2023-02-04
1
-9
/
+5
*
Use stdint types
Pierre Ossman
2023-02-01
1
-4
/
+3
*
Improve logging around screen resizing
Pierre Ossman
2022-01-25
1
-2
/
+6
*
Be consistent in including config.h
Pierre Ossman
2021-12-30
1
-0
/
+4
*
Keep ownership of second selection when first is lost
Pierre Ossman
2021-07-20
1
-4
/
+3
*
Add support for notifying clients about pointer movements
lhchavez
2021-03-02
1
-2
/
+5
*
Merge branch 'autoclip' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2021-02-03
1
-2
/
+4
|
\
|
*
Update desktop if clipboard client goes away
Pierre Ossman
2021-01-05
1
-1
/
+1
|
*
Add debug logging for ignored clipboard events
Pierre Ossman
2021-01-05
1
-1
/
+3
*
|
Merge branch 'noblock' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2021-01-19
1
-3
/
+5
|
\
\
|
|
/
|
/
|
|
*
Remove readString()/writeString()
Pierre Ossman
2020-05-21
1
-1
/
+3
|
*
Fix connection close log
Pierre Ossman
2020-05-19
1
-2
/
+2
*
|
Hide base SConnection methods from VNCServerST
Pierre Ossman
2020-08-21
1
-1
/
+1
*
|
Call correct wrappers for clipboard handling
Pierre Ossman
2020-08-21
1
-3
/
+3
*
|
Fix non-functional MaxDisconnectionTime
Pierre Ossman
2020-06-18
1
-5
/
+5
*
|
Reject too large screen resize requests
Pierre Ossman
2020-05-23
1
-0
/
+5
|
/
*
Merge branch 'fix-mistake' of https://github.com/gschwind/tigervnc
Pierre Ossman
2019-10-14
1
-2
/
+2
|
\
|
*
fix to early remove of iterator in VNCServerST::removeSocket
Benoit Gschwind
2019-08-24
1
-2
/
+2
[next]