summaryrefslogtreecommitdiffstats
path: root/rfb
Commit message (Collapse)AuthorAgeFilesLines
...
* kill BackChannel and CustomClientMessage: the new extension technique makes ↵dscho2005-10-062-24/+0
| | | | these hooks obsolete
* provide a list of the pseudo encodings understood by the extensiondscho2005-10-061-1/+5
|
* add enablePseudoEncoding() to rfbProtocolExtensiondscho2005-10-031-0/+3
|
* This monster commit contains support for TightVNC's file transfer protocol.dscho2005-09-281-5/+15
| | | | Thank you very much, Rohit!
* Introduce generic protocol extension method. Deprecatedscho2005-09-271-1/+30
| | | | the processCustomClientMessage() method.
* Security is global. This was a misguided attempt to evade a global list.dscho2005-09-271-4/+1
| | | | I eventually saw the light and went with Rohit´s original approach.
* support VNC protocol version 3.7dscho2005-09-262-2/+41
|
* add definitions from other VNC implementationsdscho2005-06-061-0/+300
|
* make zlib and tight handling thread safe (static -> rfbClient)dscho2005-05-231-0/+44
|
* fix compilation for systems without socklen_tdscho2005-05-181-4/+0
|
* hide strict ansi stuff if not explicitely turned on; actually use the ↵dscho2005-05-181-0/+4
| | | | socklen_t test from configure.ac
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-153-4/+11
|
* socketInitDone -> socketStatedscho2005-05-071-1/+11
|
* do the in_addr_t stuff correctly...dscho2005-03-071-0/+4
|
* add '-listen ipaddr' optionrunge2005-03-051-2/+4
|
* implemented Floyd-Steinberg dither in order to rfbMakeMaskFromAlphaSourcedscho2005-01-211-0/+1
|
* pointerClient was still static.dscho2005-01-181-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 convenience function to clip using x2,y2 instead of w,hdscho2005-01-181-0/+3
|
* add cursor alphablending to rfb.h cursor.c, x11vnc -alphablend -snapfb etc..runge2005-01-161-0/+2
|
* return value of rfbProcessEvents tells if an update was pendingdscho2005-01-141-2/+3
|
* add hook to allow for custom client messagesdscho2005-01-031-0/+5
|
* fix compilation on non MinGW32...dscho2004-12-011-0/+4
|
* support MinGW32!dscho2004-12-012-3/+7
|
* add EncodingUltra; it is not implemented in the libraries yet, so this is ↵dscho2004-11-301-0/+1
| | | | just a place holder
* move read buffer to rfbClient structure (thread safety); make rfbClientLogdscho2004-10-161-4/+12
| | | | overrideable
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-302-63/+62
| | | | while structure members should not
* more comments; support playing vncrec'orded filesdscho2004-06-181-1/+13
|
* fix cursor trails (when not using cursor encoding and moving the cursor,dscho2004-06-071-1/+1
| | | | the redrawn part of the screen didn't get updated, and so left cursor trails).
* add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵dscho2004-06-071-18/+12
| | | | automake CFLAGS nagging
* add "-progressive height" option to make SendFramebufferUpdate "preemptive"dscho2004-01-211-0/+9
|
* ignore SIGPIPE by default; it is handled via EPIPEdscho2004-01-211-0/+1
|
* ZRLE no longer uses C++, but Cdscho2003-09-082-5/+5
|
* rfbErr introduceddscho2003-08-061-1/+1
|
* forgot to change WORDS_BIGENDIAN to LIBVNCSERVER_BIGENDIAN; #undef VERSION ↵dscho2003-08-031-9/+10
| | | | unneccessary...
* rfbLog can be overridden; EINTR on read/write means just try againdscho2003-07-311-1/+2
|
* add rfbclient.h to distribution; avoid C++ style commentsdscho2003-07-302-4/+1
|
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵dscho2003-07-305-215/+197
| | | | get prefix "LIBVNCSERVER_"
* further valgrinding showed leaked mallocsdscho2003-07-292-0/+3
|
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵dscho2003-07-283-66/+86
| | | | should not be used in a library (use rfbLog instead)
* synced with TightVNC and RealVNCdscho2003-07-282-0/+9
|
* first alpha version of libvncclientdscho2003-07-271-0/+186
|
* make vncauth usable also for upcoming libvncclientdscho2003-07-272-56/+58
|
* these files are generated by configuredscho2003-07-112-209/+0
|
* another try to make CVS more helpful with configuredscho2003-07-104-0/+401
|
* #include <rfb/rfbregion.h> instead of #include "rfbregion.h"dscho2003-02-211-4/+4
|
* forgotten .cvsignoredscho2003-02-191-0/+5
|
* moved include/ to rfb/dscho2003-02-185-0/+3730