summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix BulkTransfer out-of-order replyHEADmainFrédéric Danis2023-04-271-0/+1
* Add json_object_get_*_member_with_default() helpersFrédéric Danis2023-04-268-40/+55
* trivial: post release version bumpRichard Hughes2023-02-082-4/+4
* Release version 0.4.50.4.5Richard Hughes2023-02-082-0/+28
* trivial: Fix critical warning when emulating devicesRichard Hughes2023-02-061-2/+4
* Store the config-index as a GUsbDeviceEventRichard Hughes2023-02-061-3/+24
* trivial: Fix critical warning when unloading an emulated deviceRichard Hughes2023-02-031-1/+2
* Record zero-sized device eventsRichard Hughes2023-02-031-1/+0
* Reset the in-order event index when clearing the event arrayRichard Hughes2023-02-031-0/+1
* Do not emit spurious ::device-removed events when emulatingRichard Hughes2023-02-035-27/+200
* Save the libusb error if libusb_submit_transfer() failsRichard Hughes2023-02-016-10/+80
* trivial: Add some debugging when resetting the event indexRichard Hughes2023-02-011-1/+4
* Add g_usb_device_get_created() to better detect emulated replugRichard Hughes2023-02-013-0/+45
* trivial: post release version bumpRichard Hughes2023-01-303-7/+6
* Release version 0.4.40.4.4Richard Hughes2023-01-302-0/+26
* Reduce the debugging level when emulating firmwareRichard Hughes2023-01-275-4/+20
* trivial: Export the gusb-device-event.h headerRichard Hughes2023-01-261-0/+1
* Add g_usb_device_clear_events() for future useRichard Hughes2023-01-253-0/+19
* Emit remove devices with matching tags when loading contextsRichard Hughes2023-01-241-3/+12
* Add g_usb_device_get_tags() for future useRichard Hughes2023-01-243-0/+21
* Add g_usb_device_is_emulated() for future useRichard Hughes2023-01-243-0/+20
* Add g_usb_device_remove_tag() for future useRichard Hughes2023-01-234-0/+41
* trivial: Fix -Wdeclaration-after-statementRichard Hughes2023-01-231-3/+2
* Save removed devices in JSON dump only when requestedFrédéric Danis2023-01-192-4/+7
* Load GUsb endpoints when loading interfaceFrédéric Danis2023-01-191-0/+15
* Fix _g_usb_interface_save without endpointsFrédéric Danis2023-01-191-1/+1
* Fix g_usb_interface_finalize without endpointsFrédéric Danis2023-01-111-1/+2
* trivial: post release version bumpRichard Hughes2022-12-202-7/+5
* Release version 0.4.30.4.3Richard Hughes2022-12-202-0/+17
* trivial: Be less verboseRichard Hughes2022-12-091-3/+1
* Work around a libusb1 bug which causes devices to appear in the list twiceRichard Hughes2022-12-091-0/+6
* trivial: Fix up a gtk-doc commentRichard Hughes2022-10-261-1/+1
* Export g_usb_device_has_tag()Richard Hughes2022-10-265-6/+23
* trivial: post release version bumpRichard Hughes2022-10-182-5/+4
* Release version 0.4.20.4.2Richard Hughes2022-10-183-395/+186
* Do not call the hotplug callback with the mutex heldRichard Hughes2022-10-171-6/+22
* Revert "Use GRecMutex to avoid a single-threaded lockup"Richard Hughes2022-10-171-14/+5
* Close the GUsbDevice objects in gusbcmdRichard Hughes2022-10-171-0/+5
* 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