Core: Fix unconditional disarming of timerfd
[platform/upstream/libusb.git] / libusb / io.c
2012-08-04 Pete BatardCore: Fix unconditional disarming of timerfd
2012-07-13 Davidlohr BuesoAll: Replace malloc+memset with calloc
2012-06-13 Pete BatardCore: Fix Clang warnings
2012-05-23 Pete BatardMisc: Ensure all sources are UTF-8
2012-05-03 Toby GrayWindows: Fix deadlock in backend when submitting transfers.
2012-04-20 Peter StugeCore: Add debug message with callback address on comple...
2012-04-03 Pete BatardMisc: Fix missing libsub's -> libusbx's from previous...
2012-04-03 Pete BatardMisc: Rebrand to libusbx
2012-03-26 Hans de GoedeLinux: Don't print errors when cancel_transfer fails...
2012-02-22 Peter StugeAdd LIBUSB_TRANSFER_ADD_ZERO_PACKET flag to indicate...
2012-02-13 Peter StugeDo not call timerfd functions when timerfd is not being...
2012-02-08 Pete BatardWindows: Output an error message on calls to libusb_get...
2012-02-08 Pete Batardio.c: Fix comment since pthreads isn't the only threadi...
2011-10-17 Sean McBrideFix unused variable warnings when without timerfd and...
2011-10-17 Hans de GoedeDocs: Clarify that libusb_handle_events_timeout() tv...
2011-09-22 Sebastian PippingFix typos in introductory documentation
2011-09-22 Hans de GoedeDocument libusb_handle_events_completed() and _timeout_...
2011-09-22 Graeme GillFix #56 race condition causing delayed completion of...
2011-09-22 Nathan HjelmFix #64 use of reserved identifiers throughout libusb
2011-07-24 Vitali LovichClean up in-flight transfers and device handle when...
2011-07-24 Vitali LovichAdd USBI_TRANSFER_CANCELLING and _DEVICE_DISAPPEARED...
2011-06-13 Sean McBrideio.c: Fix clang analyzer warning about unused variable
2011-06-13 Peter Stugeconfigure.ac: Check for poll.h, and for nfds_t on Darwin
2011-06-13 Peter StugeCore: libusb_get_next_timeout() must consider all flyin...
2010-11-26 Nathan HjelmRemove USBI_OS_HANDLES_TIMEOUT and fix int/isoc timeout...
2010-10-16 Ludovic RousseauAdd missing argument to libusb_wait_for_event() documen...
2010-09-19 Pete BatardWindows: Make libusb_pollfd() return error
2010-08-24 Pete BatardIntroduced calling convention (for Windows)
2010-07-28 Pete BatardAdd Windows support
2010-06-25 Daniel DrakeOnly include sys/time.h on appropriate platforms
2010-06-05 Pete BatardAbstract low-level event handler operations
2010-06-04 Pete Batardfixes the possibility of using a broken timercmp on...
2010-05-20 Pete BatardAdd type parameter to the list_for_each_entry() and...
2010-05-19 Daniel DrakeFix a usbi_pollfd leak in error path
2010-05-17 Pete BatardStricter types and casts
2010-05-17 Pete BatardFixes to error handling and exit codepaths
2010-05-13 Pete BatardWhitespace cleanup
2010-05-13 Peter StugeAdd internal abstraction for POSIX Threads
2010-04-19 Daniel DrakeDocument that fd set contents are an internal implement...
2009-11-21 Daniel DrakeIncrease libusb_handle_events() timeout to 60 seconds
2009-11-21 Daniel DrakeRefine timerfd header check (#18)
2009-11-07 Daniel DrakeUpdate documentation about early completion caveats
2009-11-07 Daniel DrakeUse timerfd for timeout handling
2009-11-06 Daniel DrakeTransfer locking
2009-06-28 Daniel DrakeAdd libusb_get_max_iso_packet_size()
2009-06-19 Nathan HjelmDarwin: Don't cancel transfers on timeout
2009-02-17 Nathan HjelmAbstract clock reading into OS layer
2009-01-17 Daniel DrakeDecrement poll() result when internal pipe has been...
2009-01-12 David MoorePrevent transfer from being submitted twice or improper...
2008-11-21 Daniel DrakeImprovements to multi-threaded I/O system
2008-11-21 Daniel DrakePause event handling while opening and closing devices
2008-08-28 Daniel DrakeAsync I/O documentation touchups
2008-08-28 Daniel DrakeDoc: fix typo in events lock section
2008-08-23 Daniel DrakeReset internal transfer flags on submit
2008-06-29 Daniel DrakeAdd missing GET_CONTEXT()
2008-06-27 Daniel DrakeAllow user data pointer to be passed through pollfd...
2008-06-27 Daniel DrakeIntroduce contexts to the API
2008-06-25 Daniel DrakeRevert "Temporary workaround for event handling seriali...
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
next