summaryrefslogtreecommitdiff
path: root/libusb/sync.c
Commit message (Expand)AuthorAgeFilesLines
* [misc] align with masterPete Batard2012-01-081-4/+7
* [integration] merged latest from -stuge branchPete Batard2011-03-071-4/+4
* Fix a race conditionGraeme Gill2010-09-211-4/+4
* merged latest official changesPete Batard2010-09-201-4/+3
* replaced LIBUSB_API with LIBUSB_CALLPete Batard2010-09-201-5/+5
* more residuals from official: corePete Batard2010-07-301-0/+1
* added missing LIBUSB_API for transfer_cb function callsMichael Plante2010-04-151-2/+2
* set default calling convention for Windows platform (core)Pete Batard2010-04-131-3/+3
* removed trailing whitespaces (core)Peter Stuge2010-03-181-1/+1
* 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