travis: ensure udev is installed
[platform/upstream/libusb.git] / libusb / sync.c
2016-02-24 Chris DickensMisc: Document the return code for control transfers...
2016-02-24 Chris DickensMisc: Prefix doxygen references in order to namespace...
2016-02-24 Chris Dickenssync: Allow transferred argument to be optional in...
2015-09-29 Chris Dickenscore: Prevent attempts to recursively hande events
2014-09-07 Chris Dickenscore: Make use of headers consistent across all files
2014-01-08 hjelmn@cs.unm.eduMisc: Revert all references to libusb/libusb.info
2013-06-20 Hans de Goedesync.c: Remove code duplication
2013-06-20 Hans de Goedesync.c: Do not free an incompleted transfer
2013-06-20 Hans de GoedeRevert "Core: Don't wait for completion if cancel_trans...
2013-02-15 Sean McBrideUse "" instead of <> for internal includes
2013-01-29 Zoltán KovácsCore: Don't wait for completion if cancel_transfer...
2012-07-02 Pete BatardMisc: Fix more Clang warnings in core and darwin
2012-05-23 Pete BatardMisc: Ensure all sources are UTF-8
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