libusb 1.0.20-rc3
[platform/upstream/libusb.git] / libusb /
2015-09-05 Chris Dickenslibusb 1.0.20-rc3
2015-09-05 Chris Dickenscore: Add RC string to libusb version message
2015-09-05 Chris DickensWindows: Fix some build warnings/link issues
2015-09-04 Chris Dickensio: Always complete transfers regardless of timerfd...
2015-09-03 Chris Dickenslibusb 1.0.20-rc2
2015-09-03 Chris Dickenscore: Record when a transfer timeout has been handled
2015-08-05 Chris DickensExamples: fxload improvements
2015-08-05 Chris Dickenscore: Correctly report cancellations due to timeouts
2015-08-05 Chris Dickenslinux_usbfs: Set reap action to CANCELLED only when...
2015-08-05 Hans de Goedelinux: Assume usbfs path = /dev/bus/usb when using...
2015-07-29 Chris DickensMisc: Remove autom4te.cache directory from Haiku during...
2015-07-29 Chris Dickenslibusb 1.0.20-rc1
2015-07-29 Chris DickensAPI: Add libusb_free_pollfds() function
2015-07-29 Marcus Meissnerlinux_usbfs: use calloc for multiplication
2015-07-29 Tim HuttUse locally defined MIN macro instead of min which...
2015-07-29 Chris DickensWindows: Close HID handles when closing composite devices
2015-07-29 Chris DickensWindows: Remove redundant check in windows_claim_interf...
2015-07-29 Chris DickensWindows: Destroy autoclaim_lock during cleanup
2015-05-19 Gauravlinux_usbfs: Fix memory allocation failure.
2015-05-14 Tobias KlauserMisc: Fix doxygen comment for MaxPower field with respe...
2015-05-14 GauravWindows: Check for "calloc" allocation failure.
2015-05-07 Chris Dickenscore: Copy transfer timeout to local variable before...
2015-05-07 Chris Dickenscore: Miscellaneous transfer timeout improvements
2015-04-28 Chris Dickensexamples: Address issues reported by Markus Elfring
2015-04-28 Tobias Klausercore: Remove unused member add_iso_packet_size from...
2015-04-28 Matthias BolteMisc: Remove unnecessary \n from log messages
2015-04-28 Chris DickensWinCE: Unlock mutex when error occurs during event...
2015-04-28 Chris DickensWinCE: Fix return from void function
2015-04-28 Chris DickensWinCE: Make whitespace consistent across entire file
2015-04-28 Chris DickensWinCE: Remove use of dedicated timer thread
2015-04-27 Chris DickensWinCE: Remove unused errno header and local variable
2015-04-27 Antonio Ospitecore: generalize comment about setting configurations...
2015-04-27 Antonio Ospitecore: use the actual signature of libusb_get_configurat...
2015-04-27 Chris DickensWindows: Remove erroneous call to CloseHandle and add...
2015-04-22 Chris DickensWindows: Improve monotonic clock_gettime() implementation
2015-04-22 Chris DickensWindows: Fix wIndex in setup packet for config descript...
2015-03-05 Pete Batardwindows: fix broken bus number lookup
2015-03-01 Venkatesh ShuklaRemove -c flag. Erroneous output caused on android
2015-03-01 Chris DickensMisc: Update README to include Haiku backend
2015-03-01 Chris DickensMisc: Remove comment that no longer makes sense
2015-03-01 Chris Dickenslinux: Fix format specifiers for sscanf() calls
2015-03-01 Chris Dickenscore: Add internal transfer state management
2015-02-16 orbitcowboymisc: fix typos in comments
2015-02-12 parafindarwin: fix resource leak (cached devices are never...
2015-02-01 Chris Dickensdarwin: Fix build break and warning caused by commit...
2015-01-27 Chris Dickenshaiku: Transition to use new transfer completion API
2015-01-27 Chris Dickensopenbsd: Transition to use new transfer completion API
2015-01-27 Chris Dickensnetbsd: Transition to use new transfer completion API
2015-01-27 Chris Dickensdarwin: Transition to use new transfer completion API
2015-01-27 Chris Dickenscore: Implement new transfer completion API
2015-01-25 Ludovic Rousseaudarwin: change Xcode project end-of-line
2015-01-22 Chris Dickenslinux_usbfs: Update MAX_ISO_BUFFER_LENGTH
2015-01-21 Chris DickensFix up backends for new transfer completion API.
2015-01-21 Chris Dickenscore: Add alternative API for backends to handle transf...
2015-01-13 Chris Dickenshotplug: Provide a default enum value for libusb_hotplu...
2015-01-12 Chris DickensExamples: Fix device leak in hotplugtest
2015-01-11 Chris DickensWindows: Fix broken build caused by missing rename...
2015-01-11 Chris Dickenscore: Fix handling of duplicate transfer submission...
2015-01-11 Chris DickensWindows: Free all WinUSB handles when closing a device
2015-01-08 Chris Dickenscore: Add debug statements to help trace transfers
2015-01-08 Nathan HjelmDo not use IOUSBDeviceInterface550 or kIOUSBInterfaceIn...
2015-01-06 Chris Dickenscore: Make event_data_lock non-recursive
2015-01-06 Chris DickensFixing erroneous double semi-colon
2015-01-06 Chris DickensWindows: Direct control requests to a specific interfac...
2014-12-29 Chris Dickenscore: Improve the handling of the pollfd list
2014-12-19 Chris Dickenscore: Signal the event pipe at most one time
2014-12-19 Chris Dickenscore: Eliminate hotplug pipe, using list and event...
2014-12-19 Chris Dickenscore: Add new flag to record when a new poll fd is...
2014-12-19 Chris Dickenscore: Add helper functions to signal and clear the...
2014-12-19 Chris Dickenscore: Rename pipe used to signal internal events
2014-12-19 Chris Dickenscore: Transition device close event to use event_data_lock
2014-12-19 Chris Dickenscore: Add new lock to protect internal context event...
2014-12-19 Chris Dickenscore: Rename pollfd_modify counter and its lock to...
2014-12-19 Chris Dickenscore: Remove taking of events lock inside usbi_fd_notif...
2014-12-16 Ludovic RousseauDoxygen: upgrade doxygen.cfg.in file
2014-12-16 Ludovic RousseauDoxygen: fix a duplicate label
2014-12-16 Ludovic RousseauDoxygen: fix a duplicate label
2014-12-16 Ludovic RousseauAPI: remove unused libusb_hotplug_callback struct
2014-12-16 Ludovic RousseauAPI: Add an Application Programming Interface page
2014-12-16 Pete BatardWindows: fix 2 bugs in windows_handle_events()
2014-12-01 Simon Newtonmisc: Fix grammar in a comment
2014-11-13 Pete BatardWindows: Silence VS2013 code analysis warnings
2014-11-06 Pete BatardWindows: Fix cygwin64 build
2014-09-26 Akshay JaggiFix broken 'make install'
2014-09-25 Akshay Jaggihaiku: Add Haiku support
2014-09-07 Chris Dickensio: Move timerfd close into error handling path
2014-09-07 Chris Dickensio: Fix memory leaks in usbi_io_init()
2014-09-07 Chris Dickensthreads_posix: Fix compiler warning due to redefinition...
2014-09-07 Chris Dickenscore: Make use of headers consistent across all files
2014-09-03 Chris Dickenscore: Fix compiler warnings on MinGW and Visual Studio
2014-09-03 Tormod VoldenWindows: Define WINVER to fix building on MinGW
2014-08-29 Chris Dickenscore: Fix reference count leak for default context
2014-08-29 Chris Dickenscore: Rename count variable for pollfds for consistency...
2014-08-27 Chris Dickenscore: Reuse poll fds across calls to handle_events()
2014-08-27 Chris Dickenscore: Be more efficient by not passing internal fds...
2014-08-27 Chris Dickenscore: Only interrupt event handlers as necessary during...
2014-08-27 Chris Dickensusbi_handle_transfer_completion: Remove signal to event...
2014-06-13 Hans de Goedelibusb 1.0.19
2014-06-13 John SheuFix leak in failure path of libusb_get_max_packet_size()
2014-06-11 Sean McBrideFixed clang static analyzer warning about dereferencing...
next