summaryrefslogtreecommitdiff
path: root/src/util/virbitmap.c
Commit message (Expand)AuthorAgeFilesLines
* util: Update format strings in translated messages (part 1)Jiri Denemark2023-04-011-2/+2
* virbitmap: Allow NULL bitmap in functions returning index of a set/clear bitPeter Krempa2023-02-061-0/+9
* virBitmapIsBitSet: Allow NULL bitmapPeter Krempa2023-02-061-2/+2
* util: bitmap: Unify parsing of bitmapsPeter Krempa2021-12-101-89/+26
* virBitmapParseInternal: Allocate the bitmap in the callerPeter Krempa2021-12-101-12/+13
* virBitmapParseSeparator: Remove separator parsing capabilityPeter Krempa2021-12-101-16/+8
* virBitmapSetBitExpand: Remove return valuePeter Krempa2021-12-101-10/+4
* virBitmapClearBitExpand: Remove return valuePeter Krempa2021-12-101-7/+2
* virBitmapUnion: Remove return valuePeter Krempa2021-12-101-5/+1
* virBitmapExpand: Remove return valuePeter Krempa2021-12-101-13/+6
* util: bitmap: Unexport 'virBitmapParseSeparator'Peter Krempa2021-12-101-1/+1
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-47/+47
* Do not check return value of VIR_RESIZE_NJiri Denemark2021-03-221-3/+2
* util: replace VIR_FREE with g_free in all vir*Free() functionsLaine Stump2021-02-051-2/+2
* util: a-n: use g_new0Ján Tomko2020-10-061-3/+1
* util: virbitmap: Remove virBitmapCopyPeter Krempa2020-10-051-23/+0
* virBitmapNewCopy: Reimplement bitmap copying to prevent failurePeter Krempa2020-10-051-8/+2
* virBitmapNew: Don't check return valuePeter Krempa2020-10-051-10/+2
* util: bitamp: Remove virBitmapNewEmptyPeter Krempa2020-10-051-15/+1
* util: bitmap: Remove virBitmapNewQuietPeter Krempa2020-10-051-23/+2
* virBitmapNewQuiet: Don't fail on unlikely overflow scenarioPeter Krempa2020-10-051-6/+8
* util: virbitmap: Don't forbid 0 size bitmapPeter Krempa2020-10-051-3/+7
* virBitmapToString: Properly handle empty bitmapsPeter Krempa2020-10-051-0/+3
* virBitmapToString|virBitmapNewString: Clarify semantics of the 'string'Peter Krempa2020-10-051-4/+10
* virBitmapToString: Remove unused 'prefix' and 'trim' argumentsPeter Krempa2020-10-051-14/+1
* util: Use glib memory functions in virBitmapNewQuietTim Wiederhake2020-09-111-8/+2
* util: use g_auto() for all virBuffersLaine Stump2020-07-081-2/+2
* virBitmapNewEmpty: Use g_new0 to allocate and remove error checkingPeter Krempa2020-03-201-11/+3
* Remove all use of virHexToBinJán Tomko2020-02-241-2/+1
* gnulib: delete all gnulib integrationDaniel P. Berrangé2020-02-071-2/+2
* use g_ascii_isdigit instead of c_isdigit frum gnulibPavel Hrdina2019-12-101-3/+2
* util: buffer: Remove virBufferCheckErrorPeter Krempa2019-10-241-1/+0
* util: buffer: Remove virBufferErrorPeter Krempa2019-10-241-6/+0
* Use g_strdup instead of ignoring VIR_STRDUP's valueJán Tomko2019-10-211-1/+1
* Use g_autoptr instead of VIR_AUTOPTRJán Tomko2019-10-161-1/+1
* build: remove all gnulib bit manipulation modulesDaniel P. Berrangé2019-10-071-4/+3
* util: Introduce virBitmapUnion()Andrea Bolognani2019-06-041-0/+27
* Handle copying bitmaps to larger data buffersAllen, John2019-04-251-0/+4
* util: Don't include 'viralloc.h' into other header filesPeter Krempa2019-04-101-0/+1
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-2/+0
* Fix minor typos in messages and docsYuri Chornoivan2018-12-051-1/+1
* src: More cleanup of some system headers already contained in internal.hErik Skultety2018-09-201-4/+0
* internal: Move <stdio.h> include to internal.hErik Skultety2018-09-201-1/+0
* util: bitmap: use VIR_AUTOPTR for aggregate typesSukrit Bhatnagar2018-07-141-5/+2
* util: bitmap: define cleanup function using VIR_DEFINE_AUTOPTR_FUNCSukrit Bhatnagar2018-07-141-1/+0
* util: bitmap: Note that shrinking the bitmap requires clearing of unused bitsPeter Krempa2018-02-051-0/+4
* util: bitmap: Use VIR_SHRINK_N in virBitmapShrinkPeter Krempa2018-02-051-10/+10
* util: bitmap: Fix value of 'map_alloc' when shrinking bitmapPeter Krempa2018-02-051-0/+1
* util: bitmap: Add comments for functions which don't have themPeter Krempa2018-02-051-1/+28
* util: bitmap: Fix function formatting and spacingPeter Krempa2018-02-051-24/+83