summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* vnc: tight: split send_sub_rectCorentin Chary2010-07-261-25/+55
* vnc: tight: fix rgb_prepare_rowCorentin Chary2010-07-261-5/+10
* vnc: add missing lock for vnc_cursor_define()Corentin Chary2010-07-261-0/+2
* vnc: threaded VNC serverCorentin Chary2010-07-265-25/+663
* vnc: fix tight png memory leakCorentin Chary2010-07-261-0/+3
* vnc: encapsulate encoding membersCorentin Chary2010-07-265-156/+163
* vnc: tight: stop using qdict for palette stuffCorentin Chary2010-07-263-128/+234
* vnc: tight: specific zlib level and filters for each compression levelCorentin Chary2010-07-261-1/+18
* vnc: tight add PNG encodingCorentin Chary2010-07-264-54/+304
* vnc: tight: remove a memleak in send_jpeg_rect()Corentin Chary2010-07-261-2/+3
OpenPOWER on IntegriCloud