You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pierre Ossman 2fa63f8576 Add client support for LED state sync 7 years ago
..
Blacklist.cxx Revert previous commit (r3889). Windows code has to be cleaned before this 14 years ago
Blacklist.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
CConnection.cxx Prevent leak of SecurityServer and ClientServer. 7 years ago
CConnection.h Prevent leak of SecurityServer and ClientServer. 7 years ago
CMakeLists.txt Delegate decoder object management to a separate class 8 years ago
CMsgHandler.cxx Add client support for LED state sync 6 years ago
CMsgHandler.h Add client support for LED state sync 6 years ago
CMsgReader.cxx Add client support for LED state sync 6 years ago
CMsgReader.h Add client support for LED state sync 6 years ago
CMsgWriter.cxx Add client support for LED state sync 6 years ago
CMsgWriter.h Encoders/decoders should track the connection object 10 years ago
CSecurity.h [Development] Implement VeNCrypt type support on client side. Currently only 14 years ago
CSecurityNone.h [Development] Enhance Security class to be usable by viewer. 14 years ago
CSecurityPlain.cxx Clean out unused dependencies from CConnection.h 8 years ago
CSecurityPlain.h [Development] Implement *Plain types on the client side. 13 years ago
CSecurityStack.cxx [Development] Implement VeNCrypt type support on client side. Currently only 14 years ago
CSecurityStack.h [Cleanup] Ensure all files use LF as newline control character, not CR+LF. 14 years ago
CSecurityTLS.cxx Proper global init/deinit of GnuTLS 7 years ago
CSecurityTLS.h Proper global init/deinit of GnuTLS 7 years ago
CSecurityVeNCrypt.cxx Always log chosen security type 9 years ago
CSecurityVeNCrypt.h Remove unused variable 9 years ago
CSecurityVncAuth.cxx Clean out unused dependencies from CConnection.h 8 years ago
CSecurityVncAuth.h [Development] Implement VeNCrypt type support on client side. Currently only 14 years ago
ComparingUpdateTracker.cxx Log statistics from ComparingUpdateTracker 7 years ago
ComparingUpdateTracker.h Log statistics from ComparingUpdateTracker 7 years ago
Configuration.cxx Replace Windows specific thread handling 8 years ago
Configuration.h Replace Windows specific thread handling 8 years ago
ConnParams.cxx Add client support for LED state sync 6 years ago
ConnParams.h Add client support for LED state sync 6 years ago
CopyRectDecoder.cxx Decode overlapping rectangles in order 8 years ago
CopyRectDecoder.h Decode overlapping rectangles in order 8 years ago
Cursor.cxx Don't try to render cursors with no size 7 years ago
Cursor.h Change cursor API to use RGBA data 7 years ago
DecodeManager.cxx Fix for exception handling in decoder threads 7 years ago
DecodeManager.h Propagate exceptions from worker threads back to main thread 8 years ago
Decoder.cxx Allow conditional dependencies between rects when decoding 8 years ago
Decoder.h Allow conditional dependencies between rects when decoding 8 years ago
EncodeManager.cxx Track statistics for CopyRect 8 years ago
EncodeManager.h Track statistics for CopyRect 8 years ago
EncodeManagerBPP.cxx Remove unused variables 9 years ago
Encoder.cxx Change fillRect() to take a buffer instead of a pixel 9 years ago
Encoder.h spelling fixes 7 years ago
Exception.h Make sure Exceptions do not use unsafe format strings 9 years ago
HTTPServer.cxx Move socket write event handling in to the RFB core 8 years ago
HTTPServer.h Move getSockets() to SocketServer interface 7 years ago
HextileDecoder.cxx Add flags member to decoders 8 years ago
HextileDecoder.h Split decoders into a read and decode step 8 years ago
HextileEncoder.cxx Move image encoding logic into a central EncodeManager class 10 years ago
HextileEncoder.h Move image encoding logic into a central EncodeManager class 10 years ago
Hostname.h Fix display/port switch at display 100 8 years ago
InputHandler.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
JpegCompressor.cxx spelling fixes 7 years ago
JpegCompressor.h Make the subsampling setting follow the common style 10 years ago
JpegDecompressor.cxx spelling fixes 7 years ago
JpegDecompressor.h Move JPEG decoding into a standalone class (these should have been checked in with r4757. Oops.) 12 years ago
KeyRemapper.cxx Replace Windows specific thread handling 8 years ago
KeyRemapper.h Replace Windows specific thread handling 8 years ago
ListConnInfo.h Don't shadow member variable 8 years ago
LogWriter.cxx Remove a lot of platform compatibilty stuff 10 years ago
LogWriter.h Expose log levels from LogWriter. 9 years ago
Logger.cxx Remove a lot of platform compatibilty stuff 10 years ago
Logger.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
Logger_file.cxx Replace Windows specific thread handling 8 years ago
Logger_file.h Replace Windows specific thread handling 8 years ago
Logger_stdio.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
Logger_stdio.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
Logger_syslog.cxx Replace Windows specific thread handling 8 years ago
Logger_syslog.h Add syslog logger. 9 years ago
Palette.h Consolidate the different palette handler implementations 10 years ago
Password.cxx [Bugfix] Add correct PlainPasswd constructor to avoid vncpasswd crash. 15 years ago
Password.h [Bugfix] Add correct PlainPasswd constructor to avoid vncpasswd crash. 15 years ago
Pixel.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
PixelBuffer.cxx Remove reallocation log message from ManagedPixelBuffer 7 years ago
PixelBuffer.h Change cursor API to use RGBA data 7 years ago
PixelFormat.cxx Wrong padding size calculated (copy-paste error) 9 years ago
PixelFormat.h Add pixel conversion correctness test 9 years ago
PixelFormat.inl Use lookup tables for pixel upconversion 10 years ago
PixelFormatBPP.cxx Add optimised buffer conversion 10 years ago
RREDecoder.cxx Add flags member to decoders 8 years ago
RREDecoder.h Split decoders into a read and decode step 8 years ago
RREEncoder.cxx Move image encoding logic into a central EncodeManager class 10 years ago
RREEncoder.h Move image encoding logic into a central EncodeManager class 10 years ago
RawDecoder.cxx Add flags member to decoders 8 years ago
RawDecoder.h Split decoders into a read and decode step 8 years ago
RawEncoder.cxx Move image encoding logic into a central EncodeManager class 10 years ago
RawEncoder.h Move image encoding logic into a central EncodeManager class 10 years ago
Rect.h Make Rect::area() signed, just like Rect::width()/height() 9 years ago
Region.cxx Split Xregion headers according to upstream 8 years ago
Region.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
SConnection.cxx Prevent leak of SecurityServer and ClientServer. 7 years ago
SConnection.h Prevent leak of SecurityServer and ClientServer. 7 years ago
SDesktop.h Change fillRect() to take a buffer instead of a pixel 9 years ago
SMsgHandler.cxx No need for this array to be writeable 9 years ago
SMsgHandler.h No need for this array to be writeable 9 years ago
SMsgReader.cxx Fix crash from integer overflow in SMsgReader::readClientCutText 7 years ago
SMsgReader.h Merge the "V3" message classes into the normal ones 10 years ago
SMsgWriter.cxx Prevent double free by crafted fences. 7 years ago
SMsgWriter.h Server support for cursor with alpha 7 years ago
SSecurity.h Allow SSecurity to specify AccessRights for SConnection. 9 years ago
SSecurityNone.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
SSecurityPlain.cxx Limit max username/password size in SSecurityPlain. 7 years ago
SSecurityPlain.h Limit max username/password size in SSecurityPlain. 7 years ago
SSecurityStack.cxx Make sure attributes propagate through security wrappers 9 years ago
SSecurityStack.h Make sure attributes propagate through security wrappers 9 years ago
SSecurityTLS.cxx Proper global init/deinit of GnuTLS 7 years ago
SSecurityTLS.h Proper global init/deinit of GnuTLS 7 years ago
SSecurityVeNCrypt.cxx Delete underlying ssecurity in SSecurityVeNCrypt. 7 years ago
SSecurityVeNCrypt.h Make sure attributes propagate through security wrappers 9 years ago
SSecurityVncAuth.cxx VncAuth: Read and use readonly password. 9 years ago
SSecurityVncAuth.h Update comment of VncAuthPasswdGetter::getVncAuthPasswd. 9 years ago
ScaleFilters.cxx Remove a lot of platform compatibilty stuff 10 years ago
ScaleFilters.h Eliminate GCC warning in ScaleFilters: 14 years ago
ScreenSet.h More debug logging for screen layout changes 9 years ago
Security.cxx Add workaround for Vino's VeNCrypt implementation 8 years ago
Security.h Add parameter to override GnuTLS priority 9 years ago
SecurityClient.cxx Fix copy-paste error for the secTypeX509Vnc security type 8 years ago
SecurityClient.h [Development] client: Add dialog window to accept/save invalid X509 13 years ago
SecurityServer.cxx Revert "Use VncAuth as the default security type, ..." 9 years ago
SecurityServer.h Allow SSecurity to specify AccessRights for SConnection. 9 years ago
ServerCore.cxx Send updates with a fixed interval 7 years ago
ServerCore.h Send updates with a fixed interval 7 years ago
TightConstants.h Move image encoding logic into a central EncodeManager class 10 years ago
TightDecoder.cxx Allow parallel decoding of Tight JPEG rects 8 years ago
TightDecoder.h Allow parallel decoding of Tight JPEG rects 8 years ago
TightEncoder.cxx Fix mistake in TightEncoder::setCompressLevel. 8 years ago
TightEncoder.h Move image encoding logic into a central EncodeManager class 10 years ago
TightEncoderBPP.cxx Move image encoding logic into a central EncodeManager class 10 years ago
TightJPEGEncoder.cxx Move image encoding logic into a central EncodeManager class 10 years ago
TightJPEGEncoder.h Move image encoding logic into a central EncodeManager class 10 years ago
Timer.cxx Better handling of slow timers 7 years ago
Timer.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
UnixPasswordValidator.cxx Correct naming convention for some parameters 9 years ago
UnixPasswordValidator.h [Development] Add missing PAM sources (fixes commit r4128). 13 years ago
UpdateTracker.cxx Remove unused assert.h include 9 years ago
UpdateTracker.h Remove the "video" feature and its associated custom JPEG handling. 15 years ago
UserMsgBox.h [Development] client: Add dialog window to accept/save invalid X509 13 years ago
UserPasswdGetter.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
VNCSConnectionST.cxx Support clients that only support alpha cursors 6 years ago
VNCSConnectionST.h Split up VNCSConnectionST::writeFramebufferUpdate() 7 years ago
VNCServer.h Change cursor API to use RGBA data 7 years ago
VNCServerST.cxx Merge branch 'fps' of https://github.com/CendioOssman/tigervnc 7 years ago
VNCServerST.h Merge branch 'fps' of https://github.com/CendioOssman/tigervnc 7 years ago
WinPasswdValidator.cxx Remove unused variables 9 years ago
WinPasswdValidator.h [Development] Implement PasswordValidator class on Windows (Martin Koegler) 13 years ago
XF86keysym.h spelling fixes 7 years ago
ZRLEDecoder.cxx Properly handle depth > 24 in ZRLE decoder 7 years ago
ZRLEDecoder.h Split decoders into a read and decode step 8 years ago
ZRLEEncoder.cxx Move image encoding logic into a central EncodeManager class 10 years ago
ZRLEEncoder.h Move image encoding logic into a central EncodeManager class 10 years ago
ZRLEEncoderBPP.cxx Move image encoding logic into a central EncodeManager class 10 years ago
d3des.c Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
d3des.h [Bugfix] Declare d3des.h functions inside `extern "C" {}` block. 14 years ago
encodings.cxx Remove a lot of platform compatibilty stuff 10 years ago
encodings.h Add client support for LED state sync 6 years ago
fenceTypes.h Basic infrastructure to support fences. 12 years ago
hextileConstants.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
hextileDecode.h hextileDecode.h: Fix buffer overflow 7 years ago
hextileEncode.h Move image encoding logic into a central EncodeManager class 10 years ago
hextileEncodeBetter.h Move image encoding logic into a central EncodeManager class 10 years ago
keysymdef.h spelling fixes 7 years ago
ledStates.h Add client support for LED state sync 6 years ago
msgTypes.h Basic infrastructure for continuous updates. 12 years ago
pam.c The PAM callback is slightly different on Solaris 9 years ago
pam.h [Development] Add missing PAM sources (fixes commit r4128). 13 years ago
rreDecode.h Check invalid RRE rects 7 years ago
rreEncode.h Move image encoding logic into a central EncodeManager class 10 years ago
screenTypes.h Minimal server side implementation of the extended desktop size protocol. 15 years ago
tightDecode.h Split decoders into a read and decode step 8 years ago
util.cxx Display performance statistics in viewer 7 years ago
util.h Display performance statistics in viewer 7 years ago
zrleDecode.h Fix temporary decoder buffer sizes 7 years ago