aboutsummaryrefslogtreecommitdiff
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* vnc: tight: Fix crash after 2GB of outputMichael Tokarev2011-04-102-4/+5
* vnc: Fix fatal crash with vnc reverse modeStefan Weil2011-02-251-0/+1
* vnc: qemu can die if the client is disconnected while updating screenCorentin Chary2011-02-041-0/+4
* ui/sdl: Fix handling of caps lock and num lock keysStefan Weil2011-02-041-0/+8
* Merge remote branch 'spice/spice.v29.pull' into stagingAnthony Liguori2011-02-012-0/+32
|\
| * spice: add chardev (v5)Alon Levy2011-01-241-0/+3
| * spice/vnc: client migration.Gerd Hoffmann2011-01-242-0/+29
* | Merge remote branch 'spice/usb.5' into stagingAnthony Liguori2011-02-011-2/+2
|\ \
| * | vnc: fix numlock+capslock trackingGerd Hoffmann2011-01-241-2/+2
| |/
* | vnc: Fix password expiration through 'change vnc ""' (v2)Anthony Liguori2011-02-011-10/+27
* | sdl: remove unused variableBlue Swirl2011-01-291-6/+0
|/
* Delete useless 'extern' qualifiers for functionsBlue Swirl2011-01-233-9/+9
* vnc-auth-sasl: fix a memory leakBlue Swirl2011-01-121-6/+8
* vnc/spice: add set_passwd monitor command.Gerd Hoffmann2010-12-092-0/+40
* vnc: support password expireGerd Hoffmann2010-12-092-0/+15
* vnc: auth reject cleanupGerd Hoffmann2010-12-091-17/+13
* spice: add qmp 'query-spice' and hmp 'info spice' commands.Gerd Hoffmann2010-12-092-0/+139
* spice: connection events.Gerd Hoffmann2010-12-091-0/+75
* spice: add qxl deviceGerd Hoffmann2010-12-091-0/+15
* Merge remote branch 'spice/bugfix.2' into stagingAnthony Liguori2010-11-163-17/+17
|\
| * spice-display: replace private lock with qemu mutex.Gerd Hoffmann2010-11-022-14/+14
| * spice-core: fix warning when building with spice < 0.6.0Gerd Hoffmann2010-11-021-2/+2
| * spice-core: fix watching for write eventsHans de Goede2010-11-021-1/+1
* | spice: add audioGerd Hoffmann2010-11-092-0/+2
|/
* Merge remote branch 'spice/config.2' into stagingAnthony Liguori2010-11-011-6/+202
|\
| * spice: add misc config optionsGerd Hoffmann2010-10-081-1/+28
| * spice: add config options for the listening addressGerd Hoffmann2010-10-081-2/+11
| * spice: add config options for channel security.Gerd Hoffmann2010-10-081-0/+28
| * spice: make compression configurable.Yonit Halperin2010-10-081-2/+75
| * spice: tls supportGerd Hoffmann2010-10-081-4/+63
* | Replace remaining gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil2010-10-221-2/+1
* | curses: Fix control-{@[\]^_} and ESCSamuel Thibault2010-10-212-3/+7
* | vnc: avoid write only variablesBlue Swirl2010-10-131-0/+8
|/
* Merge remote branch 'spice/submit.6' into stagingAnthony Liguori2010-10-055-0/+928
|\
| * spice: add tablet supportGerd Hoffmann2010-09-212-8/+88
| * spice: simple displayGerd Hoffmann2010-09-213-0/+482
| * spice: add mouseGerd Hoffmann2010-09-211-0/+52
| * spice: add keyboardGerd Hoffmann2010-09-213-0/+88
| * spice: core bitsGerd Hoffmann2010-09-212-0/+226
* | Fix spelling in commentsStefan Weil2010-10-051-1/+1
|/
* vnc: use bswapNN() rather than bswap_NN()Izumi Tsutsui2010-09-041-4/+4
* vnc: tight: remove unused variableSerge Ziryukin2010-09-041-2/+0
* size_t is unsigned, change to ssize_t to handle errors from tight_compress_da...Jes Sorensen2010-09-041-4/+4
* vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write()Yoshiaki Tamura2010-08-221-1/+1
* win32: Avoid compiler warning (WIN32_LEAN_AND_MEAN redefined)Stefan Weil2010-08-151-0/+4
* Initialize a variable in all casesBlue Swirl2010-07-311-0/+2
* Fix uint8_t comparison with negative valueBlue Swirl2010-07-311-1/+1
* Fix mingw32 buildBlue Swirl2010-07-271-9/+9
* Initialize a variable in all casesBlue Swirl2010-07-271-0/+2
* Fix uint8_t comparisons with negative valuesBlue Swirl2010-07-271-3/+3