Commit Graph

57 Commits (eeeb54758f645a3d5b36ed7ba1981456d9b59851)

Author SHA1 Message Date
Daniel Cohen Gindi fbf48c65f3 `strings.h` and `resolv.h` are not available on MSVC, and some POSIX functions are renamed or deprecated
10 years ago
Daniel Cohen Gindi 366dda9951 Use WIN32 for Windows-specific #ifdef guards
10 years ago
Daniel Cohen Gindi 3059282751 Include Winsock2 header before windows.h include
10 years ago
Johannes Schindelin 27b0c0deb7 Fix indentation
10 years ago
newsoft 85a778c0e4 Check for MallocFrameBuffer() return value
10 years ago
newsoft 045a044e8a Fix integer overflow in MallocFrameBuffer()
10 years ago
Robbert Klarenbeek f2a93afb46 Address #12 ClientData does not get freed
10 years ago
David Verbeiren d891478ec9 LibVNCClient: Add H.264 encoding for framebuffer updates
11 years ago
Christian Beier 77286f0831 LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specific functionality into tls_gnutls.c.
12 years ago
Christian Beier 75bfb1f5d3 IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capable.
12 years ago
Luca Stauble fe2e2e4b59 Add an optional parameter to specify the ip address for reverse connections
12 years ago
Christian Beier 0797e42a4a IP QoS support in libvncclient.
14 years ago
Wouter Van Meir f76c81941a Call MallocFrameBuffer before SetFormatAndEncodings
14 years ago
Johannes Schindelin 19aa466a96 Fix compilation without TLS
14 years ago
Christian Beier 6b2b3b8213 libvncclient/vncviewer.c: don't set serverPort in rfbInitClient().
14 years ago
Johannes Schindelin d640c94d70 LibVNCClient: make sure that the port is initialized correctly.
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
14 years ago
Christian Beier 9ed410668c Fix checks for socket values, 0 is a legal value.
15 years ago
Christian Beier d4c43c1b73 libvncclient: include winsock2.h in vncviewer.c.
15 years ago
Johannes Schindelin f49a292783 Merge branch 'VeNCrypt'
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 58a8df6ff2 Add anonymous TLS support in libvncclient
15 years ago
Johannes Schindelin ef33182694 Fix two issues in rfbGetClient()
15 years ago
Stefan Becker 0e7499fb39 Add close() to rfbClientCleanup()
15 years ago
runge 0f162f1f0b argv > 0 doesn't make sense for a pointer; assuming argv != NULL.
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
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 18cd366896 Eliminate incompatible pointer assignment warning (gcc 4.0.1)
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 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 b225ee993a implement ZRLE decoding
19 years ago
dscho 1b830d0446 init a structure *before* using it...
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 ba10bceedd if no argc & argv are passed, honour the serverHost&serverPort which was set by the application
20 years ago
dscho b7dae538f6 argc and argv may be zero (which means to ignore them)
20 years ago
dscho 658b65ad0c support MinGW32!
20 years ago
dscho 7d3b1c9762 use rfbClientErr to log errors, check if calloc succeded (both hinted by Andre Leiradella)
20 years ago
dscho b583cf5347 move read buffer to rfbClient structure (thread safety); make rfbClientLog
20 years ago
dscho 31d0617d3d no need to modify argv
20 years ago