Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
refs/heads/android-16
/
common
/
rfb
/
VNCServerST.cxx
615d16b
Improved clipboard API
by Pierre Ossman
· 6 years ago
66f1db5
Clean up internal clipboard handling
by Pierre Ossman
· 6 years ago
546b2ad
Make sure clipboard uses \n line endings
by Pierre Ossman
· 6 years ago
d8bbbeb
Merge branch 'connparams' of https://github.com/CendioOssman/tigervnc
by Pierre Ossman
· 7 years ago
c3826bb
Make sure we always have a valid screen layout
by Pierre Ossman
· 7 years ago
a4308c9
Get rid of SocketServer::checkTimeouts()
by Pierre Ossman
· 7 years ago
65e08fd
Change idle timeout to timer
by Pierre Ossman
· 7 years ago
10688ef
Properly terminate server on timeouts
by Pierre Ossman
· 7 years ago
f43137c
Change exit timeouts to timers
by Pierre Ossman
· 7 years ago
4bba246
Remove writeConnFailedFromScratch()
by Pierre Ossman
· 7 years ago
025326d
Move ListConnInfo to WinVNC directory
by Pierre Ossman
· 7 years ago
6c97fa4
Encapsulate client handling in VNCServerST
by Pierre Ossman
· 7 years ago
7d64b33
Move access rights and closing to SConnection object
by Pierre Ossman
· 7 years ago
07e44cc
Encapsulate setDesktopSize() in VNCServerST
by Pierre Ossman
· 7 years ago
b684341
Encapsulate event handling in VNCServerST
by Pierre Ossman
· 7 years ago
eef6c9a
Remove QueryConnectionHandler
by Pierre Ossman
· 7 years ago
6cd6117
Flush pending changes when desktop starts
by Pierre Ossman
· 7 years ago
8efc7b4
Send lossless refresh even with pending updates
by Pierre Ossman
· 7 years ago
a2b80d6
Limit lossless refresh update to safe size
by Pierre Ossman
· 7 years ago
b53c3bf
Avoid checking updates when desktop is stopped
by Pierre Ossman
· 7 years ago
28d570d
VNCServerST: Allow unsetting pixel buffer.
by Michal Srb
· 8 years ago
0768d10
Merge branch 'congestion' of https://github.com/CendioOssman/tigervnc
by Pierre Ossman
· 8 years ago
707fa12
Reduce header dependencies in server classes
by Pierre Ossman
· 10 years ago
7be73d7
Avoid corner case of applications rendering at frame rate
by Pierre Ossman
· 8 years ago
b1e80f7
Make sure to start the frame timer after a buffer change
by Pierre Ossman
· 8 years ago
b45a84f
Send lock LED state from server to client
by Pierre Ossman
· 9 years ago
bb305ca
Add server side lock key sync heuristic
by Pierre Ossman
· 9 years ago
7cb4f31
Merge branch 'fps' of https://github.com/CendioOssman/tigervnc
by Pierre Ossman
· 9 years ago
6e49e95
Send updates with a fixed interval
by Pierre Ossman
· 9 years ago
24684e5
Only update rendered cursor when requested
by Pierre Ossman
· 9 years ago
6a1a0d0
Change cursor API to use RGBA data
by Pierre Ossman
· 9 years ago
05338bc
Log statistics from ComparingUpdateTracker
by Pierre Ossman
· 9 years ago
d408ca5
Move socket write event handling in to the RFB core
by Pierre Ossman
· 9 years ago
5c23b9e
Fix bad signed/unsigned comparisons
by Pierre Ossman
· 11 years ago
0c9bd4b
Use PixelBuffer objects as the interface for encoders and decoders
by Pierre Ossman
· 11 years ago
6ea6e1a
Add helper class for a rendered cursor
by Pierre Ossman
· 12 years ago
ff9eb5a
Get rid of the direct access abuse of FullFramePixelBuffer's data
by Pierre Ossman
· 12 years ago
b6b4dc6
Remove full support for colour maps
by Pierre Ossman
· 12 years ago
559a2e8
Fix a race condition where we might get updates thrown at us right after a
by Pierre Ossman
· 14 years ago
4548f30
Changing the deferred update timer to 10 ms caused a large performance regression on video/3D apps, and until we can quantify the benefits of a larger DUT value, it was decided that it should be changed back to 1 ms for the 1.2 release.
by DRC
· 14 years ago
b114cec
Make the comparing update tracker a bit more flexible. It can now be in an
by Pierre Ossman
· 14 years ago
bbf955e
Reimplement the deferred update handling, this time in a more robust and
by Pierre Ossman
· 14 years ago
a3ac01e
Clean up the interface for VNCSConnectionST. Entry points are more apparent
by Pierre Ossman
· 14 years ago
2d61deb
Make sure RFB timers are actually respected by the server implementations.
by Pierre Ossman
· 14 years ago
a6578bf
[Development] Replace SSecurityFactoryStandard class by simplier Security class.
by Adam Tkac
· 15 years ago
d36b626
Revert previous commit (r3889). Windows code has to be cleaned before this
by Adam Tkac
· 16 years ago
97abe8a
Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()
by Adam Tkac
· 16 years ago
df45320
Brown paper bag time... Forgot to actually store the new screen layout.
by Pierre Ossman
· 16 years ago
04e62db
Implement server side support for SetDesktopSize.
by Pierre Ossman
· 16 years ago
d85ea3e
Move screen layout bootstraping around so that it can handle if all screens
by Pierre Ossman
· 16 years ago
34e62f3
Basic book keeping of screen layout on server.
by Pierre Ossman
· 16 years ago
f99c571
Remove file transfer support.
by Pierre Ossman
· 16 years ago
02e43d7
Remove the "video" feature and its associated custom JPEG handling.
by Pierre Ossman
· 17 years ago
c39e078
Implemented support for DesktopName pseudo encoding, which allows
by Peter Åstrand
· 17 years ago
433eb1b
[Bugfix] Resetting video rectangle on last client disconnect.
by Constantin Kaplinsky
· 17 years ago
3ce6a72
[Enhancements, refactoring] Rationalized functions to control video
by Constantin Kaplinsky
· 17 years ago
8499d0c
[Cleanup] Fixed a compilation warning by removing a very doubtful optimization.
by Constantin Kaplinsky
· 17 years ago
f0b3be7
[Bugfix] When pixel comparison to reduce unnecessary updates was performed,
by Constantin Kaplinsky
· 17 years ago
53bdd3f
VideoArea parameter is fully respected. The server treats the specified rectangle as video unless the client selected some different rectangle via the VideoRectangleSelection protocol message. When the client discards selection, the server will use VideoArea setting again.
by Constantin Kaplinsky
· 17 years ago
c341ac6
Passing VideoArea parameter to VNCServerST object. VNCServerST saves the
by Constantin Kaplinsky
· 17 years ago
9d1fc6c
Handling VideoRectangleSelection protocol message (TightVNC extension).
by Constantin Kaplinsky
· 17 years ago
6970b2d
Restored the functionality of the VideoPriority parameter. This time, it
by Constantin Kaplinsky
· 17 years ago
8232831
Support for VideoRectangleSelection client message in the server code. The message is read but ignored (only a message will be written to stderr).
by Constantin Kaplinsky
· 17 years ago
1a845d0
Special handling of a rectangular video area in the UpdateTracker and derived/related classes.
by Constantin Kaplinsky
· 18 years ago
604d781
Code cleanups. The most important change is that we now always use UpdateTracker's getUpdateInfo() and never call get_changed(), get_copied() and get_delta() member functions.
by Constantin Kaplinsky
· 18 years ago
a2adc8d
Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow.
by Constantin Kaplinsky
· 19 years ago