aboutsummaryrefslogtreecommitdiff
path: root/vnc.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate --disable-gfx-check and make VNC default when SDL not availableAnthony Liguori2009-05-211-1/+7
* Remove any pretense that there can be more than one AudioStatemalc2009-05-141-1/+1
* vnc: kill leftover debug statement.Gerd Hoffmann2009-05-011-1/+1
* vnc: no need to set force_update for incremental update requests.Gerd Hoffmann2009-05-011-1/+1
* vnc: fix server surface pixel format.Gerd Hoffmann2009-05-011-12/+9
* vnc: fix segfaultGerd Hoffmann2009-05-011-1/+2
* vnc: windup keypad keys for qemu console emulationGerd Hoffmann2009-05-011-0/+9
* vnc: Fix incorrect attempt to clear a flagaurel322009-04-071-1/+1
* vnc: throttle screen updates. (Gerd Hoffmann)aliguori2009-03-201-1/+10
* vnc: fix printf warnings showing up with VNC_DEBUG enabled. (Gerd Hoffmann)aliguori2009-03-201-4/+4
* vnc: cleanup surface handling, fix screen corruption bug. (Gerd Hoffmann)aliguori2009-03-201-81/+93
* Delete some unused macros detected with -Wp,-Wunused-macros useblueswir12009-03-161-2/+0
* Replace asprintf() with snprintf() in vnc.c ("Daniel P. Berrange")aliguori2009-03-131-2/+7
* Remove tabs introduced from VNC ACL seriesaliguori2009-03-061-376/+376
* Support ACLs for controlling VNC access ("Daniel P. Berrange")aliguori2009-03-061-0/+21
* Include auth credentials in 'info vnc' ("Daniel P. Berrange")aliguori2009-03-061-2/+17
* Add SASL authentication support ("Daniel P. Berrange")aliguori2009-03-061-27/+222
* Move TLS auth into separate file ("Daniel P. Berrange")aliguori2009-03-061-545/+36
* Move VNC structs into header file ("Daniel P. Berrange")aliguori2009-03-061-108/+2
* Refactor keymap code to avoid duplication ("Daniel P. Berrange")aliguori2009-03-061-3/+2
* Enhance 'info vnc' monitor output ("Daniel P. Berrange")aliguori2009-03-061-11/+128
* Fix bug in TLS authentication ("Daniel P. Berrange")aliguori2009-03-061-8/+0
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-9/+11
* Support multiple VNC clients (Brian Kress)aliguori2009-02-161-135/+170
* monitor: Don't change VNC server when disabled (Jan Kiszka)aliguori2009-02-111-0/+4
* toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-6/+3
* Add zlib encoding support (Alexander Graf)aliguori2009-02-021-0/+109
* Move the framebuffer update package out (Alexander Graf)aliguori2009-02-021-4/+2
* Move buffer functions up (Alexander Graf)aliguori2009-02-021-33/+33
* Add some tight awareness to vnc.c (Alexander Graf)aliguori2009-02-021-2/+21
* Fix invalid #if in vnc.c when debugging is enabled (Alexander Graf)aliguori2009-02-021-1/+1
* Use VNC protocol defines (Alexander Graf)aliguori2009-02-021-47/+50
* Split VNC defines to vnc.h (Alexander Graf)aliguori2009-02-021-35/+1
* vnc fixes and improvements (Stefano Stabellini)aliguori2009-01-261-6/+16
* exploiting the new interface in vnc.c (Stefano Stabellini)aliguori2009-01-151-206/+103
* DisplayState interface change (Stefano Stabellini)aliguori2009-01-151-73/+34
* Fix some more warningsblueswir12009-01-141-1/+1
* Properly handle the case of SetPixelEncodings with a length of zero.aliguori2008-12-221-3/+6
* vnc: Fix crash on 'info vnc' after 'change vnc none'aurel322008-12-131-1/+1
* Make audio violate POSIX lessmalc2008-12-031-1/+1
* Exclude unix: from vnc call to unix_listen() (Ryan Harper)aliguori2008-12-021-1/+1
* Reset the key modifiers upon client connectmalc2008-12-011-0/+1
* Add basic audio functionality to vnc.cmalc2008-12-011-1/+131
* Don't try to select on an invalid VNC socket when init fails.balrog2008-12-011-0/+1
* Introduce accessors for DisplayState (Stefano Stabellini)aliguori2008-11-241-33/+33
* r5531 made x509 certs not loadable (original patch from Henrik Holst).balrog2008-11-121-3/+1
* sockets: switch vnc to new code, support vnc port auto-allocation (Gerd Hoffman)aliguori2008-11-111-87/+26
* Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir12008-10-251-1/+2
* Fix compiler warning when _VNC_DEBUG isn't defined.ths2008-09-241-1/+1
* WMVi extension support (Stefano Stabellini)aliguori2008-09-151-64/+91