platform/upstream/libusb.git
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 DickensMisc: Add myself to the README as a maintainer
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...
2014-06-11 Sean McBrideMade darwin_hotplug_poll static to fix Xcode warning
2014-05-30 Hans de Goedelibusb 1.0.19-rc2
2014-05-30 Hans de Goedelibusb_submit_transfer: Don't reference the device...
2014-05-30 Hans de Goedelibusb_submit_transfer: Fix possible deadlock
2014-05-30 Hans de Goedelinux_udev: Fix a Coverity warning
2014-05-30 Hans de Goedelinux_usbfs: op_handle_events: Protect against not...
2014-05-30 Hans de Goedelinux_usbfs: Don't mark init_count as volatile
2014-05-30 Lars KanisFix a small typo in comment to free_streams()
2014-05-20 Pete BatardWindows: fix broken WDK compilation for XP targets
2014-05-19 Hans de GoedeChangeLog: Add an entry about the Russian strerror...
2014-05-19 Hans de Goedelibusb 1.0.19-rc1
2014-05-19 Ларионов Даниилstrerrror.c: Add Russian translation
2014-05-18 Pete Batardwindows: fix USB 3.0 speed detection on Windows 8 or...
2014-05-18 Pete Batardsamples: set xusb to also produce debug output during...
2014-05-16 Pete Batardcore: fix/silence issues reported by Coverity
2014-05-12 Nathan Hjelmdarwin: initial implemenations of the hotplug_poll...
2014-05-08 Pete BatardWindows: Fix broken WDK compilation
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 McBrideUse @rpath in Xcode project
2014-05-06 Sean McBrideRemoved unneeded casts
next