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
/
vnc.c
Age
Commit message (
Expand
)
Author
2011-02-23
vnc: don't try to send bigger updates that client height
Corentin Chary
2011-02-23
vnc: use the new generic bitmap functions
Corentin Chary
2011-02-23
vnc: fix lossy rect refreshing
Corentin Chary
2011-02-23
vnc: Add ZRLE and ZYWRLE encodings.
Corentin Chary
2011-02-23
vnc: refresh lossy rect after a given timeout
Corentin Chary
2011-02-23
vnc: add a way to get the update frequency for a given region
Corentin Chary
2011-02-23
vnc: don't set the quality if lossy encoding are disabled
Corentin Chary
2011-02-01
Merge remote branch 'spice/usb.5' into staging
Anthony Liguori
2011-02-01
vnc: Fix password expiration through 'change vnc ""' (v2)
Anthony Liguori
2011-01-24
vnc: fix numlock+capslock tracking
Gerd Hoffmann
2010-12-09
vnc: support password expire
Gerd Hoffmann
2010-12-09
vnc: auth reject cleanup
Gerd Hoffmann
2010-10-13
vnc: avoid write only variables
Blue Swirl
2010-08-22
vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write()
Yoshiaki Tamura
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: encapsulate encoding members
Corentin Chary
2010-07-26
vnc: tight add PNG encoding
Corentin Chary
2010-07-26
ui: move all ui components in ui/
Corentin Chary