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 d8bbbeb3b3 Merge branch 'connparams' of https://github.com/CendioOssman/tigervnc 5 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 Move client attributes out of ServerParams 5 anni fa
CConnection.h Move client attributes out of ServerParams 5 anni fa
CMakeLists.txt Rename ConnParams to ClientParams 5 anni fa
CMsgHandler.cxx Let CMsgHandler::serverInit() handle initial set up 5 anni fa
CMsgHandler.h Let CMsgHandler::serverInit() handle initial set up 5 anni fa
CMsgReader.cxx Merge branch 'connparams' of https://github.com/CendioOssman/tigervnc 5 anni fa
CMsgReader.h Add client support for LED state sync 6 anni fa
CMsgWriter.cxx Use STL list for encoding list 5 anni fa
CMsgWriter.h Use STL list for encoding list 5 anni fa
CSecurity.h Strongly bind security objects to connection object 5 anni fa
CSecurityNone.h Strongly bind security objects to connection object 5 anni fa
CSecurityPlain.cxx Strongly bind security objects to connection object 5 anni fa
CSecurityPlain.h Strongly bind security objects to connection object 5 anni fa
CSecurityStack.cxx Strongly bind security objects to connection object 5 anni fa
CSecurityStack.h Strongly bind security objects to connection object 5 anni fa
CSecurityTLS.cxx Merge branch 'connparams' of https://github.com/CendioOssman/tigervnc 5 anni fa
CSecurityTLS.h Remove unused include 5 anni fa
CSecurityVeNCrypt.cxx Strongly bind security objects to connection object 5 anni fa
CSecurityVeNCrypt.h Strongly bind security objects to connection object 5 anni fa
CSecurityVncAuth.cxx Strongly bind security objects to connection object 5 anni fa
CSecurityVncAuth.h Strongly bind security objects to connection object 5 anni fa
ClientParams.cxx Abstract sending cursor and resizing the desktop 5 anni fa
ClientParams.h Abstract sending cursor and resizing the desktop 5 anni fa
ComparingUpdateTracker.cxx Log statistics from ComparingUpdateTracker 7 anni fa
ComparingUpdateTracker.h Increase range of ComparingUpdateTracker statistics 5 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 Estimate higher bandwidth in slow start 5 anni fa
Congestion.h Limit lossless refresh update to safe size 6 anni fa
CopyRectDecoder.cxx Split out ServerParams from ConnParams 5 anni fa
CopyRectDecoder.h Split out ServerParams from ConnParams 5 anni fa
Cursor.cxx Use larger integers for the cursor dithering 5 anni fa
Cursor.h Change cursor API to use RGBA data 7 anni fa
DecodeManager.cxx Split out ServerParams from ConnParams 5 anni fa
DecodeManager.h Split out ServerParams from ConnParams 5 anni fa
Decoder.cxx Split out ServerParams from ConnParams 5 anni fa
Decoder.h Split out ServerParams from ConnParams 5 anni fa
EncodeManager.cxx Remove indirect capability attributes 5 anni fa
EncodeManager.h Avoid refresh of recently changed areas 5 anni fa
EncodeManagerBPP.cxx Remove unused variables 9 anni fa
Encoder.cxx Allow perceptually lossless refresh 5 anni fa
Encoder.h Allow perceptually lossless refresh 5 anni fa
Exception.h Make exception classes have clearer messages 6 anni fa
HextileDecoder.cxx Split out ServerParams from ConnParams 5 anni fa
HextileDecoder.h Split out ServerParams from ConnParams 5 anni fa
HextileEncoder.cxx Rename ConnParams to ClientParams 5 anni fa
HextileEncoder.h Move image encoding logic into a central EncodeManager class 9 anni fa
Hostname.h Fix display/port switch at display 100 7 anni fa
InputHandler.h Merge branch 'fix-warnings' 6 anni fa
JpegCompressor.cxx Rename ConnParams to ClientParams 5 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 7 anni fa
KeyRemapper.h Replace Windows specific thread handling 7 anni fa
LogWriter.cxx Remove a lot of platform compatibilty stuff 10 anni fa
LogWriter.h rfb: Silence nonliteral format string warning in Logger 6 anni fa
Logger.cxx Handle line breaks in log messages 5 anni fa
Logger.h rfb: Silence nonliteral format string warning in Logger 6 anni fa
Logger_file.cxx Replace Windows specific thread handling 7 anni fa
Logger_file.h Replace Windows specific thread handling 7 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 7 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 Avoid integer overflows in pixel size calculations 5 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 Split out ServerParams from ConnParams 5 anni fa
RREDecoder.h Split out ServerParams from ConnParams 5 anni fa
RREEncoder.cxx Rename ConnParams to ClientParams 5 anni fa
RREEncoder.h Move image encoding logic into a central EncodeManager class 9 anni fa
RawDecoder.cxx Split out ServerParams from ConnParams 5 anni fa
RawDecoder.h Split out ServerParams from ConnParams 5 anni fa
RawEncoder.cxx Don't force encoders to specify palette size 5 anni fa
RawEncoder.h Move image encoding logic into a central EncodeManager class 9 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 Merge branch 'connparams' of https://github.com/CendioOssman/tigervnc 5 anni fa
SConnection.h Make throwConnFailedException() protected 5 anni fa
SDesktop.h Properly terminate server on timeouts 5 anni fa
SMsgHandler.cxx Don't update screen layout directly on incoming client request 5 anni fa
SMsgHandler.h Don't update screen layout directly on incoming client request 5 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 Require all SMsgWriter caller to check capabilities 5 anni fa
SMsgWriter.h Require all SMsgWriter caller to check capabilities 5 anni fa
SSecurity.h Strongly bind security objects to connection object 5 anni fa
SSecurityNone.h Strongly bind security objects to connection object 5 anni fa
SSecurityPlain.cxx Fix memory leaks 5 anni fa
SSecurityPlain.h Strongly bind security objects to connection object 5 anni fa
SSecurityStack.cxx Strongly bind security objects to connection object 5 anni fa
SSecurityStack.h Strongly bind security objects to connection object 5 anni fa
SSecurityTLS.cxx Log TLS handshake result 5 anni fa
SSecurityTLS.h Restore original streams when terminating TLS 5 anni fa
SSecurityVeNCrypt.cxx Strongly bind security objects to connection object 5 anni fa
SSecurityVeNCrypt.h Strongly bind security objects to connection object 5 anni fa
SSecurityVncAuth.cxx Strongly bind security objects to connection object 5 anni fa
SSecurityVncAuth.h Strongly bind security objects to connection object 5 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 Strongly bind security objects to connection object 5 anni fa
SecurityClient.h Strongly bind security objects to connection object 5 anni fa
SecurityServer.cxx Strongly bind security objects to connection object 5 anni fa
SecurityServer.h Strongly bind security objects to connection object 5 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
ServerParams.cxx Move client attributes out of ServerParams 5 anni fa
ServerParams.h Move client attributes out of ServerParams 5 anni fa
TightConstants.h Move image encoding logic into a central EncodeManager class 9 anni fa
TightDecoder.cxx Merge branch 'connparams' of https://github.com/CendioOssman/tigervnc 5 anni fa
TightDecoder.h Split out ServerParams from ConnParams 5 anni fa
TightEncoder.cxx Rename ConnParams to ClientParams 5 anni fa
TightEncoder.h Move image encoding logic into a central EncodeManager class 9 anni fa
TightEncoderBPP.cxx Move image encoding logic into a central EncodeManager class 9 anni fa
TightJPEGEncoder.cxx Rename ConnParams to ClientParams 5 anni fa
TightJPEGEncoder.h Add method to get compression settings from encoder 5 anni fa
Timer.cxx Fix bad reference in Timer::getRemainingMs() 5 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 Move copy rect handling to EncodeManager 5 anni fa
UpdateTracker.h Move copy rect handling to EncodeManager 5 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 Merge branch 'connparams' of https://github.com/CendioOssman/tigervnc 5 anni fa
VNCSConnectionST.h Move lossless refresh handling to separate method 5 anni fa
VNCServer.h Inherit SocketServer directly from VNCServer 5 anni fa
VNCServerST.cxx Merge branch 'connparams' of https://github.com/CendioOssman/tigervnc 5 anni fa
VNCServerST.h Get rid of SocketServer::checkTimeouts() 5 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 Split out ServerParams from ConnParams 5 anni fa
ZRLEDecoder.h Split out ServerParams from ConnParams 5 anni fa
ZRLEEncoder.cxx Rename ConnParams to ClientParams 5 anni fa
ZRLEEncoder.h Move image encoding logic into a central EncodeManager class 9 anni fa
ZRLEEncoderBPP.cxx Move image encoding logic into a central EncodeManager class 9 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 9 anni fa
hextileEncodeBetter.h Move image encoding logic into a central EncodeManager class 9 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 9 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 Avoid potential crash when replacing buffer in PlainPasswd 5 anni fa
zrleDecode.h Fix temporary decoder buffer sizes 7 anni fa