aboutsummaryrefslogtreecommitdiffstats
path: root/vnc.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-01vnc: windup keypad keys for qemu console emulationGerd Hoffmann1-0/+9
2009-04-07vnc: Fix incorrect attempt to clear a flagaurel321-1/+1
2009-03-20vnc: throttle screen updates. (Gerd Hoffmann)aliguori1-1/+10
2009-03-20vnc: fix printf warnings showing up with VNC_DEBUG enabled. (Gerd Hoffmann)aliguori1-4/+4
2009-03-20vnc: cleanup surface handling, fix screen corruption bug. (Gerd Hoffmann)aliguori1-81/+93
2009-03-16Delete some unused macros detected with -Wp,-Wunused-macros useblueswir11-2/+0
2009-03-13Replace asprintf() with snprintf() in vnc.c ("Daniel P. Berrange")aliguori1-2/+7
2009-03-06Remove tabs introduced from VNC ACL seriesaliguori1-376/+376
2009-03-06Support ACLs for controlling VNC access ("Daniel P. Berrange")aliguori1-0/+21
2009-03-06Include auth credentials in 'info vnc' ("Daniel P. Berrange")aliguori1-2/+17
2009-03-06Add SASL authentication support ("Daniel P. Berrange")aliguori1-27/+222
2009-03-06Move TLS auth into separate file ("Daniel P. Berrange")aliguori1-545/+36
2009-03-06Move VNC structs into header file ("Daniel P. Berrange")aliguori1-108/+2
2009-03-06Refactor keymap code to avoid duplication ("Daniel P. Berrange")aliguori1-3/+2
2009-03-06Enhance 'info vnc' monitor output ("Daniel P. Berrange")aliguori1-11/+128
2009-03-06Fix bug in TLS authentication ("Daniel P. Berrange")aliguori1-8/+0
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-9/+11
2009-02-16Support multiple VNC clients (Brian Kress)aliguori1-135/+170
2009-02-11monitor: Don't change VNC server when disabled (Jan Kiszka)aliguori1-0/+4
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-6/+3
2009-02-02Add zlib encoding support (Alexander Graf)aliguori1-0/+109
2009-02-02Move the framebuffer update package out (Alexander Graf)aliguori1-4/+2
2009-02-02Move buffer functions up (Alexander Graf)aliguori1-33/+33
2009-02-02Add some tight awareness to vnc.c (Alexander Graf)aliguori1-2/+21
2009-02-02Fix invalid #if in vnc.c when debugging is enabled (Alexander Graf)aliguori1-1/+1
2009-02-02Use VNC protocol defines (Alexander Graf)aliguori1-47/+50
2009-02-02Split VNC defines to vnc.h (Alexander Graf)aliguori1-35/+1
2009-01-26vnc fixes and improvements (Stefano Stabellini)aliguori1-6/+16
2009-01-15exploiting the new interface in vnc.c (Stefano Stabellini)aliguori1-206/+103
2009-01-15DisplayState interface change (Stefano Stabellini)aliguori1-73/+34
2009-01-14Fix some more warningsblueswir11-1/+1
2008-12-22Properly handle the case of SetPixelEncodings with a length of zero.aliguori1-3/+6
2008-12-13vnc: Fix crash on 'info vnc' after 'change vnc none'aurel321-1/+1
2008-12-03Make audio violate POSIX lessmalc1-1/+1
2008-12-02Exclude unix: from vnc call to unix_listen() (Ryan Harper)aliguori1-1/+1
2008-12-01Reset the key modifiers upon client connectmalc1-0/+1
2008-12-01Add basic audio functionality to vnc.cmalc1-1/+131
2008-12-01Don't try to select on an invalid VNC socket when init fails.balrog1-0/+1
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori1-33/+33
2008-11-12r5531 made x509 certs not loadable (original patch from Henrik Holst).balrog1-3/+1
2008-11-11sockets: switch vnc to new code, support vnc port auto-allocation (Gerd Hoffman)aliguori1-87/+26
2008-10-25Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir11-1/+2
2008-09-24Fix compiler warning when _VNC_DEBUG isn't defined.ths1-1/+1
2008-09-15WMVi extension support (Stefano Stabellini)aliguori1-64/+91
2008-09-15vnc dynamic resolution (Stefano Stabellini)aliguori1-47/+171
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir11-20/+20
2008-09-06Some little fixes on QEMUaurel321-2/+0
2008-08-23VNC: Support for ExtendedKeyEvent client messagealiguori1-9/+50
2008-08-21add DisplayState->idle (Samuel Thibault)aliguori1-0/+3
2008-08-06Add qemu_realloc(), by Gerd Hoffmann.ths1-3/+3