summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use GUsbSource on Linux to avoid threading issueswip/hughsie/GUsbSourceRichard Hughes2022-10-145-7/+224
* Use GRecMutex to avoid a single-threaded lockupRichard Hughes2022-10-121-5/+14
* trivial: post release version bumpRichard Hughes2022-10-012-5/+5
* Release version 0.4.10.4.1Richard Hughes2022-10-012-1/+12
* Port from gtkdoc to gi-docgenRichard Hughes2022-09-3012-139/+98
* Allow loading and saving only devices with specific tagsRichard Hughes2022-09-133-0/+60
* trivial: Don't return -1 for failure for a gbooleanRichard Hughes2022-09-131-1/+1
* trivial: Fix up clang-format issueRichard Hughes2022-09-131-1/+1
* Allow adding tags to the JSON device eventRichard Hughes2022-09-134-0/+76
* Include the created time in the JSON eventRichard Hughes2022-09-131-0/+10
* trivial: Remove existing devices when loading a contextRichard Hughes2022-09-131-0/+4
* Include removed devices in the JSON dumpRichard Hughes2022-09-131-0/+13
* trivial: Update to non-deprecated macos-12 CI targetRichard Hughes2022-09-121-2/+2
* trivial: Fix example downstream spec fileRichard Hughes2022-09-121-0/+1
* trivial: Fix some docs warnings when compiling the tarballRichard Hughes2022-09-123-4/+5
* trivial: post release version bumpRichard Hughes2022-09-122-4/+4
* Release version 0.4.00.4.0Richard Hughes2022-09-121-0/+18
* Allow emulating failed eventsRichard Hughes2022-09-125-0/+80
* Do not copy event data when not-requiredRichard Hughes2022-09-101-3/+48
* trivial: Be more careful with buffers in case the usb.ids file format changesRichard Hughes2022-09-091-1/+4
* Ignore usb.ids classes, subclasses and protocolsRichard Hughes2022-09-091-0/+4
* Fix loading events using _g_usb_device_event_load()Richard Hughes2022-09-091-1/+1
* trivial: Ignore -Wgnu-variable-sized-type-not-at-endRichard Hughes2022-09-091-0/+1
* trivial: Fix two -Wunused-variable warningsRichard Hughes2022-09-091-0/+4
* trivial: Fix the ColorMunki self testsRichard Hughes2022-09-091-4/+3
* Save device events when requiredRichard Hughes2022-09-0810-7/+816
* trivial: Update the ColorHug test to reflect realityRichard Hughes2022-09-061-1/+1
* 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