summaryrefslogtreecommitdiff
path: root/libusb/sync.c
Commit message (Expand)AuthorAgeFilesLines
* reverts some of the changes from dbd439/6c7a1e (r173)r175Pete Batard2010-02-241-1/+1
* includes simplification and cleanup (core)Pete Batard2010-02-241-2/+1
* merge abstraction for POSIX Threads and integration changes (Michael Plante, ...r169Pete Batard2010-02-241-4/+0
* Fix CR/LF inconsistenciesPete Batard2010-01-141-3/+3
* svn r54: - fixes missing config_msvc.hPete Batard2010-01-141-0/+4
* Clarify that timeout 0 means unlimited timeoutDaniel Drake2009-09-141-6/+6
* Make synchronous transfer APIs robust against signal interruptionDavid Moore2009-05-291-0/+4
* Introduce contexts to the APIDaniel Drake2008-06-261-6/+8
* Overflow handlingDaniel Drake2008-06-201-0/+7
* Fix memory leak in libusb_control_transferDaniel Drake2008-05-191-0/+1
* Handle hot-unpluggingDaniel Drake2008-05-111-0/+9
* Endianness of control setup packetsDaniel Drake2008-05-111-2/+7
* documentation touchupsDaniel Drake2008-05-051-2/+1
* Detect endpoint halts and unsupported control requestsDaniel Drake2008-05-051-0/+10
* sanitized error returns from synchronous I/O functionsDaniel Drake2008-05-041-13/+13
* Rename endpoint_type to transfer_typeDaniel Drake2008-04-291-4/+4
* Remove libusb_cancel_transfer_syncDaniel Drake2008-04-291-2/+8
* Documentation touchupsDaniel Drake2008-04-271-3/+34
* Rename libusb_poll() to libusb_handle_events()Daniel Drake2008-03-301-2/+2
* Isochronous endpoint I/ODaniel Drake2008-03-301-2/+2
* it's called bmRequestTypeDaniel Drake2008-03-201-7/+7
* API documentationDaniel Drake2008-03-201-1/+70
* Simplify libusb_fill_control_transfer()Daniel Drake2008-03-101-3/+2
* Simplify cancellation APIDaniel Drake2008-03-091-2/+2
* Rename libusb_dev_handle to libusb_device_handleDaniel Drake2008-03-091-6/+6
* Move synchronous I/O implementation to its own fileDaniel Drake2008-03-091-0/+169