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 7a36fb8ca7 Use __attribute__:s directly 1 yıl önce
..
Blacklist.cxx Be consistent in including config.h 2 yıl önce
Blacklist.h Move Blacklist parameters out of the class 5 yıl önce
CConnection.cxx Explicitly mark unused parameters 1 yıl önce
CConnection.h Stop supplying flags to clipboard peek handler 1 yıl önce
CMakeLists.txt Mark system include paths correctly 1 yıl önce
CMsgHandler.cxx Explicitly mark unused parameters 1 yıl önce
CMsgHandler.h Stop supplying flags to clipboard peek handler 1 yıl önce
CMsgReader.cxx Stop supplying flags to clipboard peek handler 1 yıl önce
CMsgReader.h Change streams to be asynchronous 4 yıl önce
CMsgWriter.cxx Be consistent in including config.h 2 yıl önce
CMsgWriter.h Support extended clipboard transfers 5 yıl önce
CSecurity.h Add support for RSA-AES security types 1 yıl önce
CSecurityDH.cxx Add client-side support for the DH security type. 1 yıl önce
CSecurityDH.h Add client-side support for the DH security type. 1 yıl önce
CSecurityMSLogonII.cxx Add client-side support for the MSLogonII security type. 1 yıl önce
CSecurityMSLogonII.h Add client-side support for the MSLogonII security type. 1 yıl önce
CSecurityNone.h Remove unused CSecurity::description() 1 yıl önce
CSecurityPlain.cxx Be consistent in including config.h 2 yıl önce
CSecurityPlain.h Remove unused CSecurity::description() 1 yıl önce
CSecurityRSAAES.cxx Explicitly mark switch case fall through 1 yıl önce
CSecurityRSAAES.h Add support for RSA-AES security types 1 yıl önce
CSecurityStack.cxx Remove unused CSecurity::description() 1 yıl önce
CSecurityStack.h Remove unused CSecurity::description() 1 yıl önce
CSecurityTLS.cxx Print GnuTLS certificate status as hex 2 yıl önce
CSecurityTLS.h Add support for RSA-AES security types 1 yıl önce
CSecurityVeNCrypt.cxx Remove unused CSecurity::description() 1 yıl önce
CSecurityVeNCrypt.h Remove unused CSecurity::description() 1 yıl önce
CSecurityVncAuth.cxx Be consistent in including config.h 2 yıl önce
CSecurityVncAuth.h Remove unused CSecurity::description() 1 yıl önce
ClientParams.cxx Be consistent in including config.h 2 yıl önce
ClientParams.h Remove useless const specifiers 1 yıl önce
ComparingUpdateTracker.cxx Be consistent in including config.h 2 yıl önce
ComparingUpdateTracker.h Increase range of ComparingUpdateTracker statistics 5 yıl önce
Configuration.cxx Be consistent in including config.h 2 yıl önce
Configuration.h Clean up default value for X509 parameters 3 yıl önce
Congestion.cxx Explicitly mark unused parameters 1 yıl önce
Congestion.h Limit lossless refresh update to safe size 6 yıl önce
CopyRectDecoder.cxx Explicitly mark unused parameters 1 yıl önce
CopyRectDecoder.h Change streams to be asynchronous 4 yıl önce
Cursor.cxx Be consistent in including config.h 2 yıl önce
Cursor.h Change cursor API to use RGBA data 7 yıl önce
DecodeManager.cxx Be consistent in including config.h 2 yıl önce
DecodeManager.h Log decoding stats on disconnect 2 yıl önce
Decoder.cxx Explicitly mark unused parameters 1 yıl önce
Decoder.h Change streams to be asynchronous 4 yıl önce
EncodeManager.cxx Explicitly mark unused parameters 1 yıl önce
EncodeManager.h Add write protection to OffsetPixelBuffer 4 yıl önce
EncodeManagerBPP.cxx Remove unused variables 9 yıl önce
Encoder.cxx Be consistent in including config.h 2 yıl önce
Encoder.h Explicitly mark unused parameters 1 yıl önce
Exception.h Make exception classes have clearer messages 6 yıl önce
H264Decoder.cxx Explicitly mark unused parameters 1 yıl önce
H264Decoder.h H264 Decoder 2 yıl önce
H264DecoderContext.cxx H264 Decoder 2 yıl önce
H264DecoderContext.h Explicitly mark unused parameters 1 yıl önce
H264LibavDecoderContext.cxx Remove unused flags to decoder contexts 1 yıl önce
H264LibavDecoderContext.h Remove unused flags to decoder contexts 1 yıl önce
H264WinDecoderContext.cxx Remove unused flags to decoder contexts 1 yıl önce
H264WinDecoderContext.h Remove unused flags to decoder contexts 1 yıl önce
HextileDecoder.cxx Be consistent in including config.h 2 yıl önce
HextileDecoder.h Change streams to be asynchronous 4 yıl önce
HextileEncoder.cxx Explicitly mark unused parameters 1 yıl önce
HextileEncoder.h Move image encoding logic into a central EncodeManager class 10 yıl önce
Hostname.h Ignore whitespace around components of host-and-port specification 1 yıl önce
InputHandler.h Explicitly mark unused parameters 1 yıl önce
JpegCompressor.cxx Protect key variables from setjmp() 1 yıl önce
JpegCompressor.h Remove special functions from JPEG compressor 4 yıl önce
JpegDecompressor.cxx Protect key variables from setjmp() 1 yıl önce
JpegDecompressor.h Move JPEG decoding into a standalone class (these should have been checked in with r4757. Oops.) 12 yıl önce
KeyRemapper.cxx Be consistent in including config.h 2 yıl önce
KeyRemapper.h Replace Windows specific thread handling 8 yıl önce
LogWriter.cxx Explicitly mark unused parameters 1 yıl önce
LogWriter.h Use __attribute__:s directly 1 yıl önce
Logger.cxx Be consistent in including config.h 2 yıl önce
Logger.h Use __attribute__:s directly 1 yıl önce
Logger_file.cxx Explicitly mark unused parameters 1 yıl önce
Logger_file.h Replace Windows specific thread handling 8 yıl önce
Logger_stdio.cxx Be consistent in including config.h 2 yıl önce
Logger_stdio.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 yıl önce
Logger_syslog.cxx Be consistent in including config.h 2 yıl önce
Logger_syslog.h Add syslog logger. 9 yıl önce
Palette.h Consolidate the different palette handler implementations 10 yıl önce
Password.cxx Be consistent in including config.h 2 yıl önce
Password.h Use size_t for lengths in stream objects 4 yıl önce
Pixel.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 yıl önce
PixelBuffer.cxx Explicitly mark unused parameters 1 yıl önce
PixelBuffer.h Explicitly mark unused parameters 1 yıl önce
PixelFormat.cxx Be consistent in including config.h 2 yıl önce
PixelFormat.h Fix rounding error in pixel down conversion 6 yıl önce
PixelFormat.inl Explicitly mark switch case fall through 1 yıl önce
PixelFormatBPP.cxx Fix rounding error in pixel down conversion 6 yıl önce
RREDecoder.cxx Explicitly mark unused parameters 1 yıl önce
RREDecoder.h Change streams to be asynchronous 4 yıl önce
RREEncoder.cxx Explicitly mark unused parameters 1 yıl önce
RREEncoder.h Move image encoding logic into a central EncodeManager class 10 yıl önce
RawDecoder.cxx Be consistent in including config.h 2 yıl önce
RawDecoder.h Change streams to be asynchronous 4 yıl önce
RawEncoder.cxx Explicitly mark unused parameters 1 yıl önce
RawEncoder.h Move image encoding logic into a central EncodeManager class 10 yıl önce
Rect.h Make Rect::area() signed, just like Rect::width()/height() 9 yıl önce
Region.cxx Be consistent in including config.h 2 yıl önce
Region.h Get rid of magical assignment to Region 4 yıl önce
SConnection.cxx Explicitly mark unused parameters 1 yıl önce
SConnection.h Use __attribute__:s directly 1 yıl önce
SDesktop.h Explicitly mark unused parameters 1 yıl önce
SMsgHandler.cxx Explicitly mark unused parameters 1 yıl önce
SMsgHandler.h Stop supplying flags to clipboard peek handler 1 yıl önce
SMsgReader.cxx Stop supplying flags to clipboard peek handler 1 yıl önce
SMsgReader.h Change streams to be asynchronous 4 yıl önce
SMsgWriter.cxx Be consistent in including config.h 2 yıl önce
SMsgWriter.h Add support for notifying clients about pointer movements 3 yıl önce
SSecurity.h Avoid some variable aliasing 3 yıl önce
SSecurityNone.h Strongly bind security objects to connection object 5 yıl önce
SSecurityPlain.cxx Add support for RSA-AES security types 1 yıl önce
SSecurityPlain.h Be consistent in including config.h 2 yıl önce
SSecurityRSAAES.cxx Fix RSA-AES state machines 1 yıl önce
SSecurityRSAAES.h Add support for RSA-AES security types 1 yıl önce
SSecurityStack.cxx Be consistent in including config.h 2 yıl önce
SSecurityStack.h Strongly bind security objects to connection object 5 yıl önce
SSecurityTLS.cxx Fix priority string when using newer GnuTLS 2 yıl önce
SSecurityTLS.h Be consistent in including config.h 2 yıl önce
SSecurityVeNCrypt.cxx Remove unneeded NULL checks 3 yıl önce
SSecurityVeNCrypt.h Be consistent in including config.h 2 yıl önce
SSecurityVncAuth.cxx Be consistent in including config.h 2 yıl önce
SSecurityVncAuth.h Change streams to be asynchronous 4 yıl önce
ScaleFilters.cxx Be consistent in including config.h 2 yıl önce
ScaleFilters.h Eliminate GCC warning in ScaleFilters: 14 yıl önce
ScreenSet.h Comparing ScreenSet:s should be done without considering order 6 yıl önce
Security.cxx Add client-side support for the MSLogonII security type. 1 yıl önce
Security.h Add client-side support for the MSLogonII security type. 1 yıl önce
SecurityClient.cxx Add client-side support for the MSLogonII security type. 1 yıl önce
SecurityClient.h Clean up default value for X509 parameters 3 yıl önce
SecurityServer.cxx Don't enable RSA-AES by default in servers 1 yıl önce
SecurityServer.h Strongly bind security objects to connection object 5 yıl önce
ServerCore.cxx Be consistent in including config.h 2 yıl önce
ServerCore.h Change streams to be asynchronous 4 yıl önce
ServerParams.cxx Be consistent in including config.h 2 yıl önce
ServerParams.h Remove useless const specifiers 1 yıl önce
TightConstants.h Move image encoding logic into a central EncodeManager class 10 yıl önce
TightDecoder.cxx Explicitly mark unused parameters 1 yıl önce
TightDecoder.h Change streams to be asynchronous 4 yıl önce
TightEncoder.cxx Explicitly mark unused parameters 1 yıl önce
TightEncoder.h Don't include palette to full color methods 1 yıl önce
TightEncoderBPP.cxx Move image encoding logic into a central EncodeManager class 10 yıl önce
TightJPEGEncoder.cxx Explicitly mark unused parameters 1 yıl önce
TightJPEGEncoder.h Add method to get compression settings from encoder 5 yıl önce
Timer.cxx Be consistent in including config.h 2 yıl önce
Timer.h Support calling methods from timers 4 yıl önce
UnixPasswordValidator.cxx Explicitly mark unused parameters 1 yıl önce
UnixPasswordValidator.h [Development] Add missing PAM sources (fixes commit r4128). 13 yıl önce
UpdateTracker.cxx Be consistent in including config.h 2 yıl önce
UpdateTracker.h Move copy rect handling to EncodeManager 5 yıl önce
UserMsgBox.h [Development] client: Add dialog window to accept/save invalid X509 13 yıl önce
UserPasswdGetter.h Merge branch 'fix-warnings' 6 yıl önce
VNCSConnectionST.cxx Improve logging around screen resizing 2 yıl önce
VNCSConnectionST.h Add support for notifying clients about pointer movements 3 yıl önce
VNCServer.h Add support for notifying clients about pointer movements 3 yıl önce
VNCServerST.cxx Improve logging around screen resizing 2 yıl önce
VNCServerST.h Add support for notifying clients about pointer movements 3 yıl önce
WinPasswdValidator.cxx Explicitly mark unused parameters 1 yıl önce
WinPasswdValidator.h [Development] Implement PasswordValidator class on Windows (Martin Koegler) 13 yıl önce
XF86keysym.h spelling fixes 7 yıl önce
ZRLEDecoder.cxx Explicitly mark unused parameters 1 yıl önce
ZRLEDecoder.h Change streams to be asynchronous 4 yıl önce
ZRLEEncoder.cxx Don't include palette to full color methods 1 yıl önce
ZRLEEncoder.h Don't include palette to full color methods 1 yıl önce
ZRLEEncoderBPP.cxx Move image encoding logic into a central EncodeManager class 10 yıl önce
clipboardTypes.h Support extended clipboard transfers 5 yıl önce
d3des.c Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 yıl önce
d3des.h [Bugfix] Declare d3des.h functions inside `extern "C" {}` block. 14 yıl önce
encodings.cxx H264 Decoder 2 yıl önce
encodings.h H264 Decoder 2 yıl önce
fenceTypes.h Basic infrastructure to support fences. 12 yıl önce
hextileConstants.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 yıl önce
hextileDecode.h hextileDecode.h: Fix buffer overflow 7 yıl önce
hextileEncode.h Move image encoding logic into a central EncodeManager class 10 yıl önce
hextileEncodeBetter.h Move image encoding logic into a central EncodeManager class 10 yıl önce
keysymdef.h spelling fixes 7 yıl önce
ledStates.h Add client support for LED state sync 6 yıl önce
msgTypes.h Basic support for QEMU Extended Key Events 6 yıl önce
pam.c Make PAM mandatory 4 yıl önce
pam.h Make PAM mandatory 4 yıl önce
qemuTypes.h Basic support for QEMU Extended Key Events 6 yıl önce
rreDecode.h Check invalid RRE rects 7 yıl önce
rreEncode.h Move image encoding logic into a central EncodeManager class 10 yıl önce
screenTypes.h Minimal server side implementation of the extended desktop size protocol. 15 yıl önce
tightDecode.h Handle empty Tight gradient rects 4 yıl önce
util.cxx Correctly clear out output UTF-16 buffer 3 yıl önce
util.h Use __attribute__:s directly 1 yıl önce
zrleDecode.h Change streams to be asynchronous 4 yıl önce