index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
vnc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-22
vnc: fix build error from VNC_DIRTY_WORDS
Anthony Liguori
1
-1
/
+1
2011-03-22
fix vnc regression
Wen Congyang
1
-2
/
+6
2011-03-22
Make VNC support optional
Jes Sorensen
1
-4
/
+10
2011-03-21
change all rt_clock references to use millisecond resolution accessors
Paolo Bonzini
1
-5
/
+5
2011-03-15
win32: implement missing timersub
Blue Swirl
1
-3
/
+3
2011-03-10
vnc: Fix stack corruption and other bitmap related bugs
Stefan Weil
1
-5
/
+1
2011-02-23
vnc: Fix fatal crash with vnc reverse mode
Stefan Weil
1
-0
/
+1
2011-02-23
vnc: add a non-adaptive option
Corentin Chary
1
-4
/
+9
2011-02-23
vnc: don't try to send bigger updates that client height
Corentin Chary
1
-5
/
+5
2011-02-23
vnc: use the new generic bitmap functions
Corentin Chary
1
-70
/
+21
2011-02-23
vnc: fix lossy rect refreshing
Corentin Chary
1
-4
/
+8
2011-02-23
vnc: Add ZRLE and ZYWRLE encodings.
Corentin Chary
1
-0
/
+15
2011-02-23
vnc: refresh lossy rect after a given timeout
Corentin Chary
1
-3
/
+64
2011-02-23
vnc: add a way to get the update frequency for a given region
Corentin Chary
1
-0
/
+101
2011-02-23
vnc: don't set the quality if lossy encoding are disabled
Corentin Chary
1
-1
/
+3
2011-02-01
Merge remote branch 'spice/usb.5' into staging
Anthony Liguori
1
-2
/
+2
2011-02-01
vnc: Fix password expiration through 'change vnc ""' (v2)
Anthony Liguori
1
-10
/
+27
2011-01-24
vnc: fix numlock+capslock tracking
Gerd Hoffmann
1
-2
/
+2
2010-12-09
vnc: support password expire
Gerd Hoffmann
1
-0
/
+14
2010-12-09
vnc: auth reject cleanup
Gerd Hoffmann
1
-17
/
+13
2010-10-13
vnc: avoid write only variables
Blue Swirl
1
-0
/
+8
2010-08-22
vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write()
Yoshiaki Tamura
1
-1
/
+1
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
1
-24
/
+120
2010-07-26
vnc: encapsulate encoding members
Corentin Chary
1
-4
/
+4
2010-07-26
vnc: tight add PNG encoding
Corentin Chary
1
-4
/
+7
2010-07-26
ui: move all ui components in ui/
Corentin Chary
1
-0
/
+2631