summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixup symbol version table up to version 0.2.9Dominique Leuenberger2016-05-251-0/+24
|/
* trivial: post release version bumpRichard Hughes2016-03-212-7/+7
* Release version 0.2.9gusb_0_2_9Richard Hughes2016-03-211-0/+8
* trivial: Return the replugged device when using g_usb_context_get_devices()Richard Hughes2016-03-111-3/+8
* trivial: Use the defined main context when waiting for replugRichard Hughes2016-03-111-1/+1
* Add g_usb_context_wait_for_replug()Richard Hughes2016-03-103-3/+183
* trivial: Fix compile warning with GCC6Richard Hughes2016-03-101-1/+1
* Install gusbcmd as a debugging aidRichard Hughes2016-02-192-5/+6
* trivial: post release version bumpRichard Hughes2015-12-012-4/+4
* Release version 0.2.8gusb_0_2_8Richard Hughes2015-12-012-1/+15
* Revert "Allow getting the GUsbContext from the GUsbDevice"Richard Hughes2015-11-251-4/+1
* Add a PERMISSION_DENIED error enumRichard Hughes2015-11-202-6/+14
* Merge pull request #5 from nacho/masterRichard Hughes2015-11-173-50/+21
|\
| * Convert GUsbInterface to user the G_DECLARE_FINAL_TYPE macroIgnacio Casal Quinteiro2015-11-173-50/+21
|/
* trivial: Remove typo that meant we only returned one interfaceRichard Hughes2015-11-161-1/+0
* Ignore the not-found error when resetting a deviceRichard Hughes2015-11-121-0/+2
* Allow getting the GUsbContext from the GUsbDeviceRichard Hughes2015-11-101-1/+4
* Add g_usb_device_set_interface_alt()Richard Hughes2015-11-102-0/+36
* Add g_usb_device_get_interfaces()Richard Hughes2015-11-102-0/+118
* Add a thin glib wrapper around a libusb_interface_descriptorRichard Hughes2015-11-107-0/+358
* Add g_usb_device_get_release()Richard Hughes2015-11-102-2/+21
* trivial: post release version bumpRichard Hughes2015-09-152-6/+6
* Release version 0.2.7gusb_0_2_7Richard Hughes2015-09-151-0/+10
* Merge pull request #4 from kalev/autocleanupsRichard Hughes2015-09-143-0/+38
|\
| * Support g_autoptr() for all gusb object typesKalev Lember2015-09-143-0/+38
|/
* Merge pull request #3 from robert-ancell/masterIgnacio Casal Quinteiro2015-08-033-3/+3
|\
| * Add missing element-type annotations.Robert Ancell2015-08-033-3/+3
|/
* trivial: post release version bumpRichard Hughes2015-07-062-6/+6
* Release version 0.2.6gusb_0_2_6Richard Hughes2015-07-061-0/+7
* Do not unref the GMainContext after each requestRichard Hughes2015-06-081-3/+0
* trivial: Fix up style of new method to match the codebaseRichard Hughes2015-06-081-1/+6
* trivial: post release version bumpRichard Hughes2015-05-282-6/+6
* Release version 0.2.5gusb_0_2_5Richard Hughes2015-05-282-1/+11
* Allow setting the GMainContext when used for sync methodsRichard Hughes2015-05-263-3/+47
* trivial: Fix make checkRichard Hughes2015-05-261-1/+1
* Include all the USB device class codesRichard Hughes2015-05-052-2/+29
* Add g_usb_device_get_custom_index()Richard Hughes2015-04-295-0/+130
* Merge pull request #2 from DimStar77/masterRichard Hughes2015-01-272-1/+37
|\
| * use symbol versioningPass Automated Testing Suite2015-01-272-1/+37
|/
* trivial: post release version bumpRichard Hughes2015-01-093-8/+8
* Release version 0.2.4gusb_0_2_4Richard Hughes2015-01-093-3/+29
* gusb: minor cleanupIgnacio Casal Quinteiro2015-01-081-3/+4
* Do not use the cleanup attribute in the unit testsIgnacio Casal Quinteiro2015-01-081-2/+2
* device: move new methods with the rest of public onesIgnacio Casal Quinteiro2015-01-081-55/+59
* Remove the cleanup attributes from the rest of the codeIgnacio Casal Quinteiro2015-01-083-19/+54
* Revert "Use __attribute__(cleanup) in more places"Ignacio Casal Quinteiro2015-01-083-28/+64
* Revert "trivial: Add a header file to be able to use _cleanup_(free)"Ignacio Casal Quinteiro2015-01-082-92/+0
* Use __attribute__(cleanup) in more placesRichard Hughes2015-01-063-64/+28
* Add g_usb_device_get_children()Richard Hughes2015-01-052-0/+30
* Add g_usb_device_get_port_number()Richard Hughes2015-01-052-0/+18