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 945cddacef Be more consistent in referring to pixel byte streams as buffers 10 years ago
..
Blacklist.cxx Revert previous commit (r3889). Windows code has to be cleaned before this 15 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 unsafe usage of the logging functions. 12 years ago
CConnection.h Basic infrastructure to support fences. 12 years ago
CMakeLists.txt Remove the scaled pixel buffer classes as they are not used. 10 years ago
CMsgHandler.cxx Basic infrastructure for continuous updates. 12 years ago
CMsgHandler.h Be more consistent in referring to pixel byte streams as buffers 10 years ago
CMsgReader.cxx Also check for negative encodings, in case the server is throwing unexpected 12 years ago
CMsgReader.h Eliminate GCC signed/unsigned warnings related to encodings: The 14 years ago
CMsgReaderV3.cxx Basic infrastructure for continuous updates. 12 years ago
CMsgReaderV3.h Basic infrastructure for continuous updates. 12 years ago
CMsgWriter.cxx Basic infrastructure for continuous updates. 12 years ago
CMsgWriter.h Basic infrastructure for continuous updates. 12 years ago
CMsgWriterV3.cxx Basic infrastructure for continuous updates. 12 years ago
CMsgWriterV3.h Basic infrastructure for continuous updates. 12 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 [Development] Implement *Plain types on the client side. 14 years ago
CSecurityPlain.h [Development] Implement *Plain types on the client side. 14 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 Refactor the TLS code so that the push/pull functions are aware of their 12 years ago
CSecurityTLS.h [Bugfix] Call gnutls_bye only when handshake is completed. 13 years ago
CSecurityVeNCrypt.cxx [Bugfix] Improve r4300 - also honor server's sectype order for VeNCrypt subtypes. 13 years ago
CSecurityVeNCrypt.h Remove old declaration that never actually maps to an object. 13 years ago
CSecurityVncAuth.cxx [Development] Implement VeNCrypt type support on client side. Currently only 14 years ago
CSecurityVncAuth.h [Development] Implement VeNCrypt type support on client side. Currently only 14 years ago
ColourCube.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
ColourMap.h Fix compiler warnings uncovered with -Wall 12 years ago
ComparingUpdateTracker.cxx Be more consistent in referring to pixel byte streams as buffers 10 years ago
ComparingUpdateTracker.h Make the comparing update tracker a bit more flexible. It can now be in an 12 years ago
Configuration.cxx Remove unused assignment operator declaration from rfb::Configuration 11 years ago
Configuration.h Simplify rfb::ParameterIterator - we always iterate over all enabled params. 11 years ago
ConnParams.cxx Increase the default compression level to cater to a broader range of users 12 years ago
ConnParams.h Basic infrastructure for continuous updates. 12 years ago
Cursor.cxx Use proper methods for pixel conversion in the cursor code as it previously 13 years ago
Cursor.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
Decoder.cxx Also check for negative encodings, in case the server is throwing unexpected 12 years ago
Decoder.h Eliminate GCC signed/unsigned warnings related to encodings: The 14 years ago
Encoder.cxx [Bugfix] Extend encoding range checks to handle negative encodings well. 14 years ago
Encoder.h Reduce dependencies on TransImageGetter.h 10 years ago
Exception.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
HTTPServer.cxx Revert previous commit (r3889). Windows code has to be cleaned before this 15 years ago
HTTPServer.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
HextileDecoder.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
HextileDecoder.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
HextileEncoder.cxx Reduce dependencies on TransImageGetter.h 10 years ago
HextileEncoder.h Further optimizations to the Tight encoder to eliminate getImage() overhead. The encoder now directly accesses the framebuffer for solid rectangle computation, JPEG encoding, and color counting (if pixel translation is not required.) Also moved everything in tightEncode.h into the TightEncoder class to eliminate all of the static mess (this will be important later on if we decide to multi-thread the encoder.) 13 years ago
Hostname.h Catch when no host was specified a bit more gracefully. 13 years ago
ImageGetter.h Fix compiler warnings uncovered with -Wall 12 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 Support keeping libjpeg's default compression setting 10 years ago
JpegCompressor.h Be more liberal with const in places where write access isn't needed. 12 years ago
JpegDecompressor.cxx Need to include os/print.h, because Windows doesn't have snprintf() 12 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 Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
KeyRemapper.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
ListConnInfo.h Revert previous commit (r3889). Windows code has to be cleaned before this 15 years ago
LogWriter.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
LogWriter.h Allow gcc to check for correct usage of the formatting string for the 12 years ago
Logger.cxx [Refactoring] Introduced common/os/ directory for platform dependent 15 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 Revert previous commit (r3889). Windows code has to be cleaned before this 15 years ago
Logger_file.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 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
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 Be more consistent in referring to pixel byte streams as buffers 10 years ago
PixelBuffer.h Be more consistent in referring to pixel byte streams as buffers 10 years ago
PixelFormat.cxx Remove unused pixel conversion method 10 years ago
PixelFormat.h Document the different pixel representations that we deal with 10 years ago
PixelFormat.inl Converting to RGB might involve a precision increase 10 years ago
PixelTransformer.cxx Be more liberal with const in places where write access isn't needed. 12 years ago
PixelTransformer.h Be more liberal with const in places where write access isn't needed. 12 years ago
RREDecoder.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
RREDecoder.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
RREEncoder.cxx Reduce dependencies on TransImageGetter.h 10 years ago
RREEncoder.h Further optimizations to the Tight encoder to eliminate getImage() overhead. The encoder now directly accesses the framebuffer for solid rectangle computation, JPEG encoding, and color counting (if pixel translation is not required.) Also moved everything in tightEncode.h into the TightEncoder class to eliminate all of the static mess (this will be important later on if we decide to multi-thread the encoder.) 13 years ago
RawDecoder.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
RawDecoder.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
RawEncoder.cxx Reduce dependencies on TransImageGetter.h 10 years ago
RawEncoder.h Further optimizations to the Tight encoder to eliminate getImage() overhead. The encoder now directly accesses the framebuffer for solid rectangle computation, JPEG encoding, and color counting (if pixel translation is not required.) Also moved everything in tightEncode.h into the TightEncoder class to eliminate all of the static mess (this will be important later on if we decide to multi-thread the encoder.) 13 years ago
Rect.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
Region.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 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 Fix unsafe usage of the logging functions. 12 years ago
SConnection.h Basic infrastructure for continuous updates. 12 years ago
SDesktop.h Clean up the interface for VNCSConnectionST. Entry points are more apparent 12 years ago
SMsgHandler.cxx Basic infrastructure for continuous updates. 12 years ago
SMsgHandler.h Basic infrastructure for continuous updates. 12 years ago
SMsgReader.cxx Eliminate GCC signed/unsigned warnings related to encodings: The 14 years ago
SMsgReader.h Remove the "video" feature and its associated custom JPEG handling. 15 years ago
SMsgReaderV3.cxx Basic infrastructure for continuous updates. 12 years ago
SMsgReaderV3.h Basic infrastructure for continuous updates. 12 years ago
SMsgWriter.cxx Remove unsused, commented out code 10 years ago
SMsgWriter.h Remove unsused, commented out code 10 years ago
SMsgWriterV3.cxx Basic infrastructure for continuous updates. 12 years ago
SMsgWriterV3.h Basic infrastructure for continuous updates. 12 years ago
SSecurity.h [Development] Replace SSecurityFactoryStandard class by simplier Security class. 14 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 14 years ago
SSecurityStack.cxx [Development] Implement VeNCrypt security type on server side. Currently only 14 years ago
SSecurityStack.h [Cleanup] Ensure all files use LF as newline control character, not CR+LF. 14 years ago
SSecurityTLS.cxx Refactor the TLS code so that the push/pull functions are aware of their 12 years ago
SSecurityTLS.h [Development] Rename SSecurityTLSBase source/class to SSecurityTLS. 14 years ago
SSecurityVeNCrypt.cxx [Development] Move Get{C,S}Security from Security class to separate classes. 13 years ago
SSecurityVeNCrypt.h [Development] Move Get{C,S}Security from Security class to separate classes. 13 years ago
SSecurityVncAuth.cxx [Development] Move all VncAuth code from SSecurityFactoryStandard class to 14 years ago
SSecurityVncAuth.h [Development] Move all VncAuth code from SSecurityFactoryStandard class to 14 years ago
ScaleFilters.cxx Eliminate GCC warning in ScaleFilters: 14 years ago
ScaleFilters.h Eliminate GCC warning in ScaleFilters: 14 years ago
ScreenSet.h ScreenSet references rdr types, so we need to make sure those are defined. 12 years ago
Security.cxx Use the correct matching free operation. Patch by Matthieu Lochegnies. 12 years ago
Security.h Add a default constructor so that you can create empty Security objects. 13 years ago
SecurityClient.cxx Make the VeNCrypt security type implicit 13 years ago
SecurityClient.h [Development] client: Add dialog window to accept/save invalid X509 13 years ago
SecurityServer.cxx Use VncAuth as the default security type, since TLS causes a significant performance hit on some systems 13 years ago
SecurityServer.h [Development] Move Get{C,S}Security from Security class to separate classes. 13 years ago
ServerCore.cxx Make the comparing update tracker a bit more flexible. It can now be in an 12 years ago
ServerCore.h Make the comparing update tracker a bit more flexible. It can now be in an 12 years ago
Threading.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
TightDecoder.cxx Remove unneeded EXTRA_ARGS definition 12 years ago
TightDecoder.h Further optimizations (avoiding single-byte copies and InStream processing overhead) 12 years ago
TightEncoder.cxx Reduce dependencies on TransImageGetter.h 10 years ago
TightEncoder.h Reduce dependencies on TransImageGetter.h 10 years ago
TightPalette.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
TightPalette.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
Timer.cxx Not necessary to include windows.h if winsock2.h is already included. If both are included, then winsock2.h must be included first. 14 years ago
Timer.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
TransImageGetter.cxx Be more consistent in referring to pixel byte streams as buffers 10 years ago
TransImageGetter.h Be more consistent in referring to pixel byte streams as buffers 10 years ago
TrueColourMap.h Consolidate pixel conversion into the PixelFormat class and optimise the 15 years ago
UnixPasswordValidator.cxx [Development] Add missing PAM sources (fixes commit r4128). 13 years ago
UnixPasswordValidator.h [Development] Add missing PAM sources (fixes commit r4128). 13 years ago
UpdateTracker.cxx Remove the "video" feature and its associated custom JPEG handling. 15 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 We were not handling the "sync next" fence properly as we sent the response 12 years ago
VNCSConnectionST.h We were not handling the "sync next" fence properly as we sent the response 12 years ago
VNCServer.h Fix a race condition where we might get updates thrown at us right after a 12 years ago
VNCServerST.cxx Fix a race condition where we might get updates thrown at us right after a 12 years ago
VNCServerST.h Fix a race condition where we might get updates thrown at us right after a 12 years ago
WinPasswdValidator.cxx [Development] Implement PasswordValidator class on Windows (Martin Koegler) 13 years ago
WinPasswdValidator.h [Development] Implement PasswordValidator class on Windows (Martin Koegler) 13 years ago
XF86keysym.h Make sure we have a list of the multimedia keysyms defined by Xfree86. 13 years ago
ZRLEDecoder.cxx Consolidate pixel conversion into the PixelFormat class and optimise the 15 years ago
ZRLEDecoder.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
ZRLEEncoder.cxx Get rid of unused things in the ZRLE encoder 10 years ago
ZRLEEncoder.h Get rid of unused things in the ZRLE encoder 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 Eliminate GCC signed/unsigned warnings related to encodings: The 14 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 Remove unused alternative code path from the ZRLE and Hextile decoders 10 years ago
hextileEncode.h Fix compiler warnings uncovered with -Wall 12 years ago
hextileEncodeBetter.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
keysymdef.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
msgTypes.h Basic infrastructure for continuous updates. 12 years ago
pam.c [Development] Add missing PAM sources (fixes commit r4128). 13 years ago
pam.h [Development] Add missing PAM sources (fixes commit r4128). 13 years ago
rreDecode.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
rreEncode.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
screenTypes.h Minimal server side implementation of the extended desktop size protocol. 15 years ago
tightDecode.h Be more consistent in referring to pixel byte streams as buffers 10 years ago
tightEncode.h Be more consistent in referring to pixel byte streams as buffers 10 years ago
transInitTempl.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. 18 years ago
transTempl.h Be more liberal with const in places where write access isn't needed. 12 years ago
util.cxx Add helper to easily determine how much time has passed since some previous 12 years ago
util.h Add helper to easily determine how much time has passed since some previous 12 years ago
zrleDecode.h Remove unused alternative code path from the ZRLE and Hextile decoders 10 years ago
zrleEncode.h Get rid of unused things in the ZRLE encoder 10 years ago