Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix hostname resolution problems under Windows | Alexander Dorokhine | 2009-10-30 | 1 | -8/+17 |
| | | | | | | | | 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. | ||||
* | Workaround for inane X_ShmAttach incompatibility in Xorg, -solid support in ↵ | runge | 2009-10-17 | 9 | -142/+295 |
| | | | | xfce, showrfbauth option. | ||||
* | Synchronize ssvnc source, etc. Nearly the 1.0.24 release... | runge | 2009-10-08 | 8 | -310/+1064 |
| | |||||
* | Huge number of changes, see x11vnc/ChangeLog | runge | 2009-10-08 | 38 | -2670/+5838 |
| | |||||
* | Some broken build environments treat fprintf(fh, buf) as a fatal error... | runge | 2009-10-07 | 1 | -1/+1 |
| | |||||
* | Some broken build environments treat fprintf(fh, buf) as a fatal error... | runge | 2009-10-07 | 1 | -1/+1 |
| | |||||
* | mingw32 crosscompile fixes. | Christian Beier | 2009-10-02 | 5 | -4/+24 |
| | | | | | | | | | | | 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 <dontmind@freeshell.org> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Merge remote branch 'sf/master' | Johannes Schindelin | 2009-10-02 | 1 | -1/+1 |
|\ | |||||
| * | Add Christian Beier to the AUTHORS | Johannes Schindelin | 2009-10-02 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | | encodingstest: fix multi-threading issue | Johannes Schindelin | 2009-10-02 | 1 | -4/+8 |
| | | | | | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | | encodingstest: fix whitespace | Johannes Schindelin | 2009-10-02 | 1 | -7/+5 |
|/ | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Fix IsUnixSocket() | Christian Beier | 2009-10-02 | 1 | -1/+1 |
| | | | | | | | | 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 <johannes.schindelin@gmx.de> | ||||
* | Add Vic Lee to the author list | Johannes Schindelin | 2009-09-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Fix bug for logging unsupported security types | Vic Lee | 2009-09-27 | 1 | -6/+26 |
| | | | | Signed-off-by: Vic Lee <llyzs@163.com> | ||||
* | Fix bug for VNC Server version 4 | Vic Lee | 2009-09-27 | 1 | -1/+4 |
| | | | | Signed-off-by: Vic Lee <llyzs@163.com> | ||||
* | Improvements to -unixpw_cmd and -unixpw_nis. | runge | 2009-08-10 | 11 | -1919/+2336 |
| | | | | | Experimental X11VNC_WATCH_DX_DY=1 for buggy theme menus, see: http://ubuntuforums.org/showthread.php?t=1223490 | ||||
* | Setup for x11vnc version 0.9.9 | runge | 2009-07-11 | 5 | -118/+124 |
| | |||||
* | Add proxyHost and proxyPort java applet params. | runge | 2009-06-19 | 8 | -28/+121 |
| | |||||
* | Merge branch 'master' of ↵ | runge | 2009-06-18 | 1 | -2/+4 |
|\ | | | | | | | ssh://runge@libvncserver.git.sourceforge.net/gitroot/libvncserver | ||||
| * | Fix two issues in rfbGetClient() | Johannes Schindelin | 2009-06-16 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | 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 <johannes.schindelin@gmx.de> | ||||
* | | classes/ssl: java viewer now handles auth-basic proxy logins. | runge | 2009-06-18 | 17 | -1994/+5881 |
|/ | | | | misc/enhanced_tightvnc_viewer: update ssvnc. | ||||
* | X11VNC_REFLECT_PASSWORD env. var., warning about compiz, improve single-port. | runge | 2009-06-14 | 9 | -44/+185 |
| | |||||
* | Add close() to rfbClientCleanup() | Stefan Becker | 2009-05-22 | 1 | -0/+2 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Thread safety. Fix -clip -in -rawfb. Try to avoid Xorg stuck | runge | 2009-05-21 | 27 | -1051/+1509 |
| | | | | key bug. | ||||
* | Thread safety for zrle, zlib, tight. | runge | 2009-05-21 | 10 | -47/+187 |
| | | | | Proposed tight security type fix for debian bug 517422. | ||||
* | Export the functions SupportsClient2Server and SupportsServer2Client | llyzs | 2009-05-20 | 1 | -0/+3 |
| | | | | | | | These are useful functions for VNC clients, so let's export them for everybody to use. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Add Ben to the authors | Johannes Schindelin | 2009-05-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Make autogen.sh executable | Johannes Schindelin | 2009-05-12 | 1 | -0/+0 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | libvncclient: Unix sockets support by Ben Klopfenstein | Ben Klopfenstein | 2009-05-12 | 3 | -5/+54 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | rebuild for x11vnc dev 0.9.8 | runge | 2009-03-31 | 7 | -50/+94 |
| | |||||
* | x11vnc 0.9.8 dev | runge | 2009-03-31 | 1 | -1/+1 |
| | |||||
* | Add LCD4Linux to the success stories | Johannes Schindelin | 2009-03-30 | 1 | -0/+3 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Add some -remap tricks. Limit rfbCFD message count. | runge | 2009-03-16 | 8 | -18/+117 |
| | |||||
* | Insert x11vnc copyright and license notices. | runge | 2009-03-14 | 100 | -12/+2922 |
| | |||||
* | Test git commit setting username & etc. | runge | 2009-03-14 | 1 | -1/+1 |
| | |||||
* | Tweak settings and docs for create_display. Add FD_EXTRA finishing cmd. | Karl J. Runge | 2009-03-14 | 6 | -768/+829 |
| | |||||
* | x11vnc: Fix off-screen bug for -ncache_cr copyrect. | runge | 2009-03-13 | 7 | -376/+413 |
| | |||||
* | Teach SDLvncviewer about scroll wheel events | dscho | 2009-03-12 | 2 | -8/+30 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | SDLvncviewer: fix passing a wrong pointer type | dscho | 2009-03-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Clipboard support for SDLvncviewer | dscho | 2009-03-08 | 5 | -1/+606 |
| | | | | | | The clipboard support has only been tested on Linux so far. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Allow range for X11VNC_SKIP_DISPLAY, document grab | runge | 2009-03-07 | 17 | -1292/+1569 |
| | | | | | Xserver issue. Add progress_client() to proceed more quickly thru handshake. Improvements to turbovnc hack. | ||||
* | SDLvncviewer: upon focus loss, force releasing the Alt keys | dscho | 2009-03-07 | 3 | -1/+22 |
| | | | | | | | | 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 <johannes.schindelin@gmx.de> | ||||
* | SDLvncviewer: refactor event handling | dscho | 2009-03-07 | 1 | -43/+50 |
| | | | | | | | 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 <johannes.schindelin@gmx.de> | ||||
* | Update SDLvncviewer TODOs | dscho | 2009-03-07 | 1 | -3/+1 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Teach SDLvncviewer to be resizable | dscho | 2009-03-07 | 2 | -8/+148 |
| | | | | | | | | 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 <johannes.schindelin@gmx.de> | ||||
* | SDLvncviewer: enable key repeat | dscho | 2009-03-06 | 3 | -1/+5 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | x11vnc: add kludge to experiment with turbovnc. | runge | 2009-02-28 | 11 | -2/+1990 |
| | |||||
* | x11vnc: fix some -QD cases for use in tkx11vnc. | runge | 2009-02-26 | 7 | -16/+111 |
| | |||||
* | fix some compiler warnings. | runge | 2009-02-22 | 4 | -5/+13 |
| | |||||
* | add -noskip_lockkeys option for future use. | runge | 2009-02-22 | 6 | -1461/+1487 |
| |