Commit 886418d
committed
d52e355 libusb 1.0.27
055d852 configure.ac: Bump libtool library version
853a5ea examples/hotplugtest: Tone down message about failed open
fdff3cd configure.ac: Do not build umockdev if --enable-debug-log is used
2fad5a8 libusb 1.0.27-rc2
6558778 docs: Add more references in libusb_option section
a5483bc core: Allow setting global log callback after first libusb_init()
d09d341 core: Don't overwrite the log callback on every global libusb_set_option()
0929a2b docs: Prefer use of libusb_init_context() over old libusb_init()
d587c55 xcode: Add files from other backends into the Xcode project
46dfded xcode: Move some options from Xcode project to xcconfig file
66e63d6 Correct some spelling and add codespell config file
b4f877f darwin: locationID is 32-bit, not 64-bit
5e4b389 Replace all http://libusb.info/ with https
9a4ec8b Document backend functions that already lock dev_handle->lock
f080aec Fix docs about backend functions that lock itransfer->lock
7719ae5 io: Change remove_from_flying_list() to not lock flying_transfers_lock itself
f9ae36b windows: Downgrade get_guid DeviceInterfaceGUID warning to info
7b53ee1 libusb.h: Rename ZERO_SIZED_ARRAY to LIBUSB_FLEXIBLE_ARRAY
7ab9c93 core: Add missing mutex acquisition when manipulating active_contexts_list
a8fba21 Change libusb_init_option to fix libusb_set_option() on big-endian
56d8f3c io: Fix incorrect alignment in allocation in libusb_alloc_transfer
20fb751 descriptor: Prevent string descriptor buffer overread
a91657a darwin: Avoid error checking regression
9401e6c darwin: Revert seemingly harmless introduction of temporary variable
5ad1d99 core: Fix -Wswitch warnings by including all enum values in switch
31dfa14 ChangeLog updates
37dee8f msvc: Add tests/init_context project to MSVC
7c3d9ec tests/stress_mt: Ignore device descriptor mismatch for Windows HID
5f9abfb tests/stress_mt: Ignore some unavailable devices on Windows
c2e1507 tests/set_option: Allow no devices in test_no_discovery
b272470 libusb.h: Avoid UNREFERENCED_PARAMETER macro on GCC/clang
87d6686 tests/stress_mt: Stop early if any device fails
ebfbf19 tests/set_option: Avoid use-after-free in case of test failure
cc3df77 libusb 1.0.27-rc1
52bb0ed tests: Use AM_LDFLAGS for -static flag to allow LDFLAGS override
43db4d9 .gitignore: Ignore test binaries and logs
56cee16 tests/umockdev: Avoid unknown warning option on older gcc
dac541d Revert "windows: Add option for WinUSB RAW_IO endpoint policy"
066a77f webusb: Wasm+WebUSB backend fixes and improvements
1ca2bc1 darwin: add testing for IOKit version fallbacks
13a6953 darwin: add abstraction for IOUSBDeviceInterface
cf6946d darwin: add abstraction for IOUSBInterfaceInterface
33e92b6 darwin: add get_running_version helper
43c6fe0 ci: ensure testsuite log is dumped on failure
f0d1ff3 ci: dump test suite output on test failure
d82b3d2 ci: do not hard code test names for CI
30a4434 CI: Add Linux and MSYS build with logging disabled
a8f7701 CI: Simplify Linux job description
f2ebac6 windows: Include enumeration details in debug output
5eed745 windows: Avoid warning with logging disabled
80493dd core: Avoid warning with logging disabled
ae3685e stress_mt: Return error if device count varies
a8d3cd8 tests/stress_mt: Test open/transfer/close on available devices
bd91a0c CI: Enable Emscripten build
fd31502 Add WebUSB testing via node-usb
9de0fef core: Avoid possible data race in log_v()
dfed0d1 CI: Pass the extra warnings flags to CXXFLAGS too
143338c CI: Tell tests that we don't have any devices
c0057c3 CI: Enable Address Sanitizer (ASAN) where supported
e28fa30 CI: Run cross-platform tests on all platforms
5fa085e testlib: Don't count skipped tests as failures
6d2abd0 tests: Mark callbacks as LIBUSB_CALL
c4285dd windows: Cover all enumeration passes explicitly in switch statements
d291eec Revert "core: Remove select case not possibly reached"
acc7b9d tests: Fix builds with logging disabled
fdab67b windows: Allow device GUIDs missing terminating characters or separators
d66ffcd darwin: fix potential crash at darwin_exit
0a2f511 examples/hotplugtest: Match any device by default
67ac8a0 windows: Recognize Samsung composite device driver
24d7928 descriptor: Guard against corrupted descriptor length field
4b732d9 windows: No longer wait for device to get an active configuration
c875f15 windows: Define bus numbers without using HCD
1313049 tests: Remove unused function in init_context.c
188a913 Add HACKING file with hints on proper commits
git-subtree-dir: libusb
git-subtree-split: d52e355
1 parent 544385c commit 886418d
File tree
60 files changed
+2417
-1407
lines changed- .github/workflows
- .private
- Xcode
- libusb.xcodeproj
- examples
- libusb
- os
- msvc
- tests
- webusb-test-shim
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+2417
-1407
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
31 | | - | |
32 | | - | |
| 29 | + | |
| 30 | + | |
33 | 31 | | |
34 | 32 | | |
35 | | - | |
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
39 | | - | |
40 | 36 | | |
41 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
42 | 49 | | |
43 | 50 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
43 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
44 | 52 | | |
45 | 53 | | |
46 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
22 | 33 | | |
23 | 34 | | |
24 | 35 | | |
| |||
52 | 63 | | |
53 | 64 | | |
54 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
55 | 71 | | |
56 | 72 | | |
57 | | - | |
| 73 | + | |
58 | 74 | | |
59 | 75 | | |
60 | 76 | | |
61 | 77 | | |
62 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
63 | 88 | | |
64 | 89 | | |
65 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | 66 | | |
69 | 67 | | |
70 | | - | |
71 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| |||
59 | 63 | | |
60 | 64 | | |
61 | 65 | | |
| 66 | + | |
62 | 67 | | |
| 68 | + | |
63 | 69 | | |
64 | 70 | | |
65 | 71 | | |
| |||
68 | 74 | | |
69 | 75 | | |
70 | 76 | | |
| 77 | + | |
71 | 78 | | |
72 | 79 | | |
73 | 80 | | |
| |||
84 | 91 | | |
85 | 92 | | |
86 | 93 | | |
| 94 | + | |
87 | 95 | | |
88 | 96 | | |
89 | 97 | | |
| |||
98 | 106 | | |
99 | 107 | | |
100 | 108 | | |
| 109 | + | |
101 | 110 | | |
102 | 111 | | |
103 | 112 | | |
| |||
112 | 121 | | |
113 | 122 | | |
114 | 123 | | |
| 124 | + | |
115 | 125 | | |
116 | 126 | | |
117 | 127 | | |
118 | 128 | | |
119 | 129 | | |
| 130 | + | |
120 | 131 | | |
121 | 132 | | |
122 | 133 | | |
| |||
136 | 147 | | |
137 | 148 | | |
138 | 149 | | |
| 150 | + | |
139 | 151 | | |
| 152 | + | |
140 | 153 | | |
141 | 154 | | |
| 155 | + | |
142 | 156 | | |
143 | 157 | | |
144 | 158 | | |
145 | 159 | | |
146 | 160 | | |
| 161 | + | |
147 | 162 | | |
148 | 163 | | |
149 | 164 | | |
150 | 165 | | |
151 | 166 | | |
| 167 | + | |
152 | 168 | | |
| 169 | + | |
153 | 170 | | |
154 | 171 | | |
155 | 172 | | |
| |||
158 | 175 | | |
159 | 176 | | |
160 | 177 | | |
| 178 | + | |
161 | 179 | | |
162 | 180 | | |
163 | 181 | | |
164 | 182 | | |
165 | 183 | | |
166 | 184 | | |
167 | 185 | | |
| 186 | + | |
168 | 187 | | |
169 | 188 | | |
170 | 189 | | |
| |||
187 | 206 | | |
188 | 207 | | |
189 | 208 | | |
| 209 | + | |
190 | 210 | | |
191 | 211 | | |
192 | 212 | | |
| |||
199 | 219 | | |
200 | 220 | | |
201 | 221 | | |
| 222 | + | |
202 | 223 | | |
| 224 | + | |
0 commit comments