| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | x11vnc: add -ssl mode using libssl. Include Xdummy in misc. | runge | 2006-03-12 | 27 | -1150/+3983 |
* | x11vnc: do CLIPBOARD, reverse conn require passwds, -usepw, -debug_sel, -sto... | runge | 2006-03-08 | 20 | -527/+1304 |
* | x11vnc: gui speedup and fixes. -unixpw and -inetd | runge | 2006-03-06 | 19 | -223/+682 |
* | x11vnc: -unixpw on *bsd, hpux and tru64. -unixpw_nis mode. stunnel and gui t... | runge | 2006-03-05 | 20 | -757/+1314 |
* | x11vnc: more -unixpw mode. -gone popup mode. Change filexfer via -R. Tune SM... | runge | 2006-03-03 | 18 | -1216/+2283 |
* | Fix blooptest example | dscho | 2006-03-01 | 3 | -5/+3 |
* | do not assume that KEYSYM_H guards X11's keysym.h | dscho | 2006-03-01 | 1 | -2/+1 |
* | do not timeout on idle client input (with pthreads) | dscho | 2006-03-01 | 1 | -0/+16 |
* | if compiling with pthreads, also compile blooptest | dscho | 2006-03-01 | 1 | -1/+9 |
* | rfbCheckFds now returns the number of processed events | dscho | 2006-02-28 | 1 | -10/+13 |
* | add handleEventsEagerly flag (Thanks, Donald) | dscho | 2006-02-28 | 5 | -84/+97 |
* | x11vnc: -unixpw and -stunnel. Add clipboard to input control. | runge | 2006-02-25 | 36 | -1086/+2355 |
* | Added method to get extension specific client data | rohit_99129 | 2006-02-24 | 2 | -2/+2 |
* | Added method to get extension specific client data | rohit_99129 | 2006-02-24 | 4 | -34/+42 |
* | add functions to unregister extensions/security types | dscho | 2006-02-22 | 5 | -9/+134 |
* | IRIX linker is very picky about order of libraries | dscho | 2006-02-21 | 2 | -4/+4 |
* | fix some non-gcc compiler warnings and signals in x11vnc | runge | 2006-02-20 | 16 | -894/+1228 |
* | x11vnc: fix AIX build wrt h_errno. | runge | 2006-02-07 | 5 | -473/+504 |
* | x11vnc: -8to24 more speedups; tunables for very slow machines. | runge | 2006-02-06 | 7 | -101/+383 |
* | x11vnc: -8to24 speedups and improvements. | runge | 2006-02-05 | 16 | -464/+1052 |
* | x11vnc: -8to24 opts, use XGetSubImage. fix -threads deadlocks and -rawfb crash | runge | 2006-01-22 | 16 | -159/+310 |
* | x11vnc: -8to24 now works on default depth 8 displays. | runge | 2006-01-19 | 13 | -873/+1240 |
* | x11vnc: more tweaks to -8to24 XGETIMAGE_8TO24 | runge | 2006-01-16 | 7 | -858/+1074 |
* | x11vnc: add -8to24 option for some multi-depth displays. | runge | 2006-01-15 | 23 | -540/+1639 |
* | configure.ac: add switches for most X extensions. | runge | 2006-01-12 | 7 | -37/+81 |
* | logMutex needs to be initialized too; in rfbDefaultLog. | runge | 2006-01-11 | 5 | -713/+727 |
* | x11vnc: close fd > 2 in run_user_command(), -nocmds in crash_debug, fix 64bi... | runge | 2006-01-11 | 17 | -31/+68 |
* | rfbProcessEvents() has to iterate also over clients with sock < 0 to close them | dscho | 2006-01-10 | 3 | -3/+24 |