runge
61c56222b3
x11vnc: reverse SSL connections. -sleepin option.
18 years ago
runge
f1bfe53f4f
reverse (listening) VNC connections.
18 years ago
runge
d013b8766f
ssvnc: sync to 1.0.13 release.
18 years ago
runge
5e4546628c
x11vnc: -httpsredir, x11cursor fix, nc=N login opt, no -ncache betatest for java viewer.
18 years ago
runge
f57eb8742f
Add "Connection: close" to HTTP replies.
18 years ago
dscho
61cd498fb2
Fix a locking problem in libvncserver
...
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>
18 years ago
runge
9e1230c77b
ssvnc: sync src/patches/tight-vncviewer-full.patch
18 years ago
runge
15f792bc21
x11vnc: fix crash for kde dcop. limit ncache beta tester to 96MB viewers.
18 years ago
runge
0d4870c0a0
ssvnc: more fixes for painting problems.
18 years ago
runge
23f6dc3da9
x11vnc: fix -users bob= in -inetd mode.
18 years ago
runge
23178cd162
store 1.0.12 snapshot.
18 years ago
runge
d60e8ccfc8
x11vnc: Get ultravnc textchat working with ssvnc.
18 years ago
runge
a874ddee36
x11vnc: make https fetch in accept_openssl() work again.
18 years ago
runge
057fdbb3eb
x11vnc: add Files mode to user controlled input. more ultra/tight filexfer tweaks. rfbversion remote control. noncache/nc unixpw user opt.
18 years ago
runge
f1e8149ae7
x11vnc: tightvnc filetransfer off by default. FINDCREATEDISPLAY geometry.
18 years ago
runge
241f3ed566
x11vnc: add avahi (aka mDNS/Zeroconf/Bonjour...) support thanks to Diego Petteno. add -find -create
18 years ago
runge
0016cd4280
x11vnc: -grabalways, -forcedpms, -clientdpms, -noserverdpms, -loopbg, -svc, -xdmsvc
18 years ago
runge
90d96b971f
x11vnc: watch textchat, etc in unixpw, implement kbdReleaseAllKeys, setSingleWindow, setServerInput. watch for OpenGL apps breaking XDAMAGE.
18 years ago
runge
76720eb71b
ssvnc 1.0.11 files.
18 years ago
runge
4a4c8e2774
Setup for x11vnc 0.8.5
18 years ago
dscho
14b290384a
LibVNCClient: some users do not want to get whole-screen updates; introduce client->updateRect for that
18 years ago
dscho
35d481a783
sometimes zrle sends too many bytes; play safe
18 years ago
runge
819fe41bdc
fix warnings.
18 years ago
runge
c1b4a3b996
libvncclient changes.
18 years ago
runge
1b9082bc87
x11vnc: -reflect, -N. -ncache, FINDDISPLAY, FINDCREATEDISPLAY, improvements. MODTWEAK_LOWEST workaround.
18 years ago
runge
1f8da9bde3
libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient
18 years ago
dscho
b66c944fe3
compile fix for MinGW
18 years ago
dscho
b1ec6f9a57
complain when SWIG is not present, but needed
18 years ago
dscho
918aee6f42
Complain if libvncserver-config was not found in PATH
18 years ago
runge
7717d245af
some -ncache performance improvements, rootpixmap watching, gnome wm heuristics
18 years ago
runge
5b3e420c1f
Fix old compiler error; fix warnings.
18 years ago
runge
c9e24e5b8b
more speed and accuracy improvements to -ncache mode.
18 years ago
runge
5b607a4449
changes to ncache cache aging and xdamage skipping
18 years ago
runge
76a495aff1
x11vnc: more -ncache improvements.
18 years ago
runge
c88d830f55
x11vnc: more -ncache improvements.
18 years ago
runge
833f06025f
x11vnc -ncache on by default for beta test. fix -nofb & -rawfb modes.
18 years ago
runge
e4a397ed13
a couple more warnings...
18 years ago
runge
5c9ba4bb03
still more compiler warnings; ssvnc 1.0.9 sync.
18 years ago
runge
f9baaf1ee4
more compiler warnings cleanup.
18 years ago
runge
99a557d673
x11vnc: clean up compiler warnings.
18 years ago
runge
56eb45a5f8
x11vnc: more work on -ncache.
18 years ago
runge
8aa6fb9523
x11vnc: first pass at client-side caching, -ncache option.
18 years ago
runge
399a175f0b
x11vnc: make -xwarppointer the default if xinerama is active.
18 years ago
runge
afc931f15d
Move our rfbEncodings numbers out of the TightVNC range.
18 years ago
runge
11a5ea9ff9
fix typo.
18 years ago
runge
f925d1ec9f
Remove stray "-permitfiletransfer permit file transfer support" output
18 years ago
runge
938ae66217
Remove stray ""-permitfiletransfer permit file transfer support" output.
18 years ago
runge
6c0ead464b
cleanup some comments.
18 years ago
runge
3a318ed590
sync etv 1.0.8
18 years ago
runge
5b198763c5
x11vnc: FINDCREATEDISPLAY support to create X session if one cannot be found. Fix bug in java viewer.
18 years ago