platform/upstream/libusb.git
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
2020-01-21 Chris DickensMisc: Remove obsolete Windows DDK build files
2020-01-21 Chris DickensMisc: Clean up Visual Studio project files
2020-01-21 Chris DickensWindows: Remove support for WinCE and Visual Studio...
2020-01-16 Chris Dickenslinux_usbfs: Wait until all URBs have been reaped befor...
2020-01-13 Chris Dickenscore: Do not attempt to destroy a default context that...
2020-01-13 Chris Dickenscore: Fix libusb_get_max_iso_packet_size() for superspe...
2020-01-13 gudenauhotplug: Added libusb_hotplug_get_user_data()
2020-01-13 Chris DickensIncrement LIBUSB_API_VERSION for next release
2020-01-13 Chris Dickensexamples: testlibusb: Always print VID and PID in addit...
2020-01-13 Chris Dickensexamples: testlibusb: Formatting, whitespace and functi...
2020-01-13 Greg Kroah... core: fix build warning on newer versions of gcc
2020-01-03 Jie Zhangwindows: relax HCD root hub enumeration errors
2020-01-03 VladimirTechManChange the errcode argument in libusb_strerror to be...
2020-01-03 Matthias Boltewindows: Translate ERROR_DEVICE_NOT_CONNECTED to LIBUSB...
2020-01-03 Matthias Boltewindows: Fix USBD_STATUS to LIBUSB_TRANSFER_STATUS...
2019-12-28 Pino Toscanocore: include sys/time.h on any GNU libc OS
2019-12-28 Pino ToscanoAdd Null POSIX backend
2019-12-22 Aleksandr MezinSet project name for doxygen
2019-12-03 John Keepinglinux_udev: silently ignore "bind" action
2019-12-03 Slash GordonLinux: Improved system out of memory handling
2019-11-23 Ludovic RousseauLinux backend: fix ressource leak
2019-11-01 Ludovic RousseauXcode: add tests/stress target
2019-11-01 Ludovic RousseauXcode: apply suggested changes from Xcode 11.2
2019-10-31 Frank Liwindows: workaround WaitForMultipleObjects max 64 event...
2019-10-31 Vinicius TintiFix linux_scan_devices() in Android
2019-10-31 Kenjiro TsujiSolaris: format mismatch in some usbi_dbg()
next