summaryrefslogtreecommitdiffstats
path: root/ui/vnc.c
Commit message (Expand)AuthorAgeFilesLines
* vnc: fix possible uninitialized removalsTim Hardeck2013-01-211-3/+8
* vnc: added initial websocket protocol supportTim Hardeck2013-01-211-18/+169
* vnc: added buffer_advance functionTim Hardeck2013-01-211-4/+9
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-4/+4
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
* pixman: fix vnc tight png/jpeg supportGerd Hoffmann2012-12-141-1/+1
* vnc: fix option misspelling ("non-adapative" -> "non-adaptive")Catalin Patulea2012-11-261-1/+1
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl2012-11-031-7/+7
|\
| * vnc: add missing staticBlue Swirl2012-11-011-7/+7
* | pixman/vnc: remove dead code.Gerd Hoffmann2012-11-011-18/+0
* | pixman/vnc: use pixman images in vnc.Gerd Hoffmann2012-11-011-103/+132
* | console: untangle gfx & txt updatesGerd Hoffmann2012-11-011-4/+4
* | console: move set_mouse + cursor_define callbacksGerd Hoffmann2012-11-011-4/+4
|/
* vnc: drop QERR_VNC_SERVER_FAILEDPaolo Bonzini2012-10-231-3/+0
* vnc: add error propagation to vnc_display_openPaolo Bonzini2012-10-231-19/+23
* vnc: reorganize code for reverse modePaolo Bonzini2012-10-231-11/+9
* vnc: introduce a single label for error returnsPaolo Bonzini2012-10-231-25/+17
* vnc: avoid Yoda conditionalsPaolo Bonzini2012-10-231-2/+2
* qemu-sockets: add Error ** to all functionsPaolo Bonzini2012-10-231-2/+2
* ui/vnc: Only report/use TIGHT_PNG encoding if enabled.Joel Martin2012-10-191-0/+2
* vnc: fix "info vnc" with "-vnc ..., reverse=on"Paolo Bonzini2012-10-121-0/+4
* Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connectOrit Wasserman2012-09-251-1/+1
* net: inet_connect(), inet_connect_opts(): add in_progress argumentLuiz Capitulino2012-08-131-1/+1
* vnc: disable VNC password authentication (security type 2) when in FIPS modePaul Moore2012-08-031-0/+10
* Avoid returning voidBlue Swirl2012-07-281-1/+1
* Remove support for non-threaded VNC serverDaniel P. Berrange2012-06-271-21/+0
* vnc: fix segfault in vnc_display_pw_expire()Gerd Hoffmann2012-05-301-0/+4
* sockets: use error class to pass listen errorAmos Kong2012-05-101-1/+2
* sockets: change inet_connect() to support nonblock socketAmos Kong2012-05-101-1/+1
* vnc: Limit r/w access to size of allocated memoryStefan Weil2012-03-141-0/+3
* vnc: don't mess up with iohandlers in the vnc threadCorentin Chary2012-03-141-0/+12
* implement vnc_dpy_setdataGerd Hoffmann2012-03-121-1/+4
* 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
OpenPOWER on IntegriCloud