aboutsummaryrefslogtreecommitdiff
path: root/vnc.c
AgeCommit message (Expand)Author
2008-12-01Don't try to select on an invalid VNC socket when init fails.balrog
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori
2008-11-12r5531 made x509 certs not loadable (original patch from Henrik Holst).balrog
2008-11-11sockets: switch vnc to new code, support vnc port auto-allocation (Gerd Hoffman)aliguori
2008-10-25Replace uses of strncpy (a GNU extension) with Qemu pstrcpyblueswir1
2008-09-24Fix compiler warning when _VNC_DEBUG isn't defined.ths
2008-09-15WMVi extension support (Stefano Stabellini)aliguori
2008-09-15vnc dynamic resolution (Stefano Stabellini)aliguori
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir1
2008-09-06Some little fixes on QEMUaurel32
2008-08-23VNC: Support for ExtendedKeyEvent client messagealiguori
2008-08-21add DisplayState->idle (Samuel Thibault)aliguori
2008-08-06Add qemu_realloc(), by Gerd Hoffmann.ths
2008-06-02Don't forget to save VNC FB dimensions after resize (Brad Campbell).balrog
2008-05-25Fix VNC update regoin height.balrog
2008-05-25Invalidate VNC framebuffer on every resize.balrog
2008-05-20Prevent SEGV in VNC server for old clients (Anthony Liguori).balrog
2008-04-24Fix spurious VNC disconnects on Win32 (Hervé Poussineau).balrog
2008-03-10Let the USB tablet reach the far bottom and right pixelsaurel32
2008-02-10Add an ncurses UI.balrog
2008-02-03Add VNC reverse connections, by Eddie Kohler.balrog
2008-01-14Add a missing vga_hw_update() when accepting a connection (Anders Melchiorsen).balrog
2008-01-13Reduce redundant timer ticks in VNC, by Anders Melchiorsen.balrog
2007-12-16Fix wrong signedness, by Andre Przywara.ths
2007-12-11Fix fragments due to incomplete dirty tracking in CGA mode (Anthony Liguori).balrog
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-10-31Handle 3.7 VNC clients authentication correctly (Dan Kenigsberg).balrog
2007-10-30Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent.balrog
2007-09-30Support UltraVNC clients, by Eduardo Felipe.ths
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-09-13Fix infinite loop in VNC support, by Marc Bevand.ths
2007-08-25Custom location for x509 cert paths, by Daniel P. Berrange.ths
2007-08-25x509 client certificate verification, by Daniel P. Berrange.ths
2007-08-25x509 certificate for server, by Daniel P. Berrange.ths
2007-08-25VeNCrypt basic TLS support, by Daniel P. Berrange.ths
2007-08-25VNC password authentication, by Daniel P. Berrange.ths
2007-08-25Extend monitor 'change' command for VNC, by Daniel P. Berrange.ths
2007-08-25Refactor VNC server setup API, by Daniel P. Berrange.ths
2007-04-29Crop VNC update requests to avoid segfaults, by Thomas Tuttle.ths
2007-03-19Add -name option, by Anthony Liguori.ths
2007-02-05info vnc command (Anthony Liguori)bellard
2007-02-05Mouse relative offset VNC extension (Anthony Liguori)bellard
2006-12-22Unix domain socket support for VNC, by Anthony Liguori.ths
2006-12-14Reduce VNC resize traffic, thanks Eduardo Felipe.ths
2006-08-24signed fixes - VNC console switch (initial patch by Andrzej Zaborowski)bellard
2006-06-13support for higher resolutionsbellard
2006-05-14support for all VNC pixel formatsbellard
2006-05-03removed ssize_t for win32 compatibilitybellard