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
*
Monitor: Drop QMP documentation from code
Luiz Capitulino
2010-06-01
1
-29
/
+0
*
vnc: move size-changed check into the vnc_desktop_resize function.
Gerd Hoffmann
2010-06-01
1
-6
/
+5
*
vnc: don't send invalid screen updates.
Gerd Hoffmann
2010-06-01
1
-2
/
+6
*
vnc: keep track of client desktop size
Gerd Hoffmann
2010-06-01
1
-3
/
+7
*
vnc: send desktopresize event as reply to set encodings
Gerd Hoffmann
2010-06-01
1
-0
/
+1
*
vnc: factor out vnc_desktop_resize()
Gerd Hoffmann
2010-06-01
1
-8
/
+16
*
vnc: add basic tight support
Corentin Chary
2010-06-01
1
-0
/
+8
*
vnc: return the number of rectangles
Corentin Chary
2010-06-01
1
-9
/
+16
*
vnc: remove a memory leak in zlib
Corentin Chary
2010-06-01
1
-0
/
+2
*
vnc: add buffer_free()
Corentin Chary
2010-06-01
1
-8
/
+10
*
vnc: don't clear zlib stream on set_encoding
Corentin Chary
2010-06-01
1
-1
/
+0
*
vnc: really call zlib if we want zlib
Corentin Chary
2010-06-01
1
-1
/
+1
*
vnc: explain why set_encodings loop is reversed
Corentin Chary
2010-06-01
1
-0
/
+5
*
Revert "vnc: set the right prefered encoding"
Corentin Chary
2010-06-01
1
-10
/
+4
*
vnc: rich cursor support.
Gerd Hoffmann
2010-05-24
1
-8
/
+62
*
vnc: set the right prefered encoding
Corentin Chary
2010-05-10
1
-4
/
+10
*
vnc: make sure to send pointer type change event on SetEncodings
Anthony Liguori
2010-05-04
1
-0
/
+2
*
vnc: split encoding in specific files
Corentin Chary
2010-05-03
1
-208
/
+12
*
Remove dead assignments in various common files, spotted by clang analyzer
Blue Swirl
2010-04-25
1
-9
/
+4
*
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
[next]