[First Page] [Previous Page] [Next Page] [Last Page]
| GIT Hash | Branch | Date | Author | Log Message |
|---|---|---|---|---|
| 90825e23 [view] | master | 2009-11-25 17:56:58 +0000 | toma | [tdebindings] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 |
| 8b2aa1b5 [view] | master | 2009-11-25 17:56:58 +0000 | toma | [tdeartwork] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 |
| 84da08d7 [view] | master | 2009-11-25 17:56:58 +0000 | toma | [tdeaddons] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 |
| 6d80ae38 [view] | master | 2009-11-25 17:56:58 +0000 | toma | [other] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 |
| 5dc1ccc6 [view] | master | 2009-11-25 17:56:58 +0000 | toma | [admin] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 |
| 51da0250 [view] | master | 2009-11-25 17:56:58 +0000 | toma | [libltdl] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 |
| 4aed2c82 [view] | master | 2009-11-25 17:56:58 +0000 | toma | [tdebase] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 |
| 47d455dd [view] | master | 2009-11-25 17:56:58 +0000 | toma | [tdegraphics] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 |
| 460c5265 [view] | master | 2009-11-25 17:56:58 +0000 | toma | [tdepim] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 |
| 37333bf2 [view] | master | 2009-11-25 17:56:58 +0000 | toma | [tdeadmin] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 |
| 2bda8f77 [view] | master | 2009-11-25 17:56:58 +0000 | toma | [tdeutils] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 |
| 114a878c [view] | master | 2009-11-25 17:56:58 +0000 | toma | [tdevelop] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 |
| 00bb99ac [view] | master | 2009-11-25 17:56:58 +0000 | toma | [tdeaccessibility] Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 |
| a8453eea [view] | master | 2009-11-18 18:32:08 -0500 | runge | [libtdevnc] ssvnc/enhanced_tightvnc_viewer update. |
| 09f63f03 [view] | master | 2009-11-18 18:25:36 -0500 | runge | [libtdevnc] x11vnc: -findauth, -auth guess, & etc. |
| 49cdfb4c [view] | master | 2009-11-11 18:18:23 +0100 | Christian 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] | master | 2009-11-05 16:25:30 +0100 | Christian 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] | master | 2009-11-05 22:35:17 +0800 | Vic Lee | [libtdevnc] Change GnuTLS minimum requirement to 2.4.0 Signed-off-by: Vic Lee Signed-off-by: Johannes Schindelin |
| a4cc8972 [view] | master | 2009-11-04 23:18:36 +0800 | Vic Lee | [libtdevnc] Fix various compilation warnings Signed-off-by: Vic Lee Signed-off-by: Johannes Schindelin |
| 67223b7c [view] | master | 2009-10-31 21:48:11 +0100 | Johannes Schindelin | [libtdevnc] Add Alexander to the authors Signed-off-by: Johannes Schindelin |
| 76b468ce [view] | master | 2009-10-31 20:37:28 +0100 | Christian 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] | master | 2009-10-31 19:46:36 +0100 | Christian 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] | master | 2009-10-30 18:07:22 +0100 | Christian 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] | master | 2009-10-30 15:51:58 +0100 | Christian 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] | master | 2009-10-30 12:29:02 +0100 | Alexander 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] | master | 2009-10-30 12:27:05 +0100 | Alexander 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] | master | 2009-10-26 22:41:56 +0100 | Christian 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] | master | 2009-10-26 22:24:21 +0100 | Christian 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] | master | 2009-10-21 19:02:46 +0200 | Christian 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] | master | 2009-10-17 22:36:54 -0400 | runge | [libtdevnc] Workaround for inane X_ShmAttach incompatibility in Xorg, -solid support in xfce, showrfbauth option. |
| 387e189b [view] | master | 2009-10-08 17:46:53 -0400 | runge | [libtdevnc] Synchronize ssvnc source, etc. Nearly the 1.0.24 release... |
| 3129ef66 [view] | master | 2009-10-08 17:30:36 -0400 | runge | [libtdevnc] Huge number of changes, see x11vnc/ChangeLog |
| 169ef3a0 [view] | master | 2009-10-07 16:35:38 -0400 | runge | [libtdevnc] Some broken build environments treat fprintf(fh, buf) as a fatal error... |
| 0142acdd [view] | master | 2009-10-07 16:33:46 -0400 | runge | [libtdevnc] Some broken build environments treat fprintf(fh, buf) as a fatal error... |
| 29990f00 [view] | master | 2009-10-07 11:01:55 +0800 | Vic Lee | [libtdevnc] Add MSLogon security type Signed-off-by: Vic Lee Signed-off-by: Johannes Schindelin |
| a92f7f46 [view] | master | 2009-10-02 14:44:10 +0200 | Christian 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] | master | 2009-10-02 20:42:05 +0800 | Vic Lee | [libtdevnc] Add VeNCrypt support in libvncclient Signed-off-by: Vic Lee |
| 2a2a60b0 [view] | master | 2009-10-02 11:47:46 +0200 | Johannes Schindelin | [libtdevnc] encodingstest: fix whitespace Signed-off-by: Johannes Schindelin |
| 0c061f2a [view] | master | 2009-10-02 11:47:29 +0200 | Johannes Schindelin | [libtdevnc] encodingstest: fix multi-threading issue Signed-off-by: Johannes Schindelin |
| 68964c29 [view] | master | 2009-10-02 11:11:28 +0200 | Johannes Schindelin | [libtdevnc] Fallback to --without-client-tls if GNUTLS could not be found Signed-off-by: Johannes Schindelin |
| 3704595b [view] | master | 2009-10-02 11:05:06 +0200 | Johannes Schindelin | [libtdevnc] Add Christian Beier to the AUTHORS Signed-off-by: Johannes Schindelin |
| c652b55f [view] | master | 2009-10-02 10:50:18 +0200 | Christian 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] | master | 2009-10-01 20:22:36 +0800 | Vic Lee | [libtdevnc] Add anonymous TLS support in libvncclient Signed-off-by: Vic Lee |
| bdde3f92 [view] | master | 2009-09-27 14:29:29 +0200 | Johannes Schindelin | [libtdevnc] Add Vic Lee to the author list Signed-off-by: Johannes Schindelin |
| 2f9836d8 [view] | master | 2009-09-14 12:54:17 +0800 | Vic Lee | [libtdevnc] Fix bug for logging unsupported security types Signed-off-by: Vic Lee |
| 4e1aba74 [view] | master | 2009-09-14 12:14:13 +0800 | Vic Lee | [libtdevnc] Fix bug for VNC Server version 4 Signed-off-by: Vic Lee |
| fd084b5d [view] | master | 2009-08-10 17:56:10 -0400 | runge | [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] | master | 2009-07-11 19:41:59 -0400 | runge | [libtdevnc] Setup for x11vnc version 0.9.9 |
| b6ee5f96 [view] | master | 2009-06-19 11:08:40 -0400 | runge | [libtdevnc] Add proxyHost and proxyPort java applet params. |
| 61383c50 [view] | master | 2009-06-18 22:32:16 -0400 | runge | [libtdevnc] classes/ssl: java viewer now handles auth-basic proxy logins. misc/enhanced_tightvnc_viewer: update ssvnc. |
| ef331826 [view] | master | 2009-06-16 23:35:12 +0200 | Johannes 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] | master | 2009-06-14 19:00:09 -0400 | runge | [libtdevnc] X11VNC_REFLECT_PASSWORD env. var., warning about compiz, improve single-port. |
| 0e7499fb [view] | master | 2009-05-22 13:34:09 +0200 | Stefan Becker | [libtdevnc] Add close() to rfbClientCleanup() Signed-off-by: Johannes Schindelin |
| 94d058b3 [view] | master | 2009-05-21 10:57:03 -0400 | runge | [libtdevnc] Thread safety. Fix -clip -in -rawfb. Try to avoid Xorg stuck key bug. |
| 804335f9 [view] | master | 2009-05-21 10:32:18 -0400 | runge | [libtdevnc] Thread safety for zrle, zlib, tight. Proposed tight security type fix for debian bug #517422 |
| 2cd48332 [view] | master | 2009-05-20 14:58:00 +0200 | llyzs | [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] | master | 2009-05-12 14:56:44 +0200 | Johannes Schindelin | [libtdevnc] Add Ben to the authors Signed-off-by: Johannes Schindelin |
| 2f4f700f [view] | master | 2009-05-12 14:51:30 +0200 | Johannes Schindelin | [libtdevnc] Make autogen.sh executable Signed-off-by: Johannes Schindelin |
| d7c0b34b [view] | master | 2009-05-12 01:51:23 +0200 | Ben Klopfenstein | [libtdevnc] libvncclient: Unix sockets support by Ben Klopfenstein Signed-off-by: Johannes Schindelin |
| c467da63 [view] | master | 2009-04-17 17:28:34 +0000 | Thomas McGuire | [tdepim] Make the folder assurance read-only. Patch by Szokovacs Robert BUG: 144035 Cherry-picked from: 243dfe72a65603f6fdc36b78585cb21125e88c7d Signed-off-by: Luke Dashjr |
[First Page] [Previous Page] [Next Page] [Last Page]
© 2010-2026 Trinity Desktop Project