summaryrefslogtreecommitdiffstats
path: root/rfbserver.c
Commit message (Collapse)AuthorAgeFilesLines
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-1808/+0
|
* prevent segmentation fault when requested area is too big; if select is ↵dscho2004-05-051-4/+27
| | | | interrupted while WriteExact, just try again.
* memory leaks fixeddscho2004-01-301-0/+8
|
* add "-progressive height" option to make SendFramebufferUpdate "preemptive"dscho2004-01-211-0/+22
|
* compile fix for cygwindscho2004-01-161-3/+5
|
* ZRLE no longer uses C++, but Cdscho2003-09-081-4/+4
|
* socklen_t -> size_tdscho2003-08-181-1/+1
|
* make --without-jpeg, --without-zlib workdscho2003-08-081-0/+2
|
* rfbErr introduceddscho2003-08-061-6/+6
|
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵dscho2003-07-301-43/+44
| | | | get prefix "LIBVNCSERVER_"
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵dscho2003-07-281-3/+4
| | | | should not be used in a library (use rfbLog instead)
* synced with TightVNC and RealVNCdscho2003-07-281-43/+63
|
* really fixed ClientConnectionGone problemdscho2003-02-101-8/+8
|
* fixed a bug that prevented the first connection to be closeddscho2003-02-101-1/+17
|
* 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
|