Commit Graph

59 Commits (eeeb54758f645a3d5b36ed7ba1981456d9b59851)

Author SHA1 Message Date
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
dscho d15e35586b kill BackChannel and CustomClientMessage: the new extension technique makes these hooks obsolete
19 years ago
dscho 0a909fde7a This monster commit contains support for TightVNC's file transfer protocol.
19 years ago
dscho 93be927b1c Introduce generic protocol extension method. Deprecate
19 years ago
dscho 94fcd86cc2 Security is global. This was a misguided attempt to evade a global list.
19 years ago
dscho da7b3e714f support VNC protocol version 3.7
19 years ago
runge 9d43e8af78 main.c: fix screen->deferUpdateTime default.
19 years ago
runge 89148d774f main.c: no sraRgnSubstract for copyRect, scrolls for x11vnc -scale; add -fixscreen
19 years ago
runge 4effb62e99 main.c: fix copyRect for non-cursor-shape-aware clients.
19 years ago
dscho 2b3f56d361 fix off by one bug
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
runge be5b1296e4 libvncserver/{main.c,rfbserver.c}: fix a couple more CopyRect memory leaks
19 years ago
dscho 446a6fabac fix memory leaks detected using valgrind
19 years ago
dscho 34f714bcdc socketInitDone -> socketState
19 years ago
runge 1bb36df34e libvncserver/main.c: fix memory leak in rfbDoCopyRect/rfbScheduleCopyRect; configure.ac tweaks.
19 years ago
runge b8b96689bf add '-listen ipaddr' option
19 years ago