aboutsummaryrefslogtreecommitdiff
path: root/ui/vnc.c
AgeCommit message (Expand)Author
2013-06-21vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_clientMichael Tokarev
2013-05-15vnc: Make ledstate comparison before modifiers updatedLei Li
2013-05-03TLS support for VNC WebsocketsTim Hardeck
2013-04-29vnc: Adjust lock state sync logic with VNC_FEATURE_LED_STATELei Li
2013-04-29vnc: Support for LED state extensionLei Li
2013-04-29vnc: Add SCROLL lock key to kbd_ledsLei Li
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann
2013-04-16console: add qemu_console_is_*Gerd Hoffmann
2013-04-16console: gui timer fixesGerd Hoffmann
2013-04-16console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann
2013-04-02oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann
2013-03-18vnc: stop using DisplayStateGerd Hoffmann
2013-03-18console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann
2013-03-18console: kill DisplayState->opaqueGerd Hoffmann
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann
2013-01-21vnc: fix possible uninitialized removalsTim Hardeck
2013-01-21vnc: added initial websocket protocol supportTim Hardeck
2013-01-21vnc: added buffer_advance functionTim Hardeck
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-12-14pixman: fix vnc tight png/jpeg supportGerd Hoffmann
2012-11-26vnc: fix option misspelling ("non-adapative" -> "non-adaptive")Catalin Patulea
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl
2012-11-01vnc: add missing staticBlue Swirl
2012-11-01pixman/vnc: remove dead code.Gerd Hoffmann
2012-11-01pixman/vnc: use pixman images in vnc.Gerd Hoffmann
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann
2012-11-01console: move set_mouse + cursor_define callbacksGerd Hoffmann
2012-10-23vnc: drop QERR_VNC_SERVER_FAILEDPaolo Bonzini
2012-10-23vnc: add error propagation to vnc_display_openPaolo Bonzini
2012-10-23vnc: reorganize code for reverse modePaolo Bonzini
2012-10-23vnc: introduce a single label for error returnsPaolo Bonzini
2012-10-23vnc: avoid Yoda conditionalsPaolo Bonzini
2012-10-23qemu-sockets: add Error ** to all functionsPaolo Bonzini
2012-10-19ui/vnc: Only report/use TIGHT_PNG encoding if enabled.Joel Martin
2012-10-12vnc: fix "info vnc" with "-vnc ..., reverse=on"Paolo Bonzini
2012-09-25Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connectOrit Wasserman
2012-08-13net: inet_connect(), inet_connect_opts(): add in_progress argumentLuiz Capitulino
2012-08-03vnc: disable VNC password authentication (security type 2) when in FIPS modePaul Moore
2012-07-28Avoid returning voidBlue Swirl
2012-06-27Remove support for non-threaded VNC serverDaniel P. Berrange
2012-05-30vnc: fix segfault in vnc_display_pw_expire()Gerd Hoffmann
2012-05-10sockets: use error class to pass listen errorAmos Kong
2012-05-10sockets: change inet_connect() to support nonblock socketAmos Kong
2012-03-14vnc: Limit r/w access to size of allocated memoryStefan Weil
2012-03-14vnc: don't mess up with iohandlers in the vnc threadCorentin Chary
2012-03-12implement vnc_dpy_setdataGerd Hoffmann
2012-02-17vnc: Don't demote authentication scheme when changing password/disabling loginDaniel P. Berrange