summaryrefslogtreecommitdiffstats
path: root/vnc.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+36Star
* Move VNC structs into header file ("Daniel P. Berrange")aliguori2009-03-061-108/+2Star
* Refactor keymap code to avoid duplication ("Daniel P. Berrange")aliguori2009-03-061-3/+2Star
* 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/+0Star
* monitor: Rework API (Jan Kiszka)aliguori2009-03-061-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/+3Star
* Add zlib encoding support (Alexander Graf)aliguori2009-02-021-0/+109
* Move the framebuffer update package out (Alexander Graf)aliguori2009-02-021-4/+2Star
* 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/+1Star
* vnc fixes and improvements (Stefano Stabellini)aliguori2009-01-261-6/+16
* exploiting the new interface in vnc.c (Stefano Stabellini)aliguori2009-01-151-206/+103Star
* DisplayState interface change (Stefano Stabellini)aliguori2009-01-151-73/+34Star
* 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/+1Star
* sockets: switch vnc to new code, support vnc port auto-allocation (Gerd Hoffman)aliguori2008-11-111-87/+26Star
* 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
* vnc dynamic resolution (Stefano Stabellini)aliguori2008-09-151-47/+171
* Fix most warnings that would be caused by gcc flag -Wundefblueswir12008-09-061-20/+20
* Some little fixes on QEMUaurel322008-09-061-2/+0Star
* VNC: Support for ExtendedKeyEvent client messagealiguori2008-08-241-9/+50
* add DisplayState->idle (Samuel Thibault)aliguori2008-08-211-0/+3
* Add qemu_realloc(), by Gerd Hoffmann.ths2008-08-061-3/+3
* Don't forget to save VNC FB dimensions after resize (Brad Campbell).balrog2008-06-021-8/+10