summaryrefslogtreecommitdiff
path: root/src/util/virmacmap.c
Commit message (Expand)AuthorAgeFilesLines
* util: Update format strings in translated messages (part 2)Jiri Denemark2023-04-011-3/+3
* util: Remove unused includesPeng Liang2022-06-161-2/+0
* Replace open coded virJSONValueArrayAppendStringPeter Krempa2021-12-221-3/+1
* Switch away from virHashFreePeter Krempa2021-12-011-1/+1
* lib: Drop intermediary return variablesMichal Privoznik2021-10-251-5/+1
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-17/+17
* virJSONValueArrayAppend: Clear pointer when taking ownership of passed valuePeter Krempa2021-02-201-4/+2
* virMACMapHashDumper: Refactor array additionPeter Krempa2021-02-201-5/+3
* virJSONValueObjectAppend: Clear pointer when taking ownership of passed valuePeter Krempa2021-02-201-2/+1
* util: macmap: Convert to use GSList for storing macs instead of string listsPeter Krempa2021-02-111-53/+65
* util: macmap: Remove unused cleanup labels and 'ret' variablesPeter Krempa2021-02-111-27/+16
* util: virmacmap: Use g_autofree for virJSONValuePeter Krempa2021-02-111-12/+4
* util: macmap: convert pointers to use g_autofreeBarrett Schonefeld2020-11-241-2/+1
* util: hash: Retire 'virHashTable' in favor of 'GHashTable'Peter Krempa2020-11-061-1/+1
* Use virHashForEachSorted in tested codePeter Krempa2020-11-061-1/+1
* util: hash: Change type of hash table name/key to 'char'Peter Krempa2020-10-221-2/+2
* Replace all instances of 'virHashCreate' with 'virHashNew'Peter Krempa2020-10-221-1/+1
* Use g_strfeev instead of virStringFreeListJán Tomko2020-08-031-1/+1
* virmacmap: Use g_autofree in virMacMapWriteFileLockedJán Tomko2020-03-051-8/+4
* util: json: Convert virJSONValueNewObject() to g_new0Peter Krempa2020-03-051-4/+1
* virJSONValueNewArray: Use g_new0 to allocate and remove NULL checks from callersPeter Krempa2020-02-041-4/+4
* util: remove unneeded cleanup labelsDaniel Henrique Barboza2019-11-121-7/+3
* util: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-1/+1
* util: use G_GNUC_UNUSEDJán Tomko2019-10-151-2/+2
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-3/+0
* util: Rework virStringListAddMichal Privoznik2018-07-271-6/+2
* virobject: Introduce VIR_CLASS_NEW() macroMichal Privoznik2018-04-181-4/+1
* network: Move and rename networkMacMgrFileNameJohn Ferlan2017-08-161-0/+12
* virmacmap: Don't use hash table dataFree callbackMichal Privoznik2017-01-021-11/+15
* virmacmap: Fix variable handlingMichal Privoznik2017-01-021-2/+2
* util: Introduce virMACMap moduleMichal Privoznik2016-12-061-0/+388