summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* trivial: post release version bump0_1_XRichard Hughes2013-03-052-6/+6
* Release version 0.1.6gusb_0_1_6Richard Hughes2013-03-052-1/+10
* trivial: Apply some paranoia fixes spotted by clangRichard Hughes2013-03-051-0/+3
* Unref the GMainloop after it has been run, not when just quitRichard Hughes2013-03-051-1/+3
* Remove duplicate gtk-doc check in configureDavid King2013-02-241-3/+0
* Do not use deprecated GLib functionalityRichard Hughes2013-02-211-5/+4
* trivial: post release version bumpRichard Hughes2013-02-052-6/+6
* Release version 0.1.5gusb_0_1_5Richard Hughes2013-02-052-1/+10
* Fix documentation buildChristopher James Halse Rogers2013-02-054-2/+4
* Fix obvious typo in READMEHans Ulrich Niedermann2013-02-051-1/+1
* Don't use the deprecated INCLUDES in Makefile.amRichard Hughes2013-01-143-3/+3
* trivial: post release version bumpRichard Hughes2012-11-062-6/+6
* Release version 0.1.4gusb_0_1_4Richard Hughes2012-11-062-1/+14
* trivial: fix make distcheck and Fedora example spec fileRichard Hughes2012-06-102-1/+6
* Assorted introspection annotation fixesEvan Nemerson2012-06-102-4/+27
* Add Vala bindingsEvan Nemerson2012-06-103-0/+109
* Rename inconsistently named gusb_* symbols to g_usb_*Evan Nemerson2012-06-108-10/+10
* Add GObject Introspection supportEvan Nemerson2012-06-102-1/+33
* Add g_usb_device_reset() to reset a connected deviceRichard Hughes2012-05-312-0/+31
* trivial: post release version bumpRichard Hughes2011-12-052-6/+6
* Release version 0.1.3gusb_0_1_3Richard Hughes2011-12-051-0/+8
* trivial: remove some over-keen debuggingRichard Hughes2011-12-041-4/+0
* Add a missing error enum valueRichard Hughes2011-11-132-0/+7
* trivial: fix the Fedora spec fileRichard Hughes2011-11-131-1/+1
* Do not build with -Werror by defaultRichard Hughes2011-11-111-19/+0
* trivial: post release version bumpRichard Hughes2011-11-112-6/+6
* Release version 0.1.2gusb_0_1_2Richard Hughes2011-11-112-1/+12
* Fix a build failure on Debian caused by missing CFLAGSRichard Hughes2011-11-111-0/+2
* Call g_usb_device_list_coldplug() automatically when finding devicesRichard Hughes2011-11-081-0/+6
* Ignore EBUSY when trying to detach a kernel driver that is not boundRichard Hughes2011-11-081-1/+2
* trivial: fix up the example spec fileRichard Hughes2011-11-081-2/+2
* trivial: post release version bumpRichard Hughes2011-11-012-6/+6
* Release version 0.1.1gusb_0_1_1Richard Hughes2011-11-012-1/+17
* Do not use g_simple_async_result_is_valid() it fails when using the sync methodsRichard Hughes2011-11-011-15/+6
* trivial: fix a small memory leak when using the sync functionsRichard Hughes2011-11-011-0/+1
* Do not try to set the currently running device configuration twiceRichard Hughes2011-11-011-0/+13
* trivial: actually use the right libusb name, urghRichard Hughes2011-10-141-1/+1
* Add usb-1.0 to the gusb.pc 'Requires'Richard Hughes2011-10-141-1/+1
* Do not leak the GUdev API into the public API of GUsbRichard Hughes2011-10-105-34/+13
* Add g_usb_device_get_platform_id which returns the sysfs path on LinuxRichard Hughes2011-10-104-4/+46
* trivial: post release version bumpRichard Hughes2011-09-153-7/+7
* Release version 0.1.0gusb_0_1_0Richard Hughes2011-09-151-4/+52
* Fix gtk-doc failure to linkRichard Hughes2011-09-151-0/+3
* Ensure that there is only one GUsbSource for each GUsbContextDebarshi Ray2011-09-089-29/+93
* g_usb_device_*_transfer_async: Report if the submission failedDebarshi Ray2011-09-081-3/+15
* g_usb_source_new won't return NULLDebarshi Ray2011-09-084-40/+10
* Add padding to GUsb*Class structsHans de Goede2011-09-075-0/+25
* gusb-device: Add functions to get string descriptorsHans de Goede2011-09-063-0/+132
* gusb-device: drop g_usb_device_get_descriptorHans de Goede2011-09-064-71/+7
* gusb-device: Move setting config / claiming of interface to their own methodsHans de Goede2011-09-063-32/+203