Overflow handling
[platform/upstream/libusb.git] / libusb / io.c
2008-06-21 Daniel DrakeOverflow handling
2008-06-15 Daniel Drakeround up poll timeout
2008-05-29 Daniel DrakeTemporary workaround for event handling serialization...
2008-05-25 Daniel DrakeTake lock before raising event waiters condition
2008-05-25 Daniel DrakeImplement serialization of event handlers
2008-05-19 David Engrafcritical memory leak in handle_events
2008-05-13 Daniel DrakeBackend documentation for porting efforts
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 Drakemore error code sanitization
2008-05-05 Daniel DrakeIsochronous transfer helper functions
2008-05-05 Daniel DrakeDetect endpoint halts and unsupported control requests
2008-04-29 Daniel Drakestandardised error codes
2008-04-29 Daniel DrakeRename endpoint_type to transfer_type
2008-04-29 Daniel DrakeFix unlocked flying_transfers list access
2008-04-29 Daniel DrakeRemove libusb_cancel_transfer_sync
2008-04-27 Daniel Drakeremove extra timeout check
2008-04-27 Daniel DrakeDocumentation touchups
2008-04-18 Daniel Drakemutex protection for device and handle lists
2008-04-18 Daniel Drakelock flying_transfers during transfer removal
2008-04-18 Daniel Drakepollfds mutex protection
2008-04-17 Daniel Drakeflying_transfers mutex protection
2008-04-11 Daniel DrakeLinux: fire multiple URBs at once for split transfers
2008-04-01 Daniel DrakeConstify some return data
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 DrakeSave transfer flags before invoking callback
2008-03-20 Daniel DrakeAPI documentation
2008-03-13 Daniel DrakeBeginnings of cross-platform abstraction
2008-03-10 Daniel DrakeAdd transfer flags
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
2008-03-09 Daniel DrakeSeparate transfer allocation and submission
2008-03-08 Daniel DrakeRework URB API naming
2008-03-06 Daniel DrakeRemove ctrl debug code
2008-02-26 Daniel DrakeNotifications for changes to the fd set
2008-01-30 Daniel DrakeRemove timers and signalfd
2008-01-26 Daniel DrakePoll usbfs descriptors directly
2008-01-05 Daniel DrakeRemove more fpusb remnants
2008-01-04 Daniel DrakeUse "transfer" instead of "msg"
2008-01-04 Daniel DrakeAPI renaming: remove fpi and usb_ stuff
2008-01-04 Daniel DrakeRename to libusb-1.0