summaryrefslogtreecommitdiff
path: root/src/util/viruri.c
Commit message (Expand)AuthorAgeFilesLines
* util: Update format strings in translated messages (part 3)Jiri Denemark2023-04-011-6/+5
* viruri: Introduce virURIParamsSetIgnore()Michal Privoznik2023-02-081-0/+18
* Drop checks for virURIFormat() retvalMichal Privoznik2023-02-081-1/+1
* viruri: Search params case insensitivelyMichal Privoznik2023-02-081-2/+15
* change return type of virURIParamAppend() to void typeAni Sinha2022-01-071-4/+3
* Prefer g_auto(GStrv) over g_strfreev()Michal Privoznik2021-11-111-2/+1
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-10/+10
* Do not check return value of VIR_RESIZE_NJiri Denemark2021-03-221-7/+1
* virURIFormat: abort() on failurePeter Krempa2021-03-021-5/+3
* util: replace VIR_FREE with g_free in all vir*Free() functionsLaine Stump2021-02-051-10/+10
* util: uri: remove cleanup labelBarrett Schonefeld2020-11-241-2/+1
* util: uri: convert pointers to use g_autofreeBarrett Schonefeld2020-11-241-3/+1
* util: o-z: use g_new0Ján Tomko2020-10-061-2/+1
* peer2peer migration: allow connecting to local socketsMartin Kletzander2020-09-041-0/+30
* Use g_strfeev instead of virStringFreeListJán Tomko2020-08-031-1/+1
* util: viruri: move libxml includeJán Tomko2020-08-031-0/+2
* util: use g_auto() for all virBuffersLaine Stump2020-07-081-1/+1
* src: Fix boolean assignmentMichal Privoznik2020-05-051-1/+1
* Remove virutil.h where possibleJán Tomko2020-02-241-1/+0
* util: add helper API for getting URI parametersDaniel P. Berrangé2020-01-271-0/+16
* util: Get rid of "no_memory" labelsFabiano Fidêncio2019-12-201-18/+10
* util: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-2/+1
* util: buffer: Remove virBufferCheckErrorPeter Krempa2019-10-241-3/+0
* util: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-14/+8
* Use g_strdup where VIR_STRDUP's return value was propagatedJán Tomko2019-10-211-1/+2
* build: bump min libxml2 to 2.9.1Daniel P. Berrangé2019-08-091-9/+0
* Use NULLSTR_EMPTYJán Tomko2019-02-141-1/+1
* util: fix handling of unspecified port in URIDaniel P. Berrangé2018-11-141-1/+10
* util: Fix misaligned arguments and misaligned conditions for [if|while|...]Shi Lei2018-09-241-1/+1
* virstring: Unify string list function namesMichal Privoznik2016-11-251-1/+1
* uri: convert to typesafe virConf accessorsDaniel P. Berrange2016-07-121-29/+19
* livirt: Move URI alias matching to utilErik Skultety2015-11-301-0/+92
* Introduce virStringStripIPv6BracketsJán Tomko2014-10-151-16/+4
* util: Prepare URI formatting for libxml2 >= 2.9.2Martin Kletzander2014-10-031-0/+7
* maint: use consistent if-else braces in remaining spotsEric Blake2014-09-041-21/+17
* Remove double OOM error reportingJán Tomko2014-07-031-1/+1
* Use virBufferCheckError everywhere we report OOM errorJán Tomko2014-07-031-4/+1
* Indent top-level labels by one space in src/util/Ján Tomko2014-03-251-3/+3
* Convert 'int i' to 'size_t i' in src/util/ filesDaniel P. Berrange2013-07-101-1/+1
* Adapt to VIR_ALLOC and virAsprintf in src/util/*Michal Privoznik2013-07-101-9/+3
* Replace two-state local integers with boolJán Tomko2013-06-061-2/+3
* Adapt to VIR_STRDUP and VIR_STRNDUP in src/util/*Michal Privoznik2013-05-241-33/+25
* src/utils: Remove the whitespace before ";"Osier Yang2013-05-211-1/+1
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-021-1/+1
* Rename virterror.c virterror_internal.h to virerror.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename util.{c,h} to virutil.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename buf.{c,h} to virbuffer.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Remove spurious whitespace between function name & open bracketsDaniel P. Berrange2012-11-021-12/+12
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1