summaryrefslogtreecommitdiffstats
path: root/rfbserver.c
Commit message (Collapse)AuthorAgeFilesLines
* renamed sraRegion to rfbregion and put it in include/; will be installed nowdscho2003-02-091-1/+1
|
* converted CARD{8,16,32} to uint{8,16,32}_t and included support for stdint.hdscho2003-02-091-13/+20
|
* autoconf'ed everythingdscho2003-02-081-4/+28
|
* fix: if no CXX is defined, really don't use zrle (Karl Runge)dscho2002-12-151-0/+2
|
* fixed severe bug with sending fbupdatesdscho2002-10-291-1/+1
|
* patch from Const for CursorPosUpdate encodingdscho2002-10-291-5/+39
|
* updated to vnc-3.3.4 (ZRLE encoding)dscho2002-10-221-0/+23
|
* socket via proxy gets options set, compiler warning fixesdscho2002-08-311-0/+19
|
* unwarn compilationdscho2002-08-191-0/+8
|
* NewFB encoding addeddscho2002-07-281-0/+62
|
* pthread fixdscho2002-06-131-3/+8
|
* Tim's Changesdscho2002-05-021-2/+5
|
* memleaks patcheddscho2002-04-251-0/+4
|
* sync with TightVNC 1.2.3dscho2002-04-231-1/+2
|
* reverted exception fds to NULL, because of unexpected behaviourdscho2002-03-041-0/+7
|
* changes from Tim Jansen: threading issues, new client can be rejected, and moredscho2002-02-181-5/+20
|
* correct BackChannel handling, compile cleanupsdscho2002-01-171-12/+23
|
* clean ups and encoding "backchannel"dscho2002-01-161-0/+26
|
* start x11vnc, an x0rfbserver clonedscho2001-11-181-1/+2
|
* Visual C++ / win32 compatibility reestablisheddscho2001-11-151-0/+4
|
* clean upsdscho2001-10-251-6/+6
|
* deferUpdatedscho2001-10-161-1/+1
|
* font errors, requestedRegion bugdscho2001-10-161-4/+6
|
* cleanupsdscho2001-10-121-1/+1
|
* replaced xalloc with malloc functions, udp input support (untested), fixed httpdscho2001-10-111-77/+99
|
* copyrect corrections, fd_set in rfbNewClient, dox in rfb.h for pthreadsdscho2001-10-101-1/+1
| | | | problem
* pthreads correctionsdscho2001-10-101-0/+1
|
* removes region.hdscho2001-10-081-1/+1
|
* font corrections, displayHookdscho2001-10-071-0/+4
|
* WIN32 compatibility, removed kbdptr.cdscho2001-10-061-4/+8
|
* changed cursor functions to use screen info, not cursordscho2001-10-051-4/+4
| | | | fixed copy rect.
* rfbDoCopyRect/Region and rfbScheduleCopyRect/Region.dscho2001-10-041-2/+3
|
* fixed 2 pthreads issues, added noXCursor option.dscho2001-10-041-21/+16
|
* java viewer bug fixeddscho2001-10-031-2/+4
|
* upgraded to TridiaVNC 1.2.1dscho2001-10-031-12/+32
|
* no more compile warnings, pthread final(?) fixesdscho2001-10-021-78/+93
|
* support for server side colour maps, fix for non-pthread, support for 3bppdscho2001-10-021-16/+13
|
* finally fixed pthreadsdscho2001-09-291-15/+9
|
* more pthread debuggingdscho2001-09-291-5/+9
|
* dropped miregion and all the X stuff in favour of Wez' sraRegion, added doxdscho2001-09-291-160/+97
|
* added setTranslateFunction as member of rfbScreenInfo,dscho2001-09-271-1/+1
| | | | cursor may be NULL (no cursor).
* fix cursor bug; missing keysym; fix align problem on SGI; clean up cursor.cdscho2001-09-251-5/+5
| | | | clean up rfb.h a bit; endian issues
* bugfix: cursor (works now without xcursor encoding)dscho2001-09-241-5/+6
|
* cursor changesdscho2001-09-241-13/+18
|
* cleaned up warnings, cursor changesdscho2001-09-231-20/+24
|
* hooks inserteddscho2001-08-141-2/+8
|
* Initial revisiondscho2001-08-011-0/+1443