summaryrefslogtreecommitdiff
path: root/src/util/virusb.c
Commit message (Expand)AuthorAgeFilesLines
* util: Update format strings in translated messages (part 3)Jiri Denemark2023-04-011-8/+8
* util: alloc: Reimplement VIR_APPEND_ELEMENT using virAppendElementPeter Krempa2021-08-061-1/+3
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-38/+38
* util: replace VIR_FREE with g_free in all *Dispose() functionsLaine Stump2021-02-051-1/+1
* util: replace VIR_FREE with g_free in all vir*Free() functionsLaine Stump2021-02-051-4/+4
* change DIR* int g_autoptr(DIR) where appropriateLaine Stump2020-11-021-2/+1
* util: o-z: use g_new0Ján Tomko2020-10-061-2/+1
* Remove virutil.h where possibleJán Tomko2020-02-241-1/+0
* replace use of gnulib snprintf by g_snprintfPavel Hrdina2019-11-151-4/+4
* util: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-14/+5
* util: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-4/+2
* Use g_autoptr instead of VIR_AUTOPTRJán Tomko2019-10-161-1/+1
* Use g_autofree instead of VIR_AUTOFREEJán Tomko2019-10-161-2/+2
* util: Don't include 'viralloc.h' into other header filesPeter Krempa2019-04-101-0/+1
* Require a semicolon for VIR_ONCE_GLOBAL_INIT callsCole Robinson2019-02-031-1/+1
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-3/+0
* src: More cleanup of some system headers already contained in internal.hErik Skultety2018-09-201-2/+0
* internal: Move <stdio.h> include to internal.hErik Skultety2018-09-201-1/+0
* util: clang is failing to compile due to unused variables.v4.6.0-rc1Julio Faracco2018-07-271-1/+1
* util: usb: use VIR_AUTOPTR for aggregate typesSukrit Bhatnagar2018-07-271-7/+6
* util: usb: use VIR_AUTOFREE instead of VIR_FREE for scalar typesSukrit Bhatnagar2018-07-271-11/+7
* util: usb: define cleanup function using VIR_DEFINE_AUTOPTR_FUNCSukrit Bhatnagar2018-07-271-1/+0
* util: usb: modify virUSBDeviceListAdd to take double pointerSukrit Bhatnagar2018-07-271-5/+5
* virobject: Introduce VIR_CLASS_NEW() macroMichal Privoznik2018-04-181-4/+1
* virUSBDeviceNew: Construct vroot path properlyMichal Privoznik2018-01-311-3/+11
* util: display leading zeros of USB vendor/product id's in log messagesChen Hanxiao2017-05-241-4/+4
* virusb: Introduce virUSBDeviceGetPathMichal Privoznik2016-12-151-0/+5
* Use virDirOpenJán Tomko2016-06-241-6/+1
* Do not ignore hidden files in /sys and /procJán Tomko2016-06-231-1/+1
* Introduce VIR_DIR_CLOSEJán Tomko2016-06-231-3/+1
* Do not save errno in virUSBDeviceSearchJán Tomko2016-06-231-4/+1
* usb: Remove redundant commentJán Tomko2014-07-031-1/+0
* util: use virDirRead APIEric Blake2014-04-281-2/+5
* Indent top-level labels by one space in src/util/Ján Tomko2014-03-251-2/+2
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-0/+2
* add 'driver' info to used_byChunyan Liu2014-03-041-7/+24
* util: Use new array management macrosOsier Yang2014-01-081-1/+1
* maint: fix comma style issues: utilEric Blake2013-11-201-1/+1
* util: add rebase fix that was accidentally omitted from previous patchLaine Stump2013-07-101-1/+1
* util: use VIR_(APPEND|DELETE)_ELEMENT for pci/usb device listsLaine Stump2013-07-101-23/+7
* Convert 'int i' to 'size_t i' in src/util/ filesDaniel P. Berrange2013-07-101-3/+3
* Adapt to VIR_ALLOC and virAsprintf in src/util/*Michal Privoznik2013-07-101-10/+3
* usb: don't spoil decimal addressesMartin Kletzander2013-06-031-2/+2
* util: move virFile* functions from virutil.c to virfile.cLaine Stump2013-05-101-1/+2
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-021-0/+1
* Use unsigned int instead of unsignedOsier Yang2013-04-151-2/+2
* Convert virPCIDeviceList and virUSBDeviceList into virObjectLockableDaniel P. Berrange2013-02-051-16/+32
* Rename all USB device functions to have a standard name prefixDaniel P. Berrange2013-02-051-105/+105
* util: Check for NULL 'dev' on input to usbFreeDeviceJohn Ferlan2013-01-081-2/+3
* Rename virterror.c virterror_internal.h to virerror.{c,h}Daniel P. Berrange2012-12-211-1/+1