summaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | deferring)
* 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
| | | | problem
* 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
| | | | fixed copy rect.
* 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
| | | | cursor may be NULL (no cursor).
* 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
|
* fix cursor bug; missing keysym; fix align problem on SGI; clean up cursor.cdscho2001-09-251-62/+42
| | | | clean up rfb.h a bit; endian issues
* bugfix: cursor (works now without xcursor encoding)dscho2001-09-241-0/+3
|
* cursor changesdscho2001-09-241-4/+13
|
* cleaned up warnings, cursor changesdscho2001-09-231-9/+49
|
* http added, prepare for cursordscho2001-09-211-1/+7
|
* comments & new example: pnmshowdscho2001-08-141-1/+1
|