summaryrefslogtreecommitdiffstats
path: root/ui/vnc.c
Commit message (Expand)AuthorAgeFilesLines
* vnc: Don't demote authentication scheme when changing password/disabling loginDaniel P. Berrange2012-02-171-2/+6
* vnc: lift modifier keys on client disconnect.Gerd Hoffmann2012-02-101-0/+25
* vnc: implement shared flag handling.Gerd Hoffmann2012-02-101-0/+98
* vnc: fix ctrl key in vnc terminal emulationGerd Hoffmann2012-02-101-2/+8
* Fix vnc memory corruption with width = 1400Gerd Hoffmann2012-02-101-1/+1
* vnc: Simplify vnc_display_password()Luiz Capitulino2012-01-181-10/+4
* vnc: fix no-lock-key-sync strncmp() lengthStefan Hajnoczi2012-01-131-1/+1
* fix typo: delete redundant semicolonDong Xu Wang2011-12-061-1/+1
* fix spelling in ui sub directoryDong Xu Wang2011-12-021-2/+2
* ui/vnc: Fix use of free() instead of g_free()Stefan Weil2011-11-011-4/+4
* qapi: Convert query-vncLuiz Capitulino2011-10-271-52/+83
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-27/+27
* Wrap recv to avoid warningsBlue Swirl2011-07-251-1/+1
* notifier: Pass data argument to callbackJan Kiszka2011-07-231-2/+2
* Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange2011-07-231-0/+7
* Store VNC auth scheme per-client as well as per-serverDaniel P. Berrange2011-07-231-13/+26
* vnc: fix build error from VNC_DIRTY_WORDSAnthony Liguori2011-03-221-1/+1
* fix vnc regressionWen Congyang2011-03-221-2/+6
* Make VNC support optionalJes Sorensen2011-03-221-4/+10
* change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini2011-03-211-5/+5
* win32: implement missing timersubBlue Swirl2011-03-151-3/+3
* vnc: Fix stack corruption and other bitmap related bugsStefan Weil2011-03-101-5/+1
* vnc: Fix fatal crash with vnc reverse modeStefan Weil2011-02-231-0/+1
* vnc: add a non-adaptive optionCorentin Chary2011-02-231-4/+9
* vnc: don't try to send bigger updates that client heightCorentin Chary2011-02-231-5/+5
* vnc: use the new generic bitmap functionsCorentin Chary2011-02-231-70/+21
* vnc: fix lossy rect refreshingCorentin Chary2011-02-231-4/+8
* vnc: Add ZRLE and ZYWRLE encodings.Corentin Chary2011-02-231-0/+15
* vnc: refresh lossy rect after a given timeoutCorentin Chary2011-02-231-3/+64
* vnc: add a way to get the update frequency for a given regionCorentin Chary2011-02-231-0/+101
* vnc: don't set the quality if lossy encoding are disabledCorentin Chary2011-02-231-1/+3
* Merge remote branch 'spice/usb.5' into stagingAnthony Liguori2011-02-011-2/+2
|\
| * vnc: fix numlock+capslock trackingGerd Hoffmann2011-01-241-2/+2
* | vnc: Fix password expiration through 'change vnc ""' (v2)Anthony Liguori2011-02-011-10/+27
|/
* vnc: support password expireGerd Hoffmann2010-12-091-0/+14
* vnc: auth reject cleanupGerd Hoffmann2010-12-091-17/+13
* vnc: avoid write only variablesBlue Swirl2010-10-131-0/+8
* vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write()Yoshiaki Tamura2010-08-221-1/+1
* vnc: add missing lock for vnc_cursor_define()Corentin Chary2010-07-261-0/+2
* vnc: threaded VNC serverCorentin Chary2010-07-261-24/+120
* vnc: encapsulate encoding membersCorentin Chary2010-07-261-4/+4
* vnc: tight add PNG encodingCorentin Chary2010-07-261-4/+7
* ui: move all ui components in ui/Corentin Chary2010-07-261-0/+2631
OpenPOWER on IntegriCloud