summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add internal abstraction for POSIX Threadsusbi_syncPeter Stuge2010-02-169-134/+182
* 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
* Darwin backendNathan Hjelm2009-02-168-3/+1637
* Make endianness macros endian-independentNathan Hjelm2009-02-161-14/+13
* Abstract clock reading into OS layerNathan Hjelm2009-02-163-4/+33
* Fix endianness in device descriptorsDaniel Drake2009-02-161-5/+5
* Only link with librt on LinuxNathan Hjelm2009-02-162-1/+1
* API docs: describe libusb_transfer_cb_fn typeHans Ulrich Niedermann2009-02-011-0/+9
* Make empty array in struct compatible with C99Hans Ulrich Niedermann2009-02-011-1/+7