summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* maint: improve i18n on non-LinuxEric Blake2010-11-171-3/+8
* maint: use gnulib configmake rather than open-coding thingsEric Blake2010-11-171-1/+1
* Fix up basic migration.Chris Lalancette2010-05-251-3/+4
* Introduce virCheckFlags for consistent flags checkingJiri Denemark2010-04-161-0/+26
* sa_assert: assert-like macro, enabled only for use with static analyzersJim Meyering2010-04-141-0/+8
* nwfilter: Support for learning a VM's IP addressStefan Berger2010-04-071-0/+17
* Refactor major.minor.micro version parsing into a functionMatthias Bolte2010-04-011-0/+1
* Implement VNC password change in QEMUDaniel P. Berrange2010-03-261-0/+6
* build: consistently indent preprocessor directivesEric Blake2010-03-091-95/+95
* virsh: fix existing N_ usesEric Blake2010-03-091-1/+1
* maint: avoid excess parens in STREQEric Blake2010-02-011-9/+9
* Define ATTRIBUTE_SENTINEL for GCC < 4.0 tooMatthias Bolte2009-12-221-0/+2
* Add sentinel attribute for NULL terminated arg listsPaolo Bonzini2009-11-061-0/+11
* Move the VIR_DRV_FEATURE* constantsDaniel P. Berrange2009-10-091-0/+2
* infra: define ATTRIBUTE_NONNULL to mark non-NULL parametersJim Meyering2009-09-031-0/+8
* Workaround for broken GCC in Debian EtchMaximilian Wilhelm2009-08-051-0/+6
* Fix misc Win32 compile warningsDaniel P. Berrange2009-07-231-5/+24
* Generic internal threads APIDaniel P. Berrange2009-01-151-13/+0
* Avoid passing NULL to printf %s specifierJohn Levon2009-01-151-0/+8
* add new logging module, and move existing definitions thereDaniel Veillard2008-11-061-15/+0
* Move domain events helpers into dedicated fileDaniel P. Berrange2008-11-041-72/+0
* Move some API declarations out of internal.h & hash.c into dedicated filesDaniel P. Berrange2008-11-041-206/+0
* Remove unused internal virStateSigDispatcher() APIDaniel P. Berrange2008-11-041-2/+0
* Move internal error APIs into virterror_internal.h & drop leading __ prefixDaniel P. Berrange2008-11-041-24/+0
* Remove use of virStringList in favour of strongly typed APIsDaniel P. Berrange2008-11-041-12/+0
* Massive patch adding event APIs by Ben GuthroDaniel Veillard2008-10-231-2/+74
* Centralize majority of error reporting logic.Cole Robinson2008-10-091-0/+6
* Move DEBUG macros to central location.Cole Robinson2008-10-061-0/+3