summaryrefslogtreecommitdiff
path: root/libusb
Commit message (Expand)AuthorAgeFilesLines
* 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-074-77/+367
* 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
* Darwin: 64-bit type fixesToby Peterson2009-08-231-2/+3
* Darwin: fix crash when reading descriptors after closeNathan Hjelm2009-08-231-0/+3
* 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-191-1/+8
* Don't terminate enums with commasDaniel Drake2009-06-141-12/+12
* 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-281-1/+1
* Fix memory leak in config descriptor parsingDaniel Drake2009-05-261-0/+2
* Darwin: get_config_descriptor bugfixesNathan Hjelm2009-03-221-5/+23
* Fix compilation of Darwin backendDaniel Drake2009-02-251-2/+2
* Darwin backendNathan Hjelm2009-02-165-2/+1620
* 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-161-1/+0
* 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
* Avoid signedness errors in API docs example codeHans Ulrich Niedermann2009-01-311-2/+2
* Decrement poll() result when internal pipe has been handledDaniel Drake2009-01-171-0/+1
* Prevent transfer from being submitted twice or improperly canceledDavid Moore2009-01-122-11/+35
* Linux: Fix race condition in cancel_bulk_transfer()David Moore2009-01-101-98/+38
* EOL-whitespace fixesMikhail Gusarov2008-12-132-14/+14
* Linux: fix reading of active configurationDaniel Drake2008-12-091-1/+1
* Fix double free in descriptor parsing error pathDaniel Drake2008-12-091-0/+1
* Improvements to multi-threaded I/O systemDaniel Drake2008-11-212-4/+138
* Pause event handling while opening and closing devicesDaniel Drake2008-11-213-37/+205
* Add libusb_attach_kernel_driver()Bastien Nocera2008-11-034-0/+76
* Linux: handle low-level transfer errorsDaniel Drake2008-11-021-11/+40
* Document the logging styleDaniel Drake2008-11-021-0/+11
* Async I/O documentation touchupsDaniel Drake2008-08-272-6/+18
* Doc: fix typo in events lock sectionDaniel Drake2008-08-271-1/+1
* Reset internal transfer flags on submitDaniel Drake2008-08-231-0/+1
* Add libusb_get_configuration prototypeDaniel Drake2008-08-101-0/+1
* Linux: fix sysfs directory handlingDaniel Drake2008-07-162-4/+9
* Linux: correct usage of MAX_PATHDavid Engraf2008-07-161-6/+6
* Linux: fix bulk/iso transfer double-cancellationDaniel Drake2008-07-081-0/+4