summaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* renamed sraRegion to rfbregion and put it in include/; will be installed nowdscho2003-02-091-1/+1
* include order was wrongdscho2003-02-091-3/+3
* converted CARD{8,16,32} to uint{8,16,32}_t and included support for stdint.hdscho2003-02-091-3/+5
* bigendian is now determined at configure timedscho2003-02-091-4/+5
* autoconf'ed everythingdscho2003-02-081-4/+4
* moved files to include; moved a file to examples/dscho2003-02-071-1/+1
* compiler warnings, contrib directory, new x11vnc from Karl Rungedscho2002-12-061-1/+1
* fixed severe bug with sending fbupdatesdscho2002-10-291-1/+2
* patch from Const for CursorPosUpdate encodingdscho2002-10-291-9/+25
* updated to vnc-3.3.4 (ZRLE encoding)dscho2002-10-221-1/+0
* a pseudo HTTP request for tunnelling (also via strict Web Proxy) was added.dscho2002-08-221-0/+1
* unwarn compilationdscho2002-08-191-3/+5
* NewFB encoding addeddscho2002-07-281-36/+125
* pthread fixdscho2002-06-131-0/+1
* Tim's Changesdscho2002-05-021-3/+18
* memleaks patcheddscho2002-04-251-3/+13
* bug for 3 bpp planes (as Mac OSX)dscho2002-04-241-3/+9
* solaris endian changesdscho2002-04-231-1/+4
* changes from Tim Jansen: threading issues, new client can be rejected, and moredscho2002-02-181-15/+42
* *argc=0 in cargs allowed, when copying area, first undraw cursor ...dscho2001-12-141-0/+2
* cmdline arg -passwd addeddscho2001-11-191-2/+3
* start x11vnc, an x0rfbserver clonedscho2001-11-181-0/+5
* Visual C++ / win32 compatibility reestablisheddscho2001-11-151-2/+1
* changes from Justin, zippy addeddscho2001-11-141-66/+33
* gettimeofday for windowsdscho2001-11-081-0/+14
* clean upsdscho2001-10-251-1/+1
* add rfbDrawLine, rfbDrawPixel and vncev, an xev "lookalike"dscho2001-10-181-0/+3
* scheduleCopyRegion no longer sends frameBufferUpdates (no longer clobbersdscho2001-10-161-4/+23
* deferUpdatedscho2001-10-161-4/+20
* rfbSelectBox, consoleFonts, too many changesdscho2001-10-131-11/+31
* replaced xalloc with malloc functions, udp input support (untested), fixed httpdscho2001-10-111-1/+11
* copyrect corrections, fd_set in rfbNewClient, dox in rfb.h for pthreadsdscho2001-10-101-0/+8
* pthreads correctionsdscho2001-10-101-5/+7
* font corrections, displayHookdscho2001-10-071-12/+19
* WIN32 compatibility, removed kbdptr.cdscho2001-10-061-5/+34
* changed cursor functions to use screen info, not cursordscho2001-10-051-12/+18
* rfbDoCopyRect/Region and rfbScheduleCopyRect/Region.dscho2001-10-041-5/+75
* fixed 2 pthreads issues, added noXCursor option.dscho2001-10-041-23/+25
* working on IRIX pthreads problemdscho2001-10-031-1/+1
* upgraded to TridiaVNC 1.2.1dscho2001-10-031-3/+5
* no more compile warnings, pthread final(?) fixesdscho2001-10-021-24/+24
* support for server side colour maps, fix for non-pthread, support for 3bppdscho2001-10-021-2/+8
* finally fixed pthreadsdscho2001-09-291-17/+22
* more pthread debuggingdscho2001-09-291-30/+12
* cleaned up pthreads (now compiles) and rfb.h (first undefine TRUE)dscho2001-09-291-1/+1
* dropped miregion and all the X stuff in favour of Wez' sraRegion, added doxdscho2001-09-291-23/+17
* added setTranslateFunction as member of rfbScreenInfo,dscho2001-09-271-0/+1
* docu and cursors in examples.dscho2001-09-271-20/+14
* API correctionsdscho2001-09-261-9/+25
* adapted pnmshow to aligned widthdscho2001-09-261-0/+3