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
/
vnc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove magic numbers for VNC message IDs from code
Daniel P. Berrange
2010-04-09
1
-28
/
+28
*
input: make vnc use mouse mode notifiers
Anthony Liguori
2010-03-19
1
-5
/
+8
*
vnc: add no-lock-key-sync option
Gerd Hoffmann
2010-03-17
1
-4
/
+12
*
Fix SIGFPE for vnc display of width/height = 1
Chris Webb
2010-03-17
1
-2
/
+4
*
monitor: Separate "default monitor" and "current monitor" cleanly
Markus Armbruster
2010-03-16
1
-3
/
+2
*
kbd keds: vnc
Gerd Hoffmann
2010-03-09
1
-1
/
+19
*
Fix curses interaction with keymaps
Samuel Thibault
2010-03-06
1
-10
/
+15
*
vnc: Migrate to using QTAILQ instead of custom implementation
Amit Shah
2010-02-10
1
-46
/
+28
*
vnc.c: remove dead code
Paolo Bonzini
2010-02-05
1
-3
/
+0
*
vnc_refresh: calling vnc_update_client might free vs
Stefano Stabellini
2010-01-26
1
-2
/
+4
*
vnc: Use inet_strfamily()
Luiz Capitulino
2010-01-20
1
-21
/
+1
*
QMP: Introduce VNC_INITIALIZED event
Luiz Capitulino
2010-01-19
1
-0
/
+1
*
QMP: Introduce VNC_DISCONNECTED event
Luiz Capitulino
2010-01-19
1
-0
/
+2
*
QMP: Introduce VNC_CONNECTED event
Luiz Capitulino
2010-01-19
1
-0
/
+25
*
VNC: Cache client info at connection time
Luiz Capitulino
2010-01-19
1
-10
/
+30
*
VNC: Add 'family' key
Luiz Capitulino
2010-01-19
1
-1
/
+25
*
VNC: Rename client's 'username' key
Luiz Capitulino
2010-01-19
1
-4
/
+5
*
VNC: Make 'auth' key mandatory
Luiz Capitulino
2010-01-19
1
-12
/
+14
*
VNC: Use 'enabled' key instead of 'status'
Luiz Capitulino
2010-01-19
1
-5
/
+5
*
vnc_refresh: return if vd->timer is NULL
Stefano Stabellini
2010-01-12
1
-0
/
+4
*
VNC: Convert do_info_vnc() to QObject
Luiz Capitulino
2009-12-12
1
-31
/
+162
*
vnc: fix capslock tracking logic.
Gerd Hoffmann
2009-12-12
1
-3
/
+5
*
Don't leak file descriptors
Kevin Wolf
2009-12-03
1
-1
/
+1
*
vnc: improve capslock handling.
Gerd Hoffmann
2009-11-12
1
-0
/
+21
*
Win32: Fix vnc support.
Stefan Weil
2009-10-05
1
-2
/
+21
*
vnc: Set invalid buffer pointers to NULL
Stefan Weil
2009-10-05
1
-2
/
+8
*
fix use after free
Glauber Costa
2009-09-25
1
-1
/
+1
*
When using stdio monitor and VNC display, one can set or clear a VNC password...
Zachary Amsden
2009-08-24
1
-0
/
+5
*
Don't segfault when changing VNC password on an SDL display.
Zachary Amsden
2009-08-24
1
-0
/
+4
*
variable timer intervals
Stefano Stabellini
2009-08-10
1
-9
/
+30
*
single vnc server surface
Stefano Stabellini
2009-08-10
1
-151
/
+189
*
a single vnc timer to refresh the screen
Stefano Stabellini
2009-08-10
1
-19
/
+41
*
vnc: fix copyrect screen corruption
Gerd Hoffmann
2009-07-30
1
-0
/
+22
*
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Juan Quintela
2009-07-27
1
-1
/
+1
*
vnc: improve numpad support for qemu console.
Gerd Hoffmann
2009-06-16
1
-9
/
+52
*
vnc: rework VncState release workflow.
Gerd Hoffmann
2009-06-16
1
-45
/
+75
*
Win32: Don't remove const attribute in type casts.
Stefan Weil
2009-06-13
1
-1
/
+1
*
Fix mingw32 build warnings
Blue Swirl
2009-06-13
1
-2
/
+2
*
Fix spelling in comment.
Stefan Weil
2009-06-06
1
-1
/
+1
*
VNC: Fix memory allocation (wrong structure size).
Stefan Weil
2009-05-27
1
-2
/
+1
*
Eliminate --disable-gfx-check and make VNC default when SDL not available
Anthony Liguori
2009-05-21
1
-1
/
+7
*
Remove any pretense that there can be more than one AudioState
malc
2009-05-14
1
-1
/
+1
*
vnc: kill leftover debug statement.
Gerd Hoffmann
2009-05-01
1
-1
/
+1
*
vnc: no need to set force_update for incremental update requests.
Gerd Hoffmann
2009-05-01
1
-1
/
+1
*
vnc: fix server surface pixel format.
Gerd Hoffmann
2009-05-01
1
-12
/
+9
*
vnc: fix segfault
Gerd Hoffmann
2009-05-01
1
-1
/
+2
*
vnc: windup keypad keys for qemu console emulation
Gerd Hoffmann
2009-05-01
1
-0
/
+9
*
vnc: Fix incorrect attempt to clear a flag
aurel32
2009-04-07
1
-1
/
+1
*
vnc: throttle screen updates. (Gerd Hoffmann)
aliguori
2009-03-20
1
-1
/
+10
*
vnc: fix printf warnings showing up with VNC_DEBUG enabled. (Gerd Hoffmann)
aliguori
2009-03-20
1
-4
/
+4
[next]