summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Reduce the debugging level when emulating firmwareRichard Hughes2023-01-271-0/+2
* Close the GUsbDevice objects in gusbcmdRichard Hughes2022-10-171-0/+5
* Save device events when requiredRichard Hughes2022-09-081-1/+12
* trivial: Fix clang-tidy ordering issueRichard Hughes2022-09-061-1/+1
* Serialize the GUsbDevice to and from JSON formatRichard Hughes2022-09-052-0/+76
* Reformat the code using clang-formatRichard Hughes2022-09-041-207/+199
* Use g_autoptr() in a lot more placesRichard Hughes2022-09-041-107/+59
* Only include the start year in the copyright headerRichard Hughes2022-06-161-1/+1
* trivial: Fix a tiny memork leak when running the gusb test toolRichard Hughes2021-04-121-0/+1
* trivial: Check the return code of g_option_context_parse()Richard Hughes2020-09-011-1/+6
* trivial: Remove useless gtk-doc comment sectionsRichard Hughes2020-01-211-39/+0
* trivial: Use SPDX-License-Identifier tagsRichard Hughes2020-01-211-16/+2
* Remove the automake build systemRichard Hughes2017-12-191-45/+0
* Port to the Meson build systemRichard Hughes2017-12-191-0/+22
* trivial: Call setlocale in main functionTing-Wei Lan2017-12-191-0/+3
* Add g_usb_context_set_flags()Richard Hughes2017-07-231-0/+29
* Add g_usb_context_wait_for_replug()Richard Hughes2016-03-101-1/+50
* Install gusbcmd as a debugging aidRichard Hughes2016-02-191-5/+5
* gusb: minor cleanupIgnacio Casal Quinteiro2015-01-081-3/+4
* Remove the cleanup attributes from the rest of the codeIgnacio Casal Quinteiro2015-01-081-5/+12
* Revert "Use __attribute__(cleanup) in more places"Ignacio Casal Quinteiro2015-01-081-10/+23
* Use __attribute__(cleanup) in more placesRichard Hughes2015-01-061-23/+10
* Show more helpful output for 'gusb show'Richard Hughes2015-01-051-7/+111
* Make the platform ID persistent across re-plugRichard Hughes2014-12-041-1/+2
* Use a thread to process libusb1 eventsRichard Hughes2014-11-251-16/+6
* trivial: Automatically call _get_source() in _device_list_coldplug()Richard Hughes2014-11-211-3/+0
* trivial: Do not use the deprecated g_type_init()Richard Hughes2014-11-201-5/+1
* trivial: Fix tiny memory leak in gusb example toolRichard Hughes2014-11-201-0/+2
* Use the native hotplug support in libusb 1.0.19Richard Hughes2014-11-191-0/+3
* trivial: CodingStyle fixesRichard Hughes2014-11-191-6/+6
* Don't use the deprecated INCLUDES in Makefile.amRichard Hughes2013-01-141-1/+1
* Do not leak the GUdev API into the public API of GUsbRichard Hughes2011-10-101-4/+2
* Use the slice allocator for fixed size structsDebarshi Ray2011-09-031-4/+4
* Add a debugging tool to exercise the API that is not installedRichard Hughes2011-08-112-0/+431