- 7b52670 Merge "Add a new target for clients running at Android OS level" into main am: e55e171550 am: 2e862a2a42 by Radu Vele · 1 year, 9 months ago android16-qpr1-release main master android-16.0.0_r3
- 2e862a2 Merge "Add a new target for clients running at Android OS level" into main am: e55e171550 by Radu Vele · 1 year, 9 months ago
- e55e171 Merge "Add a new target for clients running at Android OS level" into main by Radu Vele · 1 year, 9 months ago
- 94da7f9 Add a new target for clients running at Android OS level by Radu Vele · 1 year, 9 months ago
- f5b79e7 Merge "Upgrade libusb to de38189e8014fa393f4d8c1d9d3fdf5e2a95899d" into main am: c615e3ab2e am: b0a4eed103 by Radu Vele · 1 year, 9 months ago
- b0a4eed Merge "Upgrade libusb to de38189e8014fa393f4d8c1d9d3fdf5e2a95899d" into main am: c615e3ab2e by Radu Vele · 1 year, 9 months ago
- c615e3a Merge "Upgrade libusb to de38189e8014fa393f4d8c1d9d3fdf5e2a95899d" into main by Radu Vele · 1 year, 9 months ago
- 505250b Upgrade libusb to de38189e8014fa393f4d8c1d9d3fdf5e2a95899d by Radu · 1 year, 9 months ago
- de38189 Enable linux netlink event monitoring for Android OS platform services by Radu Vele · 1 year, 9 months ago
- 7bc88c0 macos: Fix Zero-Length Packet for multiple packets per frame by Fabien Sanglard · 1 year, 9 months ago
- 7adb291 docs: Fix broken doxygen references by Tormod Volden · 1 year, 9 months ago
- 0b4eda6 docs: Hide internal descriptor.c structure from doxygen by Tormod Volden · 1 year, 9 months ago
- 28a6afb docs: Document internal_ssplus_capability_descriptor by Fabien Sanglard · 1 year, 9 months ago
- 467b6a8 winusb: Fix winusb_get_device_list() failing to find port numbers by Matthijs Lavrijsen · 2 years ago
- 8776b80 descriptor: Fix clang -Wimplicit-int-conversion warnings by Sean McBride · 2 years ago
- a319969 xcode: Adjust file indentation settings by Sean McBride · 2 years ago
- 30ec25f examples/ezusb: Fix error checking regression in recent commit by Sean McBride · 2 years ago
- 4528752 windows: Base HID device descriptor on cached values by Tormod Volden · 2 years ago
- d04fc0e openbsd: Use default clause in _errno_to_libusb() by Tormod Volden · 2 years ago
- bc12cda netbsd: Debug print all errors by Tormod Volden · 2 years ago
- 9d595d4 Replace atoi() with strtol() which allows error checking by Sean McBride · 2 years ago
- bd0fcdb Add KEYS file for release files verification by Tormod Volden · 2 years ago
- c3873d5 xusb: Define proper exit status by Yiwei Lin · 2 years ago
- e8d76b1 clang-tidy: Stop suppressing readability-misleading-indentation warnings by Sean McBride · 2 years ago
- 197e305 libusb.h: Match parameter names in declaration and definition by Sean McBride · 2 years ago
- 55f8c95 descriptor: Fix addition overflow by correcting casts by Sean McBride · 2 years ago
- e3ccc46 descriptor: Eliminate all duplicate branch bodies, as they are bug-prone by Sean McBride · 2 years ago
- 9cf8457 Avoid assignments within `if` statements by Sean McBride · 2 years ago
- a18a964 darwin: Fix multiplication overflow by better matching type sizes by Sean McBride · 2 years ago
- 6883f84 darwin: Explicitly compare string compare function results to -1, 0, or 1 by Sean McBride · 2 years ago
- 418aadc darwin: Always use uppercase literal suffixes for improved readability by Sean McBride · 2 years ago
- 3616e75 examples/xusb: Match size of loop index to what is iterated by Sean McBride · 2 years ago
- a7e471d examples/xusb: Make some parameters const where possible by Sean McBride · 2 years ago
- 85055a4 examples/xusb: Make all macro replacement lists parenthesized by Sean McBride · 2 years ago
- 9ffdb7f examples/fxload: Eliminate all reserved C identifiers (leading underscores) by Sean McBride · 2 years ago
- 00454ab examples/ezusb: Replace rewind with fseek, to check for errors by Sean McBride · 2 years ago
- 8b2bbce Merge "Upgrade libusb to 2a138c6f12988c42eaa9dd663581faa700c44abe" into main am: 6786b38b13 am: bc88688b5e by Treehugger Robot · 2 years, 2 months ago android-15-qpr1-beta-2-gpl android-15-qpr1-beta-3-gpl android-15-qpr2-beta-1-gpl android-wear-15.0.0-gpl_r1 android15-automotiveos-dev android15-qpr1-release android15-qpr1-s3-release android15-qpr1-s4-release android15-qpr1-s5-release android15-tests-dev android-15-qpr1-beta-1-gpl android-15-qpr1-beta-2-gpl android-15-qpr1-beta-3-gpl android-15-qpr2-beta-1-gpl android-15.0.0_r10 android-15.0.0_r11 android-15.0.0_r12 android-15.0.0_r13 android-15.0.0_r14 android-15.0.0_r15 android-15.0.0_r16 android-15.0.0_r17 android-15.0.0_r6 android-15.0.0_r7 android-15.0.0_r8 android-15.0.0_r9 android-automotiveos-15.0.0_lts1 android-wear-15.0.0-gpl_r1
- bc88688 Merge "Upgrade libusb to 2a138c6f12988c42eaa9dd663581faa700c44abe" into main am: 6786b38b13 by Treehugger Robot · 2 years, 2 months ago
- 6786b38 Merge "Upgrade libusb to 2a138c6f12988c42eaa9dd663581faa700c44abe" into main by Treehugger Robot · 2 years, 2 months ago
- e678b3f Emscripten: Avoid uncaught TypeError on browsers without USB support by Jon Beniston · 2 years, 2 months ago
- 916c740 descriptor: Avoid buffer over-increment in parse_iad_array function by Sean McBride · 2 years, 2 months ago
- 678c812 descriptor: Small clarifications with no behaviour change by Sean McBride · 2 years, 2 months ago
- 016a0de descriptor: Fix potential offsetting of pointer by too much by Sean McBride · 2 years, 2 months ago
- 5144b1c descriptor: Restore implicitly casted-away const by Sean McBride · 2 years, 2 months ago
- d795c0b descriptor: Defer potentially truncating cast to last minute by Sean McBride · 2 years, 2 months ago
- 2c32efa descriptor: Replace parse_descriptor() function by Sean McBride · 2 years, 2 months ago
- 157a093 Upgrade libusb to 2a138c6f12988c42eaa9dd663581faa700c44abe by Fabien Sanglard · 2 years, 2 months ago
- 2a138c6 Consistent use of C-style comment markers by Tormod Volden · 2 years, 2 months ago
- de1398d windows: Downgrade get_guid DeviceInterfaceGUID message to debug level by Tormod Volden · 2 years, 2 months ago
- 48c6bde Cosmetic cleanup of SuperSpeedPlus comments by Fabien Sanglard · 2 years, 2 months ago
- 34d2ca5 xusb: Only retrieve BOS descriptor for bcdUSB 0x0201 or higher by Tormod Volden · 2 years, 2 months ago
- 42e8a9f linux: ioctl() request number is unsigned long by Tormod Volden · 2 years, 2 months ago
- 8b50743 linux: Fix type of open() flags argument by Tormod Volden · 2 years, 2 months ago
- b00332d SuperSpeedPlus: Fix typo mantisa -> mantissa in struct field by Fabien Sanglard · 2 years, 2 months ago
- b8ce66a Merge "Upgrade libusb to fef78a96e37936f16c10c43c9a220683f7c2ff74" into main am: 192ec9e9ec am: 11a95e9345 by Treehugger Robot · 2 years, 2 months ago
- 11a95e9 Merge "Upgrade libusb to fef78a96e37936f16c10c43c9a220683f7c2ff74" into main am: 192ec9e9ec by Treehugger Robot · 2 years, 2 months ago
- 192ec9e Merge "Upgrade libusb to fef78a96e37936f16c10c43c9a220683f7c2ff74" into main by Treehugger Robot · 2 years, 2 months ago
- 9a2eed9 Upgrade libusb to fef78a96e37936f16c10c43c9a220683f7c2ff74 by Fabien Sanglard · 2 years, 2 months ago
- fef78a9 windows: Restore behaviour of skipping malformed device GUIDs by Francis Hart · 2 years, 3 months ago
- 5b17c38 Add API support for LIBUSB_SPEED_SUPER_PLUS_X2 20Gbps USB 3.2 gen 2x2 by Harry Mallon · 2 years, 3 months ago
- f00f06e Add support for SuperSpeed+ Capability Descriptors by Fabien Sanglard · 2 years, 3 months ago
- 1c8ca58 [automerger skipped] Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future am: 3971de5c7c -s ours by Xin Li · 2 years, 3 months ago
- 3971de5 Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future by Xin Li · 2 years, 3 months ago
- f8a6c41 darwin: Cleanup of usbi_backend structure by Sean McBride · 2 years, 3 months ago
- a99a258 Increase usbi_get_tid() size from int to long by Sean McBride · 2 years, 3 months ago
- 2f2e072 haiku: Use gcc atomic builtins to fix build by Adrien Destugues · 2 years, 3 months ago
- 43107c8 darwin: Suppress false positive warning with an assert by Sean McBride · 2 years, 4 months ago
- 1c1bad9 darwin: Fix clang static analyzer warning about a variable that's never read by Sean McBride · 2 years, 4 months ago
- 4e246a7 xcode: Enable several additional warnings in the Xcode project by Sean McBride · 2 years, 4 months ago
- d81e80a darwin: Correct interpretation of COM-style Release() return value by Sean McBride · 2 years, 4 months ago
- a07ecfe Fix most warnings about implicit sign conversion by Sean McBride · 2 years, 4 months ago
- 288d82f xusb: Avoid warning about implicit switch fallthrough by Sean McBride · 2 years, 4 months ago
- 233a8de emscripten: Remove superfluous capability by Tormod Volden · 2 years, 5 months ago
- 6c0ae1a hotplug_exit: Mutex protection of context device list while cleaning it by Sylvain Fasel · 2 years, 5 months ago
- ae44722 Merge "Add sanglardf to OWNERS" into main am: 9326acc658 am: b8993e1d1e by Treehugger Robot · 2 years, 5 months ago
- b8993e1 Merge "Add sanglardf to OWNERS" into main am: 9326acc658 by Treehugger Robot · 2 years, 5 months ago
- 9326acc Merge "Add sanglardf to OWNERS" into main by Treehugger Robot · 2 years, 5 months ago
- f0f7ca2 Add sanglardf to OWNERS by Fabien Sanglard · 2 years, 5 months ago
- 51d2c0f hotplug_exit: Remove parents recursively by Sylvain Fasel · 2 years, 5 months ago
- 6cf58ba Add clang-tidy config file by Sean McBride · 2 years, 5 months ago
- 5c64e52 sunos: Fix typos breaking build by Tormod Volden · 2 years, 5 months ago
- 40c15b9 Merge "Upgrade libusb to v1.0.27" into main am: 9e9370211c am: 7cef6480ec by Treehugger Robot · 2 years, 6 months ago
- 7cef648 Merge "Upgrade libusb to v1.0.27" into main am: 9e9370211c by Treehugger Robot · 2 years, 6 months ago
- 9e93702 Merge "Upgrade libusb to v1.0.27" into main by Treehugger Robot · 2 years, 6 months ago
- 99d5406 Upgrade libusb to v1.0.27 by Shaju Mathew · 2 years, 6 months ago
- d52e355 libusb 1.0.27 by Tormod Volden · 2 years, 6 months ago
- 055d852 configure.ac: Bump libtool library version by Tormod Volden · 2 years, 6 months ago
- 853a5ea examples/hotplugtest: Tone down message about failed open by Tormod Volden · 2 years, 6 months ago
- fdff3cd configure.ac: Do not build umockdev if --enable-debug-log is used by Tormod Volden · 2 years, 6 months ago
- 2fad5a8 libusb 1.0.27-rc2 by Tormod Volden · 2 years, 6 months ago
- 6558778 docs: Add more references in libusb_option section by Tormod Volden · 2 years, 6 months ago
- a5483bc core: Allow setting global log callback after first libusb_init() by Lars Kanis · 2 years, 6 months ago
- d09d341 core: Don't overwrite the log callback on every global libusb_set_option() by Lars Kanis · 2 years, 6 months ago
- 0929a2b docs: Prefer use of libusb_init_context() over old libusb_init() by Sean McBride · 2 years, 6 months ago
- d587c55 xcode: Add files from other backends into the Xcode project by Sean McBride · 2 years, 6 months ago
- 46dfded xcode: Move some options from Xcode project to xcconfig file by Sean McBride · 2 years, 6 months ago
- 66e63d6 Correct some spelling and add codespell config file by Sean McBride · 2 years, 6 months ago
- b4f877f darwin: locationID is 32-bit, not 64-bit by Sean McBride · 2 years, 6 months ago
- 5e4b389 Replace all http://libusb.info/ with https by Sean McBride · 2 years, 6 months ago
- 9a4ec8b Document backend functions that already lock dev_handle->lock by Sean McBride · 2 years, 6 months ago