2009-08-24 |
Zachary Amsden | When using stdio monitor and VNC display, one can set... |
blob | commitdiff | raw |
2009-08-24 |
Zachary Amsden | Don't segfault when changing VNC password on an SDL... |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Stefano Stabellini | variable timer intervals |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Stefano Stabellini | single vnc server surface |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Stefano Stabellini | a single vnc timer to refresh the screen |
blob | commitdiff | raw | diff to current |
2009-07-30 |
Gerd Hoffmann | vnc: fix copyrect screen corruption |
blob | commitdiff | raw | diff to current |
2009-07-27 |
Juan Quintela | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Gerd Hoffmann | vnc: improve numpad support for qemu console. |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Gerd Hoffmann | vnc: rework VncState release workflow. |
blob | commitdiff | raw | diff to current |
2009-06-13 |
Stefan Weil | Win32: Don't remove const attribute in type casts. |
blob | commitdiff | raw | diff to current |
2009-06-13 |
Blue Swirl | Fix mingw32 build warnings |
blob | commitdiff | raw | diff to current |
2009-06-06 |
Stefan Weil | Fix spelling in comment. |
blob | commitdiff | raw | diff to current |
2009-05-27 |
Stefan Weil | VNC: Fix memory allocation (wrong structure size). |
blob | commitdiff | raw | diff to current |
2009-05-21 |
Anthony Liguori | Eliminate --disable-gfx-check and make VNC default... |
blob | commitdiff | raw | diff to current |
2009-05-13 |
malc | Remove any pretense that there can be more than one... |
blob | commitdiff | raw | diff to current |
2009-05-01 |
Gerd Hoffmann | vnc: kill leftover debug statement. |
blob | commitdiff | raw | diff to current |
2009-05-01 |
Gerd Hoffmann | vnc: no need to set force_update for incremental update... |
blob | commitdiff | raw | diff to current |
2009-05-01 |
Gerd Hoffmann | vnc: fix server surface pixel format. |
blob | commitdiff | raw | diff to current |
2009-05-01 |
Gerd Hoffmann | vnc: fix segfault |
blob | commitdiff | raw | diff to current |
2009-05-01 |
Gerd Hoffmann | vnc: windup keypad keys for qemu console emulation |
blob | commitdiff | raw | diff to current |
2009-04-07 |
aurel32 | vnc: Fix incorrect attempt to clear a flag |
blob | commitdiff | raw | diff to current |
2009-03-20 |
aliguori | vnc: throttle screen updates. (Gerd Hoffmann) |
blob | commitdiff | raw | diff to current |
2009-03-20 |
aliguori | vnc: fix printf warnings showing up with VNC_DEBUG... |
blob | commitdiff | raw | diff to current |
2009-03-20 |
aliguori | vnc: cleanup surface handling, fix screen corruption... |
blob | commitdiff | raw | diff to current |
2009-03-16 |
blueswir1 | Delete some unused macros detected with -Wp,-Wunused... |
blob | commitdiff | raw | diff to current |
2009-03-13 |
aliguori | Replace asprintf() with snprintf() in vnc.c ("Daniel... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
aliguori | Remove tabs introduced from VNC ACL series |
blob | commitdiff | raw | diff to current |
2009-03-06 |
aliguori | Support ACLs for controlling VNC access ("Daniel P... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
aliguori | Include auth credentials in 'info vnc' ("Daniel P.... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
aliguori | Add SASL authentication support ("Daniel P. Berrange") |
blob | commitdiff | raw | diff to current |
2009-03-06 |
aliguori | Move TLS auth into separate file ("Daniel P. Berrange") |
blob | commitdiff | raw | diff to current |
2009-03-06 |
aliguori | Move VNC structs into header file ("Daniel P. Berrange") |
blob | commitdiff | raw | diff to current |
2009-03-06 |
aliguori | Refactor keymap code to avoid duplication ("Daniel... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
aliguori | Enhance 'info vnc' monitor output ("Daniel P. Berrange") |
blob | commitdiff | raw | diff to current |
2009-03-06 |
aliguori | Fix bug in TLS authentication ("Daniel P. Berrange") |
blob | commitdiff | raw | diff to current |
2009-03-05 |
aliguori | monitor: Rework API (Jan Kiszka) |
blob | commitdiff | raw | diff to current |
2009-02-16 |
aliguori | Support multiple VNC clients (Brian Kress) |
blob | commitdiff | raw | diff to current |
2009-02-11 |
aliguori | monitor: Don't change VNC server when disabled (Jan... |
blob | commitdiff | raw | diff to current |
2009-02-05 |
aliguori | toplevel: remove error handling from qemu_malloc()... |
blob | commitdiff | raw | diff to current |
2009-02-02 |
aliguori | Add zlib encoding support (Alexander Graf) |
blob | commitdiff | raw | diff to current |
2009-02-02 |
aliguori | Move the framebuffer update package out (Alexander... |
blob | commitdiff | raw | diff to current |
2009-02-02 |
aliguori | Move buffer functions up (Alexander Graf) |
blob | commitdiff | raw | diff to current |
2009-02-02 |
aliguori | Add some tight awareness to vnc.c (Alexander Graf) |
blob | commitdiff | raw | diff to current |
2009-02-02 |
aliguori | Fix invalid #if in vnc.c when debugging is enabled... |
blob | commitdiff | raw | diff to current |
2009-02-02 |
aliguori | Use VNC protocol defines (Alexander Graf) |
blob | commitdiff | raw | diff to current |
2009-02-02 |
aliguori | Split VNC defines to vnc.h (Alexander Graf) |
blob | commitdiff | raw | diff to current |
2009-01-26 |
aliguori | vnc fixes and improvements (Stefano Stabellini) |
blob | commitdiff | raw | diff to current |
2009-01-15 |
aliguori | exploiting the new interface in vnc.c (Stefano Stabellini) |
blob | commitdiff | raw | diff to current |
2009-01-15 |
aliguori | DisplayState interface change (Stefano Stabellini) |
blob | commitdiff | raw | diff to current |
2009-01-14 |
blueswir1 | Fix some more warnings |
blob | commitdiff | raw | diff to current |
2008-12-22 |
aliguori | Properly handle the case of SetPixelEncodings with... |
blob | commitdiff | raw | diff to current |
2008-12-13 |
aurel32 | vnc: Fix crash on 'info vnc' after 'change vnc none' |
blob | commitdiff | raw | diff to current |
2008-12-03 |
malc | Make audio violate POSIX less |
blob | commitdiff | raw | diff to current |
2008-12-02 |
aliguori | Exclude unix: from vnc call to unix_listen() (Ryan... |
blob | commitdiff | raw | diff to current |
2008-12-01 |
malc | Reset the key modifiers upon client connect |
blob | commitdiff | raw | diff to current |
2008-12-01 |
malc | Add basic audio functionality to vnc.c |
blob | commitdiff | raw | diff to current |
2008-12-01 |
balrog | Don't try to select on an invalid VNC socket when init... |
blob | commitdiff | raw | diff to current |
2008-11-24 |
aliguori | Introduce accessors for DisplayState (Stefano Stabellini) |
blob | commitdiff | raw | diff to current |
2008-11-12 |
balrog | r5531 made x509 certs not loadable (original patch... |
blob | commitdiff | raw | diff to current |
2008-11-11 |
aliguori | sockets: switch vnc to new code, support vnc port auto... |
blob | commitdiff | raw | diff to current |
2008-10-25 |
blueswir1 | Replace uses of strncpy (a GNU extension) with Qemu... |
blob | commitdiff | raw | diff to current |
2008-09-24 |
ths | Fix compiler warning when _VNC_DEBUG isn't defined. |
blob | commitdiff | raw | diff to current |
2008-09-15 |
aliguori | WMVi extension support (Stefano Stabellini) |
blob | commitdiff | raw | diff to current |
2008-09-15 |
aliguori | vnc dynamic resolution (Stefano Stabellini) |
blob | commitdiff | raw | diff to current |
2008-09-06 |
blueswir1 | Fix most warnings that would be caused by gcc flag... |
blob | commitdiff | raw | diff to current |
2008-09-06 |
aurel32 | Some little fixes on QEMU |
blob | commitdiff | raw | diff to current |
2008-08-23 |
aliguori | VNC: Support for ExtendedKeyEvent client message |
blob | commitdiff | raw | diff to current |
2008-08-21 |
aliguori | add DisplayState->idle (Samuel Thibault) |
blob | commitdiff | raw | diff to current |
2008-08-06 |
ths | Add qemu_realloc(), by Gerd Hoffmann. |
blob | commitdiff | raw | diff to current |
2008-06-02 |
balrog | Don't forget to save VNC FB dimensions after resize... |
blob | commitdiff | raw | diff to current |
2008-05-25 |
balrog | Fix VNC update regoin height. |
blob | commitdiff | raw | diff to current |
2008-05-25 |
balrog | Invalidate VNC framebuffer on every resize. |
blob | commitdiff | raw | diff to current |
2008-05-20 |
balrog | Prevent SEGV in VNC server for old clients (Anthony... |
blob | commitdiff | raw | diff to current |
2008-04-24 |
balrog | Fix spurious VNC disconnects on Win32 (Hervé Poussineau). |
blob | commitdiff | raw | diff to current |
2008-03-10 |
aurel32 | Let the USB tablet reach the far bottom and right pixels |
blob | commitdiff | raw | diff to current |
2008-02-10 |
balrog | Add an ncurses UI. |
blob | commitdiff | raw | diff to current |
2008-02-03 |
balrog | Add VNC reverse connections, by Eddie Kohler. |
blob | commitdiff | raw | diff to current |
2008-01-14 |
balrog | Add a missing vga_hw_update() when accepting a connecti... |
blob | commitdiff | raw | diff to current |
2008-01-13 |
balrog | Reduce redundant timer ticks in VNC, by Anders Melchiorsen. |
blob | commitdiff | raw | diff to current |
2007-12-16 |
ths | Fix wrong signedness, by Andre Przywara. |
blob | commitdiff | raw | diff to current |
2007-12-11 |
balrog | Fix fragments due to incomplete dirty tracking in CGA... |
blob | commitdiff | raw | diff to current |
2007-11-18 |
pbrook | Add statics and missing #includes for prototypes. |
blob | commitdiff | raw | diff to current |
2007-11-17 |
pbrook | Break up vl.h. |
blob | commitdiff | raw | diff to current |
2007-10-31 |
balrog | Handle 3.7 VNC clients authentication correctly (Dan... |
blob | commitdiff | raw | diff to current |
2007-10-30 |
balrog | Miscellaneous VNC related fixes from Xen forwarded... |
blob | commitdiff | raw | diff to current |
2007-09-30 |
ths | Support UltraVNC clients, by Eduardo Felipe. |
blob | commitdiff | raw | diff to current |
2007-09-17 |
ths | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
ths | find -type f | xargs sed -i 's/[\t ]$//g' # on most... |
blob | commitdiff | raw | diff to current |
2007-09-13 |
ths | Fix infinite loop in VNC support, by Marc Bevand. |
blob | commitdiff | raw | diff to current |
2007-08-25 |
ths | Custom location for x509 cert paths, by Daniel P. Berrange. |
blob | commitdiff | raw | diff to current |
2007-08-25 |
ths | x509 client certificate verification, by Daniel P.... |
blob | commitdiff | raw | diff to current |
2007-08-25 |
ths | x509 certificate for server, by Daniel P. Berrange. |
blob | commitdiff | raw | diff to current |
2007-08-25 |
ths | VeNCrypt basic TLS support, by Daniel P. Berrange. |
blob | commitdiff | raw | diff to current |
2007-08-25 |
ths | VNC password authentication, by Daniel P. Berrange. |
blob | commitdiff | raw | diff to current |
2007-08-25 |
ths | Extend monitor 'change' command for VNC, by Daniel... |
blob | commitdiff | raw | diff to current |
2007-08-25 |
ths | Refactor VNC server setup API, by Daniel P. Berrange. |
blob | commitdiff | raw | diff to current |
2007-04-29 |
ths | Crop VNC update requests to avoid segfaults, by Thomas... |
blob | commitdiff | raw | diff to current |
2007-03-19 |
ths | Add -name option, by Anthony Liguori. |
blob | commitdiff | raw | diff to current |
2007-02-05 |
bellard | info vnc command (Anthony Liguori) |
blob | commitdiff | raw | diff to current |
2007-02-05 |
bellard | Mouse relative offset VNC extension (Anthony Liguori) |
blob | commitdiff | raw | diff to current |
next |