summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* v1.0.0 releasev1.0.0Daniel Drake2008-12-132-1/+4
* 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
* SourceForge website upload system changedDaniel Drake2008-11-211-1/+1
* v0.9.4 releasev0.9.4Daniel Drake2008-11-213-1/+8
* 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
* Support for out-of-tree buildingAurelien Jarno2008-11-023-4/+4
* 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
* v0.9.3 releasev0.9.3Daniel Drake2008-08-232-1/+4
* Reset internal transfer flags on submitDaniel Drake2008-08-231-0/+1
* Add libusb_get_configuration prototypeDaniel Drake2008-08-101-0/+1
* v0.9.2 releasev0.9.2Daniel Drake2008-07-192-1/+4
* 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
* v0.9.1 releasev0.9.1Daniel Drake2008-06-282-1/+6
* Add missing GET_CONTEXT()Daniel Drake2008-06-281-0/+1
* Linux: Compatibility with new sysfs descriptors fileDaniel Drake2008-06-282-83/+156
* Allow user data pointer to be passed through pollfd notification APIDaniel Drake2008-06-263-6/+16
* Introduce contexts to the APIDaniel Drake2008-06-2611-398/+606