summaryrefslogtreecommitdiff
path: root/gtk/channel-usbredir.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-30Remove "usbredirhost: " prefix from usbredirhost error messagesHans de Goede1-2/+7
2012-07-10spice_usb_device_manager_device_error: replace SpiceUsbDevice with libusb_deviceUri Lublin1-1/+1
2012-06-24Move "err" variable definition to beginning of the functionUri Lublin1-1/+3
2012-04-03fix build with glib < 2.32Marc-André Lureau1-0/+8
2012-03-14Remove deprecation warningsMarc-André Lureau1-2/+8
2012-03-08channel-usbredir: Handle some more usbredirhost_read_guest_data errorsHans de Goede1-3/+21
2012-02-22usbredir: Add awareness of host/guest side filteringHans de Goede1-3/+16
2012-02-22usbredir: Add device rejected errorsHans de Goede1-2/+59
2012-02-20usbredir: make channel lifetime equal to session lifetimeHans de Goede1-59/+80
2012-02-20usb: Move various helper functions into usbutil.[c,h]Hans de Goede1-2/+3
2012-01-12Lower our glib requirement to 2.22, as we claimMarc-André Lureau1-0/+1
2012-01-04usbredir: Don't directly use g_mutex_foo()Hans de Goede1-4/+32
2012-01-03usbredir: Don't call spice_usbredir_channel_disconnect on channel resetHans de Goede1-2/+0
2012-01-03usbredir: Drop our embeddied GUsb copyHans de Goede1-21/+21
2012-01-03usbredir: Remove spice_usb_device_manager_get main_context argumentHans de Goede1-4/+2
2012-01-03usbredir: Handle usb events from a threadHans de Goede1-0/+5
2012-01-03usbredir: Add locking callbacks for libusbredirhostHans de Goede1-4/+4
2011-12-22usbredir: Create USB event source on demandHans de Goede1-0/+15
2011-12-22usbredir: Use new libusbredirhost write flush callbackHans de Goede1-21/+20
2011-12-22usbredir: USB channels can not be read onlyHans de Goede1-3/+0
2011-12-19Add channel_reset methodMarc-André Lureau1-0/+10
2011-12-16spice_msg_out[_send_internal]: Take ownership of the passed SpiceMsgOutHans de Goede1-1/+0
2011-12-02channel-usbredir: Call the acl helper without first trying to open the deviceHans de Goede1-15/+15
2011-11-23Do not send specific messages in read-onlyMarc-André Lureau1-0/+3
2011-11-21Release our keyboard grab when we're going to invoke the usb acl helperHans de Goede1-0/+4
2011-11-16Add a suid root helper to open usb device nodesHans de Goede1-8/+117
2011-11-16channel-usbredir: Make spice_usbredir_channel_connect asyncHans de Goede1-8/+41
2011-11-16channel-usbredir: Move usb device opening into a helper functionHans de Goede1-15/+29
2011-11-16channel-usbredir: Do disconnect from dispose instead of from finalizeHans de Goede1-5/+6
2011-11-16channel-usbredir: Fixup and simplify #ifdef USE_USBREDIR handlingHans de Goede1-24/+21
2011-11-07Drop useless memsetMarc-André Lureau1-2/+0
2011-09-01usbredir: provide out own libusb_strerror for nowHans de Goede1-4/+2
2011-08-30Add an usbredir channelHans de Goede1-0/+333