core: Add debug statements to help trace transfers
[platform/upstream/libusb.git] / libusb / os / darwin_usb.c
2014-12-29 Chris Dickenscore: Improve the handling of the pollfd list
2014-08-27 Chris Dickenscore: Only interrupt event handlers as necessary during...
2014-06-11 Sean McBrideFixed clang static analyzer warning about dereferencing...
2014-06-11 Sean McBrideMade darwin_hotplug_poll static to fix Xcode warning
2014-05-12 Nathan Hjelmdarwin: initial implemenations of the hotplug_poll...
2014-05-06 Nathan Hjelmdarwin: correct endpoint address calculation
2014-05-06 Nathan Hjelmdarwin: code cleanup
2014-05-06 Nathan Hjelmdarwin: Add support for bulk stream transfers.
2014-05-06 Sean McBrideRemoved unneeded casts
2014-03-21 Nathan Hjelmdarwin: squash warning about returning size_t as int
2014-02-26 Nathan Hjelmdarwin: use destructor function instead of atexit to...
2014-01-08 hjelmn@cs.unm.eduMisc: Revert all references to libusb/libusb.info
2014-01-07 Matthias BolteDarwin: Fix format of 64-bit sessionIDs in log messages
2014-01-07 Bei ZhangDarwin: Fix a SIGFPE
2014-01-07 Francisco FacioniDarwin: Return error code in darwin_error_str() on...
2013-09-15 Hans de GoedeFix darwin compilation broken by the usbi_get_device_by...
2013-09-06 Hans de GoedeMake usbi_get_device_by_session_id return a ref to...
2013-08-27 Nathan Hjelmdarwin: return libusb error codes instead of kernel...
2013-08-27 Nathan Hjelmdarwin: clean up some code. remove a clang warning
2013-07-30 hjelmndarwin: fix clang warnings about explicit conversion
2013-07-30 Sean McBridefixed compiler warning about possible uninitialized...
2013-06-06 Hans de GoedeMerge pull request #114 from hjelmn/darwin_device_cache
2013-06-06 Nathan Hjelmdarwin: return correct error code from libusb_get_confi...
2013-06-06 Nathan Hjelmdarwin: increment the reference counter to the parent...
2013-06-06 Nathan Hjelmdarwin: avoid enumerating devices more than once
2013-05-24 Hans de Goedeall: Make usbi_os_backend.get_[active_]config_descripto...
2013-05-16 Hans de GoedeAll: ref dev->parent_dev
2013-05-16 Nathan Hjelmdarwin: fix topology
2013-05-16 Nathan Hjelmdarwin: clean up extraneous includes
2013-05-16 Pete BatardMisc fixes
2013-05-15 Nathan Hjelmdarwin: return LIBUSB_ERROR_NOT_FOUND when reading...
2013-05-15 hjelmn@cs.unm.edudarwin: clean up old code
2013-05-15 Nathan Hjelmdarwin: fix memory leaks in the darwin backend.
2013-05-15 Nathan Hjelmdarwin: don't assume an interval of 1 or high/super...
2013-05-15 Nathan Hjelmdarwin: add support for the LIBUSB_TRANSFER_ADD_ZERO_PA...
2013-05-15 Nathan Hjelmdarwin/libusb_reset: reenumerate device if the device...
2013-05-15 Nathan Hjelmdarwin: dpriv->device will never be NULL for a valid...
2013-05-15 Nathan Hjelmdarwin: allow control messages on devices we can not...
2013-05-15 Nathan HjelmAdd hotplug support to the Darwin backend.
2013-05-15 Nathan HjelmCore: Keep a list of contexts created by libusb_init()
2013-04-04 Nathan HjelmOS X: Don't try to work around buggy devices with bInte...
2013-04-03 Nathan HjelmOS X: Don't assume an interval of 1
2013-04-02 Pete BatardCore: Add HID and kernel detach capability detection...
2013-03-12 Vegard Storheil... OS X: Do not assume HS when submitting isochronous...
2013-03-12 Nathan HjelmOS X: Use kCFNumberSInt32Type when reading device locat...
2013-02-15 Sean McBrideUse "" instead of <> for internal includes
2012-11-08 Sean McBrideDarwin: kAppleVendorID is not in the 10.5 SDK
2012-10-31 Nathan HjelmDarwin: Clean up tabs
2012-10-31 Nathan HjelmDarwin: Add support for detecting superspeed devices
2012-10-31 Nathan HjelmDarwin: Use Release instead of IODestroyPlugInInterface
2012-10-31 Nathan HjelmDarwin: Don't retry or unsuspend Apple devices during...
2012-10-31 Nathan HjelmDarwin: Reduce attempts to retrieve a device descriptor...
2012-07-02 Pete BatardMisc: Fix more Clang warnings in core and darwin
2012-05-31 Pete BatardDarwin: More OS-X logging improvements
2012-05-28 Pete BatardDarwin: Align severity of OS-X logging messages
2012-05-28 Pete BatardAll: Add parent and port topology calls
2012-05-23 Pete BatardMisc: Ensure all sources are UTF-8
2012-04-03 Pete BatardMisc: Rebrand to libusbx
2012-03-30 Pete BatardDarwin: Fix a warning on 64 bit platforms
2012-03-22 Peter Stugelibusbi.h: Add IS_EPIN() IS_EPOUT() IS_XFERIN() and...
2012-02-22 Peter StugeAdd LIBUSB_TRANSFER_ADD_ZERO_PACKET flag to indicate...
2012-02-19 Peter StugeDarwin: Do not reject devices with product id 0x0000
2012-02-08 Sean McBrideDarwin: Clarify comments on event thread creation and...
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
next