index
:
spice/linux/vd_agent
master
spice agent for linux (mirrored from https://gitlab.freedesktop.org/spice/linux/vd_agent)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-12
systemd services: add Documentation key (point to manpage)
HEAD
master
Daniel Kahn Gillmor
2
-0
/
+2
2024-07-07
Fix minor spelling errors.
Daniel Kahn Gillmor
5
-11
/
+11
2023-02-09
Switch to spice-vdagent.service by default
Fabian Vogt
2
-0
/
+6
2023-01-13
vdagent: Remove watch event on vdagent_display_destroy()
Victor Toso
1
-2
/
+4
2022-09-28
Makefile.am: don't create /var/run/spice-vdagentd
Abderrahim Kitouni
1
-3
/
+0
2022-02-14
Release 0.22.1
spice-vdagent-0.22.1
Victor Toso
2
-1
/
+5
2022-02-14
Do not process X11 events in vdagent_x11_create
Frediano Ziglio
1
-3
/
+0
2022-02-07
Release 0.22.0
spice-vdagent-0.22.0
Victor Toso
2
-1
/
+8
2022-01-18
vdagentd/uinput: Handle side mouse buttons (BTN_SIDE and BTN_EXTRA)
Kevin Pouget
1
-0
/
+4
2021-12-20
udscs: udscs_connect: return error to caller
Victor Toso
3
-10
/
+17
2021-12-20
vdagent: udscs: limit retry to connect to vdagentd
Victor Toso
1
-0
/
+21
2021-12-02
configure.ac: autoconf 2.71 compatibility
Adrian Bunk
1
-1
/
+1
2021-07-16
Provide systemd user spice-vdagent.service
Rex Dieter
3
-0
/
+12
2021-05-06
tests: Invoke ps in a way that does not truncate wide output.
Maxim Cournoyer
1
-1
/
+1
2021-05-04
Fix g_memdup deprecation warning with glib >= 2.68
Marc-André Lureau
4
-7
/
+11
2021-03-25
build: replace bashism in configuration for GTK 4
Chris Mayo
1
-1
/
+1
2021-01-13
Release 0.21.0
spice-vdagent-0.21.0
Julien Ropé
2
-1
/
+12
2020-11-19
Use the Mutter API from display.c
Julien Ropé
1
-10
/
+22
2020-11-19
Add implementation of the DBUS interface to Mutter.
Julien Ropé
3
-0
/
+311
2020-11-19
Move some reusable code at a higher level.
Julien Ropé
1
-26
/
+25
2020-11-19
Make the connector mappings available whatever the build options
Julien Ropé
1
-22
/
+12
2020-11-15
ci: run checks only with --with-session-info=none
Jakub Janků
1
-2
/
+6
2020-11-15
build: test session info only with non-dummy implementation
Jakub Janků
1
-3
/
+2
2020-11-15
build: test-session-info: include only what's necessary
Jakub Janků
1
-8
/
+2
2020-11-15
test-session-info: rename misleading "ck_uid"
Jakub Janků
1
-5
/
+6
2020-11-03
Add a test for session_info
Frediano Ziglio
2
-0
/
+88
2020-11-03
vdagentd: do not allow to use an already used file-xfer id
Uri Lublin
1
-0
/
+7
2020-11-03
cleanup active_xfers when the client disconnects
Uri Lublin
1
-0
/
+1
2020-10-29
vdagentd: Limit number of agents per session to 1
Frediano Ziglio
1
-0
/
+24
2020-10-29
Better check for sessions
Frediano Ziglio
5
-1
/
+93
2020-10-29
Avoids user session hijacking
Frediano Ziglio
3
-14
/
+43
2020-10-29
Avoids unlimited agent connections
Frediano Ziglio
1
-0
/
+12
2020-10-29
Avoids uncontrolled "active_xfers" allocations
Frediano Ziglio
1
-0
/
+23
2020-10-29
Avoids unchecked file transfer IDs allocation and usage
Frediano Ziglio
1
-6
/
+22
2020-10-29
vdagentd: Avoid calling chmod
Frediano Ziglio
1
-10
/
+2
2020-10-28
x11-randr: fix leak on vdagent_x11 destroy
Jakub Janků
3
-1
/
+9
2020-10-27
CI: fix build failure
Julien Ropé
1
-0
/
+1
2020-10-21
vdagentd: Fix clipboard serial for big endian machines
Frediano Ziglio
1
-1
/
+2
2020-10-21
vdagentd: Simplify handling VD_AGENT_GRAPHICS_DEVICE_INFO
Frediano Ziglio
1
-5
/
+1
2020-10-21
vdagentd: Constify vdagent_message_min_size
Frediano Ziglio
1
-1
/
+1
2020-10-19
When using GTK for monitors, we should not update the X11 structures.
Julien Ropé
1
-0
/
+4
2020-10-19
Using GTK, there is no way to modify the monitor resolution.
Julien Ropé
2
-1
/
+9
2020-10-19
Send guest resolution using GDK functions.
Julien Ropé
1
-3
/
+146
2020-10-19
Split the "lookup_xrandr_output_for_device_info()" function to reuse
Julien Ropé
5
-28
/
+63
2020-10-19
Prepare mapping based on connector name.
Julien Ropé
3
-69
/
+139
2020-10-19
Copy the 'debug' flag and 'vdagentd' socket into the VDAgentDisplay
Julien Ropé
1
-3
/
+8
2020-10-19
Add a non-X11 function to send the guest resolution to the
Julien Ropé
5
-35
/
+88
2020-10-05
ci: Upload test results in case of failure
Frediano Ziglio
1
-0
/
+6
2020-09-28
clipboard: enable copying files from client using webdav
Jakub Janků
5
-1
/
+425
2020-09-28
build: require spice-protocol 0.14.3
Jakub Janků
1
-1
/
+1
[next]