Commit Graph

82 Commits (7ed1c0aeac12fc7078013d0cb57ae40e6ee934d6)

Author SHA1 Message Date
Christian Beier 0a4f1bada4 libvncclient: add a non-forking listen function.
15 years ago
Christian Beier 4877329812 libvncclient: make listenAtTCPPort() work under windows.
15 years ago
Alexander Dorokhine 62ae6bb7be libvncclient: Add FinishedFrameBufferUpdate callback
15 years ago
Alexander Dorokhine b02849ab80 Fix hostname resolution problems under Windows
15 years ago
runge 169ef3a042 Some broken build environments treat fprintf(fh, buf) as a fatal error...
15 years ago
Christian Beier a92f7f46a6 mingw32 crosscompile fixes.
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
Johannes Schindelin ef33182694 Fix two issues in rfbGetClient()
15 years ago
Stefan Becker 0e7499fb39 Add close() to rfbClientCleanup()
15 years ago
Ben Klopfenstein d7c0b34b62 libvncclient: Unix sockets support by Ben Klopfenstein
15 years ago
dscho 3d2eab575e clean up build flags
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
runge 0f162f1f0b argv > 0 doesn't make sense for a pointer; assuming argv != NULL.
17 years ago
dscho ca805667e6 Build shared libraries per default
17 years ago
dscho 14b290384a LibVNCClient: some users do not want to get whole-screen updates; introduce client->updateRect for that
17 years ago
dscho 35d481a783 sometimes zrle sends too many bytes; play safe
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
runge 347c4a9847 fix some build issues WRT ultravnc code.
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
steven_carr 18cd366896 Eliminate incompatible pointer assignment warning (gcc 4.0.1)
18 years ago
steven_carr 422491c98a signed vs unsigned warnings eliminated (gcc 4.0.1)
18 years ago
dscho 7602f0e750 libvncclient: support changing of framebuffer size; make SDLvncviewer use it
18 years ago
runge 3c80351a1c Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h
18 years ago
dscho 1602b345f3 add KeyboardLedState extension
18 years ago
dscho 199ec23a05 libvncclient: take -compress <level> and -quality <level> command line arguments
18 years ago
runge def3012663 fix client non-jpeg/libz builds
19 years ago
dscho 1b81e342cb assorted fixes for MinGW32
19 years ago
dscho 3a8d4bdbe6 work around write() returning ENOENT on Solaris 2.7
19 years ago
dscho 9e78be39cc one more memory leak
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 194a76df11 add an extension mechanism for LibVNCClient, modify the client data handling
19 years ago
dscho 5c1fdb47d3 fix warning
19 years ago
dscho 808b6a0b23 do it right: it is not DEFINES, but AM_CFLAGS
19 years ago
dscho 0a909fde7a This monster commit contains support for TightVNC's file transfer protocol.
19 years ago
dscho 462ffd3f3e fix annoying zrle decoding bug
19 years ago
dscho 8f4b4e267d do distribute and depend on zrle.c
19 years ago
dscho b225ee993a implement ZRLE decoding
19 years ago
dscho 1b830d0446 init a structure *before* using it...
19 years ago
dscho 53387007ba remove wrong comment
19 years ago