summaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-851/+0
|
* ignore SIGPIPE the correct waydscho2004-04-191-3/+1
|
* add "-progressive height" option to make SendFramebufferUpdate "preemptive"dscho2004-01-211-4/+7
|
* ignore SIGPIPE by default; it is handled via EPIPEdscho2004-01-211-0/+6
|
* socklen_t -> size_tdscho2003-08-181-1/+1
|
* make --without-jpeg, --without-zlib workdscho2003-08-081-0/+4
|
* rfbErr introduceddscho2003-08-061-7/+8
|
* overlooked endian config.h constantdscho2003-08-021-1/+1
|
* rfbLog can be overridden; EINTR on read/write means just try againdscho2003-07-311-1/+3
|
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵dscho2003-07-301-16/+19
| | | | get prefix "LIBVNCSERVER_"
* further valgrinding showed leaked mallocsdscho2003-07-291-5/+10
|
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵dscho2003-07-281-2/+2
| | | | should not be used in a library (use rfbLog instead)
* synced with TightVNC and RealVNCdscho2003-07-281-2/+8
|
* fixed a bug that prevented the first connection to be closeddscho2003-02-101-1/+4
|
* 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
| | | | 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.