summaryrefslogtreecommitdiff
path: root/libusb/os/darwin_usb.c
Commit message (Expand)AuthorAgeFilesLines
* Misc: Fix more Clang warnings in core and darwinPete Batard2012-07-021-0/+2
* Darwin: More OS-X logging improvementsPete Batard2012-05-311-11/+13
* Darwin: Align severity of OS-X logging messagesPete Batard2012-05-281-20/+20
* All: Add parent and port topology callsPete Batard2012-05-281-10/+60
* Misc: Ensure all sources are UTF-8Pete Batard2012-05-231-1/+1
* Misc: Rebrand to libusbxPete Batard2012-04-031-6/+5
* Darwin: Fix a warning on 64 bit platformsPete Batard2012-03-311-1/+5
* libusbi.h: Add IS_EPIN() IS_EPOUT() IS_XFERIN() and IS_XFEROUT() macrosPeter Stuge2012-03-221-14/+6
* Add LIBUSB_TRANSFER_ADD_ZERO_PACKET flag to indicate need for ZLPPeter Stuge2012-02-221-0/+3
* Darwin: Do not reject devices with product id 0x0000Peter Stuge2012-02-191-2/+1
* Darwin: Clarify comments on event thread creation and terminationSean McBride2012-02-081-2/+2
* Darwin: Fix incorrect mutex protection of libusb_darwin_acfl globalSean McBride2012-02-081-3/+1
* Darwin: Use retained runloop variable instead of CFRunLoopGetCurrent()Sean McBride2012-02-081-2/+2
* Darwin: Fix libusb_init() and libusb_exit() refcount race conditionSean McBride2012-02-081-3/+4
* Darwin: Set a name for the background thread on Mac OS X 10.6 and laterSean McBride2011-12-091-0/+6
* Darwin: Fix warnings about mismatched signed/unsigned compareSean McBride2011-10-171-2/+3
* Fix unused variable warnings when without timerfd and/or when on DarwinSean McBride2011-10-171-0/+5
* Darwin: fix port leak in darwin_clock_gettime()Vitali Lovich2011-10-171-2/+16
* Darwin: remove unnecessary run loop invalidation during libusb_exit()Vitali Lovich2011-10-171-1/+0
* Darwin: fix port leak during libusb_exit()Vitali Lovich2011-10-171-0/+1
* Darwin: fix potential leak on libusb_claim_interface() errorVitali Lovich2011-10-171-3/+4
* Darwin: Fix #117 transfer size 64/32 bit issue for transfer callbacksNathan Hjelm2011-10-171-2/+4
* Darwin: Reduce race likelihood between cancellation and device disconnectVitali Lovich2011-10-171-0/+7
* Darwin: Use a condition to signal async thread ready in libusb_init()Nathan Hjelm2011-09-221-4/+16
* Fix #64 use of reserved identifiers throughout libusbNathan Hjelm2011-09-221-20/+20
* Darwin: fix libusb_get_device_list() and libusb_claim_interface() leaksNathan Hjelm2011-09-221-4/+5
* Darwin: use kIOMasterPortDefault instead of creating a master portNathan Hjelm2011-09-221-19/+2
* Darwin: Provide libusb_get_device_speed() dataTrygve Laugstøl2011-09-151-0/+11
* Darwin: Improve device enumeration performanceNathan Hjelm2011-09-131-62/+160
* Darwin: Fix #108 crash when a device is unpluggedVitali Lovich2011-07-241-2/+12
* Darwin: Fix #100 warning cast to pointer from integer of different sizeSean McBride2011-07-241-4/+3
* Darwin: Fix #63 error when apps use Objective-C garbage collectionSean McBride2011-06-131-1/+14
* Darwin: Fix #28 clang analyzer warning about unbalanced retain/releaseSean McBride2011-06-131-2/+4
* Darwin: Schedule isochronous transfers further in the futureThomas Röfer2011-06-131-1/+6
* Darwin: Fix #65 memory leak in submit_iso_transfer()Thomas Röfer2011-06-131-4/+12
* configure.ac: Check for poll.h, and for nfds_t on DarwinPeter Stuge2011-06-131-1/+1
* Darwin: Add support for control requests on endpoints other than 0Nathan Hjelm2011-06-131-1/+18
* Darwin: Add more error checking for libusb_open()Nathan Hjelm2011-06-131-2/+11
* Remove USBI_OS_HANDLES_TIMEOUT and fix int/isoc timeouts on DarwinNathan Hjelm2010-11-261-0/+8
* Darwin: Cache device configuration valueNathan Hjelm2010-08-021-50/+73
* Darwin: handle kIOReturnUnderrunHoi-Ho Chan2010-07-271-1/+3
* Darwin: write iso transfer details into correct packetsHoi-Ho Chan2010-07-241-1/+1
* Darwin: fix interface object leakNathan Hjelm2010-07-241-1/+4
* Darwin: clean up some debug messagesNathan Hjelm2010-07-241-3/+3
* Darwin: Don't open devices during scan unless we have to unsuspendNathan Hjelm2010-07-241-6/+10
* Add type parameter to the list_for_each_entry() and _safe() macrosPete Batard2010-05-201-2/+2
* Whitespace cleanupPete Batard2010-05-121-30/+30
* Add internal abstraction for POSIX ThreadsPeter Stuge2010-05-121-4/+4
* Darwin: don't reuse cached descriptors during enumerationNathan Hjelm2010-04-201-33/+33
* Darwin: fix enumeration of devices with non-consecutive addresses (#23)Nathan Hjelm2010-03-231-8/+12