index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
vnc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-27
/
+27
*
Wrap recv to avoid warnings
Blue Swirl
2011-07-25
1
-1
/
+1
*
notifier: Pass data argument to callback
Jan Kiszka
2011-07-23
1
-2
/
+2
*
Introduce a 'client_add' monitor command accepting an open FD
Daniel P. Berrange
2011-07-23
1
-0
/
+7
*
Store VNC auth scheme per-client as well as per-server
Daniel P. Berrange
2011-07-23
1
-13
/
+26
*
vnc: fix build error from VNC_DIRTY_WORDS
Anthony Liguori
2011-03-22
1
-1
/
+1
*
fix vnc regression
Wen Congyang
2011-03-22
1
-2
/
+6
*
Make VNC support optional
Jes Sorensen
2011-03-22
1
-4
/
+10
*
change all rt_clock references to use millisecond resolution accessors
Paolo Bonzini
2011-03-21
1
-5
/
+5
*
win32: implement missing timersub
Blue Swirl
2011-03-15
1
-3
/
+3
*
vnc: Fix stack corruption and other bitmap related bugs
Stefan Weil
2011-03-10
1
-5
/
+1
*
vnc: Fix fatal crash with vnc reverse mode
Stefan Weil
2011-02-23
1
-0
/
+1
*
vnc: add a non-adaptive option
Corentin Chary
2011-02-23
1
-4
/
+9
*
vnc: don't try to send bigger updates that client height
Corentin Chary
2011-02-23
1
-5
/
+5
*
vnc: use the new generic bitmap functions
Corentin Chary
2011-02-23
1
-70
/
+21
*
vnc: fix lossy rect refreshing
Corentin Chary
2011-02-23
1
-4
/
+8
*
vnc: Add ZRLE and ZYWRLE encodings.
Corentin Chary
2011-02-23
1
-0
/
+15
*
vnc: refresh lossy rect after a given timeout
Corentin Chary
2011-02-23
1
-3
/
+64
*
vnc: add a way to get the update frequency for a given region
Corentin Chary
2011-02-23
1
-0
/
+101
*
vnc: don't set the quality if lossy encoding are disabled
Corentin Chary
2011-02-23
1
-1
/
+3
*
Merge remote branch 'spice/usb.5' into staging
Anthony Liguori
2011-02-01
1
-2
/
+2
|
\
|
*
vnc: fix numlock+capslock tracking
Gerd Hoffmann
2011-01-24
1
-2
/
+2
*
|
vnc: Fix password expiration through 'change vnc ""' (v2)
Anthony Liguori
2011-02-01
1
-10
/
+27
|
/
*
vnc: support password expire
Gerd Hoffmann
2010-12-09
1
-0
/
+14
*
vnc: auth reject cleanup
Gerd Hoffmann
2010-12-09
1
-17
/
+13
*
vnc: avoid write only variables
Blue Swirl
2010-10-13
1
-0
/
+8
*
vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write()
Yoshiaki Tamura
2010-08-22
1
-1
/
+1
*
vnc: add missing lock for vnc_cursor_define()
Corentin Chary
2010-07-26
1
-0
/
+2
*
vnc: threaded VNC server
Corentin Chary
2010-07-26
1
-24
/
+120
*
vnc: encapsulate encoding members
Corentin Chary
2010-07-26
1
-4
/
+4
*
vnc: tight add PNG encoding
Corentin Chary
2010-07-26
1
-4
/
+7
*
ui: move all ui components in ui/
Corentin Chary
2010-07-26
1
-0
/
+2631