summaryrefslogtreecommitdiff
path: root/src/util/virrandom.h
Commit message (Expand)AuthorAgeFilesLines
* lib: Use G_NO_INLINE instead of G_GNUC_NO_INLINEMichal Privoznik2022-07-181-3/+3
* util: add virRandomToken APIDaniel P. Berrangé2021-05-131-0/+1
* Use G_GNUC_NO_INLINE instead of ATTRIBUTE_NOINLINEJán Tomko2019-10-151-3/+3
* Use G_GNUC_WARN_UNUSED_RESULT instead of ATTRIBUTE_RETURN_CHECKJán Tomko2019-10-151-1/+1
* util: misc: use #pragma once in headersJonathon Jongsma2019-06-191-5/+2
* Enforce a standard header file guard symbol nameDaniel P. Berrangé2018-12-141-3/+3
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-3/+0
* Revert "Prevent more compiler optimization of mockable functions"Daniel P. Berrange2017-07-131-3/+3
* Prevent more compiler optimization of mockable functionsDaniel P. Berrange2017-07-111-3/+3
* annotate all mocked functions with noinlineDaniel P. Berrange2017-04-191-3/+3
* util: Introduce virRandomBytesJohn Ferlan2016-04-061-1/+3
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* Add virRandom() API to generate numbers with non-power-of-2 limitDaniel P. Berrange2012-08-141-0/+2
* build: fix PROBE() usage of intptr_tEric Blake2012-08-091-1/+0
* virrandom: make virRandomInitialize an automatic one-shotEric Blake2012-08-061-1/+0
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* npiv: Auto-generate WWN if it's not specifiedOsier Yang2012-02-101-0/+1
* util: Include stdint.h because of uint32_tMichal Privoznik2012-01-261-0/+1
* Introduce new API for generating random numbersDaniel P. Berrange2012-01-261-0/+30