platform/upstream/libusb.git
2020-08-11 Chris DickensWindows: Use I/O completion ports for transfers
2020-08-11 Chris Dickenscore: Introduce list iteration helpers
2020-08-10 Theo BuehlerOpenBSD: support libusb_get_port_number
2020-08-10 Theo BuehlerOpenBSD: allow opening ugen devices multiple times
2020-08-10 Martin ThiererAPI docs: Elaborate on "NOT_SUPPORTED" status for set_c...
2020-08-10 Zhiqiang Liulibusb: fix a memory leak in sunos_new_string_list...
2020-08-10 Uri Lublinstress: test_get_device_list: change printf format...
2020-08-10 Saleem Rashiddescriptor: Fix alignment for 32-bit words in parse_des...
2020-07-16 Martin Thiererwinusb: setting a non-default config not supported
2020-06-17 Ido Yarivdarwin: Fix invalid GetPipePropertiesV3 argument
2020-06-12 Igor Anokhinos/darwin: use IOUSBDevice as darwin_device_class expli...
2020-06-12 Nathan Hjelmdarwin: use GetPipePropertiesV3 on 10.9 and later
2020-06-12 Nathan Hjelmdarwin: add kIOUSBUnknownPipeErr to error string list
2020-06-09 Jonas MalacoDocument that libusb_set_option may also return NOT_FOUND
2020-06-09 Ido Yarivdarwin: Fix stale descriptor information post reset
2020-04-30 Sebastian von OhrWindows: Translate ERROR_NO_SUCH_DEVICE to LIBUSB_TRANS...
2020-04-29 Chris Dickenslinux_usbfs: Parse config descriptors during device...
2020-04-29 Chris Dickenscore: Narrow the types passed to certain backend functions
2020-04-28 Chris Dickenssunos: Fix a number of compiler warnings
2020-04-28 Chris DickensFix some trivial compiler warnings for the Haiku and...
2020-04-28 Chris Dickensdescriptor: Remove usbi_get_config_index_by_value()
2020-04-28 Chris Dickenscore: Kill backend get_device_descriptor() function
2020-04-28 Chris Dickenscore: Fix some minor inconsistencies in API and coding
2020-04-17 Chris Dickenscore: Change pointer type from 'unsigned char' to ...
2020-04-17 Chris Dickensdescriptor: Minor improvements to the parse_descriptor...
2020-04-17 Chris Dickenscore: Kill the 'host_endian' argument for most functions
2020-04-17 Chris Dickenscore: Remove redundant definitions for descriptor sizes
2020-04-17 Chris Dickenscore: Remove usbi_parse_descriptor() function
2020-04-17 Chris Dickensdescriptor: Optimize descriptor parsing
2020-04-17 Chris DickensAdd packed definitions for some standard USB descriptor...
2020-04-23 Chris Dickenshotplug: Fix definition of libusb_hotplug_register_call...
2020-04-17 NancyLi1013Add vcpkg installation instructions
2020-04-17 Aaron LuftAndroid: fixes unknown warning option from ndk build
2020-04-17 Chris DickensAdd a way to skip the git hooks via an environment...
2020-04-16 Chris Dickenslibusb.h: Ensure that struct libusb_control_transfer...
2020-04-16 Chris Dickenslibusb.h: Simplify condition governing the inclusion...
2020-04-16 Chris Dickenslibusb.h: Make C-preprocessor checks consistent and...
2020-04-16 Chris Dickenslibusb.h: Make formatting and style consistent across...
2020-04-16 Chris Dickenslibusb.h: Move BOS descriptor enumerations
2020-04-16 Chris Dickenscore: Fix definition and use of enum libusb_transfer_type
2020-04-09 nianetbsd: Recognize device timeouts.
2020-04-09 Chris DickensMakefiles: Remove target-specific variables
2020-04-09 Chris Dickensconfigure.ac: Enhance compiler checks for pthreads
2020-04-09 Chris Dickensconfigure.ac: Simplify detection of Windows compilation
2020-04-09 Chris Dickensconfigure.ac: Fix compilation of Haiku's C++ convenienc...
2020-04-02 Chris Dickensautomake: Add extra Makefile to handle unknown automake...
2020-04-01 Chris DickensWindows: Improve the get_interface_details_filter(...
2020-04-01 Chris DickensWindows: Replace the sanitize_path() function with...
2020-03-31 Chris DickensMove CI-related files into .private directory and add...
2020-03-30 Chris DickensXcode: Update project file
2020-03-30 Chris Dickensandroid: Update makefiles to include recent autobuild...
2020-03-30 Chris Dickensbuild: Enable additional build errors and warnings
2020-03-30 Chris Dickensbuild: Require C11 to build and clean up autoconfig...
2020-03-28 Chris Dickenslibusb/Makefile.am: Remove unnecessary assignments
2020-03-28 Chris Dickenscore: Kill the OS_* definitions and use in the source...
2020-03-27 Chris Dickensthreads_posix: Improve usbi_get_tid() for various platforms
2020-03-27 Chris Dickensstrerror: Micro-optimize implementation and remove...
2020-03-26 Chris Dickensdarwin: Explicitly cleanup cached devices during the...
2020-03-26 Chris Dickensappveyor: Increase build coverage to all VS solutions
2020-03-25 Chris Dickenslibusb/Makefile.am: Fix out-of-tree builds on Windows
2020-03-25 Chris Dickensmsvc: Update include path for getopt in fxload projects
2020-03-25 Chris Dickensautotools: Fix a number of issues
2020-03-23 Chris Dickensmsvc: Reorder solution projects and add project filter...
2020-03-17 Chris DickensHaiku: Fix some issues in the backend
2020-03-16 Chris Dickenscore: Make the 'reset_device' function of the backend...
2020-03-16 Chris Dickenscore: Fix return value of usbi_clock_gettime()
2020-03-16 Chris Dickenscore: Move parameter validation from backend to core
2020-03-16 Chris Dickenscore: Kill usbi_backend.clock_gettime() function
2020-03-10 Chris DickensWindows: Fix some harmless build warnings
2020-03-06 Chris Dickenscore: Switch usbi_transfer to store timeout as timespec
2020-03-06 Chris Dickensdarwin: Fix race condition that results in segmentation...
2020-02-26 Chris Dickenscore: Introduce accessor functions for structure privat...
2020-02-26 Chris Dickenscore: Optimize the memory layout of the transfer structure
2020-02-26 Chris Dickenscore: Use a consistent variable name for usbi_transfer...
2020-02-23 a1exdandyWindows: fix MAX_PATH_LENGTH
2020-02-07 Alexander Steinlinux: provide an event thread name
2020-02-07 Chris Dickensthreads_posix: Use thread-local storage to cache thread ID
2020-02-07 Chris DickensWindows: Refactoring to consolidate and simplify common...
2020-01-31 Chris DickensWindows: Fix poll implementation for NDEBUG (Release...
2020-01-28 Chris DickensWindows: Fix reported length of synchronous control...
2020-01-27 Chris Dickenslinux_usbfs: Drop support for kernel versions earlier...
2020-01-26 Chris DickensWindows: Fix GCC printf format warnings due to DWORD...
2020-01-26 Chris Dickensautobuild: Fix two issues
2020-01-26 rootcore: Fix build on linux
2020-01-25 Chris Dickenscore: Convert internal macros to static inline functions
2020-01-25 winterraceFix msvc 2019 project files (internal linkage)
2020-01-24 Chris Dickenslinux_usbfs: Clean up inconsistencies and optimize...
2020-01-24 Chris Dickensconfigure.ac: Cleanup and refactoring
2020-01-24 Chris DickensMisc: Clean up zero-length strings and recursion in...
2020-01-24 Chris DickensMisc: Cleanup across multiple backends
2020-01-24 Chris DickensMisc: Trim and consolidate header file usage
2020-01-24 Chris Dickenscore: Make style of debug messages with errno consisten...
2020-01-24 Chris Dickensappveyor.yml: Revert back to Visual Studio 2015 image
2020-01-22 Chris DickensMisc: Use the UNREFERENCED_PARAMETER macro for UNUSED...
2020-01-22 Chris DickensWindows: Improve poll abstraction
2020-01-22 Chris DickensWindows: Add missing '%' character for printf format...
2020-01-22 Chris DickensWindows: Kill the dedicated thread for monotonic clock_...
2020-01-22 Chris DickensWindows: Fix some MinGW build warnings and printf forma...
2020-01-22 Chris DickensWindows: Drop support for Windows XP
2020-01-21 Chris DickensWindows: Add Visual Studio 2019 support
next