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
*
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
*
|
Fix bad PixelBuffer reference in VNCServerST::setPixelBuffer()
Pierre Ossman
2019-10-04
1
-1
/
+1
|
/
*
Improved clipboard API
Pierre Ossman
2019-07-01
1
-11
/
+65
*
Clean up internal clipboard handling
Pierre Ossman
2019-07-01
1
-5
/
+5
*
Make sure clipboard uses \n line endings
Pierre Ossman
2019-07-01
1
-0
/
+2
*
Merge branch 'connparams' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2018-12-10
1
-6
/
+9
|
\
|
*
Make sure we always have a valid screen layout
Pierre Ossman
2018-12-10
1
-6
/
+9
*
|
Get rid of SocketServer::checkTimeouts()
Pierre Ossman
2018-11-09
1
-10
/
+0
*
|
Change idle timeout to timer
Pierre Ossman
2018-11-09
1
-6
/
+0
*
|
Properly terminate server on timeouts
Pierre Ossman
2018-11-09
1
-3
/
+3
*
|
Change exit timeouts to timers
Pierre Ossman
2018-11-09
1
-76
/
+29
*
|
Remove writeConnFailedFromScratch()
Pierre Ossman
2018-11-09
1
-2
/
+7
*
|
Move ListConnInfo to WinVNC directory
Pierre Ossman
2018-11-09
1
-36
/
+1
*
|
Encapsulate client handling in VNCServerST
Pierre Ossman
2018-10-26
1
-5
/
+73
*
|
Move access rights and closing to SConnection object
Pierre Ossman
2018-10-10
1
-1
/
+1
*
|
Encapsulate setDesktopSize() in VNCServerST
Pierre Ossman
2018-10-10
1
-11
/
+33
*
|
Encapsulate event handling in VNCServerST
Pierre Ossman
2018-10-10
1
-0
/
+46
*
|
Remove QueryConnectionHandler
Pierre Ossman
2018-10-10
1
-1
/
+7
|
/
*
Flush pending changes when desktop starts
Pierre Ossman
2018-05-07
1
-2
/
+8
*
Send lossless refresh even with pending updates
Pierre Ossman
2018-03-28
1
-5
/
+9
*
Limit lossless refresh update to safe size
Pierre Ossman
2018-03-28
1
-0
/
+11
*
Avoid checking updates when desktop is stopped
Pierre Ossman
2018-03-28
1
-11
/
+17
*
VNCServerST: Allow unsetting pixel buffer.
Michal Srb
2018-03-07
1
-10
/
+6
*
Merge branch 'congestion' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2018-02-26
1
-3
/
+4
|
\
|
*
Reduce header dependencies in server classes
Pierre Ossman
2017-11-17
1
-3
/
+4
*
|
Avoid corner case of applications rendering at frame rate
Pierre Ossman
2017-11-06
1
-1
/
+11
*
|
Make sure to start the frame timer after a buffer change
Pierre Ossman
2017-09-22
1
-0
/
+1
*
|
Send lock LED state from server to client
Pierre Ossman
2017-08-24
1
-0
/
+10
*
|
Add server side lock key sync heuristic
Pierre Ossman
2017-08-24
1
-1
/
+7
|
/
*
Merge branch 'fps' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2017-02-24
1
-84
/
+66
|
\
|
*
Send updates with a fixed interval
Pierre Ossman
2017-02-24
1
-74
/
+55
|
*
Only update rendered cursor when requested
Pierre Ossman
2017-02-24
1
-12
/
+13
*
|
Change cursor API to use RGBA data
Pierre Ossman
2017-02-22
1
-12
/
+12
|
/
[next]