Darwin: Fix incorrect mutex protection of libusb_darwin_acfl global
[platform/upstream/libusb.git] / libusb / os / darwin_usb.c
2012-02-08 Sean McBrideDarwin: Fix incorrect mutex protection of libusb_darwin...
2012-02-08 Sean McBrideDarwin: Use retained runloop variable instead of CFRunL...
2012-02-08 Sean McBrideDarwin: Fix libusb_init() and libusb_exit() refcount...
2011-12-09 Sean McBrideDarwin: Set a name for the background thread on Mac...
2011-10-17 Sean McBrideDarwin: Fix warnings about mismatched signed/unsigned...
2011-10-17 Sean McBrideFix unused variable warnings when without timerfd and...
2011-10-17 Vitali LovichDarwin: fix port leak in darwin_clock_gettime()
2011-10-17 Vitali LovichDarwin: remove unnecessary run loop invalidation during...
2011-10-17 Vitali LovichDarwin: fix port leak during libusb_exit()
2011-10-17 Vitali LovichDarwin: fix potential leak on libusb_claim_interface...
2011-10-17 Nathan HjelmDarwin: Fix #117 transfer size 64/32 bit issue for...
2011-10-17 Vitali LovichDarwin: Reduce race likelihood between cancellation...
2011-09-22 Nathan HjelmDarwin: Use a condition to signal async thread ready...
2011-09-22 Nathan HjelmFix #64 use of reserved identifiers throughout libusb
2011-09-22 Nathan HjelmDarwin: fix libusb_get_device_list() and libusb_claim_i...
2011-09-22 Nathan HjelmDarwin: use kIOMasterPortDefault instead of creating...
2011-09-15 Trygve LaugstølDarwin: Provide libusb_get_device_speed() data
2011-09-13 Nathan HjelmDarwin: Improve device enumeration performance
2011-07-24 Vitali LovichDarwin: Fix #108 crash when a device is unplugged
2011-07-24 Sean McBrideDarwin: Fix #100 warning cast to pointer from integer...
2011-06-13 Sean McBrideDarwin: Fix #63 error when apps use Objective-C garbage...
2011-06-13 Sean McBrideDarwin: Fix #28 clang analyzer warning about unbalanced...
2011-06-13 Thomas RöferDarwin: Schedule isochronous transfers further in the...
2011-06-13 Thomas RöferDarwin: Fix #65 memory leak in submit_iso_transfer()
2011-06-13 Peter Stugeconfigure.ac: Check for poll.h, and for nfds_t on Darwin
2011-06-13 Nathan HjelmDarwin: Add support for control requests on endpoints...
2011-06-13 Nathan HjelmDarwin: Add more error checking for libusb_open()
2010-11-26 Nathan HjelmRemove USBI_OS_HANDLES_TIMEOUT and fix int/isoc timeout...
2010-08-03 Nathan HjelmDarwin: Cache device configuration value
2010-07-28 Hoi-Ho ChanDarwin: handle kIOReturnUnderrun
2010-07-24 Hoi-Ho ChanDarwin: write iso transfer details into correct packets
2010-07-24 Nathan HjelmDarwin: fix interface object leak
2010-07-24 Nathan HjelmDarwin: clean up some debug messages
2010-07-24 Nathan HjelmDarwin: Don't open devices during scan unless we have...
2010-05-20 Pete BatardAdd type parameter to the list_for_each_entry() and...
2010-05-13 Pete BatardWhitespace cleanup
2010-05-13 Peter StugeAdd internal abstraction for POSIX Threads
2010-04-20 Nathan HjelmDarwin: don't reuse cached descriptors during enumeration
2010-03-23 Nathan HjelmDarwin: fix enumeration of devices with non-consecutive...
2010-03-18 Nathan HjelmDarwin: Cleanup async callback code, catch request...
2010-03-18 Nathan HjelmDarwin: fix endianness of control setup packet
2010-02-15 Nathan HjelmDarwin: fix memory leak in process_device
2010-02-15 Nathan HjelmDarwin: use logging functions
2010-02-15 Nathan HjelmDarwin: support multiple calls to libusb_init
2009-11-21 Ludovic RousseauDarwin: fix warning in darwin_error_str()
2009-11-21 Nathan HjelmDarwin: allow devices to be opened multiple times
2009-09-11 Nathan HjelmDarwin: handle overflows
2009-08-23 Toby PetersonDarwin: 64-bit type fixes
2009-08-23 Nathan HjelmDarwin: fix crash when reading descriptors after close
2009-06-07 Nathan HjelmDarwin: improve handling of disconnected devices
2009-06-07 Nathan HjelmDarwin: fix parsing of config descriptors
2009-03-23 Nathan HjelmDarwin: get_config_descriptor bugfixes
2009-02-25 Daniel DrakeFix compilation of Darwin backend
2009-02-17 Nathan HjelmDarwin backend