Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]


GIT HashBranchDateAuthorLog Message
3f0f799d [view]master2007-03-25 02:43:00 +0000runge[libtdevnc] x11vnc: remove build errors, get -ncache working on macosx again.
ca56c41c [view]master2007-03-24 23:32:21 +0000runge[libtdevnc] Fix short vs. char problem with X cursors. Have fg == bg == 0 imply interpolation to B&W.
c5055013 [view]master2007-03-24 23:30:43 +0000runge[libtdevnc] reverse connections for ss_vncviewer. java one-time-keys.
61c56222 [view]master2007-03-24 23:27:32 +0000runge[libtdevnc] x11vnc: reverse SSL connections. -sleepin option.
f1bfe53f [view]master2007-03-24 23:23:25 +0000runge[libtdevnc] reverse (listening) VNC connections.
d013b876 [view]master2007-03-20 23:35:08 +0000runge[libtdevnc] ssvnc: sync to 1.0.13 release.
5e454662 [view]master2007-03-20 23:33:04 +0000runge[libtdevnc] x11vnc: -httpsredir, x11cursor fix, nc=N login opt, no -ncache betatest for java viewer.
f57eb874 [view]master2007-03-20 23:26:33 +0000runge[libtdevnc] Add "Connection: close" to HTTP replies.
61cd498f [view]master2007-03-17 00:13:12 +0000dscho[libtdevnc] 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
9e1230c7 [view]master2007-03-13 23:12:06 +0000runge[libtdevnc] ssvnc: sync src/patches/tight-vncviewer-full.patch
15f792bc [view]master2007-03-13 23:06:38 +0000runge[libtdevnc] x11vnc: fix crash for kde dcop. limit ncache beta tester to 96MB viewers.
0d4870c0 [view]master2007-02-19 23:00:42 +0000runge[libtdevnc] ssvnc: more fixes for painting problems.
23f6dc3d [view]master2007-02-19 22:57:44 +0000runge[libtdevnc] x11vnc: fix -users bob= in -inetd mode.
23178cd1 [view]master2007-02-19 03:11:25 +0000runge[libtdevnc] store 1.0.12 snapshot.
d60e8ccf [view]master2007-02-19 03:08:12 +0000runge[libtdevnc] x11vnc: Get ultravnc textchat working with ssvnc.
a874ddee [view]master2007-02-17 01:54:36 +0000runge[libtdevnc] x11vnc: make https fetch in accept_openssl() work again.
057fdbb3 [view]master2007-02-16 19:58:34 +0000runge[libtdevnc] x11vnc: add Files mode to user controlled input. more ultra/tight filexfer tweaks. rfbversion remote control. noncache/nc unixpw user opt.
f1e8149a [view]master2007-02-16 02:54:59 +0000runge[libtdevnc] x11vnc: tightvnc filetransfer off by default. FINDCREATEDISPLAY geometry.
241f3ed5 [view]master2007-02-12 23:44:39 +0000runge[libtdevnc] x11vnc: add avahi (aka mDNS/Zeroconf/Bonjour...) support thanks to Diego Petteno. add -find -create
0016cd42 [view]master2007-02-12 02:42:28 +0000runge[libtdevnc] x11vnc: -grabalways, -forcedpms, -clientdpms, -noserverdpms, -loopbg, -svc, -xdmsvc
90d96b97 [view]master2007-02-10 21:52:26 +0000runge[libtdevnc] x11vnc: watch textchat, etc in unixpw, implement kbdReleaseAllKeys, setSingleWindow, setServerInput. watch for OpenGL apps breaking XDAMAGE.
76720eb7 [view]master2007-02-05 03:56:27 +0000runge[libtdevnc] ssvnc 1.0.11 files.
4a4c8e27 [view]master2007-02-05 03:49:19 +0000runge[libtdevnc] Setup for x11vnc 0.8.5
14b29038 [view]master2007-02-01 15:05:55 +0000dscho[libtdevnc] LibVNCClient: some users do not want to get whole-screen updates; introduce client->updateRect for that
35d481a7 [view]master2007-02-01 15:02:59 +0000dscho[libtdevnc] sometimes zrle sends too many bytes; play safe
819fe41b [view]master2007-01-31 16:56:33 +0000runge[libtdevnc] fix warnings.
c1b4a3b9 [view]master2007-01-31 15:45:18 +0000runge[libtdevnc] libvncclient changes.
1b9082bc [view]master2007-01-31 15:41:42 +0000runge[libtdevnc] x11vnc: -reflect, -N. -ncache, FINDDISPLAY, FINDCREATEDISPLAY, improvements. MODTWEAK_LOWEST workaround.
1f8da9bd [view]master2007-01-31 15:29:12 +0000runge[libtdevnc] libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient
b66c944f [view]master2007-01-25 11:03:25 +0000dscho[libtdevnc] compile fix for MinGW
b1ec6f9a [view]master2007-01-25 11:01:21 +0000dscho[libtdevnc] complain when SWIG is not present, but needed
918aee6f [view]master2007-01-25 10:59:23 +0000dscho[libtdevnc] Complain if libvncserver-config was not found in PATH
7717d245 [view]master2007-01-10 19:28:46 +0000runge[libtdevnc] some -ncache performance improvements, rootpixmap watching, gnome wm heuristics
5b3e420c [view]master2007-01-09 15:20:02 +0000runge[libtdevnc] Fix old compiler error; fix warnings.
c9e24e5b [view]master2007-01-09 04:55:37 +0000runge[libtdevnc] more speed and accuracy improvements to -ncache mode.
5b607a44 [view]master2007-01-07 20:05:28 +0000runge[libtdevnc] changes to ncache cache aging and xdamage skipping
76a495af [view]master2007-01-04 01:32:50 +0000runge[libtdevnc] x11vnc: more -ncache improvements.
c88d830f [view]master2007-01-02 05:15:07 +0000runge[libtdevnc] x11vnc: more -ncache improvements.
833f0602 [view]master2006-12-29 07:21:37 +0000runge[libtdevnc] x11vnc -ncache on by default for beta test. fix -nofb & -rawfb modes.
e4a397ed [view]master2006-12-28 20:26:27 +0000runge[libtdevnc] a couple more warnings...
5c9ba4bb [view]master2006-12-28 20:00:08 +0000runge[libtdevnc] still more compiler warnings; ssvnc 1.0.9 sync.
f9baaf1e [view]master2006-12-28 17:57:10 +0000runge[libtdevnc] more compiler warnings cleanup.
99a557d6 [view]master2006-12-28 15:51:44 +0000runge[libtdevnc] x11vnc: clean up compiler warnings.
56eb45a5 [view]master2006-12-28 05:24:25 +0000runge[libtdevnc] x11vnc: more work on -ncache.
8aa6fb95 [view]master2006-12-17 23:34:25 +0000runge[libtdevnc] x11vnc: first pass at client-side caching, -ncache option.
399a175f [view]master2006-12-17 22:24:12 +0000runge[libtdevnc] x11vnc: make -xwarppointer the default if xinerama is active.
afc931f1 [view]master2006-12-16 15:06:31 +0000runge[libtdevnc] Move our rfbEncodings numbers out of the TightVNC range.
11a5ea9f [view]master2006-12-15 01:43:52 +0000runge[libtdevnc] fix typo.
f925d1ec [view]master2006-12-13 15:37:05 +0000runge[libtdevnc] Remove stray "-permitfiletransfer permit file transfer support" output
938ae662 [view]master2006-12-13 15:34:17 +0000runge[libtdevnc] Remove stray ""-permitfiletransfer permit file transfer support" output.
6c0ead46 [view]master2006-12-11 15:51:17 +0000runge[libtdevnc] cleanup some comments.
3a318ed5 [view]master2006-12-10 04:33:55 +0000runge[libtdevnc] sync etv 1.0.8
5b198763 [view]master2006-12-10 03:12:02 +0000runge[libtdevnc] x11vnc: FINDCREATEDISPLAY support to create X session if one cannot be found. Fix bug in java viewer.
726cedb8 [view]master2006-11-24 02:04:33 +0000runge[libtdevnc] install ss_vncviewer 755, -prog option, HTTPONCE new socket for -inetd.
43f38781 [view]master2006-11-23 23:35:41 +0000runge[libtdevnc] rename to ss_vncviewer
74d77479 [view]master2006-11-23 23:33:17 +0000runge[libtdevnc] rename ssl_vncviewer to ss_vncviewer
0a6f75c6 [view]master2006-11-23 23:33:17 +0000runge[libtdevnc] rename ssl_vncviewer to ss_vncviewer
123cab09 [view]master2006-11-22 00:12:09 +0000runge[libtdevnc] use AC_CHECK_LIB for fbpm and dpms
75aca1c7 [view]master2006-11-21 22:47:23 +0000runge[libtdevnc] enable --without-fbpm and --without-dpms
27a884d2 [view]master2006-11-21 22:16:23 +0000runge[libtdevnc] x11vnc: Mac OS X fb fixes and cuttext, -nodpms option, local user wireframing

List generated Wed Jun 10 12:20:00 2026
Currently showing patches 55861 to 55920 of 56579 [View All on Single Page]
Note that you can limit your full-text search to a specific module with the 'module:' keyword. Example: 'module:tdebase <search text>'

[First Page] [Previous Page]  [Next Page] [Last Page]