| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix: the function should not return a value | Wu Zongyong | 2017-06-25 | 1 | -1/+1 |
| * | rfbInitServer: only init Winsock once | Christian Beier | 2017-02-21 | 1 | -1/+9 |
| * | Add an rfbLogPError that shows something on WIN32 | Christian Beier | 2017-02-21 | 1 | -0/+9 |
| * | LibVNCServer: fix starting of an onHold-client in threaded mode. | Christian Beier | 2016-12-28 | 1 | -9/+6 |
| * | Fix some typos (found by codespell) | Stefan Weil | 2016-11-18 | 1 | -1/+1 |
| * | Fix handling of multiple VNC commands per websockets frame | Floris Bos | 2015-01-17 | 1 | -0/+8 |
| * | Signal is a fundamental UNIX function, and must be omitted for any windows co... | Daniel Cohen Gindi | 2014-09-20 | 1 | -1/+1 |
| * | Fix crash in krfb | Amandeep Singh | 2014-08-03 | 1 | -4/+7 |
| * | IPv6 support for LibVNCServer, part two: Let the http server listen on IPv6, ... | Christian Beier | 2012-02-27 | 1 | -0/+2 |
| * | IPv6 support for LibVNCServer, part onepointsix: fix a small logic error. | Christian Beier | 2012-02-27 | 1 | -1/+1 |
| * | IPv6 support for LibVNCServer, part one: accept IPv4 and IPv6 connections. | Christian Beier | 2012-02-20 | 1 | -10/+28 |
| * | Remove some unused variables. | Christian Beier | 2011-06-01 | 1 | -1/+0 |
| * | Split two event-loop related functions out of the rfbProcessEvents() mechanism. | George Kiagiadakis | 2011-06-01 | 1 | -25/+37 |
| * | libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe. | Christian Beier | 2011-02-07 | 1 | -3/+0 |
| * | libvncserver: fix endless loop when server closed client in threaded mode. | Christian Beier | 2010-11-18 | 1 | -5/+5 |
| * | libvnc[server|client]: implement xvp VNC extension. | Christian Beier | 2010-11-02 | 1 | -0/+1 |
| * | Added missing initialization of extension mutex | Tobias Doerffel | 2010-10-29 | 1 | -0/+5 |
| * | Cleanup: remove CORBA stuff. | Christian Beier | 2010-09-13 | 1 | -3/+0 |
| * | Implement a DisplayFinishedHook for libvncserver. | Christian Beier | 2010-05-19 | 1 | -0/+1 |
| * | Some broken build environments treat fprintf(fh, buf) as a fatal error... | runge | 2009-10-07 | 1 | -1/+1 |
| * | Thread safety for zrle, zlib, tight. | runge | 2009-05-21 | 1 | -16/+30 |
| * | Fix a locking problem in libvncserver | dscho | 2007-03-17 | 1 | -2/+1 |
| * | Plugged some memory leakage | steven_carr | 2006-05-28 | 1 | -0/+5 |
| * | Default to RFB 3.8, add command line option to specify the RFB version. | steven_carr | 2006-05-15 | 1 | -3/+4 |
| * | The great UltraVNC Compatibility Commit | steven_carr | 2006-05-15 | 1 | -5/+27 |
| * | Client Independent Server Side Scaling is now supported | steven_carr | 2006-05-03 | 1 | -3/+18 |
| * | add KeyboardLedState extension | dscho | 2006-03-28 | 1 | -0/+1 |
| * | do not timeout on idle client input (with pthreads) | dscho | 2006-03-01 | 1 | -0/+16 |
| * | add handleEventsEagerly flag (Thanks, Donald) | dscho | 2006-02-28 | 1 | -0/+2 |
| * | Added method to get extension specific client data | rohit_99129 | 2006-02-24 | 1 | -1/+1 |
| * | Added method to get extension specific client data | rohit_99129 | 2006-02-24 | 1 | -0/+16 |
| * | add functions to unregister extensions/security types | dscho | 2006-02-22 | 1 | -5/+68 |
| * | fix some non-gcc compiler warnings and signals in x11vnc | runge | 2006-02-20 | 1 | -0/+1 |
| * | logMutex needs to be initialized too; in rfbDefaultLog. | runge | 2006-01-11 | 1 | -2/+12 |
| * | rfbProcessEvents() has to iterate also over clients with sock < 0 to close them | dscho | 2006-01-10 | 1 | -1/+3 |
| * | fix client non-jpeg/libz builds | runge | 2006-01-08 | 1 | -1/+1 |
| * | rfbRegisterProtocolExtension extMutex was never initialized. | runge | 2006-01-06 | 1 | -0/+6 |
| * | introduce -deferptrupdate (thanks Dave) | dscho | 2005-12-19 | 1 | -0/+21 |
| * | assorted fixes for MinGW32 | dscho | 2005-12-19 | 1 | -1/+1 |
| * | fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds,... | runge | 2005-11-25 | 1 | -0/+2 |
| * | kill BackChannel and CustomClientMessage: the new extension technique makes t... | dscho | 2005-10-06 | 1 | -6/+0 |
| * | This monster commit contains support for TightVNC's file transfer protocol. | dscho | 2005-09-28 | 1 | -0/+40 |
| * | Introduce generic protocol extension method. Deprecate | dscho | 2005-09-27 | 1 | -0/+38 |
| * | Security is global. This was a misguided attempt to evade a global list. | dscho | 2005-09-27 | 1 | -1/+0 |
| * | support VNC protocol version 3.7 | dscho | 2005-09-26 | 1 | -0/+1 |
| * | main.c: fix screen->deferUpdateTime default. | runge | 2005-06-27 | 1 | -3/+3 |
| * | main.c: no sraRgnSubstract for copyRect, scrolls for x11vnc -scale; add -fix... | runge | 2005-06-04 | 1 | -7/+3 |
| * | main.c: fix copyRect for non-cursor-shape-aware clients. | runge | 2005-05-31 | 1 | -0/+43 |
| * | fix off by one bug | dscho | 2005-05-18 | 1 | -2/+2 |
| * | hide strict ansi stuff if not explicitely turned on; actually use the socklen... | dscho | 2005-05-18 | 1 | -0/+2 |