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
387e189b [view]master2009-10-08 17:46:53 -0400runge[libtdevnc] Synchronize ssvnc source, etc. Nearly the 1.0.24 release...
3129ef66 [view]master2009-10-08 17:30:36 -0400runge[libtdevnc] Huge number of changes, see x11vnc/ChangeLog
169ef3a0 [view]master2009-10-07 16:35:38 -0400runge[libtdevnc] Some broken build environments treat fprintf(fh, buf) as a fatal error...
0142acdd [view]master2009-10-07 16:33:46 -0400runge[libtdevnc] Some broken build environments treat fprintf(fh, buf) as a fatal error...
29990f00 [view]master2009-10-07 11:01:55 +0800Vic Lee[libtdevnc] Add MSLogon security type
Signed-off-by: Vic Lee
Signed-off-by: Johannes Schindelin
a92f7f46 [view]master2009-10-02 14:44:10 +0200Christian Beier[libtdevnc] mingw32 crosscompile fixes.
SOCKET is redefined in winsock2.h so #undef it where winsock2.h
is included. The changes in rfbproto.c circumvent crosscompiler
errors like 'S_IFMT' undeclared ...', the Makefile.am changes
avoid building linux specific stuff for a win32 host target.
Also added configure option to specify sdl-config.
Signed-off-by: Christian Beier
Signed-off-by: Johannes Schindelin
95ae56c8 [view]master2009-10-02 20:42:05 +0800Vic Lee[libtdevnc] Add VeNCrypt support in libvncclient
Signed-off-by: Vic Lee
2a2a60b0 [view]master2009-10-02 11:47:46 +0200Johannes Schindelin[libtdevnc] encodingstest: fix whitespace
Signed-off-by: Johannes Schindelin
0c061f2a [view]master2009-10-02 11:47:29 +0200Johannes Schindelin[libtdevnc] encodingstest: fix multi-threading issue
Signed-off-by: Johannes Schindelin
68964c29 [view]master2009-10-02 11:11:28 +0200Johannes Schindelin[libtdevnc] Fallback to --without-client-tls if GNUTLS could not be found
Signed-off-by: Johannes Schindelin
3704595b [view]master2009-10-02 11:05:06 +0200Johannes Schindelin[libtdevnc] Add Christian Beier to the AUTHORS
Signed-off-by: Johannes Schindelin
c652b55f [view]master2009-10-02 10:50:18 +0200Christian Beier[libtdevnc] Fix IsUnixSocket()
This is a pure functionality fix: according to its manpage, stat()
returns 0 on success. Checking for a return value of zero fixes
incorrect results of IsUnixSocket().
Signed-off-by: Johannes Schindelin
58a8df6f [view]master2009-10-01 20:22:36 +0800Vic Lee[libtdevnc] Add anonymous TLS support in libvncclient
Signed-off-by: Vic Lee
bdde3f92 [view]master2009-09-27 14:29:29 +0200Johannes Schindelin[libtdevnc] Add Vic Lee to the author list
Signed-off-by: Johannes Schindelin
2f9836d8 [view]master2009-09-14 12:54:17 +0800Vic Lee[libtdevnc] Fix bug for logging unsupported security types
Signed-off-by: Vic Lee
4e1aba74 [view]master2009-09-14 12:14:13 +0800Vic Lee[libtdevnc] Fix bug for VNC Server version 4
Signed-off-by: Vic Lee
fd084b5d [view]master2009-08-10 17:56:10 -0400runge[libtdevnc] Improvements to -unixpw_cmd and -unixpw_nis.
Experimental X11VNC_WATCH_DX_DY=1 for buggy theme menus,
see: http://ubuntuforums.org/showthread.php?t=1223490
2c6bf923 [view]master2009-07-11 19:41:59 -0400runge[libtdevnc] Setup for x11vnc version 0.9.9
b6ee5f96 [view]master2009-06-19 11:08:40 -0400runge[libtdevnc] Add proxyHost and proxyPort java applet params.
61383c50 [view]master2009-06-18 22:32:16 -0400runge[libtdevnc] classes/ssl: java viewer now handles auth-basic proxy logins.
misc/enhanced_tightvnc_viewer: update ssvnc.
ef331826 [view]master2009-06-16 23:35:12 +0200Johannes Schindelin[libtdevnc] Fix two issues in rfbGetClient()
There was an unnecessary assignment, and an assignment of a string that
was to be free()ed later, so it has to be strdup()ed.
Both issues spotted by Roman Held.
Signed-off-by: Johannes Schindelin
d11b2abd [view]master2009-06-14 19:00:09 -0400runge[libtdevnc] X11VNC_REFLECT_PASSWORD env. var., warning about compiz, improve single-port.
0e7499fb [view]master2009-05-22 13:34:09 +0200Stefan Becker[libtdevnc] Add close() to rfbClientCleanup()
Signed-off-by: Johannes Schindelin
94d058b3 [view]master2009-05-21 10:57:03 -0400runge[libtdevnc] Thread safety. Fix -clip -in -rawfb. Try to avoid Xorg stuck
key bug.
804335f9 [view]master2009-05-21 10:32:18 -0400runge[libtdevnc] Thread safety for zrle, zlib, tight.
Proposed tight security type fix for debian bug #517422
2cd48332 [view]master2009-05-20 14:58:00 +0200llyzs[libtdevnc] Export the functions SupportsClient2Server and SupportsServer2Client
These are useful functions for VNC clients, so let's export them for
everybody to use.
Signed-off-by: Johannes Schindelin
511032ea [view]master2009-05-12 14:56:44 +0200Johannes Schindelin[libtdevnc] Add Ben to the authors
Signed-off-by: Johannes Schindelin
2f4f700f [view]master2009-05-12 14:51:30 +0200Johannes Schindelin[libtdevnc] Make autogen.sh executable
Signed-off-by: Johannes Schindelin
d7c0b34b [view]master2009-05-12 01:51:23 +0200Ben Klopfenstein[libtdevnc] libvncclient: Unix sockets support by Ben Klopfenstein
Signed-off-by: Johannes Schindelin
c467da63 [view]master2009-04-17 17:28:34 +0000Thomas McGuire[tdepim] Make the folder assurance read-only.
Patch by Szokovacs Robert , thanks!
BUG: 144035
Cherry-picked from: 243dfe72a65603f6fdc36b78585cb21125e88c7d
Signed-off-by: Luke Dashjr
4088906b [view]master2009-03-31 23:32:47 -0400runge[libtdevnc] rebuild for x11vnc dev 0.9.8
ea30be6c [view]master2009-03-31 23:21:27 -0400runge[libtdevnc] x11vnc 0.9.8 dev
64db4575 [view]master2009-03-30 13:13:15 +0200Johannes Schindelin[libtdevnc] Add LCD4Linux to the success stories
Signed-off-by: Johannes Schindelin
128ee3ec [view]master2009-03-16 11:09:53 -0400runge[libtdevnc] Add some -remap tricks. Limit rfbCFD message count.
9ae2e839 [view]master2009-03-14 22:18:08 -0400runge[libtdevnc] Insert x11vnc copyright and license notices.
b2805971 [view]master2009-03-14 12:14:55 -0400runge[libtdevnc] Test git commit setting username & etc.
bce0939c [view]master2009-03-14 11:57:04 -0400Karl J. Runge[libtdevnc] Tweak settings and docs for create_display. Add FD_EXTRA finishing cmd.
03666d6a [view]master2009-03-13 02:06:17 +0000runge[libtdevnc] x11vnc: Fix off-screen bug for -ncache_cr copyrect.
e2874d34 [view]master2009-03-12 00:07:48 +0000dscho[libtdevnc] Teach SDLvncviewer about scroll wheel events
Signed-off-by: Johannes Schindelin
76db2202 [view]master2009-03-12 00:07:22 +0000dscho[libtdevnc] SDLvncviewer: fix passing a wrong pointer type
Signed-off-by: Johannes Schindelin
ebe79c28 [view]master2009-03-08 18:33:08 +0000dscho[libtdevnc] Clipboard support for SDLvncviewer
The clipboard support has only been tested on Linux so far.
Signed-off-by: Johannes Schindelin
e7152a7f [view]master2009-03-07 22:30:43 +0000runge[libtdevnc] Allow range for X11VNC_SKIP_DISPLAY, document grab
Xserver issue. Add progress_client() to proceed more quickly
thru handshake. Improvements to turbovnc hack.
eb1cc760 [view]master2009-03-07 19:19:18 +0000dscho[libtdevnc] SDLvncviewer: upon focus loss, force releasing the Alt keys
When switching windows using the Alt+Tab shortcut, SDLvncviewer would
get the "down" event, but not the "up" event. This patch provides
a workaround.
Signed-off-by: Johannes Schindelin
e12c4ccf [view]master2009-03-07 19:18:55 +0000dscho[libtdevnc] SDLvncviewer: refactor event handling
Instead of having deep indent levels, put the code to handle events into
its own function. That also helps readability.
Signed-off-by: Johannes Schindelin
1b2083d8 [view]master2009-03-07 19:18:45 +0000dscho[libtdevnc] Update SDLvncviewer TODOs
Signed-off-by: Johannes Schindelin
a02607fe [view]master2009-03-07 19:18:26 +0000dscho[libtdevnc] Teach SDLvncviewer to be resizable
Using "SDLvncviewer -resizable", you make the window resizable. This
means that you can shrink the window (e.g. when you are trying to access
an x11vnc from your little netbook), or you can enlarge it.
Signed-off-by: Johannes Schindelin
3ab7d5d7 [view]master2009-03-06 16:06:38 +0000dscho[libtdevnc] SDLvncviewer: enable key repeat
Signed-off-by: Johannes Schindelin
2742c957 [view]master2009-02-28 16:39:25 +0000runge[libtdevnc] x11vnc: add kludge to experiment with turbovnc.
453166ec [view]master2009-02-26 02:28:28 +0000runge[libtdevnc] x11vnc: fix some -QD cases for use in tkx11vnc.
81cda63c [view]master2009-02-22 03:04:33 +0000runge[libtdevnc] fix some compiler warnings.

List generated Wed Jun 24 01:19:58 2026
Currently showing patches 55701 to 55750 of 56629 [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]