aboutsummaryrefslogtreecommitdiffstats
path: root/ui/vnc.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-17vnc: Don't demote authentication scheme when changing password/disabling loginDaniel P. Berrange1-2/+6
2012-02-10vnc: lift modifier keys on client disconnect.Gerd Hoffmann1-0/+25
2012-02-10vnc: implement shared flag handling.Gerd Hoffmann1-0/+98
2012-02-10vnc: fix ctrl key in vnc terminal emulationGerd Hoffmann1-2/+8
2012-02-10Fix vnc memory corruption with width = 1400Gerd Hoffmann1-1/+1
2012-01-18vnc: Simplify vnc_display_password()Luiz Capitulino1-10/+4
2012-01-13vnc: fix no-lock-key-sync strncmp() lengthStefan Hajnoczi1-1/+1
2011-12-06fix typo: delete redundant semicolonDong Xu Wang1-1/+1
2011-12-02fix spelling in ui sub directoryDong Xu Wang1-2/+2
2011-11-01ui/vnc: Fix use of free() instead of g_free()Stefan Weil1-4/+4
2011-10-27qapi: Convert query-vncLuiz Capitulino1-52/+83
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-27/+27
2011-07-25Wrap recv to avoid warningsBlue Swirl1-1/+1
2011-07-23notifier: Pass data argument to callbackJan Kiszka1-2/+2
2011-07-23Introduce a 'client_add' monitor command accepting an open FDDaniel P. Berrange1-0/+7
2011-07-23Store VNC auth scheme per-client as well as per-serverDaniel P. Berrange1-13/+26
2011-03-22vnc: fix build error from VNC_DIRTY_WORDSAnthony Liguori1-1/+1
2011-03-22fix vnc regressionWen Congyang1-2/+6
2011-03-22Make VNC support optionalJes Sorensen1-4/+10
2011-03-21change all rt_clock references to use millisecond resolution accessorsPaolo Bonzini1-5/+5
2011-03-15win32: implement missing timersubBlue Swirl1-3/+3
2011-03-10vnc: Fix stack corruption and other bitmap related bugsStefan Weil1-5/+1
2011-02-23vnc: Fix fatal crash with vnc reverse modeStefan Weil1-0/+1
2011-02-23vnc: add a non-adaptive optionCorentin Chary1-4/+9
2011-02-23vnc: don't try to send bigger updates that client heightCorentin Chary1-5/+5
2011-02-23vnc: use the new generic bitmap functionsCorentin Chary1-70/+21
2011-02-23vnc: fix lossy rect refreshingCorentin Chary1-4/+8
2011-02-23vnc: Add ZRLE and ZYWRLE encodings.Corentin Chary1-0/+15
2011-02-23vnc: refresh lossy rect after a given timeoutCorentin Chary1-3/+64
2011-02-23vnc: add a way to get the update frequency for a given regionCorentin Chary1-0/+101
2011-02-23vnc: don't set the quality if lossy encoding are disabledCorentin Chary1-1/+3
2011-02-01Merge remote branch 'spice/usb.5' into stagingAnthony Liguori1-2/+2
2011-02-01vnc: Fix password expiration through 'change vnc ""' (v2)Anthony Liguori1-10/+27
2011-01-24vnc: fix numlock+capslock trackingGerd Hoffmann1-2/+2
2010-12-09vnc: support password expireGerd Hoffmann1-0/+14
2010-12-09vnc: auth reject cleanupGerd Hoffmann1-17/+13
2010-10-13vnc: avoid write only variablesBlue Swirl1-0/+8
2010-08-22vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write()Yoshiaki Tamura1-1/+1
2010-07-26vnc: add missing lock for vnc_cursor_define()Corentin Chary1-0/+2
2010-07-26vnc: threaded VNC serverCorentin Chary1-24/+120
2010-07-26vnc: encapsulate encoding membersCorentin Chary1-4/+4
2010-07-26vnc: tight add PNG encodingCorentin Chary1-4/+7
2010-07-26ui: move all ui components in ui/Corentin Chary1-0/+2631