Core: Handle TRANSFER_ERROR/TRANSFER_CANCELLED for sync transfers
[platform/upstream/libusb.git] / libusb / sync.c
2012-05-08 Ludovic RousseauCore: Handle TRANSFER_ERROR/TRANSFER_CANCELLED for...
2012-04-03 Pete BatardMisc: Fix missing libsub's -> libusbx's from previous...
2012-04-03 Pete BatardMisc: Rebrand to libusbx
2011-10-17 Ludovic RousseauCorrectly handle LIBUSB_TRANSFER_OVERFLOW in libusb_con...
2011-09-22 Graeme GillFix #56 race condition causing delayed completion of...
2010-08-24 Pete BatardIntroduced calling convention (for Windows)
2010-05-13 Pete BatardWhitespace cleanup
2009-09-14 Daniel DrakeClarify that timeout 0 means unlimited timeout
2009-05-29 David MooreMake synchronous transfer APIs robust against signal...
2008-06-27 Daniel DrakeIntroduce contexts to the API
2008-06-21 Daniel DrakeOverflow handling
2008-05-19 Daniel DrakeFix memory leak in libusb_control_transfer
2008-05-11 Daniel DrakeHandle hot-unplugging
2008-05-11 Daniel DrakeEndianness of control setup packets
2008-05-05 Daniel Drakedocumentation touchups
2008-05-05 Daniel DrakeDetect endpoint halts and unsupported control requests
2008-05-04 Daniel Drakesanitized error returns from synchronous I/O functions
2008-04-29 Daniel DrakeRename endpoint_type to transfer_type
2008-04-29 Daniel DrakeRemove libusb_cancel_transfer_sync
2008-04-27 Daniel DrakeDocumentation touchups
2008-03-30 Daniel DrakeRename libusb_poll() to libusb_handle_events()
2008-03-30 Daniel DrakeIsochronous endpoint I/O
2008-03-20 Daniel Drakeit's called bmRequestType
2008-03-20 Daniel DrakeAPI documentation
2008-03-10 Daniel DrakeSimplify libusb_fill_control_transfer()
2008-03-09 Daniel DrakeSimplify cancellation API
2008-03-09 Daniel DrakeRename libusb_dev_handle to libusb_device_handle
2008-03-09 Daniel DrakeMove synchronous I/O implementation to its own file