summaryrefslogtreecommitdiffstats
path: root/vnc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+0
* VNC: Support for ExtendedKeyEvent client messagealiguori2008-08-231-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
* Fix VNC update regoin height.balrog2008-05-251-1/+1
* Invalidate VNC framebuffer on every resize.balrog2008-05-251-4/+3
* Prevent SEGV in VNC server for old clients (Anthony Liguori).balrog2008-05-201-0/+5
* Fix spurious VNC disconnects on Win32 (Hervé Poussineau).balrog2008-04-241-3/+13
* Let the USB tablet reach the far bottom and right pixelsaurel322008-03-101-2/+2
* Add an ncurses UI.balrog2008-02-101-0/+1
* Add VNC reverse connections, by Eddie Kohler.balrog2008-02-031-14/+40
* Add a missing vga_hw_update() when accepting a connection (Anders Melchiorsen).balrog2008-01-141-0/+3
* Reduce redundant timer ticks in VNC, by Anders Melchiorsen.balrog2008-01-131-14/+8
* Fix wrong signedness, by Andre Przywara.ths2007-12-161-19/+20
* Fix fragments due to incomplete dirty tracking in CGA mode (Anthony Liguori).balrog2007-12-111-0/+7
* Add statics and missing #includes for prototypes.pbrook2007-11-181-6/+6
* Break up vl.h.pbrook2007-11-171-1/+4
* Handle 3.7 VNC clients authentication correctly (Dan Kenigsberg).balrog2007-10-311-1/+4
* Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent.balrog2007-10-301-2/+33
* Support UltraVNC clients, by Eduardo Felipe.ths2007-09-301-2/+3
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-19/+19
* Fix infinite loop in VNC support, by Marc Bevand.ths2007-09-131-2/+5
* Custom location for x509 cert paths, by Daniel P. Berrange.ths2007-08-251-16/+115
* x509 client certificate verification, by Daniel P. Berrange.ths2007-08-251-3/+103
* x509 certificate for server, by Daniel P. Berrange.ths2007-08-251-20/+107
* VeNCrypt basic TLS support, by Daniel P. Berrange.ths2007-08-251-8/+396
* VNC password authentication, by Daniel P. Berrange.ths2007-08-251-13/+225
* Extend monitor 'change' command for VNC, by Daniel P. Berrange.ths2007-08-251-2/+2
* Refactor VNC server setup API, by Daniel P. Berrange.ths2007-08-251-27/+76
* Crop VNC update requests to avoid segfaults, by Thomas Tuttle.ths2007-04-291-0/+9
* Add -name option, by Anthony Liguori.ths2007-03-191-2/+9
* info vnc command (Anthony Liguori)bellard2007-02-051-0/+22
* Mouse relative offset VNC extension (Anthony Liguori)bellard2007-02-051-10/+42
* Unix domain socket support for VNC, by Anthony Liguori.ths2006-12-221-26/+60
* Reduce VNC resize traffic, thanks Eduardo Felipe.ths2006-12-141-1/+3
* signed fixes - VNC console switch (initial patch by Andrzej Zaborowski)bellard2006-08-241-11/+94
* support for higher resolutionsbellard2006-06-131-17/+57
* support for all VNC pixel formatsbellard2006-05-141-37/+161
* removed ssize_t for win32 compatibilitybellard2006-05-031-2/+2
* uppercase fix (Anthony Liguori)bellard2006-05-011-1/+8
* copyrightbellard2006-05-011-0/+25
OpenPOWER on IntegriCloud