summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* x11vnc: reverse SSL connections. -sleepin option.runge2007-03-2413-1470/+1596
|
* reverse (listening) VNC connections.runge2007-03-245-132/+848
|
* ssvnc: sync to 1.0.13 release.runge2007-03-206-39/+150
|
* x11vnc: -httpsredir, x11cursor fix, nc=N login opt, no -ncache betatest for ↵runge2007-03-2012-199/+511
| | | | java viewer.
* Add "Connection: close" to HTTP replies.runge2007-03-202-2/+18
|
* Fix a locking problem in libvncserverdscho2007-03-174-4/+6
| | | | | | | | | | | | | | | | | | | There seems to be a locking problem in libvncserver, with respect to how condition variables are used. On certain machines in our lab, when using a vncviewer to view a display that has a very high rate of updates, we will occasionally see the VNC server process crash. In one stack trace that was obtained, an assertion had tripped in glibc's pthread_cond_wait, which was called from clientOutput. Inspection of clientOutput suggests that WAIT is being called incorrectly. The mutex that protects a condition variable should always be locked when calling wait, and on return from the wait will still be locked. The attached patch fixes the locking around this condition variable, and one other that I found by grepping the source for similar occurrences. Signed-off-by: Charles Coffing <ccoffing@novell.com>
* ssvnc: sync src/patches/tight-vncviewer-full.patchrunge2007-03-131-119/+636
|
* x11vnc: fix crash for kde dcop. limit ncache beta tester to 96MB viewers.runge2007-03-139-959/+1271
|
* ssvnc: more fixes for painting problems.runge2007-02-195-543/+105
|
* x11vnc: fix -users bob= in -inetd mode.runge2007-02-194-492/+518
|
* store 1.0.12 snapshot.runge2007-02-197-599/+7028
|
* x11vnc: Get ultravnc textchat working with ssvnc.runge2007-02-196-12/+31
|
* x11vnc: make https fetch in accept_openssl() work again.runge2007-02-174-25/+4
|
* x11vnc: add Files mode to user controlled input. more ultra/tight filexfer ↵runge2007-02-1616-138/+336
| | | | tweaks. rfbversion remote control. noncache/nc unixpw user opt.
* x11vnc: tightvnc filetransfer off by default. FINDCREATEDISPLAY geometry.runge2007-02-1619-1469/+1721
|
* x11vnc: add avahi (aka mDNS/Zeroconf/Bonjour...) support thanks to Diego ↵runge2007-02-1219-1599/+2083
| | | | Petteno. add -find -create
* x11vnc: -grabalways, -forcedpms, -clientdpms, -noserverdpms, -loopbg, -svc, ↵runge2007-02-1221-1651/+2299
| | | | -xdmsvc
* x11vnc: watch textchat, etc in unixpw, implement kbdReleaseAllKeys, ↵runge2007-02-1020-1272/+1791
| | | | setSingleWindow, setServerInput. watch for OpenGL apps breaking XDAMAGE.
* ssvnc 1.0.11 files.runge2007-02-057-86/+3451
|
* Setup for x11vnc 0.8.5runge2007-02-055-1198/+1438
|
* LibVNCClient: some users do not want to get whole-screen updates; introduce ↵dscho2007-02-014-8/+30
| | | | client->updateRect for that
* sometimes zrle sends too many bytes; play safedscho2007-02-011-2/+3
|
* fix warnings.runge2007-01-318-33/+45
|
* libvncclient changes.runge2007-01-311-0/+6
|
* x11vnc: -reflect, -N. -ncache, FINDDISPLAY, FINDCREATEDISPLAY, improvements. ↵runge2007-01-3137-1811/+3523
| | | | MODTWEAK_LOWEST workaround.
* libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclientrunge2007-01-316-10/+51
|
* compile fix for MinGWdscho2007-01-251-19/+27
|
* complain when SWIG is not present, but neededdscho2007-01-251-0/+1
|
* Complain if libvncserver-config was not found in PATHdscho2007-01-251-2/+6
|
* some -ncache performance improvements, rootpixmap watching, gnome wm heuristicsrunge2007-01-1019-140/+426
|
* Fix old compiler error; fix warnings.runge2007-01-094-80/+88
|
* more speed and accuracy improvements to -ncache mode.runge2007-01-0913-390/+773
|
* changes to ncache cache aging and xdamage skippingrunge2007-01-078-228/+430
|
* x11vnc: more -ncache improvements.runge2007-01-047-1492/+1776
|
* x11vnc: more -ncache improvements.runge2007-01-0218-243/+1417
|
* x11vnc -ncache on by default for beta test. fix -nofb & -rawfb modes.runge2006-12-2916-83/+193
|
* a couple more warnings...runge2006-12-283-3/+7
|
* still more compiler warnings; ssvnc 1.0.9 sync.runge2006-12-2828-188/+424
|
* more compiler warnings cleanup.runge2006-12-2821-45/+115
|
* x11vnc: clean up compiler warnings.runge2006-12-2818-84/+120
|
* x11vnc: more work on -ncache.runge2006-12-2831-1551/+5202
|
* x11vnc: first pass at client-side caching, -ncache option.runge2006-12-1719-1154/+2167
|
* x11vnc: make -xwarppointer the default if xinerama is active.runge2006-12-179-1267/+1317
|
* Move our rfbEncodings numbers out of the TightVNC range.runge2006-12-161-5/+5
|
* fix typo.runge2006-12-151-1/+1
|
* Remove stray "-permitfiletransfer permit file transfer support" outputrunge2006-12-131-0/+4
|
* Remove stray ""-permitfiletransfer permit file transfer support" output.runge2006-12-131-1/+0
|
* cleanup some comments.runge2006-12-116-12/+12
|
* sync etv 1.0.8runge2006-12-102-13/+10
|
* x11vnc: FINDCREATEDISPLAY support to create X session if one cannot be ↵runge2006-12-1023-783/+1733
| | | | found. Fix bug in java viewer.