Commit Graph

91 Commits (f49a292783407c14869d811c05c2bbd009af27f7)

Author SHA1 Message Date
Johannes Schindelin f49a292783 Merge branch 'VeNCrypt'
15 years ago
Vic Lee 29990f0090 Add MSLogon security type
15 years ago
Christian Beier 0a4f1bada4 libvncclient: add a non-forking listen function.
15 years ago
Alexander Dorokhine 62ae6bb7be libvncclient: Add FinishedFrameBufferUpdate callback
15 years ago
Vic Lee 95ae56c831 Add VeNCrypt support in libvncclient
15 years ago
Christian Beier a92f7f46a6 mingw32 crosscompile fixes.
15 years ago
Vic Lee 58a8df6ff2 Add anonymous TLS support in libvncclient
15 years ago
runge 804335f9d2 Thread safety for zrle, zlib, tight.
15 years ago
llyzs 2cd48332e0 Export the functions SupportsClient2Server and SupportsServer2Client
15 years ago
Ben Klopfenstein d7c0b34b62 libvncclient: Unix sockets support by Ben Klopfenstein
15 years ago
dscho 8641c8e7bf Fix compilation in the absence of libjpeg
16 years ago
dscho 3d9a563983 Move tightQualityLevel out of the JPEG specific part
16 years ago
dscho ce8d6c2409 Make ZYWRLE thread-safe for multiple clients
16 years ago
dscho 059afcdf81 Add ZYWRLE server-side support (thanks Noriaki Yamazaki, Hitachi)
16 years ago
dscho 09d902c5b7 Add CMake support (thanks to Christian Ehrlicher)
16 years ago
dscho 26b291bf25 rfbclient.h: use 'extern "C"' to make it convenient to include from C++
17 years ago
dscho 1060f747be rfb.h: Do not misplace guards
17 years ago
dscho 14b290384a LibVNCClient: some users do not want to get whole-screen updates; introduce client->updateRect for that
17 years ago
runge 1f8da9bde3 libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient
17 years ago
runge afc931f15d Move our rfbEncodings numbers out of the TightVNC range.
18 years ago
dscho 6dd263946e do not always include rfb/keysym.h
18 years ago
dscho 6cfd9afee9 make cut text handling using a hook
18 years ago
steven_carr 3dff7658dc KeyboardLedState Encoding Masks are now defined for portability
18 years ago
steven_carr 2fa31ba4ea Permit auth.c to test major version
18 years ago
steven_carr 7218843ac0 Support sending TextChat messages back to the client
18 years ago
steven_carr 1c3af68549 Default to RFB 3.8, add command line option to specify the RFB version.
18 years ago
steven_carr ccdbe8f325 The great UltraVNC Compatibility Commit
18 years ago
steven_carr 0d734ad896 Server Capability Encodings
18 years ago
steven_carr 5865f0c4b7 Client side support for PalmVNC/UltraVNC 'Server Side Scaling'
18 years ago
steven_carr 97fe75fdce KeyboardLedState should be placed in 'various protocol extensions'
18 years ago
steven_carr 2670641432 Client Independent Server Side Scaling is now supported
18 years ago
steven_carr afa9fae024 Ultra Encoding added. Tested against UltraVNC V1.01
18 years ago
dscho 7602f0e750 libvncclient: support changing of framebuffer size; make SDLvncviewer use it
18 years ago
dscho 1602b345f3 add KeyboardLedState extension
18 years ago
dscho b7a901d78f do not assume that KEYSYM_H guards X11's keysym.h
18 years ago
dscho f52cfa651b add handleEventsEagerly flag (Thanks, Donald)
18 years ago
rohit_99129 b7773ea6e6 Added method to get extension specific client data
18 years ago
rohit_99129 eb08d83d62 Added method to get extension specific client data
18 years ago
dscho d3599be1b8 add functions to unregister extensions/security types
18 years ago
dscho 1c26789eff introduce -deferptrupdate (thanks Dave)
19 years ago
dscho 61204490ce plug memory leaks
19 years ago
runge 8eb18f6cd8 fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds, disable tightvnc-filetransfer if no libpthread, add --without-pthread option, rm // comments, set NAME_MAX if not defined, x11vnc: throttle load if fb update requests not taking place.
19 years ago
dscho 951ec26b7c The PseudoEncoding extension code was getting silly:
19 years ago
dscho 194a76df11 add an extension mechanism for LibVNCClient, modify the client data handling
19 years ago
dscho d15e35586b kill BackChannel and CustomClientMessage: the new extension technique makes these hooks obsolete
19 years ago
dscho 60f1770e10 provide a list of the pseudo encodings understood by the extension
19 years ago
dscho 8490de3ff0 add enablePseudoEncoding() to rfbProtocolExtension
19 years ago
dscho 0a909fde7a This monster commit contains support for TightVNC's file transfer protocol.
19 years ago
dscho 93be927b1c Introduce generic protocol extension method. Deprecate
19 years ago
dscho 94fcd86cc2 Security is global. This was a misguided attempt to evade a global list.
19 years ago