summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Lower the libusb dep to fix compile on FreeBSDRichard Hughes2021-05-212-6/+27
* Do not run the tests on FreeBSDRichard Hughes2021-05-211-0/+10
* trivial: Move Debian CI to busterRichard Hughes2021-05-212-3/+3
* Only run CI build on masterRichard Hughes2021-05-211-1/+5
* Move the CI to GitHub actionsRichard Hughes2021-05-213-15/+20
* 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
* trivial: Fix a tiny memork leak when running the gusb test toolRichard Hughes2021-04-121-0/+1
* trivial: post release version bumpRichard Hughes2021-03-122-5/+5
* Release version 0.3.60.3.6Richard Hughes2021-03-121-0/+11
* 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
* Merge pull request #42 from benzea/benzea/fix-cancellationIgnacio Casal Quinteiro2020-11-031-27/+42
|\
| * device: Fix cancellation if cancellable is already cancelledBenjamin Berg2020-10-011-27/+42
|/