summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v1.0.7 releasev1.0.7Daniel Drake2010-04-192-1/+5
* Document that fd set contents are an internal implementation detail (#36)Daniel Drake2010-04-191-0/+7
* Linux: correct config descriptor endianness fixMartin Koegler2010-04-191-4/+5
* Linux: Fix endianness handling of usbfs config descriptors (#27)Martin Koegler2010-04-052-2/+3
* Darwin: fix enumeration of devices with non-consecutive addresses (#23)Nathan Hjelm2010-03-231-8/+12
* Add more interface classesBastien Nocera2010-03-181-0/+6
* Darwin: Cleanup async callback code, catch request timeoutsNathan Hjelm2010-03-181-100/+34
* Darwin: fix endianness of control setup packetNathan Hjelm2010-03-181-4/+4
* Darwin: fix memory leak in process_deviceNathan Hjelm2010-02-151-7/+13
* Darwin: use logging functionsNathan Hjelm2010-02-152-73/+75
* Darwin: support multiple calls to libusb_initNathan Hjelm2010-02-151-16/+21
* v1.0.6 releasev1.0.6Daniel Drake2009-11-222-1/+5
* lsusb example: make print_devs() staticLudovic Rousseau2009-11-211-1/+1
* Darwin: fix warning in darwin_error_str()Ludovic Rousseau2009-11-211-1/+1
* Darwin: allow devices to be opened multiple timesNathan Hjelm2009-11-212-52/+77
* Increase libusb_handle_events() timeout to 60 secondsDaniel Drake2009-11-211-6/+5
* Refine timerfd header check (#18)Daniel Drake2009-11-212-4/+8
* v1.0.5 releasev1.0.5Daniel Drake2009-11-153-1/+6
* Update documentation about early completion caveatsDaniel Drake2009-11-072-51/+44
* Add libusb_get_max_iso_packet_size() to libusb.hLudovic Rousseau2009-11-071-0/+1
* Use timerfd for timeout handlingDaniel Drake2009-11-076-78/+392
* Use AM_SILENT_RULES for buildingDaniel Drake2009-11-071-0/+1
* v1.0.4 releasev1.0.4Daniel Drake2009-11-063-1/+8
* Linux: Add support for the new URB_BULK_CONTINUATION flagDavid Moore2009-11-062-4/+55
* Transfer lockingDaniel Drake2009-11-063-17/+66
* Clarify that timeout 0 means unlimited timeoutDaniel Drake2009-09-141-6/+6
* Linux: more flexibility with monotonic clockDaniel Drake2009-09-111-2/+46
* Darwin: handle overflowsNathan Hjelm2009-09-111-2/+14
* v1.0.3 releasev1.0.3Daniel Drake2009-08-273-3/+12
* Darwin: 64-bit type fixesToby Peterson2009-08-231-2/+3
* Darwin: fix crash when reading descriptors after closeNathan Hjelm2009-08-231-0/+3
* move bug info to bug trackerDaniel Drake2009-08-012-11/+1
* Linux: try harder not to lose any dataDaniel Drake2009-07-092-11/+91
* Add libusb_get_max_iso_packet_size()Daniel Drake2009-06-282-27/+101
* Linux: fix sending of zero length bulk packetsDaniel Drake2009-06-201-1/+5
* Darwin: Don't cancel transfers on timeoutNathan Hjelm2009-06-192-1/+9
* Don't terminate enums with commasDaniel Drake2009-06-141-12/+12
* v1.0.2 releasev1.0.2Daniel Drake2009-06-133-1/+6
* Linux: fix config descriptor parsing on big-endian systemsDaniel Drake2009-06-102-2/+8
* Darwin: improve handling of disconnected devicesNathan Hjelm2009-06-071-25/+53
* Darwin: fix parsing of config descriptorsNathan Hjelm2009-06-071-16/+43
* Eliminate -Wsign-compare compiler warningsDaniel Drake2009-06-071-4/+22
* Make synchronous transfer APIs robust against signal interruptionDavid Moore2009-05-291-0/+4
* pre-gcc-3.4 compatibilityAlex Vatchenko2009-05-283-3/+22
* Fix memory leak in config descriptor parsingDaniel Drake2009-05-261-0/+2
* Update AUTHORSDaniel Drake2009-05-121-0/+3
* v1.0.1 releasev1.0.1Daniel Drake2009-05-122-1/+5
* Add BUGS fileDaniel Drake2009-05-122-1/+11
* Darwin: get_config_descriptor bugfixesNathan Hjelm2009-03-221-5/+23
* Fix compilation of Darwin backendDaniel Drake2009-02-251-2/+2