summaryrefslogtreecommitdiff
path: root/libusb/os/darwin_usb.c
Commit message (Expand)AuthorAgeFilesLines
* Add internal abstraction for POSIX Threadsusbi_syncPeter Stuge2010-02-161-4/+4
* Darwin: fix memory leak in process_deviceNathan Hjelm2010-02-151-7/+13
* Darwin: use logging functionsNathan Hjelm2010-02-151-72/+74
* Darwin: support multiple calls to libusb_initNathan Hjelm2010-02-151-16/+21
* Darwin: fix warning in darwin_error_str()Ludovic Rousseau2009-11-211-1/+1
* Darwin: allow devices to be opened multiple timesNathan Hjelm2009-11-211-52/+76
* Darwin: handle overflowsNathan Hjelm2009-09-111-2/+14
* Darwin: 64-bit type fixesToby Peterson2009-08-231-2/+3
* Darwin: fix crash when reading descriptors after closeNathan Hjelm2009-08-231-0/+3
* Darwin: improve handling of disconnected devicesNathan Hjelm2009-06-071-25/+53
* Darwin: fix parsing of config descriptorsNathan Hjelm2009-06-071-16/+43
* Darwin: get_config_descriptor bugfixesNathan Hjelm2009-03-221-5/+23
* Fix compilation of Darwin backendDaniel Drake2009-02-251-2/+2
* Darwin backendNathan Hjelm2009-02-161-0/+1449