summaryrefslogtreecommitdiff
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 clang-tidy ordering issueRichard Hughes2022-09-061-1/+1
* 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-0521-13/+722
* 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-0429-2197/+2169
* Add support for getting BOS descriptorsRichard Hughes2022-09-048-0/+275
* Use g_autoptr() in a lot more placesRichard Hughes2022-09-044-281/+155
* trivial: post release version bumpRichard Hughes2022-08-142-6/+6
* 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-1611-11/+11
* gusb: Add some umockdev based testsBenjamin Berg2022-06-154-1/+231
* Never dispatch idle events after the context has been destroyedRichard Hughes2022-06-151-12/+37
* Release version 0.3.100.3.10Richard Hughes2022-01-101-0/+7
* 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
* trivial: post release version bumpRichard Hughes2021-12-072-6/+6
* Release version 0.3.90.3.9Richard Hughes2021-12-071-0/+9
* trivial: Sync spec file with downstreamRichard Hughes2021-12-071-3/+1
* trivial: Fix FreeBSD CIRichard Hughes2021-12-071-2/+2
* 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
* trivial: post release version bumpRichard Hughes2021-10-062-5/+5
* Release version 0.3.80.3.8Richard Hughes2021-10-061-0/+11
* trivial: No longer require vala-tools to build the vapiRichard Hughes2021-10-051-1/+0
* trivial: Rename the master branch to mainRichard Hughes2021-10-051-2/+2
* context: Fix hotplug handling and signal emission during enumerateBenjamin Berg2021-10-051-50/+56
* trivial: Add the GUsbEndpoint methods to the docsRichard Hughes2021-10-051-0/+1
* Add g_usb_device_get_string_descriptor_bytes_fullmasterRicardo CaƱuelo2021-09-303-15/+57
* trivial: post release version bumpRichard Hughes2021-05-242-5/+5
* Release version 0.3.70.3.7Richard Hughes2021-05-242-1/+15
* trivial: Fix a warning when used in a subprojectRichard Hughes2021-05-221-2/+1
* Add a FreeBSD CI targetRichard Hughes2021-05-211-1/+18
* trivial: Do not hardcode the libusb.h include directoryRichard Hughes2021-05-211-5/+5
* Require *any* python3 to fix FreeBSD buildRichard Hughes2021-05-211-1/+1
* trivial: Make build_and_test.sh less of a footgunRichard Hughes2021-05-211-1/+0
* Do not depend on libusb_get_port_number() to fix DragonFlyBSD compileRichard Hughes2021-05-212-1/+13
* Do not depend on libusb_get_parent() to fix FreeBSD compileRichard Hughes2021-05-212-0/+12