summaryrefslogtreecommitdiffstats
path: root/libvncserver
Commit message (Expand)AuthorAgeFilesLines
* rfbCheckFds now returns the number of processed eventsdscho2006-02-281-10/+13
* add handleEventsEagerly flag (Thanks, Donald)dscho2006-02-282-82/+88
* Added method to get extension specific client datarohit_991292006-02-241-1/+1
* Added method to get extension specific client datarohit_991292006-02-242-34/+37
* add functions to unregister extensions/security typesdscho2006-02-223-9/+127
* fix some non-gcc compiler warnings and signals in x11vncrunge2006-02-205-1/+11
* logMutex needs to be initialized too; in rfbDefaultLog.runge2006-01-111-2/+12
* rfbProcessEvents() has to iterate also over clients with sock < 0 to close themdscho2006-01-102-3/+19
* fix client non-jpeg/libz buildsrunge2006-01-081-1/+1
* rfbRegisterProtocolExtension extMutex was never initialized.runge2006-01-061-0/+6
* make compile again with pthreads; fix off-by-one errordscho2005-12-221-2/+4
* introduce -deferptrupdate (thanks Dave)dscho2005-12-193-4/+43
* assorted fixes for MinGW32dscho2005-12-193-15/+20
* work around write() returning ENOENT on Solaris 2.7dscho2005-12-091-0/+3
* fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds,...runge2005-11-259-16/+30
* The PseudoEncoding extension code was getting silly:dscho2005-10-071-4/+2
* kill BackChannel and CustomClientMessage: the new extension technique makes t...dscho2005-10-064-52/+1
* provide a list of the pseudo encodings understood by the extensiondscho2005-10-062-4/+38
* do it right: it is not DEFINES, but AM_CFLAGSdscho2005-10-061-1/+1
* add enablePseudoEncoding() to rfbProtocolExtensiondscho2005-10-032-8/+25
* This monster commit contains support for TightVNC's file transfer protocol.dscho2005-09-2817-19/+2974
* Introduce generic protocol extension method. Deprecatedscho2005-09-274-10/+103
* Security is global. This was a misguided attempt to evade a global list.dscho2005-09-272-7/+8
* support VNC protocol version 3.7dscho2005-09-263-21/+212
* x11vnc: -gui tray mode, httpd.c: check httpListenSock >= 0.runge2005-07-021-0/+3
* main.c: fix screen->deferUpdateTime default.runge2005-06-271-3/+3
* main.c: XReadScreen check, fix 64bit use of cursors, x11vnc: first round of ...runge2005-06-141-14/+34
* main.c: no sraRgnSubstract for copyRect, scrolls for x11vnc -scale; add -fix...runge2005-06-041-7/+3
* main.c: fix copyRect for non-cursor-shape-aware clients.runge2005-05-311-0/+43
* fix off by one bugdscho2005-05-241-2/+4
* fix off by one bugdscho2005-05-181-2/+2
* hide strict ansi stuff if not explicitely turned on; actually use the socklen...dscho2005-05-183-3/+9
* also distribute private.h...dscho2005-05-171-1/+1
* fix SIGSEGV when client has incompatible protocol; release mutex before freei...dscho2005-05-161-2/+5
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-1522-454/+408
* libvncserver/{main.c,rfbserver.c}: fix a couple more CopyRect memory leaksrunge2005-05-152-2/+3
* fix memory leaks detected using valgrinddscho2005-05-142-6/+6
* socketInitDone -> socketStatedscho2005-05-074-9/+56
* libvncserver/main.c: fix memory leak in rfbDoCopyRect/rfbScheduleCopyRect; c...runge2005-05-031-0/+2
* clear requested region after handling itdscho2005-04-271-1/+1
* autoconf: rpm -> rpmbuild and echo -n -> printfrunge2005-03-051-1/+1
* add '-listen ipaddr' optionrunge2005-03-054-12/+47
* 10l: really fix preferredEncoding set from outsidedscho2005-01-251-1/+2
* implemented Floyd-Steinberg dither in order to rfbMakeMaskFromAlphaSourcedscho2005-01-211-0/+38
* disappearing cursor fixed & debug message purgeddscho2005-01-201-1/+0
* fix disappearing cursordscho2005-01-203-12/+12
* redraw region under old cursor even if the old cursor doesn't have to be freed.dscho2005-01-191-2/+3
* oops, a debug message slipped throughdscho2005-01-191-2/+0
* pointerClient was still static.dscho2005-01-184-158/+148
* add convenience function to clip using x2,y2 instead of w,hdscho2005-01-181-0/+22