Sign in
qemu
/
qemu
/
0d6ecec2526d26ada9f4e44d27686a40ab9c087b
/
ui
/
vnc.c
4006617
vnc: add trace events for key events
by Gerd Hoffmann
· 11 years ago
cf86456
vnc: refuse to set a password with VNC_AUTH_NONE
by Gerd Hoffmann
· 11 years ago
027a79c
vnc: Remove default_mon usage
by Cole Robinson
· 11 years ago
2f487a3d
ui/vnc: fix vmware VGA incompatiblities
by Peter Lieven
· 11 years ago
e22492d
ui/vnc: disable adaptive update calculations if not needed
by Peter Lieven
· 11 years ago
9193722
ui/vnc: optimize setting in vnc_dpy_update()
by Peter Lieven
· 11 years ago
863d7c9
ui/vnc: optimize clearing in find_and_clear_dirty_height()
by Peter Lieven
· 11 years ago
12b316d
ui/vnc: optimize dirty bitmap tracking
by Peter Lieven
· 11 years ago
6cd859a
ui/vnc: derive cmp_bytes from VNC_DIRTY_PIXELS_PER_BIT
by Peter Lieven
· 11 years ago
b4c85dd
ui/vnc: introduce VNC_DIRTY_PIXELS_PER_BIT macro
by Peter Lieven
· 11 years ago
38ee14f
vnc: fix use-after-free in vnc_update_client_sync
by Gerd Hoffmann
· 11 years ago
14768eb
input: mouse: switch vnc ui to new core
by Gerd Hoffmann
· 11 years ago
8d447d1
input: keyboard: switch vnc ui to new core
by Gerd Hoffmann
· 11 years ago
2c8cf54
vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_client
by Michael Tokarev
· 12 years ago
1483adc
vnc: Make ledstate comparison before modifiers updated
by Lei Li
· 12 years ago
0057a0d
TLS support for VNC Websockets
by Tim Hardeck
· 12 years ago
e7b2aac
vnc: Adjust lock state sync logic with VNC_FEATURE_LED_STATE
by Lei Li
· 12 years ago
ab99e5c
vnc: Support for LED state extension
by Lei Li
· 12 years ago
96f3d17
vnc: Add SCROLL lock key to kbd_leds
by Lei Li
· 12 years ago
5209089
console: zap ds arg from register_displaychangelistener
by Gerd Hoffmann
· 12 years ago
81c0d5a
console: add qemu_console_is_*
by Gerd Hoffmann
· 12 years ago
0f7b286
console: gui timer fixes
by Gerd Hoffmann
· 12 years ago
1dbfa00
console: rename vga_hw_*, add QemuConsole param
by Gerd Hoffmann
· 12 years ago
f9e8cac
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
by Stefan Hajnoczi
· 12 years ago
bc2ed97
console: zap displaystate from dcl callbacks
by Gerd Hoffmann
· 12 years ago
d39fa6d
vnc: stop using DisplayState
by Gerd Hoffmann
· 12 years ago
c12aeb8
console: rework DisplaySurface handling [dcl/ui side]
by Gerd Hoffmann
· 12 years ago
21ef45d
console: kill DisplayState->opaque
by Gerd Hoffmann
· 12 years ago
7c20b4a
console: fix displaychangelisteners interface
by Gerd Hoffmann
· 12 years ago
6fd8e79
vnc: fix possible uninitialized removals
by Tim Hardeck
· 12 years ago
7536ee4
vnc: added initial websocket protocol support
by Tim Hardeck
· 12 years ago
32ed268
vnc: added buffer_advance function
by Tim Hardeck
· 12 years ago
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
· 12 years ago
bf2fde7
console: move set_mouse + cursor_define callbacks
by Gerd Hoffmann
· 12 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
· 12 years ago
007fcd3e
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
· 12 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
· 12 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
· 14 years ago
6bffdf0
vnc: auth reject cleanup
by Gerd Hoffmann
· 14 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
Next »