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.
klemens 0536d0975b spelling fixes 7 years ago
..
Blacklist.cxx Revert previous commit (r3889). Windows code has to be cleaned before this 14 years ago
Blacklist.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
CConnection.cxx Fix minor typo in framebuffer initialization 7 years ago
CConnection.h Let CConnection intercept more callbacks 8 years ago
CMakeLists.txt Delegate decoder object management to a separate class 8 years ago
CMsgHandler.cxx Switch to unsigned parameters for ExtendedDesktopSize handler 9 years ago
CMsgHandler.h Switch to unsigned parameters for ExtendedDesktopSize handler 9 years ago
CMsgReader.cxx Remove CMsgReader::getImageBuf() as nothing uses it 8 years ago
CMsgReader.h Remove CMsgReader::getImageBuf() as nothing uses it 8 years ago
CMsgWriter.cxx Handle CopyRect like any other encoding 10 years ago
CMsgWriter.h Encoders/decoders should track the connection object 10 years ago
CSecurity.h [Development] Implement VeNCrypt type support on client side. Currently only 14 years ago
CSecurityNone.h [Development] Enhance Security class to be usable by viewer. 14 years ago
CSecurityPlain.cxx Clean out unused dependencies from CConnection.h 8 years ago
CSecurityPlain.h [Development] Implement *Plain types on the client side. 13 years ago
CSecurityStack.cxx [Development] Implement VeNCrypt type support on client side. Currently only 14 years ago
CSecurityStack.h [Cleanup] Ensure all files use LF as newline control character, not CR+LF. 14 years ago
CSecurityTLS.cxx Proper global init/deinit of GnuTLS 7 years ago
CSecurityTLS.h Proper global init/deinit of GnuTLS 7 years ago
CSecurityVeNCrypt.cxx Always log chosen security type 9 years ago
CSecurityVeNCrypt.h Remove unused variable 9 years ago
CSecurityVncAuth.cxx Clean out unused dependencies from CConnection.h 8 years ago
CSecurityVncAuth.h [Development] Implement VeNCrypt type support on client side. Currently only 14 years ago
ComparingUpdateTracker.cxx Log statistics from ComparingUpdateTracker 7 years ago
ComparingUpdateTracker.h Log statistics from ComparingUpdateTracker 7 years ago
Configuration.cxx Replace Windows specific thread handling 8 years ago
Configuration.h Replace Windows specific thread handling 8 years ago
ConnParams.cxx Make ConnParams useful when const 8 years ago
ConnParams.h Make ConnParams useful when const 8 years ago
CopyRectDecoder.cxx Decode overlapping rectangles in order 8 years ago
CopyRectDecoder.h Decode overlapping rectangles in order 8 years ago
Cursor.cxx Crop cursor before calling maskRect() 7 years ago
Cursor.h Allow PixelBuffers to be const 10 years ago
DecodeManager.cxx Optimised shortcut for decoding on single CPU systems 8 years ago
DecodeManager.h Propagate exceptions from worker threads back to main thread 8 years ago
Decoder.cxx Allow conditional dependencies between rects when decoding 8 years ago
Decoder.h Allow conditional dependencies between rects when decoding 8 years ago
EncodeManager.cxx Track statistics for CopyRect 8 years ago
EncodeManager.h Track statistics for CopyRect 8 years ago
EncodeManagerBPP.cxx Remove unused variables 9 years ago
Encoder.cxx Change fillRect() to take a buffer instead of a pixel 9 years ago
Encoder.h spelling fixes 7 years ago
Exception.h Make sure Exceptions do not use unsafe format strings 9 years ago
HTTPServer.cxx Move socket write event handling in to the RFB core 8 years ago
HTTPServer.h Move getSockets() to SocketServer interface 7 years ago
HextileDecoder.cxx Add flags member to decoders 8 years ago
HextileDecoder.h Split decoders into a read and decode step 8 years ago
HextileEncoder.cxx Move image encoding logic into a central EncodeManager class 10 years ago
HextileEncoder.h Move image encoding logic into a central EncodeManager class 10 years ago
Hostname.h Fix display/port switch at display 100 8 years ago
InputHandler.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
JpegCompressor.cxx spelling fixes 7 years ago
JpegCompressor.h Make the subsampling setting follow the common style 10 years ago
JpegDecompressor.cxx spelling fixes 7 years ago
JpegDecompressor.h Move JPEG decoding into a standalone class (these should have been checked in with r4757. Oops.) 12 years ago
KeyRemapper.cxx Replace Windows specific thread handling 8 years ago
KeyRemapper.h Replace Windows specific thread handling 8 years ago
ListConnInfo.h Don't shadow member variable 8 years ago
LogWriter.cxx Remove a lot of platform compatibilty stuff 10 years ago
LogWriter.h Expose log levels from LogWriter. 9 years ago
Logger.cxx Remove a lot of platform compatibilty stuff 10 years ago
Logger.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
Logger_file.cxx Replace Windows specific thread handling 8 years ago
Logger_file.h Replace Windows specific thread handling 8 years ago
Logger_stdio.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
Logger_stdio.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
Logger_syslog.cxx Replace Windows specific thread handling 8 years ago
Logger_syslog.h Add syslog logger. 9 years ago
Palette.h Consolidate the different palette handler implementations 10 years ago
Password.cxx [Bugfix] Add correct PlainPasswd constructor to avoid vncpasswd crash. 15 years ago
Password.h [Bugfix] Add correct PlainPasswd constructor to avoid vncpasswd crash. 15 years ago
Pixel.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
PixelBuffer.cxx Restore cropping API to maskRect() 7 years ago
PixelBuffer.h Restore cropping API to maskRect() 7 years ago
PixelFormat.cxx Wrong padding size calculated (copy-paste error) 9 years ago
PixelFormat.h Add pixel conversion correctness test 9 years ago
PixelFormat.inl Use lookup tables for pixel upconversion 10 years ago
PixelFormatBPP.cxx Add optimised buffer conversion 10 years ago
RREDecoder.cxx Add flags member to decoders 8 years ago
RREDecoder.h Split decoders into a read and decode step 8 years ago
RREEncoder.cxx Move image encoding logic into a central EncodeManager class 10 years ago
RREEncoder.h Move image encoding logic into a central EncodeManager class 10 years ago
RawDecoder.cxx Add flags member to decoders 8 years ago
RawDecoder.h Split decoders into a read and decode step 8 years ago
RawEncoder.cxx Move image encoding logic into a central EncodeManager class 10 years ago
RawEncoder.h Move image encoding logic into a central EncodeManager class 10 years ago
Rect.h Make Rect::area() signed, just like Rect::width()/height() 9 years ago
Region.cxx Split Xregion headers according to upstream 8 years ago
Region.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
SConnection.cxx Early propagate of access rights to connection. 8 years ago
SConnection.h Remove unused deleteReaderAndWriter() method 8 years ago
SDesktop.h Change fillRect() to take a buffer instead of a pixel 9 years ago
SMsgHandler.cxx No need for this array to be writeable 9 years ago
SMsgHandler.h No need for this array to be writeable 9 years ago
SMsgReader.cxx Merge the "V3" message classes into the normal ones 10 years ago
SMsgReader.h Merge the "V3" message classes into the normal ones 10 years ago
SMsgWriter.cxx Flush socket after ever rect 8 years ago
SMsgWriter.h Move encoder statistics into EncodeManager from SMsgWriter 9 years ago
SSecurity.h Allow SSecurity to specify AccessRights for SConnection. 9 years ago
SSecurityNone.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
SSecurityPlain.cxx [Development] Implement PasswordValidator class on Windows (Martin Koegler) 13 years ago
SSecurityPlain.h [Development] Implement *Plain security types on the server side and use 13 years ago
SSecurityStack.cxx Make sure attributes propagate through security wrappers 9 years ago
SSecurityStack.h Make sure attributes propagate through security wrappers 9 years ago
SSecurityTLS.cxx Proper global init/deinit of GnuTLS 7 years ago
SSecurityTLS.h Proper global init/deinit of GnuTLS 7 years ago
SSecurityVeNCrypt.cxx Make sure attributes propagate through security wrappers 9 years ago
SSecurityVeNCrypt.h Make sure attributes propagate through security wrappers 9 years ago
SSecurityVncAuth.cxx VncAuth: Read and use readonly password. 9 years ago
SSecurityVncAuth.h Update comment of VncAuthPasswdGetter::getVncAuthPasswd. 9 years ago
ScaleFilters.cxx Remove a lot of platform compatibilty stuff 10 years ago
ScaleFilters.h Eliminate GCC warning in ScaleFilters: 14 years ago
ScreenSet.h More debug logging for screen layout changes 9 years ago
Security.cxx Add workaround for Vino's VeNCrypt implementation 8 years ago
Security.h Add parameter to override GnuTLS priority 9 years ago
SecurityClient.cxx Fix copy-paste error for the secTypeX509Vnc security type 8 years ago
SecurityClient.h [Development] client: Add dialog window to accept/save invalid X509 13 years ago
SecurityServer.cxx Revert "Use VncAuth as the default security type, ..." 9 years ago
SecurityServer.h Allow SSecurity to specify AccessRights for SConnection. 9 years ago
ServerCore.cxx Restructure Xvnc/libvnc.so code to avoid C++ header hacks 9 years ago
ServerCore.h Restructure Xvnc/libvnc.so code to avoid C++ header hacks 9 years ago
TightConstants.h Move image encoding logic into a central EncodeManager class 10 years ago
TightDecoder.cxx Allow parallel decoding of Tight JPEG rects 8 years ago
TightDecoder.h Allow parallel decoding of Tight JPEG rects 8 years ago
TightEncoder.cxx Fix mistake in TightEncoder::setCompressLevel. 8 years ago
TightEncoder.h Move image encoding logic into a central EncodeManager class 10 years ago
TightEncoderBPP.cxx Move image encoding logic into a central EncodeManager class 10 years ago
TightJPEGEncoder.cxx Move image encoding logic into a central EncodeManager class 10 years ago
TightJPEGEncoder.h Move image encoding logic into a central EncodeManager class 10 years ago
Timer.cxx Use mingw's gettimeofday() 8 years ago
Timer.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
UnixPasswordValidator.cxx Correct naming convention for some parameters 9 years ago
UnixPasswordValidator.h [Development] Add missing PAM sources (fixes commit r4128). 13 years ago
UpdateTracker.cxx Remove unused assert.h include 9 years ago
UpdateTracker.h Remove the "video" feature and its associated custom JPEG handling. 15 years ago
UserMsgBox.h [Development] client: Add dialog window to accept/save invalid X509 13 years ago
UserPasswdGetter.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
VNCSConnectionST.cxx spelling fixes 7 years ago
VNCSConnectionST.h Asynchronously retry update on congestion 8 years ago
VNCServer.h Get rid of the direct access abuse of FullFramePixelBuffer's data 10 years ago
VNCServerST.cxx Log statistics from ComparingUpdateTracker 7 years ago
VNCServerST.h Move getSockets() to SocketServer interface 7 years ago
WinPasswdValidator.cxx Remove unused variables 9 years ago
WinPasswdValidator.h [Development] Implement PasswordValidator class on Windows (Martin Koegler) 13 years ago
XF86keysym.h spelling fixes 7 years ago
ZRLEDecoder.cxx Fix temporary decoder buffer sizes 7 years ago
ZRLEDecoder.h Split decoders into a read and decode step 8 years ago
ZRLEEncoder.cxx Move image encoding logic into a central EncodeManager class 10 years ago
ZRLEEncoder.h Move image encoding logic into a central EncodeManager class 10 years ago
ZRLEEncoderBPP.cxx Move image encoding logic into a central EncodeManager class 10 years ago
d3des.c Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
d3des.h [Bugfix] Declare d3des.h functions inside `extern "C" {}` block. 14 years ago
encodings.cxx Remove a lot of platform compatibilty stuff 10 years ago
encodings.h Basic infrastructure for continuous updates. 12 years ago
fenceTypes.h Basic infrastructure to support fences. 12 years ago
hextileConstants.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
hextileDecode.h hextileDecode.h: Fix buffer overflow 7 years ago
hextileEncode.h Move image encoding logic into a central EncodeManager class 10 years ago
hextileEncodeBetter.h Move image encoding logic into a central EncodeManager class 10 years ago
keysymdef.h spelling fixes 7 years ago
msgTypes.h Basic infrastructure for continuous updates. 12 years ago
pam.c The PAM callback is slightly different on Solaris 9 years ago
pam.h [Development] Add missing PAM sources (fixes commit r4128). 13 years ago
rreDecode.h Check invalid RRE rects 7 years ago
rreEncode.h Move image encoding logic into a central EncodeManager class 10 years ago
screenTypes.h Minimal server side implementation of the extended desktop size protocol. 15 years ago
tightDecode.h Split decoders into a read and decode step 8 years ago
util.cxx Give CharArray a printf style method to ease automatic allocation 9 years ago
util.h Give CharArray a printf style method to ease automatic allocation 9 years ago
zrleDecode.h Fix temporary decoder buffer sizes 7 years ago