summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* vdagent-x11: Unify / share error handling between vdagent-x11 and randr codeHans de Goede2013-04-093-34/+29
* vdagent: Open file xfer save dir on file xfer completionHans de Goede2013-04-093-6/+32
* vdagent: Add a cmdline option to select where to save file-xfersHans de Goede2013-04-093-18/+38
* vdagent-x11: Add a vdagent_x11_has_icons_on_desktop functionHans de Goede2013-04-092-0/+29
* vdagent-x11: Add a vdagent_x11_get_wm_name functionHans de Goede2013-04-092-4/+84
* vdagent-x11: Add set_error_handler / restore_error_handler helpersHans de Goede2013-04-091-2/+21
* systemd-login: Fix supression of ENOENT errorsHans de Goede2013-03-291-1/+1
* file-xfers: Don't warn if we cannot find a file-xferHans de Goede2013-03-291-1/+2
* vdagent-virtio-port: Improve error loggingHans de Goede2013-03-151-2/+4
* vdagent*: Handle VDAGENTD_CLIENT_DISCONNECTED messagesHans de Goede2013-03-064-11/+41
* vdagentd: Track which file-xfer id belongs to which session-agentHans de Goede2013-03-061-12/+61
* file-xfers: Fix unlinking of files on error / cancelHans de Goede2013-03-061-3/+3
* file-xfers: Handle writing errorsHans de Goede2013-03-061-16/+18
* file-xfers: Report status to sender (the client) on xfer completionHans de Goede2013-03-061-2/+7
* file-xfers: Create dir before trying to create the fileHans de Goede2013-03-061-3/+12
* vdagent-virtio-port: Add vdagent_virtio_port_reset()Hans de Goede2013-03-062-0/+11
* vdagent-virtio-port: Fix use after freeHans de Goede2013-03-061-0/+2
* vdagent: Don't try to reconnect when not daemonizedHans de Goede2013-03-061-1/+1
* file-xfers: Check for duplicate task idsHans de Goede2013-02-221-0/+6
* file-xfers: Don't overwrite existing filesHans de Goede2013-02-221-7/+23
* filex-xfers s/GINT_TO_POINTER/GUINT_TO_POINTER/Hans de Goede2013-02-221-3/+3
* file-xfers: s/new/task/Hans de Goede2013-02-221-13/+13
* file-xfers: unlink the (partial) file on cancel / errorHans de Goede2013-02-221-8/+11
* file-xfers: Improve debug loggingHans de Goede2013-02-223-34/+54
* file-xfers: Prefix all log messages with "file-xfer"Hans de Goede2013-02-221-15/+24
* file-xfers: Move file xfer code to its own fileHans de Goede2013-02-223-164/+272
* file-xfer: Add file-xfer support for linux agentriegamaths@gmail.com2013-02-212-0/+216
* file-xfer: extend protocol for communication between server and clientriegamaths@gmail.com2013-02-212-0/+6
* randr: Use xrandr to get monitor info for uinput when using XrandrHans de Goede2013-02-043-8/+31
* randr: Refactor send_daemon_guest_xorg_res()Hans de Goede2013-02-041-14/+22
* vdagentd-uinput: Improve debug loggingHans de Goede2013-02-041-1/+11
* randr: Ignored previously failed client monitor configsHans de Goede2013-01-303-0/+15
* randr: Add a config_size helper functionHans de Goede2013-01-301-2/+7
* randr: Handle XRRSetScreenSize failing betterHans de Goede2013-01-303-5/+11
* randr: Improve client monitor config sanity checkingHans de Goede2013-01-301-3/+2
* randr: Move client mon-config cleanup to vdagent_x11_set_monitor_configHans de Goede2013-01-301-32/+26
* randr: Add a get get_current_mon_config functionHans de Goede2013-01-301-55/+71
* vdagentd-xorg-conf: Don't warn when there are too few qxl devices (rhbz#895004)Hans de Goede2013-01-241-3/+0
* vdagent-x11: Fix crash on vdagend restart (rhbz#894365)Hans de Goede2013-01-183-6/+10
* randr: Add support for VD_AGENT_CAP_SPARSE_MONITORS_CONFIG (rhbz#881072)Hans de Goede2013-01-112-16/+40
* randr: Make all sizes and coordinates signedHans de Goede2013-01-081-16/+16
* vdagentd: Fix building warningDunrong Huang2013-01-081-4/+8
* vdagent-x11-randr: Fix building warningDunrong Huang2013-01-081-6/+0
* randr: Limit searching mode by size to the current outputHans de Goede2013-01-071-5/+6
* randr: Properly delete old mode in multi-monitor configsHans de Goede2013-01-072-4/+33
* randr: Use XRRGetScreenResourcesCurrent (rhbz#888821)Hans de Goede2013-01-071-9/+16
* randr: Properly update things if the number of monitors changesHans de Goede2013-01-072-0/+7
* randr: Also compare screen width & height in same_monitor_configs()Hans de Goede2013-01-071-2/+7
* randr: Call update_randr_res() from same_monitor_configs()Hans de Goede2013-01-071-1/+4
* randr: Move same_monitor_configs() call to after zero rooting the coordinatesHans de Goede2013-01-071-4/+4