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.
Adam Tkac 40060b4e1a Simplify rfb::ParameterIterator - we always iterate over all enabled params. hace 11 años
..
Blacklist.cxx Revert previous commit (r3889). Windows code has to be cleaned before this hace 14 años
Blacklist.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
CConnection.cxx Fix unsafe usage of the logging functions. hace 12 años
CConnection.h Basic infrastructure to support fences. hace 12 años
CMakeLists.txt If the client and server are using identical pixel formats, then perform Tight decoding directly into the viewer's back buffer, rather than going through the slow fillRect/imageRect routines. hace 12 años
CMsgHandler.cxx Basic infrastructure for continuous updates. hace 12 años
CMsgHandler.h Basic infrastructure for continuous updates. hace 12 años
CMsgReader.cxx Also check for negative encodings, in case the server is throwing unexpected hace 12 años
CMsgReader.h Eliminate GCC signed/unsigned warnings related to encodings: The hace 14 años
CMsgReaderV3.cxx Basic infrastructure for continuous updates. hace 12 años
CMsgReaderV3.h Basic infrastructure for continuous updates. hace 12 años
CMsgWriter.cxx Basic infrastructure for continuous updates. hace 12 años
CMsgWriter.h Basic infrastructure for continuous updates. hace 12 años
CMsgWriterV3.cxx Basic infrastructure for continuous updates. hace 12 años
CMsgWriterV3.h Basic infrastructure for continuous updates. hace 12 años
CSecurity.h [Development] Implement VeNCrypt type support on client side. Currently only hace 14 años
CSecurityNone.h [Development] Enhance Security class to be usable by viewer. hace 14 años
CSecurityPlain.cxx [Development] Implement *Plain types on the client side. hace 13 años
CSecurityPlain.h [Development] Implement *Plain types on the client side. hace 13 años
CSecurityStack.cxx [Development] Implement VeNCrypt type support on client side. Currently only hace 14 años
CSecurityStack.h [Cleanup] Ensure all files use LF as newline control character, not CR+LF. hace 14 años
CSecurityTLS.cxx Refactor the TLS code so that the push/pull functions are aware of their hace 12 años
CSecurityTLS.h [Bugfix] Call gnutls_bye only when handshake is completed. hace 13 años
CSecurityVeNCrypt.cxx [Bugfix] Improve r4300 - also honor server's sectype order for VeNCrypt subtypes. hace 13 años
CSecurityVeNCrypt.h Remove old declaration that never actually maps to an object. hace 13 años
CSecurityVncAuth.cxx [Development] Implement VeNCrypt type support on client side. Currently only hace 14 años
CSecurityVncAuth.h [Development] Implement VeNCrypt type support on client side. Currently only hace 14 años
ColourCube.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
ColourMap.h Fix compiler warnings uncovered with -Wall hace 12 años
ComparingUpdateTracker.cxx The block size for the comparing update tracker was inefficently low. Raising hace 12 años
ComparingUpdateTracker.h Make the comparing update tracker a bit more flexible. It can now be in an hace 12 años
Configuration.cxx Remove unused assignment operator declaration from rfb::Configuration hace 11 años
Configuration.h Simplify rfb::ParameterIterator - we always iterate over all enabled params. hace 11 años
ConnParams.cxx Increase the default compression level to cater to a broader range of users hace 12 años
ConnParams.h Basic infrastructure for continuous updates. hace 12 años
Cursor.cxx Use proper methods for pixel conversion in the cursor code as it previously hace 13 años
Cursor.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
Decoder.cxx Also check for negative encodings, in case the server is throwing unexpected hace 12 años
Decoder.h Eliminate GCC signed/unsigned warnings related to encodings: The hace 14 años
Encoder.cxx [Bugfix] Extend encoding range checks to handle negative encodings well. hace 14 años
Encoder.h Add support for TurboVNC pseudo-encodings and Grayscale JPEG compression so that, when a TurboVNC viewer is connected, the TigerVNC Server will behave exactly like the TurboVNC Server. hace 12 años
Exception.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
HTTPServer.cxx Revert previous commit (r3889). Windows code has to be cleaned before this hace 14 años
HTTPServer.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
HextileDecoder.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
HextileDecoder.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
HextileEncoder.cxx 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.) hace 12 años
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.) hace 12 años
Hostname.h Catch when no host was specified a bit more gracefully. hace 13 años
ImageGetter.h Fix compiler warnings uncovered with -Wall hace 12 años
InputHandler.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
JpegCompressor.cxx Be more liberal with const in places where write access isn't needed. hace 12 años
JpegCompressor.h Be more liberal with const in places where write access isn't needed. hace 12 años
JpegDecompressor.cxx Need to include os/print.h, because Windows doesn't have snprintf() hace 12 años
JpegDecompressor.h Move JPEG decoding into a standalone class (these should have been checked in with r4757. Oops.) hace 12 años
KeyRemapper.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
KeyRemapper.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
ListConnInfo.h Revert previous commit (r3889). Windows code has to be cleaned before this hace 14 años
LogWriter.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
LogWriter.h Allow gcc to check for correct usage of the formatting string for the hace 12 años
Logger.cxx [Refactoring] Introduced common/os/ directory for platform dependent hace 15 años
Logger.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
Logger_file.cxx Revert previous commit (r3889). Windows code has to be cleaned before this hace 14 años
Logger_file.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
Logger_stdio.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
Logger_stdio.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
Password.cxx [Bugfix] Add correct PlainPasswd constructor to avoid vncpasswd crash. hace 15 años
Password.h [Bugfix] Add correct PlainPasswd constructor to avoid vncpasswd crash. hace 15 años
Pixel.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
PixelBuffer.cxx Since fillRect() operates directly on the framebuffer, optimize it and remove the separate version in TightDecoder. hace 12 años
PixelBuffer.h Since fillRect() operates directly on the framebuffer, optimize it and remove the separate version in TightDecoder. hace 12 años
PixelFormat.cxx Add fast paths for RGB to 16-bit and 8-bit true color conversion hace 12 años
PixelFormat.h If the client and server are using identical pixel formats, then perform Tight decoding directly into the viewer's back buffer, rather than going through the slow fillRect/imageRect routines. hace 12 años
PixelFormat.inl Revert commit 3784 as it was incorrect. A "Pixel" is always expected to be in hace 13 años
PixelTransformer.cxx Be more liberal with const in places where write access isn't needed. hace 12 años
PixelTransformer.h Be more liberal with const in places where write access isn't needed. hace 12 años
RREDecoder.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
RREDecoder.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
RREEncoder.cxx 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.) hace 12 años
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.) hace 12 años
RawDecoder.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
RawDecoder.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
RawEncoder.cxx 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.) hace 12 años
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.) hace 12 años
Rect.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
Region.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
Region.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
SConnection.cxx Fix unsafe usage of the logging functions. hace 12 años
SConnection.h Basic infrastructure for continuous updates. hace 12 años
SDesktop.h Clean up the interface for VNCSConnectionST. Entry points are more apparent hace 12 años
SMsgHandler.cxx Basic infrastructure for continuous updates. hace 12 años
SMsgHandler.h Basic infrastructure for continuous updates. hace 12 años
SMsgReader.cxx Eliminate GCC signed/unsigned warnings related to encodings: The hace 14 años
SMsgReader.h Remove the "video" feature and its associated custom JPEG handling. hace 15 años
SMsgReaderV3.cxx Basic infrastructure for continuous updates. hace 12 años
SMsgReaderV3.h Basic infrastructure for continuous updates. hace 12 años
SMsgWriter.cxx Add support for TurboVNC pseudo-encodings and Grayscale JPEG compression so that, when a TurboVNC viewer is connected, the TigerVNC Server will behave exactly like the TurboVNC Server. hace 12 años
SMsgWriter.h Basic infrastructure for continuous updates. hace 12 años
SMsgWriterV3.cxx Basic infrastructure for continuous updates. hace 12 años
SMsgWriterV3.h Basic infrastructure for continuous updates. hace 12 años
SSecurity.h [Development] Replace SSecurityFactoryStandard class by simplier Security class. hace 14 años
SSecurityNone.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
SSecurityPlain.cxx [Development] Implement PasswordValidator class on Windows (Martin Koegler) hace 13 años
SSecurityPlain.h [Development] Implement *Plain security types on the server side and use hace 13 años
SSecurityStack.cxx [Development] Implement VeNCrypt security type on server side. Currently only hace 14 años
SSecurityStack.h [Cleanup] Ensure all files use LF as newline control character, not CR+LF. hace 14 años
SSecurityTLS.cxx Refactor the TLS code so that the push/pull functions are aware of their hace 12 años
SSecurityTLS.h [Development] Rename SSecurityTLSBase source/class to SSecurityTLS. hace 14 años
SSecurityVeNCrypt.cxx [Development] Move Get{C,S}Security from Security class to separate classes. hace 13 años
SSecurityVeNCrypt.h [Development] Move Get{C,S}Security from Security class to separate classes. hace 13 años
SSecurityVncAuth.cxx [Development] Move all VncAuth code from SSecurityFactoryStandard class to hace 14 años
SSecurityVncAuth.h [Development] Move all VncAuth code from SSecurityFactoryStandard class to hace 14 años
ScaleFilters.cxx Eliminate GCC warning in ScaleFilters: hace 14 años
ScaleFilters.h Eliminate GCC warning in ScaleFilters: hace 14 años
ScaledPixelBuffer.cxx [Bugfix] Fix wrong if() in the ScaledPixelBuffer::setSourceBuffer(). hace 13 años
ScaledPixelBuffer.h Consolidate pixel conversion into the PixelFormat class and optimise the hace 15 años
ScreenSet.h ScreenSet references rdr types, so we need to make sure those are defined. hace 12 años
Security.cxx Use the correct matching free operation. Patch by Matthieu Lochegnies. hace 12 años
Security.h Add a default constructor so that you can create empty Security objects. hace 13 años
SecurityClient.cxx Make the VeNCrypt security type implicit hace 13 años
SecurityClient.h [Development] client: Add dialog window to accept/save invalid X509 hace 13 años
SecurityServer.cxx Use VncAuth as the default security type, since TLS causes a significant performance hit on some systems hace 13 años
SecurityServer.h [Development] Move Get{C,S}Security from Security class to separate classes. hace 13 años
ServerCore.cxx Make the comparing update tracker a bit more flexible. It can now be in an hace 12 años
ServerCore.h Make the comparing update tracker a bit more flexible. It can now be in an hace 12 años
Threading.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
TightDecoder.cxx Remove unneeded EXTRA_ARGS definition hace 12 años
TightDecoder.h Further optimizations (avoiding single-byte copies and InStream processing overhead) hace 12 años
TightEncoder.cxx Fix regression caused by r4841. That patch assumed that JPEG encoding always uses the raw buffer, which is not true. If pixel translation is necessary, then JPEG images will sometimes be encoded from the translated (intermediate) buffer instead. hace 12 años
TightEncoder.h Fix regression caused by r4841. That patch assumed that JPEG encoding always uses the raw buffer, which is not true. If pixel translation is necessary, then JPEG images will sometimes be encoded from the translated (intermediate) buffer instead. hace 12 años
TightPalette.cxx Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
TightPalette.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
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. hace 14 años
Timer.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
TransImageGetter.cxx The Tight encoder uses the pixel buffer as a scratch pad, which doesn't hace 12 años
TransImageGetter.h The Tight encoder uses the pixel buffer as a scratch pad, which doesn't hace 12 años
TrueColourMap.h Consolidate pixel conversion into the PixelFormat class and optimise the hace 15 años
UnixPasswordValidator.cxx [Development] Add missing PAM sources (fixes commit r4128). hace 13 años
UnixPasswordValidator.h [Development] Add missing PAM sources (fixes commit r4128). hace 13 años
UpdateTracker.cxx Remove the "video" feature and its associated custom JPEG handling. hace 15 años
UpdateTracker.h Remove the "video" feature and its associated custom JPEG handling. hace 15 años
UserMsgBox.h [Development] client: Add dialog window to accept/save invalid X509 hace 13 años
UserPasswdGetter.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
VNCSConnectionST.cxx We were not handling the "sync next" fence properly as we sent the response hace 12 años
VNCSConnectionST.h We were not handling the "sync next" fence properly as we sent the response hace 12 años
VNCServer.h Fix a race condition where we might get updates thrown at us right after a hace 12 años
VNCServerST.cxx Fix a race condition where we might get updates thrown at us right after a hace 12 años
VNCServerST.h Fix a race condition where we might get updates thrown at us right after a hace 12 años
WinPasswdValidator.cxx [Development] Implement PasswordValidator class on Windows (Martin Koegler) hace 13 años
WinPasswdValidator.h [Development] Implement PasswordValidator class on Windows (Martin Koegler) hace 13 años
XF86keysym.h Make sure we have a list of the multimedia keysyms defined by Xfree86. hace 13 años
ZRLEDecoder.cxx Consolidate pixel conversion into the PixelFormat class and optimise the hace 15 años
ZRLEDecoder.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
ZRLEEncoder.cxx 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.) hace 12 años
ZRLEEncoder.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.) hace 12 años
d3des.c Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
d3des.h [Bugfix] Declare d3des.h functions inside `extern "C" {}` block. hace 14 años
encodings.cxx Eliminate GCC signed/unsigned warnings related to encodings: The hace 14 años
encodings.h Basic infrastructure for continuous updates. hace 12 años
fenceTypes.h Basic infrastructure to support fences. hace 12 años
hextileConstants.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
hextileDecode.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
hextileEncode.h Fix compiler warnings uncovered with -Wall hace 12 años
hextileEncodeBetter.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
keysymdef.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
msgTypes.h Basic infrastructure for continuous updates. hace 12 años
pam.c [Development] Add missing PAM sources (fixes commit r4128). hace 13 años
pam.h [Development] Add missing PAM sources (fixes commit r4128). hace 13 años
rreDecode.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
rreEncode.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
screenTypes.h Minimal server side implementation of the extended desktop size protocol. hace 15 años
tightDecode.h Fix issue uncovered with valgrind hace 12 años
tightEncode.h Fix regression caused by r4841. That patch assumed that JPEG encoding always uses the raw buffer, which is not true. If pixel translation is necessary, then JPEG images will sometimes be encoded from the translated (intermediate) buffer instead. hace 12 años
transInitTempl.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
transTempl.h Be more liberal with const in places where write access isn't needed. hace 12 años
util.cxx Add helper to easily determine how much time has passed since some previous hace 12 años
util.h Add helper to easily determine how much time has passed since some previous hace 12 años
zrleDecode.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años
zrleEncode.h Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. hace 18 años