Age | Commit message (Expand) | Author |
2010-02-05 | vnc.c: remove dead code | Paolo Bonzini |
2010-01-26 | vnc_refresh: calling vnc_update_client might free vs | Stefano Stabellini |
2010-01-20 | vnc: Use inet_strfamily() | Luiz Capitulino |
2010-01-19 | QMP: Introduce VNC_INITIALIZED event | Luiz Capitulino |
2010-01-19 | QMP: Introduce VNC_DISCONNECTED event | Luiz Capitulino |
2010-01-19 | QMP: Introduce VNC_CONNECTED event | Luiz Capitulino |
2010-01-19 | VNC: Cache client info at connection time | Luiz Capitulino |
2010-01-19 | VNC: Add 'family' key | Luiz Capitulino |
2010-01-19 | VNC: Rename client's 'username' key | Luiz Capitulino |
2010-01-19 | VNC: Make 'auth' key mandatory | Luiz Capitulino |
2010-01-19 | VNC: Use 'enabled' key instead of 'status' | Luiz Capitulino |
2010-01-12 | vnc_refresh: return if vd->timer is NULL | Stefano Stabellini |
2009-12-12 | VNC: Convert do_info_vnc() to QObject | Luiz Capitulino |
2009-12-12 | vnc: fix capslock tracking logic. | Gerd Hoffmann |
2009-12-03 | Don't leak file descriptors | Kevin Wolf |
2009-11-12 | vnc: improve capslock handling. | Gerd Hoffmann |
2009-10-05 | Win32: Fix vnc support. | Stefan Weil |
2009-10-05 | vnc: Set invalid buffer pointers to NULL | Stefan Weil |
2009-09-25 | fix use after free | Glauber Costa |
2009-08-24 | When using stdio monitor and VNC display, one can set or clear a VNC password... | Zachary Amsden |
2009-08-24 | Don't segfault when changing VNC password on an SDL display. | Zachary Amsden |
2009-08-10 | variable timer intervals | Stefano Stabellini |
2009-08-10 | single vnc server surface | Stefano Stabellini |
2009-08-10 | a single vnc timer to refresh the screen | Stefano Stabellini |
2009-07-30 | vnc: fix copyrect screen corruption | Gerd Hoffmann |
2009-07-27 | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela |
2009-06-16 | vnc: improve numpad support for qemu console. | Gerd Hoffmann |
2009-06-16 | vnc: rework VncState release workflow. | Gerd Hoffmann |
2009-06-13 | Win32: Don't remove const attribute in type casts. | Stefan Weil |
2009-06-13 | Fix mingw32 build warnings | Blue Swirl |
2009-06-06 | Fix spelling in comment. | Stefan Weil |
2009-05-27 | VNC: Fix memory allocation (wrong structure size). | Stefan Weil |
2009-05-21 | Eliminate --disable-gfx-check and make VNC default when SDL not available | Anthony Liguori |
2009-05-14 | Remove any pretense that there can be more than one AudioState | malc |
2009-05-01 | vnc: kill leftover debug statement. | Gerd Hoffmann |
2009-05-01 | vnc: no need to set force_update for incremental update requests. | Gerd Hoffmann |
2009-05-01 | vnc: fix server surface pixel format. | Gerd Hoffmann |
2009-05-01 | vnc: fix segfault | Gerd Hoffmann |
2009-05-01 | vnc: windup keypad keys for qemu console emulation | Gerd Hoffmann |
2009-04-07 | vnc: Fix incorrect attempt to clear a flag | aurel32 |
2009-03-20 | vnc: throttle screen updates. (Gerd Hoffmann) | aliguori |
2009-03-20 | vnc: fix printf warnings showing up with VNC_DEBUG enabled. (Gerd Hoffmann) | aliguori |
2009-03-20 | vnc: cleanup surface handling, fix screen corruption bug. (Gerd Hoffmann) | aliguori |
2009-03-16 | Delete some unused macros detected with -Wp,-Wunused-macros use | blueswir1 |
2009-03-13 | Replace asprintf() with snprintf() in vnc.c ("Daniel P. Berrange") | aliguori |
2009-03-06 | Remove tabs introduced from VNC ACL series | aliguori |
2009-03-06 | Support ACLs for controlling VNC access ("Daniel P. Berrange") | aliguori |
2009-03-06 | Include auth credentials in 'info vnc' ("Daniel P. Berrange") | aliguori |
2009-03-06 | Add SASL authentication support ("Daniel P. Berrange") | aliguori |
2009-03-06 | Move TLS auth into separate file ("Daniel P. Berrange") | aliguori |