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
570b8e90 [view]master2007-04-07 21:29:04 +0000runge[libtdevnc] update viewer jars and ss script
af44bff5 [view]master2007-04-07 00:48:03 +0000runge[libtdevnc] java ingoreProxy, fix old libssl free_func problem
26b291bf [view]master2007-04-06 09:04:15 +0000dscho[libtdevnc] rfbclient.h: use 'extern "C"' to make it convenient to include from C++
1060f747 [view]master2007-04-06 08:58:30 +0000dscho[libtdevnc] rfb.h: Do not misplace guards
This buglet made it impossible to double include rfb.h from C++.
12c6764f [view]master2007-03-30 23:43:18 +0000dscho[libtdevnc] build x11vnc with static libraries (at least for now)
Maybe at a later stage, we want x11vnc to pick up on existing
libvncserver.so and libvncclient.so, but right now, x11vnc and the
libraries progress together (and thus it is better to build static,
necessarily up-to-date libraries for x11vnc).
ca805667 [view]master2007-03-30 23:31:33 +0000dscho[libtdevnc] Build shared libraries per default
Thanks to Guillaume Rousse, we now use libtool to build shared libraries.
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.

List generated Tue Jun 23 06:20:05 2026
Currently showing patches 55901 to 55950 of 56625 [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]