Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add enablePseudoEncoding() to rfbProtocolExtension | dscho | 2005-10-03 | 1 | -7/+24 |
| | |||||
* | This monster commit contains support for TightVNC's file transfer protocol. | dscho | 2005-09-28 | 1 | -14/+21 |
| | | | | Thank you very much, Rohit! | ||||
* | Introduce generic protocol extension method. Deprecate | dscho | 2005-09-27 | 1 | -7/+36 |
| | | | | the processCustomClientMessage() method. | ||||
* | support VNC protocol version 3.7 | dscho | 2005-09-26 | 1 | -3/+14 |
| | |||||
* | hide strict ansi stuff if not explicitely turned on; actually use the ↵ | dscho | 2005-05-18 | 1 | -0/+2 |
| | | | | socklen_t test from configure.ac | ||||
* | fix SIGSEGV when client has incompatible protocol; release mutex before ↵ | dscho | 2005-05-16 | 1 | -2/+5 |
| | | | | freeing it | ||||
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 1 | -70/+53 |
| | |||||
* | libvncserver/{main.c,rfbserver.c}: fix a couple more CopyRect memory leaks | runge | 2005-05-15 | 1 | -2/+2 |
| | |||||
* | fix memory leaks detected using valgrind | dscho | 2005-05-14 | 1 | -5/+4 |
| | |||||
* | socketInitDone -> socketState | dscho | 2005-05-07 | 1 | -4/+1 |
| | |||||
* | clear requested region after handling it | dscho | 2005-04-27 | 1 | -1/+1 |
| | |||||
* | 10l: really fix preferredEncoding set from outside | dscho | 2005-01-25 | 1 | -1/+2 |
| | |||||
* | fix disappearing cursor | dscho | 2005-01-20 | 1 | -5/+5 |
| | |||||
* | pointerClient was still static. | dscho | 2005-01-18 | 1 | -84/+72 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | close socket in ClientConnectionGone | dscho | 2005-01-14 | 1 | -0/+3 |
| | |||||
* | add hook to allow for custom client messages | dscho | 2005-01-03 | 1 | -0/+3 |
| | |||||
* | release client list mutex earlier | dscho | 2004-10-02 | 1 | -2/+2 |
| | |||||
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 1 | -51/+51 |
| | | | | while structure members should not | ||||
* | fix CoRRE with maxRectsPerUpdate bug | dscho | 2004-06-15 | 1 | -2/+4 |
| | |||||
* | x11vnc: view-only plain passwd: -viewpasswd and 2nd line of -passwdfile | runge | 2004-05-27 | 1 | -11/+11 |
| | |||||
* | move the library into libvncserver/, x11vnc into x11vnc/ | dscho | 2004-05-25 | 1 | -0/+1808 |