summaryrefslogtreecommitdiff
path: root/vnc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix SIGFPE for vnc display of width/height = 1Chris Webb2010-04-111-2/+4
* vnc_refresh: calling vnc_update_client might free vsStefano Stabellini2010-01-261-2/+4
* vnc_refresh: return if vd->timer is NULLStefano Stabellini2010-01-121-0/+4
* VNC: Convert do_info_vnc() to QObjectLuiz Capitulino2009-12-121-31/+162
* vnc: fix capslock tracking logic.Gerd Hoffmann2009-12-121-3/+5
* Don't leak file descriptorsKevin Wolf2009-12-031-1/+1
* vnc: improve capslock handling.Gerd Hoffmann2009-11-121-0/+21
* Win32: Fix vnc support.Stefan Weil2009-10-051-2/+21
* vnc: Set invalid buffer pointers to NULLStefan Weil2009-10-051-2/+8
* fix use after freeGlauber Costa2009-09-251-1/+1
* When using stdio monitor and VNC display, one can set or clear a VNC password...Zachary Amsden2009-08-241-0/+5
* Don't segfault when changing VNC password on an SDL display.Zachary Amsden2009-08-241-0/+4
* variable timer intervalsStefano Stabellini2009-08-101-9/+30
* single vnc server surfaceStefano Stabellini2009-08-101-151/+189
* a single vnc timer to refresh the screenStefano Stabellini2009-08-101-19/+41
* vnc: fix copyrect screen corruptionGerd Hoffmann2009-07-301-0/+22
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* vnc: improve numpad support for qemu console.Gerd Hoffmann2009-06-161-9/+52
* vnc: rework VncState release workflow.Gerd Hoffmann2009-06-161-45/+75
* Win32: Don't remove const attribute in type casts.Stefan Weil2009-06-131-1/+1
* Fix mingw32 build warningsBlue Swirl2009-06-131-2/+2
* Fix spelling in comment.Stefan Weil2009-06-061-1/+1
* VNC: Fix memory allocation (wrong structure size).Stefan Weil2009-05-271-2/+1
* Eliminate --disable-gfx-check and make VNC default when SDL not availableAnthony Liguori2009-05-211-1/+7
* Remove any pretense that there can be more than one AudioStatemalc2009-05-141-1/+1
* vnc: kill leftover debug statement.Gerd Hoffmann2009-05-011-1/+1
* vnc: no need to set force_update for incremental update requests.Gerd Hoffmann2009-05-011-1/+1
* vnc: fix server surface pixel format.Gerd Hoffmann2009-05-011-12/+9
* vnc: fix segfaultGerd Hoffmann2009-05-011-1/+2
* vnc: windup keypad keys for qemu console emulationGerd Hoffmann2009-05-011-0/+9
* vnc: Fix incorrect attempt to clear a flagaurel322009-04-071-1/+1
* vnc: throttle screen updates. (Gerd Hoffmann)aliguori2009-03-201-1/+10
* vnc: fix printf warnings showing up with VNC_DEBUG enabled. (Gerd Hoffmann)aliguori2009-03-201-4/+4
* vnc: cleanup surface handling, fix screen corruption bug. (Gerd Hoffmann)aliguori2009-03-201-81/+93
* Delete some unused macros detected with -Wp,-Wunused-macros useblueswir12009-03-161-2/+0
* Replace asprintf() with snprintf() in vnc.c ("Daniel P. Berrange")aliguori2009-03-131-2/+7
* Remove tabs introduced from VNC ACL seriesaliguori2009-03-061-376/+376
* Support ACLs for controlling VNC access ("Daniel P. Berrange")aliguori2009-03-061-0/+21
* Include auth credentials in 'info vnc' ("Daniel P. Berrange")aliguori2009-03-061-2/+17
* Add SASL authentication support ("Daniel P. Berrange")aliguori2009-03-061-27/+222
* Move TLS auth into separate file ("Daniel P. Berrange")aliguori2009-03-061-545/+36
* Move VNC structs into header file ("Daniel P. Berrange")aliguori2009-03-061-108/+2
* Refactor keymap code to avoid duplication ("Daniel P. Berrange")aliguori2009-03-061-3/+2
* Enhance 'info vnc' monitor output ("Daniel P. Berrange")aliguori2009-03-061-11/+128
* Fix bug in TLS authentication ("Daniel P. Berrange")aliguori2009-03-061-8/+0
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-9/+11
* Support multiple VNC clients (Brian Kress)aliguori2009-02-161-135/+170
* monitor: Don't change VNC server when disabled (Jan Kiszka)aliguori2009-02-111-0/+4
* toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-6/+3
* Add zlib encoding support (Alexander Graf)aliguori2009-02-021-0/+109