summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* remove "references" and "referenced by" listings in documentationDaniel Drake2008-05-021-2/+2
* Use typedef ptr types in parameters and return typesDaniel Drake2008-05-022-19/+16
* Expose bus number and device addressDaniel Drake2008-05-025-1/+30
* standardised error codesDaniel Drake2008-04-295-59/+72
* Fix descriptor handling memory leaksDaniel Drake2008-04-294-39/+104
* Rename endpoint_type to transfer_typeDaniel Drake2008-04-294-44/+42
* Remove a FIXME commentDaniel Drake2008-04-291-1/+0
* Fix unlocked flying_transfers list accessDaniel Drake2008-04-291-1/+4
* Remove libusb_cancel_transfer_syncDaniel Drake2008-04-296-99/+41
* remove extra timeout checkDaniel Drake2008-04-271-4/+3
* Documentation touchupsDaniel Drake2008-04-272-3/+39
* add threaded example programDaniel Drake2008-04-193-1/+558
* libusb_device mutex protectionDaniel Drake2008-04-182-2/+20
* mutex protection for device and handle listsDaniel Drake2008-04-184-11/+43
* lock flying_transfers during transfer removalDaniel Drake2008-04-182-1/+3
* pollfds mutex protectionDaniel Drake2008-04-181-2/+13
* flying_transfers mutex protectionDaniel Drake2008-04-172-16/+23
* Linux: fix control transfer cancellationDaniel Drake2008-04-171-1/+1
* set correct endpoint type for isochronous transfersDaniel Drake2008-04-141-1/+1
* Linux: fire multiple URBs at once for split transfersDaniel Drake2008-04-115-98/+549
* Constify some return dataDaniel Drake2008-04-016-37/+45
* Rename libusb_poll() to libusb_handle_events()Daniel Drake2008-03-305-36/+37
* Isochronous endpoint I/ODaniel Drake2008-03-307-115/+256
* distcheck fix for docsDaniel Drake2008-03-231-1/+1
* Support for changing altsettingDaniel Drake2008-03-234-0/+31
* it's called bmRequestTypeDaniel Drake2008-03-205-18/+17
* Save transfer flags before invoking callbackDaniel Drake2008-03-203-3/+9
* API documentationDaniel Drake2008-03-2011-95/+2781
* Fix get_device_list for realloc caseVasily Khoruzhick2008-03-153-3/+5
* Beginnings of cross-platform abstractionDaniel Drake2008-03-1310-520/+874
* Add transfer flagsDaniel Drake2008-03-104-7/+31
* Simplify libusb_fill_control_transfer()Daniel Drake2008-03-103-10/+10
* get_device fixupDaniel Drake2008-03-103-11/+12
* Rename descriptor-getting functionsDaniel Drake2008-03-095-10/+14
* Simplify cancellation APIDaniel Drake2008-03-094-19/+14
* Rename libusb_dev_handle to libusb_device_handleDaniel Drake2008-03-097-43/+43
* Move synchronous I/O implementation to its own fileDaniel Drake2008-03-093-150/+171
* Separate transfer allocation and submissionDaniel Drake2008-03-095-428/+411
* Rework URB API namingDaniel Drake2008-03-085-251/+264
* Add fallback on /proc/bus/usbDaniel Drake2008-03-083-6/+51
* Persistent libusb_device storageDaniel Drake2008-03-084-36/+100
* Add convenience function to find and open a device by USB VID+PIDDaniel Drake2008-03-063-31/+37
* Rework device discovery APIDaniel Drake2008-03-066-73/+236
* Remove ctrl debug codeacademic-demoDaniel Drake2008-03-061-6/+0
* Notifications for changes to the fd setDaniel Drake2008-02-265-11/+57
* Fix header installation pathDaniel Drake2008-02-011-1/+2
* TODO updateDaniel Drake2008-01-301-5/+14
* Remove timers and signalfdDaniel Drake2008-01-3010-212/+127
* Poll usbfs descriptors directlyDaniel Drake2008-01-264-31/+68
* Fix dpfp example compilationDaniel Drake2008-01-261-3/+3