summaryrefslogtreecommitdiffstats
path: root/vnc.c
Commit message (Expand)AuthorAgeFilesLines
* vnc: Migrate to using QTAILQ instead of custom implementationAmit Shah2010-02-101-46/+28
* vnc.c: remove dead codePaolo Bonzini2010-02-051-3/+0
* vnc_refresh: calling vnc_update_client might free vsStefano Stabellini2010-01-261-2/+4
* vnc: Use inet_strfamily()Luiz Capitulino2010-01-201-21/+1
* QMP: Introduce VNC_INITIALIZED eventLuiz Capitulino2010-01-191-0/+1
* QMP: Introduce VNC_DISCONNECTED eventLuiz Capitulino2010-01-191-0/+2
* QMP: Introduce VNC_CONNECTED eventLuiz Capitulino2010-01-191-0/+25
* VNC: Cache client info at connection timeLuiz Capitulino2010-01-191-10/+30
* VNC: Add 'family' keyLuiz Capitulino2010-01-191-1/+25
* VNC: Rename client's 'username' keyLuiz Capitulino2010-01-191-4/+5
* VNC: Make 'auth' key mandatoryLuiz Capitulino2010-01-191-12/+14
* VNC: Use 'enabled' key instead of 'status'Luiz Capitulino2010-01-191-5/+5
* 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
OpenPOWER on IntegriCloud