summaryrefslogtreecommitdiff
path: root/ui/vnc.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl1-7/+7
2012-11-01vnc: add missing staticBlue Swirl1-7/+7
2012-11-01pixman/vnc: remove dead code.Gerd Hoffmann1-18/+0
2012-11-01pixman/vnc: use pixman images in vnc.Gerd Hoffmann1-103/+132
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann1-4/+4
2012-11-01console: move set_mouse + cursor_define callbacksGerd Hoffmann1-4/+4
2012-10-23vnc: drop QERR_VNC_SERVER_FAILEDPaolo Bonzini1-3/+0
2012-10-23vnc: add error propagation to vnc_display_openPaolo Bonzini1-19/+23
2012-10-23vnc: reorganize code for reverse modePaolo Bonzini1-11/+9
2012-10-23vnc: introduce a single label for error returnsPaolo Bonzini1-25/+17
2012-10-23vnc: avoid Yoda conditionalsPaolo Bonzini1-2/+2
2012-10-23qemu-sockets: add Error ** to all functionsPaolo Bonzini1-2/+2
2012-10-19ui/vnc: Only report/use TIGHT_PNG encoding if enabled.Joel Martin1-0/+2
2012-10-12vnc: fix "info vnc" with "-vnc ..., reverse=on"Paolo Bonzini1-0/+4
2012-09-25Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connectOrit Wasserman1-1/+1
2012-08-13net: inet_connect(), inet_connect_opts(): add in_progress argumentLuiz Capitulino1-1/+1
2012-08-03vnc: disable VNC password authentication (security type 2) when in FIPS modePaul Moore1-0/+10
2012-07-28Avoid returning voidBlue Swirl1-1/+1
2012-06-27Remove support for non-threaded VNC serverDaniel P. Berrange1-21/+0
2012-05-30vnc: fix segfault in vnc_display_pw_expire()Gerd Hoffmann1-0/+4
2012-05-10sockets: use error class to pass listen errorAmos Kong1-1/+2
2012-05-10sockets: change inet_connect() to support nonblock socketAmos Kong1-1/+1
2012-03-14vnc: Limit r/w access to size of allocated memoryStefan Weil1-0/+3
2012-03-14vnc: don't mess up with iohandlers in the vnc threadCorentin Chary1-0/+12
2012-03-12implement vnc_dpy_setdataGerd Hoffmann1-1/+4
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