summaryrefslogtreecommitdiff
path: root/src/util/virfilecache.c
Commit message (Expand)AuthorAgeFilesLines
* util: Update format strings in translated messages (part 2)Jiri Denemark2023-04-011-2/+2
* util: virfilecache: Introduce virFileCacheClear for usage in testsPeter Krempa2023-03-061-0/+16
* util: remove virObjectUnref() adaptersJonathon Jongsma2022-07-151-1/+1
* util: Remove unused includesPeng Liang2022-06-161-2/+0
* lib: Use g_clear_pointer() moreMichal Privoznik2022-02-081-4/+2
* Switch away from virHashFreePeter Krempa2021-12-011-1/+1
* virFileCacheNew: `virHashNew` cannot return NULLTim Wiederhake2021-07-231-6/+1
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-15/+15
* lib: Replace virFileMakePath() with g_mkdir_with_parents()Michal Privoznik2021-03-041-1/+1
* util: replace VIR_FREE with g_free in all *Dispose() functionsLaine Stump2021-02-051-2/+2
* util: hash: Retire 'virHashTable' in favor of 'GHashTable'Peter Krempa2020-11-061-1/+1
* util: hash: Change type of hash table name/key to 'char'Peter Krempa2020-10-221-1/+1
* Replace all instances of 'virHashCreate' with 'virHashNew'Peter Krempa2020-10-221-1/+1
* util: use g_auto() for all virBuffersLaine Stump2020-07-081-1/+1
* qemu: don't continue loading caps if outdatedDaniel P. Berrangé2020-06-231-4/+7
* util: buffer: Remove virBufferCheckErrorPeter Krempa2019-10-241-3/+0
* util: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-4/+2
* util: use g_steal_pointer instead of VIR_STEAL_PTRJán Tomko2019-10-161-1/+1
* Use g_autofree instead of VIR_AUTOFREEJán Tomko2019-10-161-4/+4
* Require a semicolon for VIR_ONCE_GLOBAL_INIT callsCole Robinson2019-02-031-1/+1
* Require a semicolon for VIR_LOG_INIT callsCole Robinson2019-02-031-1/+1
* Remove ignore_value or void from unlink callsJohn Ferlan2018-09-201-1/+1
* util: filecache: use VIR_AUTOFREE instead of VIR_FREE for scalar typesSukrit Bhatnagar2018-07-141-24/+11
* util: Prefer virGetLastErrorMessage over direct err->message usageramyelkest2018-06-051-2/+1
* virobject: Introduce VIR_CLASS_NEW() macroMichal Privoznik2018-04-181-4/+1
* src: Unify virObject member nameMichal Privoznik2018-04-181-1/+1
* util: introduce virFileCachePavel Hrdina2017-07-261-0/+437