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
bd9e6617 [view]master2009-11-25 17:56:58 +0000toma[tdesdk] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
bcb70436 [view]master2009-11-25 17:56:58 +0000toma[tdenetwork] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
ae2a03c2 [view]master2009-11-25 17:56:58 +0000toma[tdetoys] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
90825e23 [view]master2009-11-25 17:56:58 +0000toma[tdebindings] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
8b2aa1b5 [view]master2009-11-25 17:56:58 +0000toma[tdeartwork] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
84da08d7 [view]master2009-11-25 17:56:58 +0000toma[tdeaddons] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
6d80ae38 [view]master2009-11-25 17:56:58 +0000toma[other] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
5dc1ccc6 [view]master2009-11-25 17:56:58 +0000toma[admin] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
51da0250 [view]master2009-11-25 17:56:58 +0000toma[libltdl] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
4aed2c82 [view]master2009-11-25 17:56:58 +0000toma[tdebase] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
47d455dd [view]master2009-11-25 17:56:58 +0000toma[tdegraphics] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
460c5265 [view]master2009-11-25 17:56:58 +0000toma[tdepim] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
37333bf2 [view]master2009-11-25 17:56:58 +0000toma[tdeadmin] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
2bda8f77 [view]master2009-11-25 17:56:58 +0000toma[tdeutils] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
114a878c [view]master2009-11-25 17:56:58 +0000toma[tdevelop] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
00bb99ac [view]master2009-11-25 17:56:58 +0000toma[tdeaccessibility] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
a8453eea [view]master2009-11-18 18:32:08 -0500runge[libtdevnc] ssvnc/enhanced_tightvnc_viewer update.
09f63f03 [view]master2009-11-18 18:25:36 -0500runge[libtdevnc] x11vnc: -findauth, -auth guess, & etc.
49cdfb4c [view]master2009-11-11 18:18:23 +0100Christian Beier[libtdevnc] libvncclient: better return value for non-forking listen.
The return value now better reflects what has happened:
1 on success (incoming connection on listen socket, we
accepted it successfully), -1 on error, 0 on timeout.
Also change the select calls to not check _all_ possible
file descriptors.
Signed-off-by: Christian Beier
Signed-off-by: Johannes Schindelin
9ed41066 [view]master2009-11-05 16:25:30 +0100Christian Beier[libtdevnc] Fix checks for socket values, 0 is a legal value.
To make this work, we also have to initialize sockets
to a default value of -1.
Also close a client listen socket if it's open.
Signed-off-by: Christian Beier
Signed-off-by: Johannes Schindelin
d3c1d98c [view]master2009-11-05 22:35:17 +0800Vic Lee[libtdevnc] Change GnuTLS minimum requirement to 2.4.0
Signed-off-by: Vic Lee
Signed-off-by: Johannes Schindelin
a4cc8972 [view]master2009-11-04 23:18:36 +0800Vic Lee[libtdevnc] Fix various compilation warnings
Signed-off-by: Vic Lee
Signed-off-by: Johannes Schindelin
67223b7c [view]master2009-10-31 21:48:11 +0100Johannes Schindelin[libtdevnc] Add Alexander to the authors
Signed-off-by: Johannes Schindelin
76b468ce [view]master2009-10-31 20:37:28 +0100Christian Beier[libtdevnc] SDLvncviewer: don't call clean up the same client twice.
If rfbInitConnection fails, it cleans up the client, so protect against
doing it ourselves again.
Signed-off-by: Christian Beier
Signed-off-by: Johannes Schindelin
d4c43c1b [view]master2009-10-31 19:46:36 +0100Christian Beier[libtdevnc] libvncclient: include winsock2.h in vncviewer.c.
fixes warning about closesocket being implicitly declared.
Signed-off-by: Christian Beier
Signed-off-by: Johannes Schindelin
7ed1c0ae [view]master2009-10-30 18:07:22 +0100Christian Beier[libtdevnc] SDLvncviewer: add SIGINT handler to be able to actually stop program.
Signed-off-by: Christian Beier
Signed-off-by: Johannes Schindelin
48773298 [view]master2009-10-30 15:51:58 +0100Christian Beier[libtdevnc] libvncclient: make listenAtTCPPort() work under windows.
Actually, initSockets() has to be called everywhere we possibly
use sockets the first time.
Also fix return value of initSockets().
Signed-off-by: Christian Beier
Signed-off-by: Johannes Schindelin
62ae6bb7 [view]master2009-10-30 12:29:02 +0100Alexander Dorokhine[libtdevnc] libvncclient: Add FinishedFrameBufferUpdate callback
When working on a program which searches the display for some image, one
does not want to search again without getting an FB update. Add a
callback to make this possible.
b02849ab [view]master2009-10-30 12:27:05 +0100Alexander Dorokhine[libtdevnc] Fix hostname resolution problems under Windows
On Windows, the WSA system needs to be initialized to be able to look up
host names.
This patch also changes *addr = 0 to use the constant INADDR_LOOPBACK
instead, which seems to be required on Windows.
1f6c5609 [view]master2009-10-26 22:41:56 +0100Christian Beier[libtdevnc] SDLvncviewer: use -listennofork when -listen specified.
As -listen mode isn't really working under UNIX and not at all under
windows, use -listennofork and an outer listen loop instead.
Signed-off-by: Christian Beier
Signed-off-by: Johannes Schindelin
0a4f1bad [view]master2009-10-26 22:24:21 +0100Christian Beier[libtdevnc] libvncclient: add a non-forking listen function.
Forking the whole process from deep within a library call does
not really work at all with apps that use multiple threads, i.e. every
reasonably modern GUI app. So, provide a non-forking listen function so
that the caller can decide if to fork, start a thread, etc.
This implementation adds a timeout parameter to be able to call the
listen function multiple times so that it's possible to do sth. else
in between, e.g. abort listening.
Signed-off-by: Christian Beier
Signed-off-by: Johannes Schindelin
3b608cd3 [view]master2009-10-21 19:02:46 +0200Christian Beier[libtdevnc] SDLvncviewer: make listen mode work _somewhat_.
set the port to listen on and really ensure that the
window of the fork()ed instance is closed.
works somewhat: it's now actually possible to listen for an
incoming connection and to close it again, but the second
connection attempt fails with 'XIO: fatal IO error 11
(Resource temporarily unavailable)'. this could relate to the
fact that SDL uses threads internally and we're fork()ing
here...
Signed-off-by: Christian Beier
Signed-off-by: Johannes Schindelin
35c42cf3 [view]master2009-10-17 22:36:54 -0400runge[libtdevnc] Workaround for inane X_ShmAttach incompatibility in Xorg, -solid support in xfce, showrfbauth option.
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

List generated Sat Mar 15 20:18:01 2025
Currently showing patches 50601 to 50650 of 51561 [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]