| Commit message (Expand) | Author | Age | Files | Lines |
* | x11vnc: misc cleanup. | runge | 2006-06-24 | 18 | -1027/+1051 |
* | x11vnc: --grabkbd, -grabptr, -env, -allowedcmds, unixpw+WAIT user fred:options | runge | 2006-06-18 | 40 | -377/+1058 |
* | fix typo | dscho | 2006-06-15 | 1 | -1/+3 |
* | no need for Time::HiRes to play back | dscho | 2006-06-15 | 3 | -6/+7 |
* | add timing | dscho | 2006-06-15 | 1 | -1/+23 |
* | x11vnc: -display WAIT:cmd=FINDDISPLAY, HTTPONCE, -http_ssl option, Java fixes. | runge | 2006-06-13 | 21 | -1413/+1933 |
* | x11vnc: make -display WAIT + -unixpw work on Solaris. | runge | 2006-06-09 | 4 | -18/+45 |
* | x11vnc: -display WAIT:..., -users unixpw=, su_verify dpy command. | runge | 2006-06-08 | 32 | -1338/+3433 |
* | RFB 3.8 clients are well informed | steven_carr | 2006-06-05 | 3 | -45/+86 |
* | Better support for RFB >= 3.8 protocols | steven_carr | 2006-06-05 | 1 | -22/+43 |
* | All security types for RFB >= 3.7 *have* to respond with a Security Result (E... | steven_carr | 2006-06-05 | 1 | -1/+9 |
* | x11vnc: -capslock -skip_lockkeys; Alt keys under -rawfb cons. | runge | 2006-06-03 | 30 | -2366/+1597 |
* | move all types into handler loop. | runge | 2006-06-03 | 1 | -10/+9 |
* | Identified and removed some memory leaks associated with the Encodings RRE, C... | steven_carr | 2006-05-29 | 1 | -0/+7 |
* | Security Type memory leak plugged. Leaks when rfb >= 3.7 clients connects. | steven_carr | 2006-05-29 | 1 | -5/+9 |
* | KeyboardLedState Encoding Masks are now defined for portability | steven_carr | 2006-05-28 | 1 | -0/+18 |
* | Plugged some memory leakage | steven_carr | 2006-05-28 | 7 | -3/+85 |
* | Permit auth.c to test major version | steven_carr | 2006-05-16 | 2 | -0/+2 |
* | Specifically test for Major Version 3 added | steven_carr | 2006-05-16 | 1 | -1/+2 |
* | Statistics now fit into 80-column output | steven_carr | 2006-05-16 | 2 | -4/+8 |
* | Statistics output now fits in 80-column output | steven_carr | 2006-05-16 | 1 | -67/+85 |
* | Corrected Cursor Statistics reporting as messages | steven_carr | 2006-05-16 | 1 | -2/+2 |
* | remove unneeded file | dscho | 2006-05-15 | 1 | -15/+0 |
* | Support sending TextChat messages back to the client | steven_carr | 2006-05-15 | 2 | -0/+43 |
* | Default to RFB 3.8, add command line option to specify the RFB version. | steven_carr | 2006-05-15 | 6 | -6/+40 |
* | The great UltraVNC Compatibility Commit | steven_carr | 2006-05-15 | 25 | -301/+1935 |
* | fix some build issues WRT ultravnc code. | runge | 2006-05-13 | 11 | -6983/+6999 |
* | x11vnc: support for video4linux webcams & tv-tuners, -24to32 bpp option, -ra... | runge | 2006-05-07 | 46 | -1360/+4982 |
* | Server Capability Encodings | steven_carr | 2006-05-04 | 6 | -32/+413 |
* | UltraVNC with scaling, will send rectangles with a zero W or H | steven_carr | 2006-05-04 | 1 | -3/+8 |
* | Client side support for PalmVNC/UltraVNC 'Server Side Scaling' | steven_carr | 2006-05-04 | 3 | -4/+71 |
* | KeyboardLedState should be placed in 'various protocol extensions' | steven_carr | 2006-05-04 | 1 | -1/+1 |
* | Client Independent Server Side Scaling is now supported | steven_carr | 2006-05-03 | 16 | -64/+594 |
* | Ultra Encoding added. Tested against UltraVNC V1.01 | steven_carr | 2006-05-02 | 16 | -27/+7552 |
* | CopyRectangle() BPP!=8 bug fixed | steven_carr | 2006-05-02 | 1 | -1/+1 |
* | Eliminate incompatible pointer assignment warning (gcc 4.0.1) | steven_carr | 2006-05-02 | 1 | -2/+2 |
* | signed vs unsigned warnings eliminated (gcc 4.0.1) | steven_carr | 2006-05-02 | 3 | -5/+5 |
* | include rotatetemplate.c in the tarball | dscho | 2006-04-30 | 1 | -1/+1 |
* | libvncclient: support changing of framebuffer size; make SDLvncviewer use it | dscho | 2006-04-28 | 3 | -15/+30 |
* | fix SDLvncviewer for widths which are not divisible by 8 | dscho | 2006-04-28 | 1 | -1/+2 |
* | add rotate and flip example | dscho | 2006-04-27 | 6 | -2/+153 |
* | malloc.h should not be needed (it is missing on quite a few platforms) | dscho | 2006-04-27 | 1 | -1/+0 |
* | Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h | runge | 2006-04-26 | 18 | -245/+287 |
* | Added an example camera application to demonstrate another way to write a ser... | steven_carr | 2006-04-17 | 3 | -1/+158 |
* | Apache SSL gateway. More web proxy cases for Java and ssl_vncviewer. | runge | 2006-04-16 | 14 | -1655/+3148 |
* | SSL Java viewer work thru proxy. -sslGenCA, etc key/cert management utils f... | runge | 2006-04-05 | 35 | -589/+4359 |
* | add KeyboardLedState extension | dscho | 2006-03-28 | 9 | -4/+122 |
* | SSL patch for Java viewer. https support for x11vnc. | runge | 2006-03-28 | 35 | -1495/+3364 |
* | ignore maxRectsPerUpdate when encoding is Zlib (thanks scarr) | dscho | 2006-03-27 | 3 | -1/+8 |
* | libvncclient: take -compress <level> and -quality <level> command line arguments | dscho | 2006-03-27 | 1 | -0/+6 |