Commit Graph

99 Commits (cfdbb94038e76ff002e3d68dc6b1ca0df2606ef6)

Author SHA1 Message Date
runge a29e42e515 libvncclient: rfbResizeFrameBuffer should also set updateRect.
14 years ago
Johannes Schindelin 19aa466a96 Fix compilation without TLS
14 years ago
Vic Lee a2ad61755f Add UltraVNC Repeater support in libvncclient
14 years ago
Vic Lee b019572e73 Add support for viewers to select security types on demand
15 years ago
Vic Lee 743803facc Fix version checking (>=3.8) for rfbVncAuthOK confirmation when no password required
15 years ago
Christian Beier 9ed410668c Fix checks for socket values, 0 is a legal value.
15 years ago
Johannes Schindelin f49a292783 Merge branch 'VeNCrypt'
15 years ago
Vic Lee 29990f0090 Add MSLogon security type
15 years ago
Alexander Dorokhine 62ae6bb7be libvncclient: Add FinishedFrameBufferUpdate callback
15 years ago
runge 169ef3a042 Some broken build environments treat fprintf(fh, buf) as a fatal error...
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
Christian Beier c652b55f74 Fix IsUnixSocket()
15 years ago
Vic Lee 2f9836d81a Fix bug for logging unsupported security types
15 years ago
Vic Lee 4e1aba74e6 Fix bug for VNC Server version 4
15 years ago
Ben Klopfenstein d7c0b34b62 libvncclient: Unix sockets support by Ben Klopfenstein
15 years ago
dscho 26b79b89db ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki)
16 years ago
dscho eb2eeed97e LibVNCClient: if the GotRect hook is set, override default op.
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
dscho 6cfd9afee9 make cut text handling using a hook
18 years ago
steven_carr a60ee2ee9f RFB 3.8 clients are well informed
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 2eded94f7b UltraVNC with scaling, will send rectangles with a zero W or H
18 years ago
steven_carr 5865f0c4b7 Client side support for PalmVNC/UltraVNC 'Server Side Scaling'
18 years ago
steven_carr afa9fae024 Ultra Encoding added. Tested against UltraVNC V1.01
18 years ago
steven_carr e57c4dcd71 CopyRectangle() BPP!=8 bug fixed
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
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 194a76df11 add an extension mechanism for LibVNCClient, modify the client data handling
19 years ago
dscho b225ee993a implement ZRLE decoding
19 years ago
dscho 669b4c8685 make zlib and tight handling thread safe (static -> rfbClient)
19 years ago
dscho ee52441372 hide strict ansi stuff if not explicitely turned on; actually use the socklen_t test from configure.ac
19 years ago
dscho 8bee4eb990 ANSIfy, fix some warnings from Linus' sparse
19 years ago
dscho 658b65ad0c support MinGW32!
20 years ago
dscho b583cf5347 move read buffer to rfbClient structure (thread safety); make rfbClientLog
20 years ago
dscho 97299606da global structures/functions should have "rfb", "sra" or "zrle" as prefix,
20 years ago
dscho 11271316d3 support password reading with getpass(); support -play to play vncrec'orded files
20 years ago
dscho 03ad9b0b03 recognize more encodings
20 years ago
dscho d197504916 fix silly update bug with raw encoding
20 years ago
dscho 876868553d move the library into libvncserver/, x11vnc into x11vnc/
20 years ago
dscho 1fd42ce98c make --without-jpeg, --without-zlib work
21 years ago
dscho eeb2061dfb API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_"
21 years ago
dscho 964aa1628f further valgrinding showed leaked mallocs
21 years ago
dscho 13b358fed1 fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr should not be used in a library (use rfbLog instead)
21 years ago
dscho 0fc57f2054 first alpha version of libvncclient
21 years ago