summaryrefslogtreecommitdiff
path: root/libusb/sync.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-06core: Make use of headers consistent across all filesChris Dickens1-1/+2
2014-01-08Misc: Revert all references to libusb/libusb.infohjelmn@cs.unm.edu1-6/+6
2013-06-20sync.c: Remove code duplicationHans de Goede1-35/+23
2013-06-20sync.c: Do not free an incompleted transferHans de Goede1-10/+8
2013-06-20Revert "Core: Don't wait for completion if cancel_transfer failed"Hans de Goede1-10/+8
2013-02-15Use "" instead of <> for internal includesSean McBride1-1/+1
2013-01-29Core: Don't wait for completion if cancel_transfer failedZoltán Kovács1-8/+10
2012-07-02Misc: Fix more Clang warnings in core and darwinPete Batard1-1/+1
2012-05-23Misc: Ensure all sources are UTF-8Pete Batard1-1/+1
2012-05-08Core: Handle TRANSFER_ERROR/TRANSFER_CANCELLED for sync transfersLudovic Rousseau1-0/+8
2012-04-03Misc: Fix missing libsub's -> libusbx's from previous patchesPete Batard1-1/+1
2012-04-03Misc: Rebrand to libusbxPete Batard1-7/+6
2011-10-17Correctly handle LIBUSB_TRANSFER_OVERFLOW in libusb_control_transfer()Ludovic Rousseau1-0/+3
2011-09-22Fix #56 race condition causing delayed completion of sync transfersGraeme Gill1-4/+4
2010-08-23Introduced calling convention (for Windows)Pete Batard1-5/+5
2010-05-12Whitespace cleanupPete Batard1-1/+1
2009-09-14Clarify that timeout 0 means unlimited timeoutDaniel Drake1-6/+6
2009-05-29Make synchronous transfer APIs robust against signal interruptionDavid Moore1-0/+4
2008-06-26Introduce contexts to the APIDaniel Drake1-6/+8
2008-06-20Overflow handlingDaniel Drake1-0/+7
2008-05-19Fix memory leak in libusb_control_transferDaniel Drake1-0/+1
2008-05-11Handle hot-unpluggingDaniel Drake1-0/+9
2008-05-11Endianness of control setup packetsDaniel Drake1-2/+7
2008-05-05documentation touchupsDaniel Drake1-2/+1
2008-05-05Detect endpoint halts and unsupported control requestsDaniel Drake1-0/+10
2008-05-04sanitized error returns from synchronous I/O functionsDaniel Drake1-13/+13
2008-04-29Rename endpoint_type to transfer_typeDaniel Drake1-4/+4
2008-04-29Remove libusb_cancel_transfer_syncDaniel Drake1-2/+8
2008-04-27Documentation touchupsDaniel Drake1-3/+34
2008-03-30Rename libusb_poll() to libusb_handle_events()Daniel Drake1-2/+2
2008-03-30Isochronous endpoint I/ODaniel Drake1-2/+2
2008-03-20it's called bmRequestTypeDaniel Drake1-7/+7
2008-03-20API documentationDaniel Drake1-1/+70
2008-03-10Simplify libusb_fill_control_transfer()Daniel Drake1-3/+2
2008-03-09Simplify cancellation APIDaniel Drake1-2/+2
2008-03-09Rename libusb_dev_handle to libusb_device_handleDaniel Drake1-6/+6
2008-03-09Move synchronous I/O implementation to its own fileDaniel Drake1-0/+169