index
:
~victortoso/vd_agent
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-24
randr: set physical screen size to keep a constant 96 dpi
Marc-André Lureau
1
-2
/
+7
2014-02-24
Don't abort if XRRSetCrtcConfig fails
Jonathon Jongsma
1
-2
/
+2
2014-02-24
randr: Make resolution changing more robust
Christophe Fergeau
1
-14
/
+47
2014-01-31
Add VD_AGENT_CAP_MAX_CLIPBOARD support
Marc-André Lureau
1
-0
/
+15
2014-01-31
Add a warning for unhandled case
Marc-André Lureau
1
-0
/
+3
2014-01-31
Add a virtio_write_clipboard() function
Marc-André Lureau
1
-21
/
+29
2013-11-27
clipboard target_to_type: fix inner loop variable name
Uri Lublin
1
-1
/
+1
2013-10-14
vdagent-virtio-port: no need to log opening the port as a socket
Alon Levy
1
-1
/
+0
2013-10-03
vdagent-virtio-port: fix two -Werror=pointer-sign
Alon Levy
1
-2
/
+2
2013-09-09
vdagent-x11: Release clipboard on client disconnect if owned by client
Hans de Goede
3
-0
/
+13
2013-09-03
vdagent-virtio-port: close socket on error
Alon Levy
1
-0
/
+3
2013-09-03
vdagentd: support fake uinput
Alon Levy
3
-6
/
+21
2013-09-02
vdagentd: support virtio as uds for Xspice usage
Alon Levy
1
-6
/
+47
2013-09-02
vdagentd: support configurable socket to vdagent
Alon Levy
1
-14
/
+19
2013-09-02
vdagent: add option to change vdagentd socket
Alon Levy
1
-2
/
+7
2013-08-13
vdagent-x11: Turn some error messages into debugging messages (rhbz#918310)
Hans de Goede
1
-5
/
+6
2013-08-08
vdagent_x11_target_to_type: Improve error logging
Hans de Goede
1
-0
/
+3
2013-08-02
Not having the virtio channel is not an error; instead silently do nothing
Colin Walters
1
-3
/
+1
2013-07-29
Fix vdagent-x11.h header guard name
Fedor Lyakhov
1
-2
/
+2
2013-06-24
vdagentd: Advertise VD_AGENT_CAP_GUEST_LINEEND_LF
Hans de Goede
1
-0
/
+1
2013-06-06
vdagent[d]: Add printing of version to -h output
Hans de Goede
2
-5
/
+5
2013-04-12
Fix typo in src/vdagentd.c
Liang Guo
1
-1
/
+1
2013-04-12
Add missing src/dummy-session-info.c file
Hans de Goede
1
-0
/
+46
2013-04-12
One more -h / usage output fix
Hans de Goede
1
-1
/
+1
2013-04-11
Improve -h / usage output
Hans de Goede
2
-7
/
+11
2013-04-11
vdagentd: Allow runtime disabling of session-info (rhbz#904084)
Hans de Goede
3
-77
/
+53
2013-04-11
vdagentd-xorg-conf: Add Option "NumHeads" "1" to generated xorg.conf
Hans de Goede
1
-0
/
+1
2013-04-10
vdagent-x11: Add support for setups with multiple screens
Hans de Goede
3
-25
/
+57
2013-04-10
vdagent-x11: Change root_window, width and height to an array
Hans de Goede
3
-37
/
+36
2013-04-10
Add glib-compat.h to fix building with glib < 2.28
Hans de Goede
2
-0
/
+44
2013-04-09
vdagent-x11: Catch BadWindow errors when sending clipboard data to other windows
Hans de Goede
1
-8
/
+36
2013-04-09
vdagent-x11: Unify / share error handling between vdagent-x11 and randr code
Hans de Goede
3
-34
/
+29
2013-04-09
vdagent: Open file xfer save dir on file xfer completion
Hans de Goede
3
-6
/
+32
2013-04-09
vdagent: Add a cmdline option to select where to save file-xfers
Hans de Goede
3
-18
/
+38
2013-04-09
vdagent-x11: Add a vdagent_x11_has_icons_on_desktop function
Hans de Goede
2
-0
/
+29
2013-04-09
vdagent-x11: Add a vdagent_x11_get_wm_name function
Hans de Goede
2
-4
/
+84
2013-04-09
vdagent-x11: Add set_error_handler / restore_error_handler helpers
Hans de Goede
1
-2
/
+21
2013-03-29
systemd-login: Fix supression of ENOENT errors
Hans de Goede
1
-1
/
+1
2013-03-29
file-xfers: Don't warn if we cannot find a file-xfer
Hans de Goede
1
-1
/
+2
2013-03-15
vdagent-virtio-port: Improve error logging
Hans de Goede
1
-2
/
+4
2013-03-06
vdagent*: Handle VDAGENTD_CLIENT_DISCONNECTED messages
Hans de Goede
4
-11
/
+41
2013-03-06
vdagentd: Track which file-xfer id belongs to which session-agent
Hans de Goede
1
-12
/
+61
2013-03-06
file-xfers: Fix unlinking of files on error / cancel
Hans de Goede
1
-3
/
+3
2013-03-06
file-xfers: Handle writing errors
Hans de Goede
1
-16
/
+18
2013-03-06
file-xfers: Report status to sender (the client) on xfer completion
Hans de Goede
1
-2
/
+7
2013-03-06
file-xfers: Create dir before trying to create the file
Hans de Goede
1
-3
/
+12
2013-03-06
vdagent-virtio-port: Add vdagent_virtio_port_reset()
Hans de Goede
2
-0
/
+11
2013-03-06
vdagent-virtio-port: Fix use after free
Hans de Goede
1
-0
/
+2
2013-03-06
vdagent: Don't try to reconnect when not daemonized
Hans de Goede
1
-1
/
+1
2013-02-22
file-xfers: Check for duplicate task ids
Hans de Goede
1
-0
/
+6
[next]