index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
Age
Commit message (
Expand
)
Author
2010-10-08
spice: add config options for channel security.
Gerd Hoffmann
2010-10-08
spice: make compression configurable.
Yonit Halperin
2010-10-08
spice: tls support
Gerd Hoffmann
2010-10-05
Merge remote branch 'spice/submit.6' into staging
Anthony Liguori
2010-10-05
Fix spelling in comments
Stefan Weil
2010-09-21
spice: add tablet support
Gerd Hoffmann
2010-09-21
spice: simple display
Gerd Hoffmann
2010-09-21
spice: add mouse
Gerd Hoffmann
2010-09-21
spice: add keyboard
Gerd Hoffmann
2010-09-21
spice: core bits
Gerd Hoffmann
2010-09-04
vnc: use bswapNN() rather than bswap_NN()
Izumi Tsutsui
2010-09-04
vnc: tight: remove unused variable
Serge Ziryukin
2010-09-04
size_t is unsigned, change to ssize_t to handle errors from tight_compress_da...
Jes Sorensen
2010-08-22
vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write()
Yoshiaki Tamura
2010-08-15
win32: Avoid compiler warning (WIN32_LEAN_AND_MEAN redefined)
Stefan Weil
2010-07-31
Initialize a variable in all cases
Blue Swirl
2010-07-31
Fix uint8_t comparison with negative value
Blue Swirl
2010-07-27
Fix mingw32 build
Blue Swirl
2010-07-27
Initialize a variable in all cases
Blue Swirl
2010-07-27
Fix uint8_t comparisons with negative values
Blue Swirl
2010-07-26
vnc: tight: split send_sub_rect
Corentin Chary
2010-07-26
vnc: tight: fix rgb_prepare_row
Corentin Chary
2010-07-26
vnc: add missing lock for vnc_cursor_define()
Corentin Chary
2010-07-26
vnc: threaded VNC server
Corentin Chary
2010-07-26
vnc: fix tight png memory leak
Corentin Chary
2010-07-26
vnc: encapsulate encoding members
Corentin Chary
2010-07-26
vnc: tight: stop using qdict for palette stuff
Corentin Chary
2010-07-26
vnc: tight: specific zlib level and filters for each compression level
Corentin Chary
2010-07-26
vnc: tight add PNG encoding
Corentin Chary
2010-07-26
vnc: tight: remove a memleak in send_jpeg_rect()
Corentin Chary
2010-07-26
vnc: tight: don't forget do at the last color
Corentin Chary
2010-07-26
vnc: rename vnc-encoding-* vnc-enc-*
Corentin Chary
2010-07-26
ui: move all ui components in ui/
Corentin Chary