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
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

List generated Sun May 24 06:20:03 2026
Currently showing patches 55791 to 55800 of 56509 [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]