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 9c88e0dd26 Avoid compiler "use of uninitialised variable" warnings 5 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 Make exception classes have clearer messages 6 years ago
CConnection.h Display security state when asking for password 6 years ago
CMakeLists.txt Move congestion control to its own class 6 years ago
CMsgHandler.cxx Basic support for QEMU Extended Key Events 6 years ago
CMsgHandler.h Basic support for QEMU Extended Key Events 6 years ago
CMsgReader.cxx Avoid compiler "use of uninitialised variable" warnings 5 years ago
CMsgReader.h Add client support for LED state sync 6 years ago
CMsgWriter.cxx Stop abusing InputHandler class for write class 6 years ago
CMsgWriter.h Stop abusing InputHandler class for write class 6 years ago
CSecurity.h Display security state when asking for password 6 years ago
CSecurityNone.h [Development] Enhance Security class to be usable by viewer. 14 years ago
CSecurityPlain.cxx Display security state when asking for password 6 years ago
CSecurityPlain.h [Development] Implement *Plain types on the client side. 13 years ago
CSecurityStack.cxx Display security state when asking for password 6 years ago
CSecurityStack.h Display security state when asking for password 6 years ago
CSecurityTLS.cxx Use system certificate trust store 5 years ago
CSecurityTLS.h Display security state when asking for password 6 years ago
CSecurityVeNCrypt.cxx Use better security method description when using VeNCrypt 6 years ago
CSecurityVeNCrypt.h Use better security method description when using VeNCrypt 6 years ago
CSecurityVncAuth.cxx Display security state when asking for password 6 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 Handle hexadecimal and octal parameters 6 years ago
Configuration.h x0vncserver does not support SetDesktopSize; remove -AcceptSetDesktopSize 6 years ago
Congestion.cxx Avoid assert crash after bytestream position wrap around 6 years ago
Congestion.h Limit lossless refresh update to safe size 6 years ago
ConnParams.cxx Add missing break for LED state check 6 years ago
ConnParams.h Basic support for QEMU Extended Key Events 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 Catch exceptions by reference 6 years ago
DecodeManager.h rfb: Fix struct-vs-class warnings 7 years ago
Decoder.cxx Allow conditional dependencies between rects when decoding 8 years ago
Decoder.h rfb: Fix struct-vs-class warnings 7 years ago
EncodeManager.cxx Avoid integer overflows in pixel size calculations 5 years ago
EncodeManager.h Limit lossless refresh update to safe size 6 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 Automatic lossless refresh 6 years ago
Exception.h Make exception classes have clearer messages 6 years ago
HTTPServer.cxx Catch exceptions by reference 6 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 Merge branch 'fix-warnings' 6 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 Reduce header dependencies in server classes 6 years ago
LogWriter.cxx Remove a lot of platform compatibilty stuff 10 years ago
LogWriter.h rfb: Silence nonliteral format string warning in Logger 7 years ago
Logger.cxx Remove a lot of platform compatibilty stuff 10 years ago
Logger.h rfb: Silence nonliteral format string warning in Logger 7 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 Avoid integer overflows in pixel size calculations 5 years ago
PixelBuffer.h rfb: Avoid unused argument warnings in headers 6 years ago
PixelFormat.cxx Fix rounding error in pixel down conversion 6 years ago
PixelFormat.h Fix rounding error in pixel down conversion 6 years ago
PixelFormat.inl Fix rounding error in pixel down conversion 6 years ago
PixelFormatBPP.cxx Fix rounding error in pixel down conversion 6 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 Avoid integer overflows in pixel size calculations 5 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 Remove redundant Region::copyFrom() 6 years ago
Region.h Remove redundant Region::copyFrom() 6 years ago
SConnection.cxx Make exception classes have clearer messages 6 years ago
SConnection.h Make exception classes have clearer messages 6 years ago
SDesktop.h Get rid of getFbSize()/getDesktopSize() in common 6 years ago
SMsgHandler.cxx Basic support for QEMU Extended Key Events 6 years ago
SMsgHandler.h Basic support for QEMU Extended Key Events 6 years ago
SMsgReader.cxx Basic support for QEMU Extended Key Events 6 years ago
SMsgReader.h Basic support for QEMU Extended Key Events 6 years ago
SMsgWriter.cxx Avoid integer overflows in pixel size calculations 5 years ago
SMsgWriter.h Merge branch 'fix-warnings' 6 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 Add missing virtual destructors 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 avoid putting more includes in headers than necessary 6 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 Add missing virtual destructors 7 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 Comparing ScreenSet:s should be done without considering order 6 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 Push query connect timeout back in to Xvnc 6 years ago
ServerCore.h Push query connect timeout back in to Xvnc 6 years ago
TightConstants.h Move image encoding logic into a central EncodeManager class 10 years ago
TightDecoder.cxx Avoid integer overflows in pixel size calculations 5 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 Automatic lossless refresh 6 years ago
TightJPEGEncoder.h Move image encoding logic into a central EncodeManager class 10 years ago
Timer.cxx Limit lossless refresh update to safe size 6 years ago
Timer.h Limit lossless refresh update to safe size 6 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 Merge branch 'fix-warnings' 6 years ago
VNCSConnectionST.cxx Fix bad type on congestion ETA variable 5 years ago
VNCSConnectionST.h Merge branch 'congestion' of https://github.com/CendioOssman/tigervnc 6 years ago
VNCServer.h Add server side lock key sync heuristic 6 years ago
VNCServerST.cxx Flush pending changes when desktop starts 6 years ago
VNCServerST.h Send lossless refresh even with pending updates 6 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 Avoid integer overflows in pixel size calculations 5 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 Basic support for QEMU Extended Key Events 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 support for QEMU Extended Key Events 6 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
qemuTypes.h Basic support for QEMU Extended Key Events 6 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 Remove no longer relevant license comment 6 years ago
util.h Merge branch 'congestion' of https://github.com/CendioOssman/tigervnc 6 years ago
zrleDecode.h Fix temporary decoder buffer sizes 7 years ago