summaryrefslogtreecommitdiffstats
path: root/ui/vnc.c
Commit message (Expand)AuthorAgeFilesLines
* TLS support for VNC WebsocketsTim Hardeck2013-05-031-19/+67
* vnc: Adjust lock state sync logic with VNC_FEATURE_LED_STATELei Li2013-04-291-0/+5
* vnc: Support for LED state extensionLei Li2013-04-291-0/+45
* vnc: Add SCROLL lock key to kbd_ledsLei Li2013-04-291-1/+5
* console: zap ds arg from register_displaychangelistenerGerd Hoffmann2013-04-251-1/+1
* console: add qemu_console_is_*Gerd Hoffmann2013-04-161-3/+3
* console: gui timer fixesGerd Hoffmann2013-04-161-51/+20
* console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann2013-04-161-6/+6
* oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2013-04-021-1/+1
* console: zap displaystate from dcl callbacksGerd Hoffmann2013-03-181-5/+0
* vnc: stop using DisplayStateGerd Hoffmann2013-03-181-34/+43
* console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann2013-03-181-16/+5
* console: kill DisplayState->opaqueGerd Hoffmann2013-03-181-21/+17
* console: fix displaychangelisteners interfaceGerd Hoffmann2013-03-181-14/+30
* 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
OpenPOWER on IntegriCloud