Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Pierre Ossman e6fb25e4b8 Merge branch 'fix-mistake' of https://github.com/gschwind/tigervnc 4 anos atrás
..
Blacklist.cxx Allow blacklist to be disabled 5 anos atrás
Blacklist.h Move Blacklist parameters out of the class 5 anos atrás
CConnection.cxx Support extended clipboard transfers 4 anos atrás
CConnection.h Support extended clipboard transfers 4 anos atrás
CMakeLists.txt Rename ConnParams to ClientParams 5 anos atrás
CMsgHandler.cxx Support extended clipboard transfers 4 anos atrás
CMsgHandler.h Support extended clipboard transfers 4 anos atrás
CMsgReader.cxx Support extended clipboard transfers 4 anos atrás
CMsgReader.h Support extended clipboard transfers 4 anos atrás
CMsgWriter.cxx Support extended clipboard transfers 4 anos atrás
CMsgWriter.h Support extended clipboard transfers 4 anos atrás
CSecurity.h Strongly bind security objects to connection object 5 anos atrás
CSecurityNone.h Strongly bind security objects to connection object 5 anos atrás
CSecurityPlain.cxx Strongly bind security objects to connection object 5 anos atrás
CSecurityPlain.h Strongly bind security objects to connection object 5 anos atrás
CSecurityStack.cxx Strongly bind security objects to connection object 5 anos atrás
CSecurityStack.h Strongly bind security objects to connection object 5 anos atrás
CSecurityTLS.cxx Add missing throws for exception 5 anos atrás
CSecurityTLS.h Remove unused include 5 anos atrás
CSecurityVeNCrypt.cxx Strongly bind security objects to connection object 5 anos atrás
CSecurityVeNCrypt.h Strongly bind security objects to connection object 5 anos atrás
CSecurityVncAuth.cxx Strongly bind security objects to connection object 5 anos atrás
CSecurityVncAuth.h Strongly bind security objects to connection object 5 anos atrás
ClientParams.cxx Support extended clipboard transfers 4 anos atrás
ClientParams.h Support extended clipboard transfers 4 anos atrás
ComparingUpdateTracker.cxx Log statistics from ComparingUpdateTracker 7 anos atrás
ComparingUpdateTracker.h Increase range of ComparingUpdateTracker statistics 5 anos atrás
Configuration.cxx Do proper logging rather than fprintf(stderr, ...) 5 anos atrás
Configuration.h x0vncserver does not support SetDesktopSize; remove -AcceptSetDesktopSize 6 anos atrás
Congestion.cxx Fix wrap-aware isAfter function in Congestion.cxx 5 anos atrás
Congestion.h Limit lossless refresh update to safe size 6 anos atrás
CopyRectDecoder.cxx Split out ServerParams from ConnParams 5 anos atrás
CopyRectDecoder.h Split out ServerParams from ConnParams 5 anos atrás
Cursor.cxx Use larger integers for the cursor dithering 5 anos atrás
Cursor.h Change cursor API to use RGBA data 7 anos atrás
DecodeManager.cxx Split out ServerParams from ConnParams 5 anos atrás
DecodeManager.h Split out ServerParams from ConnParams 5 anos atrás
Decoder.cxx Split out ServerParams from ConnParams 5 anos atrás
Decoder.h Split out ServerParams from ConnParams 5 anos atrás
EncodeManager.cxx Remove indirect capability attributes 5 anos atrás
EncodeManager.h Avoid refresh of recently changed areas 5 anos atrás
EncodeManagerBPP.cxx Remove unused variables 9 anos atrás
Encoder.cxx Allow perceptually lossless refresh 5 anos atrás
Encoder.h Allow perceptually lossless refresh 5 anos atrás
Exception.h Make exception classes have clearer messages 6 anos atrás
HextileDecoder.cxx Split out ServerParams from ConnParams 5 anos atrás
HextileDecoder.h Split out ServerParams from ConnParams 5 anos atrás
HextileEncoder.cxx Rename ConnParams to ClientParams 5 anos atrás
HextileEncoder.h Move image encoding logic into a central EncodeManager class 10 anos atrás
Hostname.h Fix display/port switch at display 100 8 anos atrás
InputHandler.h Clean up internal clipboard handling 4 anos atrás
JpegCompressor.cxx Rename ConnParams to ClientParams 5 anos atrás
JpegCompressor.h Make the subsampling setting follow the common style 10 anos atrás
JpegDecompressor.cxx spelling fixes 7 anos atrás
JpegDecompressor.h Move JPEG decoding into a standalone class (these should have been checked in with r4757. Oops.) 12 anos atrás
KeyRemapper.cxx Replace Windows specific thread handling 8 anos atrás
KeyRemapper.h Replace Windows specific thread handling 8 anos atrás
LogWriter.cxx Remove a lot of platform compatibilty stuff 10 anos atrás
LogWriter.h rfb: Silence nonliteral format string warning in Logger 6 anos atrás
Logger.cxx Handle line breaks in log messages 5 anos atrás
Logger.h rfb: Silence nonliteral format string warning in Logger 6 anos atrás
Logger_file.cxx Replace Windows specific thread handling 8 anos atrás
Logger_file.h Replace Windows specific thread handling 8 anos atrás
Logger_stdio.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 anos atrás
Logger_stdio.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 anos atrás
Logger_syslog.cxx Replace Windows specific thread handling 8 anos atrás
Logger_syslog.h Add syslog logger. 9 anos atrás
Palette.h Consolidate the different palette handler implementations 10 anos atrás
Password.cxx [Bugfix] Add correct PlainPasswd constructor to avoid vncpasswd crash. 15 anos atrás
Password.h [Bugfix] Add correct PlainPasswd constructor to avoid vncpasswd crash. 15 anos atrás
Pixel.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 anos atrás
PixelBuffer.cxx Avoid integer overflows in pixel size calculations 5 anos atrás
PixelBuffer.h rfb: Avoid unused argument warnings in headers 6 anos atrás
PixelFormat.cxx Fix rounding error in pixel down conversion 6 anos atrás
PixelFormat.h Fix rounding error in pixel down conversion 6 anos atrás
PixelFormat.inl Fix rounding error in pixel down conversion 6 anos atrás
PixelFormatBPP.cxx Fix rounding error in pixel down conversion 6 anos atrás
RREDecoder.cxx Split out ServerParams from ConnParams 5 anos atrás
RREDecoder.h Split out ServerParams from ConnParams 5 anos atrás
RREEncoder.cxx Rename ConnParams to ClientParams 5 anos atrás
RREEncoder.h Move image encoding logic into a central EncodeManager class 10 anos atrás
RawDecoder.cxx Split out ServerParams from ConnParams 5 anos atrás
RawDecoder.h Split out ServerParams from ConnParams 5 anos atrás
RawEncoder.cxx Don't force encoders to specify palette size 5 anos atrás
RawEncoder.h Move image encoding logic into a central EncodeManager class 10 anos atrás
Rect.h Make Rect::area() signed, just like Rect::width()/height() 9 anos atrás
Region.cxx Remove max area parameter from Region::get_rects() 5 anos atrás
Region.h Remove max area parameter from Region::get_rects() 5 anos atrás
SConnection.cxx Support extended clipboard transfers 4 anos atrás
SConnection.h Support extended clipboard transfers 4 anos atrás
SDesktop.h Improved clipboard API 4 anos atrás
SMsgHandler.cxx Support extended clipboard transfers 4 anos atrás
SMsgHandler.h Support extended clipboard transfers 4 anos atrás
SMsgReader.cxx Support extended clipboard transfers 4 anos atrás
SMsgReader.h Support extended clipboard transfers 4 anos atrás
SMsgWriter.cxx Support extended clipboard transfers 4 anos atrás
SMsgWriter.h Support extended clipboard transfers 4 anos atrás
SSecurity.h Strongly bind security objects to connection object 5 anos atrás
SSecurityNone.h Strongly bind security objects to connection object 5 anos atrás
SSecurityPlain.cxx Fix memory leaks 5 anos atrás
SSecurityPlain.h Strongly bind security objects to connection object 5 anos atrás
SSecurityStack.cxx Strongly bind security objects to connection object 5 anos atrás
SSecurityStack.h Strongly bind security objects to connection object 5 anos atrás
SSecurityTLS.cxx Log TLS handshake result 5 anos atrás
SSecurityTLS.h Restore original streams when terminating TLS 5 anos atrás
SSecurityVeNCrypt.cxx Strongly bind security objects to connection object 5 anos atrás
SSecurityVeNCrypt.h Strongly bind security objects to connection object 5 anos atrás
SSecurityVncAuth.cxx Strongly bind security objects to connection object 5 anos atrás
SSecurityVncAuth.h Strongly bind security objects to connection object 5 anos atrás
ScaleFilters.cxx Remove a lot of platform compatibilty stuff 10 anos atrás
ScaleFilters.h Eliminate GCC warning in ScaleFilters: 14 anos atrás
ScreenSet.h Comparing ScreenSet:s should be done without considering order 6 anos atrás
Security.cxx Add workaround for Vino's VeNCrypt implementation 8 anos atrás
Security.h Add parameter to override GnuTLS priority 9 anos atrás
SecurityClient.cxx Strongly bind security objects to connection object 5 anos atrás
SecurityClient.h Strongly bind security objects to connection object 5 anos atrás
SecurityServer.cxx Strongly bind security objects to connection object 5 anos atrás
SecurityServer.h Strongly bind security objects to connection object 5 anos atrás
ServerCore.cxx Push query connect timeout back in to Xvnc 6 anos atrás
ServerCore.h Push query connect timeout back in to Xvnc 6 anos atrás
ServerParams.cxx Support extended clipboard transfers 4 anos atrás
ServerParams.h Support extended clipboard transfers 4 anos atrás
TightConstants.h Move image encoding logic into a central EncodeManager class 10 anos atrás
TightDecoder.cxx Merge branch 'connparams' of https://github.com/CendioOssman/tigervnc 5 anos atrás
TightDecoder.h Split out ServerParams from ConnParams 5 anos atrás
TightEncoder.cxx Rename ConnParams to ClientParams 5 anos atrás
TightEncoder.h Move image encoding logic into a central EncodeManager class 10 anos atrás
TightEncoderBPP.cxx Move image encoding logic into a central EncodeManager class 10 anos atrás
TightJPEGEncoder.cxx Rename ConnParams to ClientParams 5 anos atrás
TightJPEGEncoder.h Add method to get compression settings from encoder 5 anos atrás
Timer.cxx Fix bad reference in Timer::getRemainingMs() 5 anos atrás
Timer.h Limit lossless refresh update to safe size 6 anos atrás
UnixPasswordValidator.cxx Correct naming convention for some parameters 9 anos atrás
UnixPasswordValidator.h [Development] Add missing PAM sources (fixes commit r4128). 13 anos atrás
UpdateTracker.cxx Move copy rect handling to EncodeManager 5 anos atrás
UpdateTracker.h Move copy rect handling to EncodeManager 5 anos atrás
UserMsgBox.h [Development] client: Add dialog window to accept/save invalid X509 13 anos atrás
UserPasswdGetter.h Merge branch 'fix-warnings' 6 anos atrás
VNCSConnectionST.cxx Improved clipboard API 4 anos atrás
VNCSConnectionST.h Improved clipboard API 4 anos atrás
VNCServer.h Improved clipboard API 4 anos atrás
VNCServerST.cxx Merge branch 'fix-mistake' of https://github.com/gschwind/tigervnc 4 anos atrás
VNCServerST.h Improved clipboard API 4 anos atrás
WinPasswdValidator.cxx Remove unused variables 9 anos atrás
WinPasswdValidator.h [Development] Implement PasswordValidator class on Windows (Martin Koegler) 13 anos atrás
XF86keysym.h spelling fixes 7 anos atrás
ZRLEDecoder.cxx Split out ServerParams from ConnParams 5 anos atrás
ZRLEDecoder.h Split out ServerParams from ConnParams 5 anos atrás
ZRLEEncoder.cxx Rename ConnParams to ClientParams 5 anos atrás
ZRLEEncoder.h Move image encoding logic into a central EncodeManager class 10 anos atrás
ZRLEEncoderBPP.cxx Move image encoding logic into a central EncodeManager class 10 anos atrás
clipboardTypes.h Support extended clipboard transfers 4 anos atrás
d3des.c Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 anos atrás
d3des.h [Bugfix] Declare d3des.h functions inside `extern "C" {}` block. 14 anos atrás
encodings.cxx Remove a lot of platform compatibilty stuff 10 anos atrás
encodings.h Support extended clipboard transfers 4 anos atrás
fenceTypes.h Basic infrastructure to support fences. 12 anos atrás
hextileConstants.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 anos atrás
hextileDecode.h hextileDecode.h: Fix buffer overflow 7 anos atrás
hextileEncode.h Move image encoding logic into a central EncodeManager class 10 anos atrás
hextileEncodeBetter.h Move image encoding logic into a central EncodeManager class 10 anos atrás
keysymdef.h spelling fixes 7 anos atrás
ledStates.h Add client support for LED state sync 6 anos atrás
msgTypes.h Basic support for QEMU Extended Key Events 6 anos atrás
pam.c The PAM callback is slightly different on Solaris 9 anos atrás
pam.h [Development] Add missing PAM sources (fixes commit r4128). 13 anos atrás
qemuTypes.h Basic support for QEMU Extended Key Events 6 anos atrás
rreDecode.h Check invalid RRE rects 7 anos atrás
rreEncode.h Move image encoding logic into a central EncodeManager class 10 anos atrás
screenTypes.h Minimal server side implementation of the extended desktop size protocol. 15 anos atrás
tightDecode.h Split decoders into a read and decode step 8 anos atrás
util.cxx Fix length checks in string conversion functions 4 anos atrás
util.h Use UTF-8 in clipboard API 4 anos atrás
zrleDecode.h Remove unneeded logging from ZRLE decoder 5 anos atrás