index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vnc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-10
vnc: set the right prefered encoding
Corentin Chary
1
-4
/
+10
2010-05-04
vnc: make sure to send pointer type change event on SetEncodings
Anthony Liguori
1
-0
/
+2
2010-05-03
vnc: split encoding in specific files
Corentin Chary
1
-208
/
+12
2010-04-25
Remove dead assignments in various common files, spotted by clang analyzer
Blue Swirl
1
-9
/
+4
2010-04-09
Remove magic numbers for VNC message IDs from code
Daniel P. Berrange
1
-28
/
+28
2010-03-19
input: make vnc use mouse mode notifiers
Anthony Liguori
1
-5
/
+8
2010-03-17
vnc: add no-lock-key-sync option
Gerd Hoffmann
1
-4
/
+12
2010-03-17
Fix SIGFPE for vnc display of width/height = 1
Chris Webb
1
-2
/
+4
2010-03-16
monitor: Separate "default monitor" and "current monitor" cleanly
Markus Armbruster
1
-3
/
+2
2010-03-09
kbd keds: vnc
Gerd Hoffmann
1
-1
/
+19
2010-03-06
Fix curses interaction with keymaps
Samuel Thibault
1
-10
/
+15
2010-02-10
vnc: Migrate to using QTAILQ instead of custom implementation
Amit Shah
1
-46
/
+28
2010-02-05
vnc.c: remove dead code
Paolo Bonzini
1
-3
/
+0
2010-01-26
vnc_refresh: calling vnc_update_client might free vs
Stefano Stabellini
1
-2
/
+4
2010-01-20
vnc: Use inet_strfamily()
Luiz Capitulino
1
-21
/
+1
2010-01-19
QMP: Introduce VNC_INITIALIZED event
Luiz Capitulino
1
-0
/
+1
2010-01-19
QMP: Introduce VNC_DISCONNECTED event
Luiz Capitulino
1
-0
/
+2
2010-01-19
QMP: Introduce VNC_CONNECTED event
Luiz Capitulino
1
-0
/
+25
2010-01-19
VNC: Cache client info at connection time
Luiz Capitulino
1
-10
/
+30
2010-01-19
VNC: Add 'family' key
Luiz Capitulino
1
-1
/
+25
2010-01-19
VNC: Rename client's 'username' key
Luiz Capitulino
1
-4
/
+5
2010-01-19
VNC: Make 'auth' key mandatory
Luiz Capitulino
1
-12
/
+14
2010-01-19
VNC: Use 'enabled' key instead of 'status'
Luiz Capitulino
1
-5
/
+5
2010-01-12
vnc_refresh: return if vd->timer is NULL
Stefano Stabellini
1
-0
/
+4
2009-12-12
VNC: Convert do_info_vnc() to QObject
Luiz Capitulino
1
-31
/
+162
2009-12-12
vnc: fix capslock tracking logic.
Gerd Hoffmann
1
-3
/
+5
2009-12-03
Don't leak file descriptors
Kevin Wolf
1
-1
/
+1
2009-11-12
vnc: improve capslock handling.
Gerd Hoffmann
1
-0
/
+21
2009-10-05
Win32: Fix vnc support.
Stefan Weil
1
-2
/
+21
2009-10-05
vnc: Set invalid buffer pointers to NULL
Stefan Weil
1
-2
/
+8
2009-09-25
fix use after free
Glauber Costa
1
-1
/
+1
2009-08-24
When using stdio monitor and VNC display, one can set or clear a VNC password...
Zachary Amsden
1
-0
/
+5
2009-08-24
Don't segfault when changing VNC password on an SDL display.
Zachary Amsden
1
-0
/
+4
2009-08-10
variable timer intervals
Stefano Stabellini
1
-9
/
+30
2009-08-10
single vnc server surface
Stefano Stabellini
1
-151
/
+189
2009-08-10
a single vnc timer to refresh the screen
Stefano Stabellini
1
-19
/
+41
2009-07-30
vnc: fix copyrect screen corruption
Gerd Hoffmann
1
-0
/
+22
2009-07-27
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Juan Quintela
1
-1
/
+1
2009-06-16
vnc: improve numpad support for qemu console.
Gerd Hoffmann
1
-9
/
+52
2009-06-16
vnc: rework VncState release workflow.
Gerd Hoffmann
1
-45
/
+75
2009-06-13
Win32: Don't remove const attribute in type casts.
Stefan Weil
1
-1
/
+1
2009-06-13
Fix mingw32 build warnings
Blue Swirl
1
-2
/
+2
2009-06-06
Fix spelling in comment.
Stefan Weil
1
-1
/
+1
2009-05-27
VNC: Fix memory allocation (wrong structure size).
Stefan Weil
1
-2
/
+1
2009-05-21
Eliminate --disable-gfx-check and make VNC default when SDL not available
Anthony Liguori
1
-1
/
+7
2009-05-14
Remove any pretense that there can be more than one AudioState
malc
1
-1
/
+1
2009-05-01
vnc: kill leftover debug statement.
Gerd Hoffmann
1
-1
/
+1
2009-05-01
vnc: no need to set force_update for incremental update requests.
Gerd Hoffmann
1
-1
/
+1
2009-05-01
vnc: fix server surface pixel format.
Gerd Hoffmann
1
-12
/
+9
2009-05-01
vnc: fix segfault
Gerd Hoffmann
1
-1
/
+2
[next]