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 fe2e5fca21 Merge branch 'unix' of https://github.com/CendioOssman/tigervnc 6 anni fa
..
Blacklist.cxx Revert previous commit (r3889). Windows code has to be cleaned before this 14 anni fa
Blacklist.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 anni fa
CConnection.cxx Make exception classes have clearer messages 6 anni fa
CConnection.h Display security state when asking for password 6 anni fa
CMakeLists.txt Move congestion control to its own class 6 anni fa
CMsgHandler.cxx Basic support for QEMU Extended Key Events 6 anni fa
CMsgHandler.h Basic support for QEMU Extended Key Events 6 anni fa
CMsgReader.cxx Fix "int-in-bool-context" compile errors 6 anni fa
CMsgReader.h Add client support for LED state sync 6 anni fa
CMsgWriter.cxx Stop abusing InputHandler class for write class 6 anni fa
CMsgWriter.h Stop abusing InputHandler class for write class 6 anni fa
CSecurity.h Display security state when asking for password 6 anni fa
CSecurityNone.h [Development] Enhance Security class to be usable by viewer. 14 anni fa
CSecurityPlain.cxx Display security state when asking for password 6 anni fa
CSecurityPlain.h [Development] Implement *Plain types on the client side. 13 anni fa
CSecurityStack.cxx Display security state when asking for password 6 anni fa
CSecurityStack.h Display security state when asking for password 6 anni fa
CSecurityTLS.cxx Make exception classes have clearer messages 6 anni fa
CSecurityTLS.h Display security state when asking for password 6 anni fa
CSecurityVeNCrypt.cxx Use better security method description when using VeNCrypt 6 anni fa
CSecurityVeNCrypt.h Use better security method description when using VeNCrypt 6 anni fa
CSecurityVncAuth.cxx Display security state when asking for password 6 anni fa
CSecurityVncAuth.h [Development] Implement VeNCrypt type support on client side. Currently only 14 anni fa
ComparingUpdateTracker.cxx Log statistics from ComparingUpdateTracker 7 anni fa
ComparingUpdateTracker.h Log statistics from ComparingUpdateTracker 7 anni fa
Configuration.cxx Handle hexadecimal and octal parameters 6 anni fa
Configuration.h x0vncserver does not support SetDesktopSize; remove -AcceptSetDesktopSize 6 anni fa
Congestion.cxx Avoid assert crash after bytestream position wrap around 6 anni fa
Congestion.h Limit lossless refresh update to safe size 6 anni fa
ConnParams.cxx Add missing break for LED state check 6 anni fa
ConnParams.h Basic support for QEMU Extended Key Events 6 anni fa
CopyRectDecoder.cxx Decode overlapping rectangles in order 8 anni fa
CopyRectDecoder.h Decode overlapping rectangles in order 8 anni fa
Cursor.cxx Don't try to render cursors with no size 7 anni fa
Cursor.h Change cursor API to use RGBA data 7 anni fa
DecodeManager.cxx Catch exceptions by reference 6 anni fa
DecodeManager.h rfb: Fix struct-vs-class warnings 7 anni fa
Decoder.cxx Allow conditional dependencies between rects when decoding 8 anni fa
Decoder.h rfb: Fix struct-vs-class warnings 7 anni fa
EncodeManager.cxx Limit lossless refresh update to safe size 6 anni fa
EncodeManager.h Limit lossless refresh update to safe size 6 anni fa
EncodeManagerBPP.cxx Remove unused variables 9 anni fa
Encoder.cxx Change fillRect() to take a buffer instead of a pixel 9 anni fa
Encoder.h Automatic lossless refresh 6 anni fa
Exception.h Make exception classes have clearer messages 6 anni fa
HTTPServer.cxx Catch exceptions by reference 6 anni fa
HTTPServer.h Move getSockets() to SocketServer interface 7 anni fa
HextileDecoder.cxx Add flags member to decoders 8 anni fa
HextileDecoder.h Split decoders into a read and decode step 8 anni fa
HextileEncoder.cxx Move image encoding logic into a central EncodeManager class 10 anni fa
HextileEncoder.h Move image encoding logic into a central EncodeManager class 10 anni fa
Hostname.h Fix display/port switch at display 100 8 anni fa
InputHandler.h Merge branch 'fix-warnings' 6 anni fa
JpegCompressor.cxx spelling fixes 7 anni fa
JpegCompressor.h Make the subsampling setting follow the common style 10 anni fa
JpegDecompressor.cxx spelling fixes 7 anni fa
JpegDecompressor.h Move JPEG decoding into a standalone class (these should have been checked in with r4757. Oops.) 12 anni fa
KeyRemapper.cxx Replace Windows specific thread handling 8 anni fa
KeyRemapper.h Replace Windows specific thread handling 8 anni fa
ListConnInfo.h Reduce header dependencies in server classes 6 anni fa
LogWriter.cxx Remove a lot of platform compatibilty stuff 10 anni fa
LogWriter.h rfb: Silence nonliteral format string warning in Logger 7 anni fa
Logger.cxx Remove a lot of platform compatibilty stuff 10 anni fa
Logger.h rfb: Silence nonliteral format string warning in Logger 7 anni fa
Logger_file.cxx Replace Windows specific thread handling 8 anni fa
Logger_file.h Replace Windows specific thread handling 8 anni fa
Logger_stdio.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 anni fa
Logger_stdio.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 anni fa
Logger_syslog.cxx Replace Windows specific thread handling 8 anni fa
Logger_syslog.h Add syslog logger. 9 anni fa
Palette.h Consolidate the different palette handler implementations 10 anni fa
Password.cxx [Bugfix] Add correct PlainPasswd constructor to avoid vncpasswd crash. 15 anni fa
Password.h [Bugfix] Add correct PlainPasswd constructor to avoid vncpasswd crash. 15 anni fa
Pixel.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 anni fa
PixelBuffer.cxx Remove reallocation log message from ManagedPixelBuffer 7 anni fa
PixelBuffer.h rfb: Avoid unused argument warnings in headers 6 anni fa
PixelFormat.cxx Fix rounding error in pixel down conversion 6 anni fa
PixelFormat.h Fix rounding error in pixel down conversion 6 anni fa
PixelFormat.inl Fix rounding error in pixel down conversion 6 anni fa
PixelFormatBPP.cxx Fix rounding error in pixel down conversion 6 anni fa
RREDecoder.cxx Add flags member to decoders 8 anni fa
RREDecoder.h Split decoders into a read and decode step 8 anni fa
RREEncoder.cxx Move image encoding logic into a central EncodeManager class 10 anni fa
RREEncoder.h Move image encoding logic into a central EncodeManager class 10 anni fa
RawDecoder.cxx Add flags member to decoders 8 anni fa
RawDecoder.h Split decoders into a read and decode step 8 anni fa
RawEncoder.cxx Move image encoding logic into a central EncodeManager class 10 anni fa
RawEncoder.h Move image encoding logic into a central EncodeManager class 10 anni fa
Rect.h Make Rect::area() signed, just like Rect::width()/height() 9 anni fa
Region.cxx Remove redundant Region::copyFrom() 6 anni fa
Region.h Remove redundant Region::copyFrom() 6 anni fa
SConnection.cxx Make exception classes have clearer messages 6 anni fa
SConnection.h Make exception classes have clearer messages 6 anni fa
SDesktop.h Get rid of getFbSize()/getDesktopSize() in common 6 anni fa
SMsgHandler.cxx Basic support for QEMU Extended Key Events 6 anni fa
SMsgHandler.h Basic support for QEMU Extended Key Events 6 anni fa
SMsgReader.cxx Basic support for QEMU Extended Key Events 6 anni fa
SMsgReader.h Basic support for QEMU Extended Key Events 6 anni fa
SMsgWriter.cxx Fix "int-in-bool-context" compile errors 6 anni fa
SMsgWriter.h Merge branch 'fix-warnings' 6 anni fa
SSecurity.h Allow SSecurity to specify AccessRights for SConnection. 9 anni fa
SSecurityNone.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 anni fa
SSecurityPlain.cxx Limit max username/password size in SSecurityPlain. 7 anni fa
SSecurityPlain.h Add missing virtual destructors 7 anni fa
SSecurityStack.cxx Make sure attributes propagate through security wrappers 9 anni fa
SSecurityStack.h Make sure attributes propagate through security wrappers 9 anni fa
SSecurityTLS.cxx avoid putting more includes in headers than necessary 6 anni fa
SSecurityTLS.h Proper global init/deinit of GnuTLS 7 anni fa
SSecurityVeNCrypt.cxx Delete underlying ssecurity in SSecurityVeNCrypt. 7 anni fa
SSecurityVeNCrypt.h Make sure attributes propagate through security wrappers 9 anni fa
SSecurityVncAuth.cxx VncAuth: Read and use readonly password. 9 anni fa
SSecurityVncAuth.h Add missing virtual destructors 7 anni fa
ScaleFilters.cxx Remove a lot of platform compatibilty stuff 10 anni fa
ScaleFilters.h Eliminate GCC warning in ScaleFilters: 14 anni fa
ScreenSet.h Comparing ScreenSet:s should be done without considering order 6 anni fa
Security.cxx Add workaround for Vino's VeNCrypt implementation 8 anni fa
Security.h Add parameter to override GnuTLS priority 9 anni fa
SecurityClient.cxx Fix copy-paste error for the secTypeX509Vnc security type 8 anni fa
SecurityClient.h [Development] client: Add dialog window to accept/save invalid X509 13 anni fa
SecurityServer.cxx Revert "Use VncAuth as the default security type, ..." 9 anni fa
SecurityServer.h Allow SSecurity to specify AccessRights for SConnection. 9 anni fa
ServerCore.cxx Push query connect timeout back in to Xvnc 6 anni fa
ServerCore.h Push query connect timeout back in to Xvnc 6 anni fa
TightConstants.h Move image encoding logic into a central EncodeManager class 10 anni fa
TightDecoder.cxx Allow parallel decoding of Tight JPEG rects 8 anni fa
TightDecoder.h Allow parallel decoding of Tight JPEG rects 8 anni fa
TightEncoder.cxx Fix mistake in TightEncoder::setCompressLevel. 8 anni fa
TightEncoder.h Move image encoding logic into a central EncodeManager class 10 anni fa
TightEncoderBPP.cxx Move image encoding logic into a central EncodeManager class 10 anni fa
TightJPEGEncoder.cxx Automatic lossless refresh 6 anni fa
TightJPEGEncoder.h Move image encoding logic into a central EncodeManager class 10 anni fa
Timer.cxx Limit lossless refresh update to safe size 6 anni fa
Timer.h Limit lossless refresh update to safe size 6 anni fa
UnixPasswordValidator.cxx Correct naming convention for some parameters 9 anni fa
UnixPasswordValidator.h [Development] Add missing PAM sources (fixes commit r4128). 13 anni fa
UpdateTracker.cxx Remove unused assert.h include 9 anni fa
UpdateTracker.h Remove the "video" feature and its associated custom JPEG handling. 15 anni fa
UserMsgBox.h [Development] client: Add dialog window to accept/save invalid X509 13 anni fa
UserPasswdGetter.h Merge branch 'fix-warnings' 6 anni fa
VNCSConnectionST.cxx Send lossless refresh even with pending updates 6 anni fa
VNCSConnectionST.h Merge branch 'congestion' of https://github.com/CendioOssman/tigervnc 6 anni fa
VNCServer.h Add server side lock key sync heuristic 6 anni fa
VNCServerST.cxx Flush pending changes when desktop starts 6 anni fa
VNCServerST.h Send lossless refresh even with pending updates 6 anni fa
WinPasswdValidator.cxx Remove unused variables 9 anni fa
WinPasswdValidator.h [Development] Implement PasswordValidator class on Windows (Martin Koegler) 13 anni fa
XF86keysym.h spelling fixes 7 anni fa
ZRLEDecoder.cxx Properly handle depth > 24 in ZRLE decoder 7 anni fa
ZRLEDecoder.h Split decoders into a read and decode step 8 anni fa
ZRLEEncoder.cxx Move image encoding logic into a central EncodeManager class 10 anni fa
ZRLEEncoder.h Move image encoding logic into a central EncodeManager class 10 anni fa
ZRLEEncoderBPP.cxx Move image encoding logic into a central EncodeManager class 10 anni fa
d3des.c Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 anni fa
d3des.h [Bugfix] Declare d3des.h functions inside `extern "C" {}` block. 14 anni fa
encodings.cxx Remove a lot of platform compatibilty stuff 10 anni fa
encodings.h Basic support for QEMU Extended Key Events 6 anni fa
fenceTypes.h Basic infrastructure to support fences. 12 anni fa
hextileConstants.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 anni fa
hextileDecode.h hextileDecode.h: Fix buffer overflow 7 anni fa
hextileEncode.h Move image encoding logic into a central EncodeManager class 10 anni fa
hextileEncodeBetter.h Move image encoding logic into a central EncodeManager class 10 anni fa
keysymdef.h spelling fixes 7 anni fa
ledStates.h Add client support for LED state sync 6 anni fa
msgTypes.h Basic support for QEMU Extended Key Events 6 anni fa
pam.c The PAM callback is slightly different on Solaris 9 anni fa
pam.h [Development] Add missing PAM sources (fixes commit r4128). 13 anni fa
qemuTypes.h Basic support for QEMU Extended Key Events 6 anni fa
rreDecode.h Check invalid RRE rects 7 anni fa
rreEncode.h Move image encoding logic into a central EncodeManager class 10 anni fa
screenTypes.h Minimal server side implementation of the extended desktop size protocol. 15 anni fa
tightDecode.h Split decoders into a read and decode step 8 anni fa
util.cxx Remove no longer relevant license comment 6 anni fa
util.h Merge branch 'congestion' of https://github.com/CendioOssman/tigervnc 6 anni fa
zrleDecode.h Fix temporary decoder buffer sizes 7 anni fa