Sign in
qemu-android
/
qemu-android
/
1b7ce68fb45b97a9eaf71eeb81d2b4f4ea6bf4b2
/
ui
/
vnc.c
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
bc210eb
pixman: fix vnc tight png/jpeg support
by Gerd Hoffmann
· 12 years ago
7eff574
vnc: fix option misspelling ("non-adapative" -> "non-adaptive")
by Catalin Patulea
· 12 years ago
ef84755
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
by Blue Swirl
· 12 years ago
71a8cde
vnc: add missing static
by Blue Swirl
· 12 years ago
9436268
pixman/vnc: remove dead code.
by Gerd Hoffmann
· 12 years ago
9f64916
pixman/vnc: use pixman images in vnc.
by Gerd Hoffmann
· 12 years ago
a93a4a2
console: untangle gfx & txt updates
by Gerd Hoffmann
· 13 years ago
bf2fde7
console: move set_mouse + cursor_define callbacks
by Gerd Hoffmann
· 13 years ago
3f8b11b
vnc: drop QERR_VNC_SERVER_FAILED
by Paolo Bonzini
· 12 years ago
2d55f0e
vnc: add error propagation to vnc_display_open
by Paolo Bonzini
· 13 years ago
007fcd3
vnc: reorganize code for reverse mode
by Paolo Bonzini
· 12 years ago
1ce52c7
vnc: introduce a single label for error returns
by Paolo Bonzini
· 12 years ago
c1c1619
vnc: avoid Yoda conditionals
by Paolo Bonzini
· 12 years ago
7fc4e63
qemu-sockets: add Error ** to all functions
by Paolo Bonzini
· 13 years ago
fe3e7f2
ui/vnc: Only report/use TIGHT_PNG encoding if enabled.
by Joel Martin
· 13 years ago
417b0b8
vnc: fix "info vnc" with "-vnc ..., reverse=on"
by Paolo Bonzini
· 12 years ago
5db5f44
Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect
by Orit Wasserman
· 13 years ago
02a08fe
net: inet_connect(), inet_connect_opts(): add in_progress argument
by Luiz Capitulino
· 13 years ago
0f66998
vnc: disable VNC password authentication (security type 2) when in FIPS mode
by Paul Moore
· 13 years ago
0ed8b6f
Avoid returning void
by Blue Swirl
· 13 years ago
2624bab
Remove support for non-threaded VNC server
by Daniel P. Berrange
· 13 years ago
1643f2b
vnc: fix segfault in vnc_display_pw_expire()
by Gerd Hoffmann
· 13 years ago
029409e
sockets: use error class to pass listen error
by Amos Kong
· 13 years ago
a6ba35b
sockets: change inet_connect() to support nonblock socket
by Amos Kong
· 13 years ago
9e4dd56
vnc: Limit r/w access to size of allocated memory
by Stefan Weil
· 13 years ago
175b2a6
vnc: don't mess up with iohandlers in the vnc thread
by Corentin Chary
· 13 years ago
1d3323d
implement vnc_dpy_setdata
by Gerd Hoffmann
· 13 years ago
7dfbfc7
vnc: Don't demote authentication scheme when changing password/disabling login
by Daniel P. Berrange
· 13 years ago
7bc9318
vnc: lift modifier keys on client disconnect.
by Gerd Hoffmann
· 13 years ago
8cf3648
vnc: implement shared flag handling.
by Gerd Hoffmann
· 13 years ago
e26437c
vnc: fix ctrl key in vnc terminal emulation
by Gerd Hoffmann
· 13 years ago
ce3e141
Fix vnc memory corruption with width = 1400
by Gerd Hoffmann
· 15 years ago
a6aa9d3
vnc: Simplify vnc_display_password()
by Luiz Capitulino
· 13 years ago
cee8e6a
vnc: fix no-lock-key-sync strncmp() length
by Stefan Hajnoczi
· 13 years ago
3a93113
fix typo: delete redundant semicolon
by Dong Xu Wang
· 13 years ago
e5bed75
fix spelling in ui sub directory
by Dong Xu Wang
· 13 years ago
ae878b1
ui/vnc: Fix use of free() instead of g_free()
by Stefan Weil
· 13 years ago
2b54aa8
qapi: Convert query-vnc
by Luiz Capitulino
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
00aa004
Wrap recv to avoid warnings
by Blue Swirl
· 14 years ago
9e8dd45
notifier: Pass data argument to callback
by Jan Kiszka
· 14 years ago
1366108
Introduce a 'client_add' monitor command accepting an open FD
by Daniel P. Berrange
· 14 years ago
7e7e2eb
Store VNC auth scheme per-client as well as per-server
by Daniel P. Berrange
· 14 years ago
a0843a6
vnc: fix build error from VNC_DIRTY_WORDS
by Anthony Liguori
· 14 years ago
6ed391b
fix vnc regression
by Wen Congyang
· 14 years ago
821601e
Make VNC support optional
by Jes Sorensen
· 14 years ago
7bd427d
change all rt_clock references to use millisecond resolution accessors
by Paolo Bonzini
· 14 years ago
ad620c2
win32: implement missing timersub
by Blue Swirl
· 14 years ago
23bfe28
vnc: Fix stack corruption and other bitmap related bugs
by Stefan Weil
· 14 years ago
5db8378
vnc: Fix fatal crash with vnc reverse mode
by Stefan Weil
· 14 years ago
80e0c8c
vnc: add a non-adaptive option
by Corentin Chary
· 14 years ago
6c71a53
vnc: don't try to send bigger updates that client height
by Corentin Chary
· 14 years ago
bc2429b
vnc: use the new generic bitmap functions
by Corentin Chary
· 14 years ago
207f328
vnc: fix lossy rect refreshing
by Corentin Chary
· 14 years ago
148954f
vnc: Add ZRLE and ZYWRLE encodings.
by Corentin Chary
· 14 years ago
7d964c9
vnc: refresh lossy rect after a given timeout
by Corentin Chary
· 14 years ago
999342a
vnc: add a way to get the update frequency for a given region
by Corentin Chary
· 14 years ago
b31f519
vnc: don't set the quality if lossy encoding are disabled
by Corentin Chary
· 14 years ago
cfb41c8
Merge remote branch 'spice/usb.5' into staging
by Anthony Liguori
· 14 years ago
1cd20f8
vnc: Fix password expiration through 'change vnc ""' (v2)
by Anthony Liguori
· 14 years ago
9892088
vnc: fix numlock+capslock tracking
by Gerd Hoffmann
· 14 years ago
3c9405a
vnc: support password expire
by Gerd Hoffmann
· 15 years ago
6bffdf0
vnc: auth reject cleanup
by Gerd Hoffmann
· 15 years ago
2ded6ad
vnc: avoid write only variables
by Blue Swirl
· 14 years ago
ac71103
vnc: check fd before calling qemu_set_fd_handler2() in vnc_client_write()
by Yoshiaki Tamura
· 15 years ago
d01f959
vnc: add missing lock for vnc_cursor_define()
by Corentin Chary
· 15 years ago
bd023f9
vnc: threaded VNC server
by Corentin Chary
· 15 years ago
d1af0e0
vnc: encapsulate encoding members
by Corentin Chary
· 15 years ago
efe556a
vnc: tight add PNG encoding
by Corentin Chary
· 15 years ago
3e230dd
ui: move all ui components in ui/
by Corentin Chary
· 15 years ago
[Renamed from vnc.c]
6f9c78c
vnc: add lossy option
by Corentin Chary
· 15 years ago
2f24e2e
vnc: JPEG should be disabled if the client don't set tight quality
by Corentin Chary
· 15 years ago
637503d
Monitor: Drop QMP documentation from code
by Luiz Capitulino
· 15 years ago
1d4b638
vnc: move size-changed check into the vnc_desktop_resize function.
by Gerd Hoffmann
· 15 years ago
847ce6a
vnc: don't send invalid screen updates.
by Gerd Hoffmann
· 15 years ago
5862d19
vnc: keep track of client desktop size
by Gerd Hoffmann
· 15 years ago
6356e47
vnc: send desktopresize event as reply to set encodings
by Gerd Hoffmann
· 15 years ago
621aaeb
vnc: factor out vnc_desktop_resize()
by Gerd Hoffmann
· 15 years ago
380282b
vnc: add basic tight support
by Corentin Chary
· 15 years ago
a885211
vnc: return the number of rectangles
by Corentin Chary
· 15 years ago
161c4f2
vnc: remove a memory leak in zlib
by Corentin Chary
· 15 years ago
5d418e3
vnc: add buffer_free()
by Corentin Chary
· 15 years ago
78c98c7
vnc: don't clear zlib stream on set_encoding
by Corentin Chary
· 15 years ago
780a049
vnc: really call zlib if we want zlib
by Corentin Chary
· 15 years ago
8a0f0d0
vnc: explain why set_encodings loop is reversed
by Corentin Chary
· 15 years ago
a9f20d3
Revert "vnc: set the right prefered encoding"
by Corentin Chary
· 15 years ago
d467b67
vnc: rich cursor support.
by Gerd Hoffmann
· 15 years ago
14eb8b6
vnc: set the right prefered encoding
by Corentin Chary
· 15 years ago
0684bf1
vnc: make sure to send pointer type change event on SetEncodings
by Anthony Liguori
· 15 years ago
70a4568
vnc: split encoding in specific files
by Corentin Chary
· 15 years ago
9678d95
Remove dead assignments in various common files, spotted by clang analyzer
by Blue Swirl
· 15 years ago
46a183d
Remove magic numbers for VNC message IDs from code
by Daniel P. Berrange
· 15 years ago
37c34d9
input: make vnc use mouse mode notifiers
by Anthony Liguori
· 15 years ago
3a0558b
vnc: add no-lock-key-sync option
by Gerd Hoffmann
· 15 years ago
cc39a92
Fix SIGFPE for vnc display of width/height = 1
by Chris Webb
· 15 years ago
8631b60
monitor: Separate "default monitor" and "current monitor" cleanly
by Markus Armbruster
· 15 years ago
7ffb82c
kbd keds: vnc
by Gerd Hoffmann
· 15 years ago
Next »