summaryrefslogtreecommitdiff
path: root/vnc.c
Commit message (Expand)AuthorAgeFilesLines
...
* Move the framebuffer update package out (Alexander Graf)aliguori2009-02-021-4/+2
* 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/+1
* vnc fixes and improvements (Stefano Stabellini)aliguori2009-01-261-6/+16
* exploiting the new interface in vnc.c (Stefano Stabellini)aliguori2009-01-151-206/+103
* DisplayState interface change (Stefano Stabellini)aliguori2009-01-151-73/+34
* 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/+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