Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
refs/heads/android-16
/
common
/
rfb
/
SConnection.cxx
0ff2655
Support extended clipboard transfers
by Pierre Ossman
· 10 years ago
5fbbe10
Use UTF-8 in clipboard API
by Pierre Ossman
· 6 years ago
615d16b
Improved clipboard API
by Pierre Ossman
· 6 years ago
88a94ed
Add delay on authentication failures
by Pierre Ossman
· 6 years ago
d8bbbeb
Merge branch 'connparams' of https://github.com/CendioOssman/tigervnc
by Pierre Ossman
· 7 years ago
4bba246
Remove writeConnFailedFromScratch()
by Pierre Ossman
· 7 years ago
9672835
Make arguments explicit in all message writer methods
by Pierre Ossman
· 7 years ago
0d3ce87
Rename ConnParams to ClientParams
by Pierre Ossman
· 7 years ago
ea7ede9
Move version reading/writing out of ConnParams
by Pierre Ossman
· 7 years ago
7d64b33
Move access rights and closing to SConnection object
by Pierre Ossman
· 7 years ago
ad2b3c4
Strongly bind security objects to connection object
by Pierre Ossman
· 7 years ago
82d22e6
Remove destroy functions
by Pierre Ossman
· 7 years ago
1922550
Make exception classes have clearer messages
by Pierre Ossman
· 8 years ago
5ae2821
Basic support for QEMU Extended Key Events
by Pierre Ossman
· 8 years ago
dccb5f7
Prevent leak of SecurityServer and ClientServer.
by Michal Srb
· 8 years ago
c1cbc70
Early propagate of access rights to connection.
by Henrik Andersson
· 10 years ago
07eec1b
Remove unused deleteReaderAndWriter() method
by Pierre Ossman
· 10 years ago
f38e243
No need for this array to be writeable
by Pierre Ossman
· 11 years ago
7069bdd
Move reverse connection information into VNCSConnectionST
by Pierre Ossman
· 11 years ago
e7be49b
Limit access to non-shared mode
by Pierre Ossman
· 11 years ago
b318b8f
Add AccessSetDesktopSize right.
by Michal Srb
· 11 years ago
8d1ee00
Allow SSecurity to specify AccessRights for SConnection.
by Michal Srb
· 11 years ago
4870081
Move preferred encoding tracking into a server object
by Pierre Ossman
· 11 years ago
b6b4dc6
Remove full support for colour maps
by Pierre Ossman
· 12 years ago
7638e9c
Merge the "V3" message classes into the normal ones
by Pierre Ossman
· 12 years ago
ad8609a
Fix unsafe usage of the logging functions.
by Pierre Ossman
· 13 years ago
c898d9a
Basic infrastructure for continuous updates.
by Pierre Ossman
· 14 years ago
c754cce
Basic infrastructure to support fences.
by Pierre Ossman
· 14 years ago
3d0af20
[Development] Remove support for the "Tight" security type from C++ code.
by Adam Tkac
· 15 years ago
bfd66c1
[Development] Move Get{C,S}Security from Security class to separate classes.
by Adam Tkac
· 15 years ago
fb99315
[Development] Extend Security class to allow different default sectypes for server/viewer.
by Adam Tkac
· 15 years ago
a6578bf
[Development] Replace SSecurityFactoryStandard class by simplier Security class.
by Adam Tkac
· 15 years ago
5a0caed
[Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.
by Adam Tkac
· 15 years ago
98fe98c
Eliminate GCC signed/unsigned warnings related to encodings: The
by Peter Åstrand
· 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
a77e818
Removed support for continuous updates, a TightVNC-specific RFB protocol
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
dafbb01
Initial implementation of continuous updates in the server code. This code does not handle framebuffer size changes properly yet. Also, the server does not send the client EndOfContinuousUpdates message yet (documented in doc/rfbproto.tex).
by Constantin Kaplinsky
· 18 years ago
c22746d
Reverted the changes appeared in revisions 2173,2181. We better always send the "security result" message in the protocol version 3.8, even after an empty list of authentication capabilities.
by Constantin Kaplinsky
· 19 years ago
4b9bf90
Corrected support for TightVNC extensions - always sending authentication capability list even when authentication is not required. This may be incompatible with certain TightVNC viewers but this is the way to allow "no authentication" AND prompting local user to accept/reject incoming connection.
by Constantin Kaplinsky
· 19 years ago
ea3bf4c
A FIXME comment: TightVNC extensions support is not finished yet.
by Constantin Kaplinsky
· 19 years ago
adc4537
Removed unused variables, added comments. This fixes compilation
by Constantin Kaplinsky
· 19 years ago
4140d91
Finished support for TightVNC protocol extensions in the server code. Now "no authentication" case is handled correctly.
by Constantin Kaplinsky
· 19 years ago
ee6ec19
Rationalized FIXME comments, changed code layout in switch blocks.
by Constantin Kaplinsky
· 19 years ago
4ad04c1
Improved code to advertise supported encoding types via protocol capabilities. Only actually registered encoders are advertised now.
by Constantin Kaplinsky
· 19 years ago
ce0907d
Implemented support for TightVNC protocol extensions in the server code. This version has one incompatibility with TightVNC 1.3.x viewers - such viewers would not be able to connect without authentication. This will be fixed in the nearest time.
by Constantin Kaplinsky
· 19 years ago
5fa9d22
Minor refactoring to prepare the source for handling TightVNC protocol extensions. This one does not introduce any real changes.
by Constantin Kaplinsky
· 19 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