Overflow handling
[platform/upstream/libusb.git] / libusb / sync.c
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