Commit Graph

75 Commits (aece7d56acb69f908866a93f2abaa17c9c401239)

Author SHA1 Message Date
Roman Savochenko aece7d56ac krfb: Crashes after the VNC client disconnect
5 years ago
Slávek Banko f3f392caec
Merge tag 'LibVNCServer-0.9.12'
5 years ago
Christian Beier 14c24e2bcc
Fix comment style and be a bit more verbose
5 years ago
Quentin BUATHIER 00bae113d5 Check the return code of pipe
5 years ago
Michele Calgaro 8c081c8888
Removed _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE, _XOPEN_SOURCE.
6 years ago
Quentin BUATHIER cedae6e6f9 Fix the concurrent issue hapenning between the freeing of the client and the clientOutput thread
6 years ago
Quentin BUATHIER 96e163bdae Fix use-after-free
6 years ago
Slávek Banko 68cb29a12f Merge tag 'LibVNCServer-0.9.11' of https://github.com/LibVNC/libvncserver
7 years ago
Wu Zongyong 2c2f103304 fix: the function should not return a value
7 years ago
Christian Beier 6cb0522ecb rfbInitServer: only init Winsock once
7 years ago
Christian Beier 5935c1be4f Add an rfbLogPError that shows something on WIN32
7 years ago
Christian Beier 78b101f09d
LibVNCServer: fix starting of an onHold-client in threaded mode.
7 years ago
Stefan Weil 63bc75f24b Fix some typos (found by codespell)
8 years ago
Floris Bos 6836ccb208 Fix handling of multiple VNC commands per websockets frame
9 years ago
Timothy Pearson 7230869459 Per libvncserver developer bk138 do not automatically release onHold
9 years ago
Timothy Pearson 366c7e7c21 Port required changes for TDE's krfb server from the old libvnc version embedded with krfb
9 years ago
Daniel Cohen Gindi fd075263f9 Signal is a fundamental UNIX function, and must be omitted for any windows compilation
10 years ago
Amandeep Singh afd1d329ed Fix crash in krfb
10 years ago
Christian Beier e7dfd0a9d6 IPv6 support for LibVNCServer, part two: Let the http server listen on IPv6, too.
12 years ago
Christian Beier 0e74b5db9a IPv6 support for LibVNCServer, part onepointsix: fix a small logic error.
12 years ago
Christian Beier 83a7c713a9 IPv6 support for LibVNCServer, part one: accept IPv4 and IPv6 connections.
12 years ago
Christian Beier 17ce0c5628 Remove some unused variables.
13 years ago
George Kiagiadakis 9f8d8d4ef3 Split two event-loop related functions out of the rfbProcessEvents() mechanism.
13 years ago
Christian Beier 9f49600787 libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe.
13 years ago
Christian Beier a5f8d3a310 libvncserver: fix endless loop when server closed client in threaded mode.
14 years ago
Christian Beier e5523350a8 libvnc[server|client]: implement xvp VNC extension.
14 years ago
Tobias Doerffel 5da7c7a71a Added missing initialization of extension mutex
14 years ago
Christian Beier 0df84e5c27 Cleanup: remove CORBA stuff.
14 years ago
Christian Beier 09f7c684a2 Implement a DisplayFinishedHook for libvncserver.
14 years ago
runge 0142acdded Some broken build environments treat fprintf(fh, buf) as a fatal error...
15 years ago
runge 804335f9d2 Thread safety for zrle, zlib, tight.
15 years ago
dscho 61cd498fb2 Fix a locking problem in libvncserver
17 years ago
steven_carr 1955526d45 Plugged some memory leakage
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 2670641432 Client Independent Server Side Scaling is now supported
18 years ago
dscho 1602b345f3 add KeyboardLedState extension
18 years ago
dscho 4130598960 do not timeout on idle client input (with pthreads)
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
runge 603b5667b6 fix some non-gcc compiler warnings and signals in x11vnc
18 years ago
runge 9b3163c00b logMutex needs to be initialized too; in rfbDefaultLog.
19 years ago
dscho 0b7a0030ac rfbProcessEvents() has to iterate also over clients with sock < 0 to close them
19 years ago
runge def3012663 fix client non-jpeg/libz builds
19 years ago
runge e781eea698 rfbRegisterProtocolExtension extMutex was never initialized.
19 years ago
dscho 1c26789eff introduce -deferptrupdate (thanks Dave)
19 years ago
dscho 1b81e342cb assorted fixes for MinGW32
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