Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | java ingoreProxy, fix old libssl free_func problem | runge | 2007-04-07 | 9 | -1419/+1478 | |
| | ||||||
* | rfbclient.h: use 'extern "C"' to make it convenient to include from C++ | dscho | 2007-04-06 | 3 | -2/+15 | |
| | ||||||
* | rfb.h: Do not misplace guards | dscho | 2007-04-06 | 3 | -2/+9 | |
| | | | | This buglet made it impossible to double include rfb.h from C++. | |||||
* | build x11vnc with static libraries (at least for now) | dscho | 2007-03-30 | 1 | -1/+17 | |
| | | | | | | | Maybe at a later stage, we want x11vnc to pick up on existing libvncserver.so and libvncclient.so, but right now, x11vnc and the libraries progress together (and thus it is better to build static, necessarily up-to-date libraries for x11vnc). | |||||
* | Build shared libraries per default | dscho | 2007-03-30 | 13 | -13/+13275 | |
| | | | | Thanks to Guillaume Rousse, we now use libtool to build shared libraries. | |||||
* | x11vnc: remove build errors, get -ncache working on macosx again. | runge | 2007-03-25 | 6 | -1280/+1292 | |
| | ||||||
* | Fix short vs. char problem with X cursors. Have fg == bg == 0 imply ↵ | runge | 2007-03-24 | 1 | -7/+51 | |
| | | | | interpolation to B&W. | |||||
* | reverse connections for ss_vncviewer. java one-time-keys. | runge | 2007-03-24 | 4 | -41/+385 | |
| | ||||||
* | x11vnc: reverse SSL connections. -sleepin option. | runge | 2007-03-24 | 13 | -1470/+1596 | |
| | ||||||
* | reverse (listening) VNC connections. | runge | 2007-03-24 | 5 | -132/+848 | |
| | ||||||
* | ssvnc: sync to 1.0.13 release. | runge | 2007-03-20 | 6 | -39/+150 | |
| | ||||||
* | x11vnc: -httpsredir, x11cursor fix, nc=N login opt, no -ncache betatest for ↵ | runge | 2007-03-20 | 12 | -199/+511 | |
| | | | | java viewer. | |||||
* | Add "Connection: close" to HTTP replies. | runge | 2007-03-20 | 2 | -2/+18 | |
| | ||||||
* | Fix a locking problem in libvncserver | dscho | 2007-03-17 | 4 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | 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 <[email protected]> | |||||
* | ssvnc: sync src/patches/tight-vncviewer-full.patch | runge | 2007-03-13 | 1 | -119/+636 | |
| | ||||||
* | x11vnc: fix crash for kde dcop. limit ncache beta tester to 96MB viewers. | runge | 2007-03-13 | 9 | -959/+1271 | |
| | ||||||
* | ssvnc: more fixes for painting problems. | runge | 2007-02-19 | 5 | -543/+105 | |
| | ||||||
* | x11vnc: fix -users bob= in -inetd mode. | runge | 2007-02-19 | 4 | -492/+518 | |
| | ||||||
* | store 1.0.12 snapshot. | runge | 2007-02-19 | 7 | -599/+7028 | |
| | ||||||
* | x11vnc: Get ultravnc textchat working with ssvnc. | runge | 2007-02-19 | 6 | -12/+31 | |
| | ||||||
* | x11vnc: make https fetch in accept_openssl() work again. | runge | 2007-02-17 | 4 | -25/+4 | |
| | ||||||
* | x11vnc: add Files mode to user controlled input. more ultra/tight filexfer ↵ | runge | 2007-02-16 | 16 | -138/+336 | |
| | | | | tweaks. rfbversion remote control. noncache/nc unixpw user opt. | |||||
* | x11vnc: tightvnc filetransfer off by default. FINDCREATEDISPLAY geometry. | runge | 2007-02-16 | 19 | -1469/+1721 | |
| | ||||||
* | x11vnc: add avahi (aka mDNS/Zeroconf/Bonjour...) support thanks to Diego ↵ | runge | 2007-02-12 | 19 | -1599/+2083 | |
| | | | | Petteno. add -find -create | |||||
* | x11vnc: -grabalways, -forcedpms, -clientdpms, -noserverdpms, -loopbg, -svc, ↵ | runge | 2007-02-12 | 21 | -1651/+2299 | |
| | | | | -xdmsvc | |||||
* | x11vnc: watch textchat, etc in unixpw, implement kbdReleaseAllKeys, ↵ | runge | 2007-02-10 | 20 | -1272/+1791 | |
| | | | | setSingleWindow, setServerInput. watch for OpenGL apps breaking XDAMAGE. | |||||
* | ssvnc 1.0.11 files. | runge | 2007-02-05 | 7 | -86/+3451 | |
| | ||||||
* | Setup for x11vnc 0.8.5 | runge | 2007-02-05 | 5 | -1198/+1438 | |
| | ||||||
* | LibVNCClient: some users do not want to get whole-screen updates; introduce ↵ | dscho | 2007-02-01 | 4 | -8/+30 | |
| | | | | client->updateRect for that | |||||
* | sometimes zrle sends too many bytes; play safe | dscho | 2007-02-01 | 1 | -2/+3 | |
| | ||||||
* | fix warnings. | runge | 2007-01-31 | 8 | -33/+45 | |
| | ||||||
* | libvncclient changes. | runge | 2007-01-31 | 1 | -0/+6 | |
| | ||||||
* | x11vnc: -reflect, -N. -ncache, FINDDISPLAY, FINDCREATEDISPLAY, improvements. ↵ | runge | 2007-01-31 | 37 | -1811/+3523 | |
| | | | | MODTWEAK_LOWEST workaround. | |||||
* | libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient | runge | 2007-01-31 | 6 | -10/+51 | |
| | ||||||
* | compile fix for MinGW | dscho | 2007-01-25 | 1 | -19/+27 | |
| | ||||||
* | complain when SWIG is not present, but needed | dscho | 2007-01-25 | 1 | -0/+1 | |
| | ||||||
* | Complain if libvncserver-config was not found in PATH | dscho | 2007-01-25 | 1 | -2/+6 | |
| | ||||||
* | some -ncache performance improvements, rootpixmap watching, gnome wm heuristics | runge | 2007-01-10 | 19 | -140/+426 | |
| | ||||||
* | Fix old compiler error; fix warnings. | runge | 2007-01-09 | 4 | -80/+88 | |
| | ||||||
* | more speed and accuracy improvements to -ncache mode. | runge | 2007-01-09 | 13 | -390/+773 | |
| | ||||||
* | changes to ncache cache aging and xdamage skipping | runge | 2007-01-07 | 8 | -228/+430 | |
| | ||||||
* | x11vnc: more -ncache improvements. | runge | 2007-01-04 | 7 | -1492/+1776 | |
| | ||||||
* | x11vnc: more -ncache improvements. | runge | 2007-01-02 | 18 | -243/+1417 | |
| | ||||||
* | x11vnc -ncache on by default for beta test. fix -nofb & -rawfb modes. | runge | 2006-12-29 | 16 | -83/+193 | |
| | ||||||
* | a couple more warnings... | runge | 2006-12-28 | 3 | -3/+7 | |
| | ||||||
* | still more compiler warnings; ssvnc 1.0.9 sync. | runge | 2006-12-28 | 28 | -188/+424 | |
| | ||||||
* | more compiler warnings cleanup. | runge | 2006-12-28 | 21 | -45/+115 | |
| | ||||||
* | x11vnc: clean up compiler warnings. | runge | 2006-12-28 | 18 | -84/+120 | |
| | ||||||
* | x11vnc: more work on -ncache. | runge | 2006-12-28 | 31 | -1551/+5202 | |
| | ||||||
* | x11vnc: first pass at client-side caching, -ncache option. | runge | 2006-12-17 | 19 | -1154/+2167 | |
| |