summaryrefslogtreecommitdiff
path: root/libusb/io.c
Commit message (Expand)AuthorAgeFilesLines
...
* Isochronous transfer helper functionsDaniel Drake2008-05-051-8/+11
* Detect endpoint halts and unsupported control requestsDaniel Drake2008-05-051-0/+4
* standardised error codesDaniel Drake2008-04-291-28/+19
* Rename endpoint_type to transfer_typeDaniel Drake2008-04-291-8/+7
* Fix unlocked flying_transfers list accessDaniel Drake2008-04-291-1/+4
* Remove libusb_cancel_transfer_syncDaniel Drake2008-04-291-49/+0
* remove extra timeout checkDaniel Drake2008-04-271-4/+3
* Documentation touchupsDaniel Drake2008-04-271-0/+5
* mutex protection for device and handle listsDaniel Drake2008-04-181-4/+6
* lock flying_transfers during transfer removalDaniel Drake2008-04-181-0/+3
* pollfds mutex protectionDaniel Drake2008-04-181-2/+13
* flying_transfers mutex protectionDaniel Drake2008-04-171-15/+22
* Linux: fire multiple URBs at once for split transfersDaniel Drake2008-04-111-0/+1
* Constify some return dataDaniel Drake2008-04-011-2/+2
* Rename libusb_poll() to libusb_handle_events()Daniel Drake2008-03-301-30/+32
* Isochronous endpoint I/ODaniel Drake2008-03-301-75/+104
* it's called bmRequestTypeDaniel Drake2008-03-201-1/+1
* Save transfer flags before invoking callbackDaniel Drake2008-03-201-1/+5
* API documentationDaniel Drake2008-03-201-13/+623
* Beginnings of cross-platform abstractionDaniel Drake2008-03-131-127/+94
* Add transfer flagsDaniel Drake2008-03-101-0/+16
* Simplify cancellation APIDaniel Drake2008-03-091-10/+7
* Rename libusb_dev_handle to libusb_device_handleDaniel Drake2008-03-091-5/+5
* Move synchronous I/O implementation to its own fileDaniel Drake2008-03-091-149/+1
* Separate transfer allocation and submissionDaniel Drake2008-03-091-243/+215
* Rework URB API namingDaniel Drake2008-03-081-176/+186
* Remove ctrl debug codeacademic-demoDaniel Drake2008-03-061-6/+0
* Notifications for changes to the fd setDaniel Drake2008-02-261-0/+33
* Remove timers and signalfdDaniel Drake2008-01-301-118/+109
* Poll usbfs descriptors directlyDaniel Drake2008-01-261-28/+31
* Remove more fpusb remnantsDaniel Drake2008-01-051-36/+36
* Use "transfer" instead of "msg"Daniel Drake2008-01-041-40/+47
* API renaming: remove fpi and usb_ stuffDaniel Drake2008-01-041-10/+10
* Rename to libusb-1.0Daniel Drake2008-01-041-0/+702