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