Age | Commit message (Expand) | Author | Files | Lines |
2010-11-16 | Merge remote branch 'spice/bugfix.2' into staging | Anthony Liguori | 3 | -17/+17 |
2010-11-09 | spice: add audio | Gerd Hoffmann | 2 | -0/+2 |
2010-11-02 | spice-display: replace private lock with qemu mutex. | Gerd Hoffmann | 2 | -14/+14 |
2010-11-02 | spice-core: fix warning when building with spice < 0.6.0 | Gerd Hoffmann | 1 | -2/+2 |
2010-11-02 | spice-core: fix watching for write events | Hans de Goede | 1 | -1/+1 |
2010-11-01 | Merge remote branch 'spice/config.2' into staging | Anthony Liguori | 1 | -6/+202 |
2010-10-22 | Replace remaining gcc format attributes by macro GCC_FMT_ATTR (format checking) | Stefan Weil | 1 | -2/+1 |
2010-10-21 | curses: Fix control-{@[\]^_} and ESC | Samuel Thibault | 2 | -3/+7 |
2010-10-13 | vnc: avoid write only variables | Blue Swirl | 1 | -0/+8 |
2010-10-08 | spice: add misc config options | Gerd Hoffmann | 1 | -1/+28 |
2010-10-08 | spice: add config options for the listening address | Gerd Hoffmann | 1 | -2/+11 |
2010-10-08 | spice: add config options for channel security. | Gerd Hoffmann | 1 | -0/+28 |
2010-10-08 | spice: make compression configurable. | Yonit Halperin | 1 | -2/+75 |
2010-10-08 | spice: tls support | Gerd Hoffmann | 1 | -4/+63 |
2010-10-05 | Merge remote branch 'spice/submit.6' into staging | Anthony Liguori | 5 | -0/+928 |
2010-10-05 | Fix spelling in comments | Stefan Weil | 1 | -1/+1 |
2010-09-21 | spice: add tablet support | Gerd Hoffmann | 2 | -8/+88 |
2010-09-21 | spice: simple display | Gerd Hoffmann | 3 | -0/+482 |
2010-09-21 | spice: add mouse | Gerd Hoffmann | 1 | -0/+52 |
2010-09-21 | spice: add keyboard | Gerd Hoffmann | 3 | -0/+88 |
2010-09-21 | spice: core bits | Gerd Hoffmann | 2 | -0/+226 |
2010-09-04 | vnc: use bswapNN() rather than bswap_NN() | Izumi Tsutsui | 1 | -4/+4 |
2010-09-04 | vnc: tight: remove unused variable | Serge Ziryukin | 1 | -2/+0 |
2010-09-04 | size_t is unsigned, change to ssize_t to handle errors from tight_compress_da... | Jes Sorensen | 1 | -4/+4 |
2010-08-22 | vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write() | Yoshiaki Tamura | 1 | -1/+1 |
2010-08-15 | win32: Avoid compiler warning (WIN32_LEAN_AND_MEAN redefined) | Stefan Weil | 1 | -0/+4 |
2010-07-31 | Initialize a variable in all cases | Blue Swirl | 1 | -0/+2 |
2010-07-31 | Fix uint8_t comparison with negative value | Blue Swirl | 1 | -1/+1 |
2010-07-27 | Fix mingw32 build | Blue Swirl | 1 | -9/+9 |
2010-07-27 | Initialize a variable in all cases | Blue Swirl | 1 | -0/+2 |
2010-07-27 | Fix uint8_t comparisons with negative values | Blue Swirl | 1 | -3/+3 |
2010-07-26 | vnc: tight: split send_sub_rect | Corentin Chary | 1 | -25/+55 |
2010-07-26 | vnc: tight: fix rgb_prepare_row | Corentin Chary | 1 | -5/+10 |
2010-07-26 | vnc: add missing lock for vnc_cursor_define() | Corentin Chary | 1 | -0/+2 |
2010-07-26 | vnc: threaded VNC server | Corentin Chary | 5 | -25/+663 |
2010-07-26 | vnc: fix tight png memory leak | Corentin Chary | 1 | -0/+3 |
2010-07-26 | vnc: encapsulate encoding members | Corentin Chary | 5 | -156/+163 |
2010-07-26 | vnc: tight: stop using qdict for palette stuff | Corentin Chary | 3 | -128/+234 |
2010-07-26 | vnc: tight: specific zlib level and filters for each compression level | Corentin Chary | 1 | -1/+18 |
2010-07-26 | vnc: tight add PNG encoding | Corentin Chary | 4 | -54/+304 |
2010-07-26 | vnc: tight: remove a memleak in send_jpeg_rect() | Corentin Chary | 1 | -2/+3 |
2010-07-26 | vnc: tight: don't forget do at the last color | Corentin Chary | 1 | -1/+1 |
2010-07-26 | vnc: rename vnc-encoding-* vnc-enc-* | Corentin Chary | 5 | -7/+7 |
2010-07-26 | ui: move all ui components in ui/ | Corentin Chary | 28 | -0/+11355 |