summaryrefslogtreecommitdiff
path: root/src/channel-usbredir.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-07Avoid compression of isochronous devicesSnir Sheriber1-0/+10
2016-08-19Initialise gettext library properlyFrediano Ziglio1-1/+1
2016-07-28misc: code styleMarc-André Lureau1-4/+6
2016-07-28usbredir: fix leaks introduced by lz4 patchMarc-André Lureau1-3/+5
2016-07-11Usbredir: enable lz4 compressionSnir Sheriber1-6/+123
2016-06-30usb-channel: Really stop listening for USB events on disconnectionChristophe Fergeau1-10/+14
2016-06-30usb: Update outdated GSimpleAsyncResult commentChristophe Fergeau1-1/+1
2016-06-30usbredir: mark some functions as internalMarc-André Lureau1-0/+3
2016-06-30usbredir: Fix GTask leakChristophe Fergeau1-0/+1
2016-05-23util: remove STATIC_MUTEX macrosMarc-André Lureau1-5/+5
2016-04-07Use g_clear_pointer if possiblePavel Grunt1-6/+3
2016-03-30doc: channel stability should be StablePavel Grunt1-1/+1
2016-03-24usbredir: Disconnect USB device asynchronouslyKirill Moizik1-7/+41
2016-03-24UsbDeviceManager: Implement asynchronous disconnect device flowKirill Moizik1-0/+34
2016-03-24usbredir: Spawn a different thread for device redirection flowKirill Moizik1-12/+31
2016-03-24usbredir: Protect data accessed by asynchronous redirection flowsKirill Moizik1-1/+8
2016-03-24usbredir: Introduce mutex for device (dis)connectionKirill Moizik1-0/+15
2016-03-22usbredir_handle_msg: rename data to err_datasnir sheriber1-7/+7
2016-03-21channel-usbredir: Fix crash due to a Task returning earlier than expectedFabiano Fidêncio1-1/+1
2016-03-18Adjust to GLib 2.36Pavel Grunt1-9/+0
2016-03-14channel-usbredir: Use GTask instead of GSimpleAsyncResultFabiano Fidêncio1-21/+17
2016-03-11Rename spice_usb_acl_helper_open_acl() to _open_acl_async()Jonathon Jongsma1-6/+6
2016-03-11Remove spice_usb_acl_helper_close_acl()Jonathon Jongsma1-1/+0
2016-03-11Introduce spice_usb_acl_helper_cancel()Jonathon Jongsma1-1/+1
2016-02-12typo: s/GTask/GSimpleAsyncResultFabiano Fidêncio1-1/+1
2016-02-12Use #ifdef {HAVE,USE}_FOO instead of #if {HAVE,USE}_FOOFabiano Fidêncio1-9/+9
2015-10-30channel-usbredir: drop isoc packets on low bandwidthVictor Toso1-0/+15
2015-10-09Glib applications should only include spice-client.hJonathon Jongsma1-1/+1
2015-08-05usbredir: Add a few debug logsChristophe Fergeau1-1/+4
2015-06-08Move gtk/ -> src/Marc-André Lureau1-0/+686