summaryrefslogtreecommitdiff
path: root/src/internal.h
Commit message (Expand)AuthorAgeFilesLines
* build: add GCC 6.0 -Wlogical-op workaroundPavel Hrdina2016-04-111-0/+12
* build: cleanup GCC < 4.6 -Wlogical-op workaroundPavel Hrdina2016-04-111-0/+10
* util: move ENODATA redefine to internal.hRoman Bogorodskiy2016-04-081-0/+4
* internal: Introduce virCheckNonEmptyStringArgGoto and reuse itPeter Krempa2015-06-261-0/+11
* Add libvirt-admin libraryMartin Kletzander2015-06-161-0/+1
* internal: introduce macro helpers to check flag requirementsPavel Hrdina2015-05-041-0/+47
* internal: introduce macro helpers to reject exclusive flagsPavel Hrdina2015-05-041-0/+50
* Conditionalize use of -Wno-suggest-attribute=format pragmaDaniel P. Berrange2015-01-161-1/+7
* Add virXMLValidateAgainstSchema helper methodDaniel P. Berrange2015-01-151-0/+4
* internal: add macro to round value to the next closest power of 2Pavel Hrdina2014-11-241-0/+7
* Fix spacing around commasMichal Privoznik2014-08-221-13/+13
* net-dhcp-leases: Add virsh supportNehal J Wani2014-06-241-0/+5
* virnuma: Introduce pages helpersMichal Privoznik2014-06-191-0/+12
* Move dtrace probe macros into separate header fileDaniel P. Berrange2014-03-181-72/+0
* virFork: give specific status on failure prior to execEric Blake2014-03-031-0/+7
* maint: Change the text of the NULLSTR() macro to "<null>"Peter Krempa2014-02-061-1/+1
* maint: Fix messy include of libvirt_internal.hPeter Krempa2014-01-071-2/+0
* maint: improve VIR_ERR_OPERATION_DENIED usageEric Blake2014-01-061-1/+10
* maint: use LGPL correctlyEric Blake2013-05-201-0/+16
* storage: Ensure 'qemu-img resize' size arg is a 512 multipleChristophe Fergeau2013-05-151-0/+3
* Ensure consistent enablement of gcc 'diagnostic' pragmaDaniel P. Berrange2013-05-141-1/+1
* Disable cast-align warnings in various placesDaniel P. Berrange2013-04-081-0/+13
* build: force correct gcc syntax for attribute_nonnullEric Blake2013-02-181-2/+15
* Introduce an LXC specific public API & libraryDaniel P. Berrange2013-01-141-0/+1
* Implement dispatch functions for lock protocol in virtlockdDaniel P. Berrange2012-12-131-0/+22
* Various typos and misspellingsJán Tomko2012-10-121-1/+1
* Change logging category parameter into an enumDaniel P. Berrange2012-09-281-2/+4
* Include filename explicitly in logging APIsDaniel P. Berrange2012-09-281-4/+4
* build: improved handling of <execinfo.h>, BSD <net/if.h>Eric Blake2012-09-061-4/+0
* build: avoid warnings from gcc 4.2.1Eric Blake2012-09-051-2/+4
* build: silence stupid gcc warning on STREQ_NULLABLEEric Blake2012-08-211-6/+3
* build: fix PROBE() usage of intptr_tEric Blake2012-08-091-0/+1
* maint: include ignore-value in internal.hPeter Krempa2012-06-281-0/+1
* error: Fix typos in argument checking macrosPeter Krempa2012-06-191-2/+2
* Santize the reporting of VIR_ERR_INVALID_ERRORDaniel P. Berrange2012-05-281-7/+54
* Split QEMU dtrace probes into separate fileDaniel P. Berrange2012-05-241-1/+1
* build: make ATTRIBUTE_NONNULL() a NOP unless STATIC_ANALYSIS is onLaine Stump2012-05-011-1/+1
* Consistent style for usage of sizeof operatorDaniel P. Berrange2012-03-301-2/+2
* Workaround python header file insanityDaniel P. Berrange2012-02-241-1/+1
* API: make declaration of _LAST enum values conditionalEric Blake2012-01-201-0/+4
* Rewrite all the DTrace/SystemTAP probingDaniel P. Berrange2011-10-111-0/+72
* maint: fix typos on guaranteedEric Blake2011-07-201-1/+1
* build: drop unused <sys/syslimits.h> headerEric Blake2011-05-171-4/+0
* Remove virConnectPtr from virRaiseErrorFullMatthias Bolte2011-04-171-2/+1
* Enable use of -Wmissing-noreturnDaniel P. Berrange2011-04-051-0/+9
* maint: avoid locale-sensitivity in string case comparisonsEric Blake2011-03-301-4/+6
* Put <stdbool.h> into internal.h so it is available everywhereDaniel P. Berrange2011-02-241-0/+1
* qemu: Add shortcut for HMP pass throughJiri Denemark2011-02-031-0/+1
* Add VIR_DIV_UP to divide memory or storage request sizes with round upMatthias Bolte2011-01-291-0/+3
* maint: avoid space-tabEric Blake2010-12-211-1/+1