summaryrefslogtreecommitdiffstats
path: root/sockets.c
Commit message (Expand)AuthorAgeFilesLines
* handle EINTR after select()dscho2003-08-081-1/+2
* rfbErr introduceddscho2003-08-061-1/+1
* rfbLog can be overridden; EINTR on read/write means just try againdscho2003-07-311-0/+6
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ge...dscho2003-07-301-14/+14
* synced with TightVNC and RealVNCdscho2003-07-281-0/+3
* fixed a bug when closing a client if no longer listening for new clients.dscho2003-02-181-1/+2
* converted CARD{8,16,32} to uint{8,16,32}_t and included support for stdint.hdscho2003-02-091-4/+19
* autoconf'ed everythingdscho2003-02-081-1/+1
* pthread fixdscho2002-06-131-6/+12
* Tim's Changesdscho2002-05-021-10/+11
* sync with TightVNC 1.2.3dscho2002-04-231-0/+17
* reverted exception fds to NULL, because of unexpected behaviourdscho2002-03-041-2/+2
* select exceptfdsdscho2002-02-181-2/+2
* changes from Tim Jansen: threading issues, new client can be rejected, and moredscho2002-02-181-9/+35
* Visual C++ / win32 compatibility reestablisheddscho2001-11-151-5/+2
* replaced xalloc with malloc functions, udp input support (untested), fixed httpdscho2001-10-111-7/+5
* pthreads correctionsdscho2001-10-101-7/+8
* start udpdscho2001-10-091-0/+1
* WIN32 compatibility, removed kbdptr.cdscho2001-10-061-7/+33
* upgraded to TridiaVNC 1.2.1dscho2001-10-031-7/+78
* no more compile warnings, pthread final(?) fixesdscho2001-10-021-48/+11
* support for server side colour maps, fix for non-pthread, support for 3bppdscho2001-10-021-1/+4
* finally fixed pthreadsdscho2001-09-291-7/+31
* more pthread debuggingdscho2001-09-291-1/+5
* bugfix: cursor (works now without xcursor encoding)dscho2001-09-241-0/+2
* cleaned up warnings, cursor changesdscho2001-09-231-0/+1
* Initial revisiondscho2001-08-011-0/+450