Commit Graph

66 Commits (d34c7b07aca7a8c7cd0ea0fb41971992e5dc4670)

Author SHA1 Message Date
DRC d7b14624cb Include Tight decoding optimizations from TurboVNC
6 years ago
simon cb4e15c1ae Added SASL authentication support
7 years ago
dborth 652f5a4b1c
Set trueColour flag to 1 instead of 255
7 years ago
Christian Beier ec6d0f7259
Fix a compiler warning
7 years ago
Christian Beier e03b5750f8
Merge branch 'circle' of https://github.com/ldmnyblzs/libvncserver into ldmnyblzs-circle
7 years ago
Balazs Ludmany a01a18df1d Add function pointers for every type of rectangle
8 years ago
gbdj 1da7872784 libvncclient/tls_gnutls.c: Add hooks to WriteToTLS() for optional protection by mutex. Fix upstream issue #100
8 years ago
Christian Beier 7c7e8e765c Re-add the useful bits of 9aa9ac59b4.
9 years ago
Christian Beier 612de004c4 Revert "LibVNCClient: Add H.264 encoding for framebuffer updates"
9 years ago
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
15 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