aboutsummaryrefslogtreecommitdiffstats
path: root/vnc.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-02Don't forget to save VNC FB dimensions after resize (Brad Campbell).balrog1-8/+10
2008-05-25Fix VNC update regoin height.balrog1-1/+1
2008-05-25Invalidate VNC framebuffer on every resize.balrog1-4/+3
2008-05-20Prevent SEGV in VNC server for old clients (Anthony Liguori).balrog1-0/+5
2008-04-24Fix spurious VNC disconnects on Win32 (Hervé Poussineau).balrog1-3/+13
2008-03-10Let the USB tablet reach the far bottom and right pixelsaurel321-2/+2
2008-02-10Add an ncurses UI.balrog1-0/+1
2008-02-03Add VNC reverse connections, by Eddie Kohler.balrog1-14/+40
2008-01-14Add a missing vga_hw_update() when accepting a connection (Anders Melchiorsen).balrog1-0/+3
2008-01-13Reduce redundant timer ticks in VNC, by Anders Melchiorsen.balrog1-14/+8
2007-12-16Fix wrong signedness, by Andre Przywara.ths1-19/+20
2007-12-11Fix fragments due to incomplete dirty tracking in CGA mode (Anthony Liguori).balrog1-0/+7
2007-11-18Add statics and missing #includes for prototypes.pbrook1-6/+6
2007-11-17Break up vl.h.pbrook1-1/+4
2007-10-31Handle 3.7 VNC clients authentication correctly (Dan Kenigsberg).balrog1-1/+4
2007-10-30Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent.balrog1-2/+33
2007-09-30Support UltraVNC clients, by Eduardo Felipe.ths1-2/+3
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-19/+19
2007-09-13Fix infinite loop in VNC support, by Marc Bevand.ths1-2/+5
2007-08-25Custom location for x509 cert paths, by Daniel P. Berrange.ths1-16/+115
2007-08-25x509 client certificate verification, by Daniel P. Berrange.ths1-3/+103
2007-08-25x509 certificate for server, by Daniel P. Berrange.ths1-20/+107
2007-08-25VeNCrypt basic TLS support, by Daniel P. Berrange.ths1-8/+396
2007-08-25VNC password authentication, by Daniel P. Berrange.ths1-13/+225
2007-08-25Extend monitor 'change' command for VNC, by Daniel P. Berrange.ths1-2/+2
2007-08-25Refactor VNC server setup API, by Daniel P. Berrange.ths1-27/+76
2007-04-29Crop VNC update requests to avoid segfaults, by Thomas Tuttle.ths1-0/+9
2007-03-19Add -name option, by Anthony Liguori.ths1-2/+9
2007-02-05info vnc command (Anthony Liguori)bellard1-0/+22