summaryrefslogtreecommitdiff
path: root/gusb
Commit message (Expand)AuthorAgeFilesLines
* trivial: Ignore more requests when emulating a deviceRichard Hughes2022-09-061-0/+20
* trivial: Use a unique JSON key name for the IDRichard Hughes2022-09-061-4/+5
* trivial: Use a boolean flag for cache controlRichard Hughes2022-09-061-2/+10
* trivial: Check the handle before getting BOS descriptorsRichard Hughes2022-09-061-0/+4
* trivial: Fix up some docgen headersRichard Hughes2022-09-062-25/+1
* Skip some functionality when emulatingRichard Hughes2022-09-051-0/+12
* Include the platform ID in the JSON fileRichard Hughes2022-09-051-0/+10
* Serialize the GUsbDevice to and from JSON formatRichard Hughes2022-09-0514-11/+640
* Cache the list of interfaces and descriptorsRichard Hughes2022-09-053-94/+104
* trivial: Use @self for instance dataRichard Hughes2022-09-0510-482/+471
* Use G_DECLARE_DERIVABLE_TYPE to reduce boilerplateRichard Hughes2022-09-0510-217/+190
* trivial: Use @self for instance dataRichard Hughes2022-09-044-115/+114
* Reformat the code using clang-formatRichard Hughes2022-09-0427-1990/+1923
* Add support for getting BOS descriptorsRichard Hughes2022-09-048-0/+275
* Use g_autoptr() in a lot more placesRichard Hughes2022-09-043-174/+96
* trivial: Fix a docs warning when buildingRichard Hughes2022-06-161-1/+1
* trivial: Fix case of single-line commentsRichard Hughes2022-06-161-12/+12
* trivial: Use SPDX-License-Identifier in one more placeRichard Hughes2022-06-161-12/+1
* trivial: Remove some duplicate header includesRichard Hughes2022-06-1611-20/+0
* Only include the start year in the copyright headerRichard Hughes2022-06-1610-10/+10
* gusb: Add some umockdev based testsBenjamin Berg2022-06-152-0/+224
* Never dispatch idle events after the context has been destroyedRichard Hughes2022-06-151-12/+37
* trivial: Remove the '1:1 already exists' debug lines on rescanRichard Hughes2022-01-061-3/+1
* Add API to change the hotplug poll intervalRichard Hughes2022-01-063-3/+79
* Fix hotplug after threaded device removalRichard Hughes2021-12-071-1/+1
* Fix version script check for GNU BFD linker on FreeBSDTing-Wei Lan2021-10-102-2/+10
* Don't hard-code the list of OS supporting --version-scriptTing-Wei Lan2021-10-101-2/+3
* context: Fix hotplug handling and signal emission during enumerateBenjamin Berg2021-10-051-50/+56
* Add g_usb_device_get_string_descriptor_bytes_fullmasterRicardo Cañuelo2021-09-303-15/+57
* trivial: Fix a warning when used in a subprojectRichard Hughes2021-05-221-2/+1
* Require *any* python3 to fix FreeBSD buildRichard Hughes2021-05-211-1/+1
* Do not depend on libusb_get_port_number() to fix DragonFlyBSD compileRichard Hughes2021-05-211-1/+10
* Do not depend on libusb_get_parent() to fix FreeBSD compileRichard Hughes2021-05-211-0/+9
* Lower the libusb dep to fix compile on FreeBSDRichard Hughes2021-05-211-3/+18
* Do not run the tests on FreeBSDRichard Hughes2021-05-211-0/+10
* device: Reference the libusb device when setMarco Trevisan (Treviño)2021-04-131-3/+13
* device: Do not double-reference USB devicesMarco Trevisan (Treviño)2021-04-131-2/+0
* Add g_usb_device_get_string_descriptor_bytes()Richard Hughes2021-01-273-0/+62
* trivial: Include string.h for memcpy()Richard Hughes2020-12-141-0/+2
* device: Fix cancellation if cancellable is already cancelledBenjamin Berg2020-10-011-27/+42
* trivial: Fix up typos spotted by codespellRichard Hughes2020-09-243-8/+8
* Properly set dylib versions on darwinCaleb Xu2020-08-031-0/+1
* Add a way to get iConfigurationBenson Leung2020-07-293-0/+37
* Allow building GtkDoc when building as a subprojectRichard Hughes2020-06-241-0/+3
* generate-version-script: Don't hard-code the path of python3Ting-Wei Lan2020-03-241-0/+4
* build: version-script should be supported everywhere except on darwin systemLaurent Bigonville2020-03-181-1/+1
* generate-version-script: Don't skip methods on plain structsSimon McVittie2020-03-041-0/+1
* Validate the exported symbol list during checkRichard Hughes2020-02-202-12/+92
* trivial: Add some missing 'Since: ' valuesRichard Hughes2020-02-202-0/+14
* trivial: Fix the gtk-doc markup in GUsbEndpointRichard Hughes2020-02-201-5/+5