summaryrefslogtreecommitdiff
path: root/src/util/virutil.c
Commit message (Expand)AuthorAgeFilesLines
* util: Update format strings in translated messages (part 3)Jiri Denemark2023-04-011-18/+17
* storage/util: replace unnecessary while loop by ifJiang Jiacheng2023-01-061-5/+1
* util: Remove unused includesPeng Liang2022-06-161-2/+0
* util: Improve macOS workaroundAndrea Bolognani2022-04-011-1/+5
* util: virParseVersionString: move to virstring.cJán Tomko2022-02-031-46/+0
* util: remove {Get,Set}UnprivSGIOJán Tomko2022-01-191-21/+0
* util: remove virGetDeviceIDJán Tomko2022-01-191-29/+0
* util: remove virGetUnprivSGIOSysfsPathJán Tomko2022-01-191-84/+12
* util: Drop pointless NUL_TERMINATE macroJiri Denemark2021-10-261-1/+1
* util: alloc: Reimplement VIR_APPEND_ELEMENT using virAppendElementPeter Krempa2021-08-061-7/+2
* virSetUIDGIDWithCaps: Set bounding capabilities only with CAP_SETPCAPMichal Privoznik2021-07-261-1/+2
* virSetUIDGIDWithCaps: Drop redundant parenthesis around capng_apply()Michal Privoznik2021-07-261-1/+1
* virSetUIDGIDWithCaps: Assume PR_CAPBSET_DROP is always definedMichal Privoznik2021-07-011-3/+2
* virSetUIDGIDWithCaps: Don't drop CAP_SETPCAP right awayMichal Privoznik2021-06-291-4/+2
* Remove static analysis assertionsPeter Krempa2021-05-241-3/+0
* Do not check return value of VIR_RESIZE_NJiri Denemark2021-03-221-10/+4
* virutil: Do not use g_get_host_name() to obtain hostnameMichal Privoznik2021-03-121-3/+9
* virIndexToDiskName: Use g_string_prepend(_c) to improve readabilityPeter Krempa2021-03-051-15/+6
* virIndexToDiskName: Make 'idx' unsigned and remove checkPeter Krempa2021-03-051-7/+1
* virPipeImpl: Don't overwrite errorPeter Krempa2021-03-051-2/+0
* remove unnecessary cleanup labels and unused return variablesLaine Stump2020-11-021-14/+6
* change DIR* int g_autoptr(DIR) where appropriateLaine Stump2020-11-021-4/+2
* util: o-z: use g_new0Ján Tomko2020-10-061-10/+5
* lib: Prefer WITH_* prefix for #if conditionalsMichal Privoznik2020-09-021-12/+12
* Prefer https: everywhere where possibleJán Tomko2020-09-011-1/+1
* Split declarations from initializationsJán Tomko2020-08-251-3/+5
* replace g_new() with g_new0() for consistencyLaine Stump2020-07-201-1/+1
* util: remove OOM error log from virGetHostnameImpl()Laine Stump2020-07-051-8/+2
* util: Introduce a parser for kernel cmdline argumentsPaulo de Rezende Pinatti2020-06-161-0/+186
* util: Move virIsDevMapperDevice() to virdevmapper.cMichal Privoznik2020-06-151-24/+0
* Drop needless variableMichal Privoznik2020-05-051-5/+3
* Use g_strerror instead of virStrerrorJán Tomko2020-03-131-4/+2
* util: ensure min/maj are initialized in virGetDeviceIDDaniel P. Berrangé2020-03-131-2/+3
* util: remove virHexToBinJán Tomko2020-02-241-15/+0
* src: assume sys/sysmacros.h always exists on LinuxDaniel P. Berrangé2020-02-041-3/+1
* src: introduce a wrapper for the pipe2() system callDaniel P. Berrangé2020-02-041-0/+64
* src: conditionalize / remove use of poll.hDaniel P. Berrangé2020-02-041-1/+0
* src: convert all code to use virsocket.hDaniel P. Berrangé2020-01-291-13/+0
* util: use getgrouplist() directly instead of mgetgroupsDaniel P. Berrangé2020-01-291-6/+29
* util: add API for reading password from the consoleDaniel P. Berrangé2020-01-291-0/+29
* src: conditionally exclude cfmakeraw/termios.h on WIN32Daniel P. Berrangé2020-01-171-1/+0
* src: replace verify(expr) with G_STATIC_ASSERT(expr)Daniel P. Berrangé2020-01-171-2/+1
* util: introduce compat wrappers for Winsock2Daniel P. Berrangé2020-01-171-4/+25
* util: replace gethostname() with g_get_hostname()Daniel P. Berrangé2020-01-031-9/+3
* util: Simplify Windows version of virGetUserDirectoryByUID()Fabiano Fidêncio2019-12-181-87/+1
* util: Rewrite virGetUserRuntimeDirectory() using g_get_user_runtime_dir()Fabiano Fidêncio2019-12-181-29/+10
* util: Rewrite virGetUserCacheDirectory() using g_get_user_cache_dir()Fabiano Fidêncio2019-12-181-47/+10
* util: Rewrite virGetUserConfigDirectory() using g_get_user_config_dir()Fabiano Fidêncio2019-12-181-29/+10
* util: Rewrite virGetUserDirectory() using g_get_home_dir()Fabiano Fidêncio2019-12-181-1/+1
* use g_ascii_tolower instead of c_tolower from gnulibPavel Hrdina2019-12-101-3/+2