summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Temporary workaround for event handling serialization issue"Daniel Drake2008-06-241-15/+1
* Overflow handlingDaniel Drake2008-06-205-7/+82
* a fix for SIGSEGV in handle_bulk_completion()Artem Egorkine2008-06-172-1/+2
* Refine configuration selection againDaniel Drake2008-06-161-42/+72
* docs updateDaniel Drake2008-06-153-1/+22
* round up poll timeoutDaniel Drake2008-06-151-0/+5
* fix doc about libusb_open()Felipe Balbi2008-06-151-1/+6
* Temporary workaround for event handling serialization issueDaniel Drake2008-05-291-1/+15
* Refine libusb_set_configuration() semanticsDaniel Drake2008-05-293-3/+120
* v0.9.0 releasev0.9.0Daniel Drake2008-05-253-5/+15
* Take lock before raising event waiters conditionDaniel Drake2008-05-251-0/+2
* Implement serialization of event handlersDaniel Drake2008-05-254-30/+523
* allow LIBUSB_DEBUG env var to control message verbosity at runtimeDaniel Drake2008-05-241-5/+50
* don't print messages by defaultDaniel Drake2008-05-232-0/+35
* Fix memory leak in libusb_control_transferDaniel Drake2008-05-191-0/+1
* Linux: fix handling of ioctl failureDavid Engraf2008-05-191-14/+16
* critical memory leak in handle_eventsDavid Engraf2008-05-191-0/+4
* More informative libusb_open() return codeDaniel Drake2008-05-163-21/+32
* Fix endianness with descriptor handlingDaniel Drake2008-05-164-58/+87
* Backend documentation for porting effortsDaniel Drake2008-05-135-14/+461
* Linux: fix caching of guessed configurationDaniel Drake2008-05-121-5/+11
* Linux: fix bulk transfer early completionRob Walker2008-05-111-7/+42
* Handle hot-unpluggingDaniel Drake2008-05-118-89/+236
* Documentation workDaniel Drake2008-05-113-2/+67