Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | provide a list of the pseudo encodings understood by the extension | dscho | 2005-10-06 | 1 | -1/+5 | |
| | ||||||
* | add enablePseudoEncoding() to rfbProtocolExtension | dscho | 2005-10-03 | 1 | -0/+3 | |
| | ||||||
* | This monster commit contains support for TightVNC's file transfer protocol. | dscho | 2005-09-28 | 1 | -5/+15 | |
| | | | | Thank you very much, Rohit! | |||||
* | Introduce generic protocol extension method. Deprecate | dscho | 2005-09-27 | 1 | -1/+30 | |
| | | | | the processCustomClientMessage() method. | |||||
* | Security is global. This was a misguided attempt to evade a global list. | dscho | 2005-09-27 | 1 | -4/+1 | |
| | | | | I eventually saw the light and went with Rohit�s original approach. | |||||
* | support VNC protocol version 3.7 | dscho | 2005-09-26 | 1 | -1/+21 | |
| | ||||||
* | fix compilation for systems without socklen_t | dscho | 2005-05-18 | 1 | -4/+0 | |
| | ||||||
* | hide strict ansi stuff if not explicitely turned on; actually use the ↵ | dscho | 2005-05-18 | 1 | -0/+4 | |
| | | | | socklen_t test from configure.ac | |||||
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 1 | -1/+4 | |
| | ||||||
* | socketInitDone -> socketState | dscho | 2005-05-07 | 1 | -1/+11 | |
| | ||||||
* | add '-listen ipaddr' option | runge | 2005-03-05 | 1 | -2/+4 | |
| | ||||||
* | implemented Floyd-Steinberg dither in order to rfbMakeMaskFromAlphaSource | dscho | 2005-01-21 | 1 | -0/+1 | |
| | ||||||
* | pointerClient was still static. | dscho | 2005-01-18 | 1 | -48/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | do not make requestedRegion empty without reason. the cursor handling for clients which don't handle CursorShape updates was completely broken. It originally was very complicated for performance reasons, however, in most cases it made performance even worse, because at idle times there was way too much checking going on, and furthermore, sometimes unnecessary updates were inevitable. The code now is much more elegant: the ClientRec structure knows exactly where it last painted the cursor, and the ScreenInfo structure knows where the cursor shall be. As a consequence there is no more rfbDrawCursor()/rfbUndrawCursor(), no more dontSendFramebufferUpdate, and no more isCursorDrawn. It is now possible to have clients which understand CursorShape updates and clients which don't at the same time. rfbSetCursor no longer has the option freeOld; this is obsolete, as the cursor structure knows what to free and what not. | |||||
* | add cursor alphablending to rfb.h cursor.c, x11vnc -alphablend -snapfb etc.. | runge | 2005-01-16 | 1 | -0/+2 | |
| | ||||||
* | return value of rfbProcessEvents tells if an update was pending | dscho | 2005-01-14 | 1 | -2/+3 | |
| | ||||||
* | add hook to allow for custom client messages | dscho | 2005-01-03 | 1 | -0/+5 | |
| | ||||||
* | fix compilation on non MinGW32... | dscho | 2004-12-01 | 1 | -0/+4 | |
| | ||||||
* | support MinGW32! | dscho | 2004-12-01 | 1 | -1/+5 | |
| | ||||||
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 1 | -59/+58 | |
| | | | | while structure members should not | |||||
* | fix cursor trails (when not using cursor encoding and moving the cursor, | dscho | 2004-06-07 | 1 | -1/+1 | |
| | | | | the redrawn part of the screen didn't get updated, and so left cursor trails). | |||||
* | add "-progressive height" option to make SendFramebufferUpdate "preemptive" | dscho | 2004-01-21 | 1 | -0/+9 | |
| | ||||||
* | ignore SIGPIPE by default; it is handled via EPIPE | dscho | 2004-01-21 | 1 | -0/+1 | |
| | ||||||
* | ZRLE no longer uses C++, but C | dscho | 2003-09-08 | 1 | -4/+4 | |
| | ||||||
* | rfbErr introduced | dscho | 2003-08-06 | 1 | -1/+1 | |
| | ||||||
* | rfbLog can be overridden; EINTR on read/write means just try again | dscho | 2003-07-31 | 1 | -1/+2 | |
| | ||||||
* | add rfbclient.h to distribution; avoid C++ style comments | dscho | 2003-07-30 | 1 | -2/+1 | |
| | ||||||
* | API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵ | dscho | 2003-07-30 | 1 | -86/+86 | |
| | | | | get prefix "LIBVNCSERVER_" | |||||
* | further valgrinding showed leaked mallocs | dscho | 2003-07-29 | 1 | -0/+2 | |
| | ||||||
* | fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵ | dscho | 2003-07-28 | 1 | -8/+8 | |
| | | | | should not be used in a library (use rfbLog instead) | |||||
* | synced with TightVNC and RealVNC | dscho | 2003-07-28 | 1 | -0/+7 | |
| | ||||||
* | make vncauth usable also for upcoming libvncclient | dscho | 2003-07-27 | 1 | -56/+0 | |
| | ||||||
* | #include <rfb/rfbregion.h> instead of #include "rfbregion.h" | dscho | 2003-02-21 | 1 | -4/+4 | |
| | ||||||
* | moved include/ to rfb/ | dscho | 2003-02-18 | 1 | -0/+826 | |