summaryrefslogtreecommitdiff
path: root/src/internal.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add storage pool source discovery support (patch from David Lively)Daniel P. Berrange2008-08-271-0/+12
* Do conditional driver config in Makefile.am, not source filesDaniel P. Berrange2008-08-201-7/+0
* Avoid signal race in virExecDaniel P. Berrange2008-08-201-0/+1
* Compilation fixes for MinGWAtsushi SAKAI2008-06-261-0/+2
* Deprecate the conn, dom and net fields in the _virError structure.Richard W.M. Jones2008-05-231-0/+6
* Enable libvirtd drivers to handle signals, in lxc, sigchld triggers vm cleanupDavid L. Leskovec2008-05-131-0/+2
* Added safer lowlevel memory allocation APis. Converted hash.c and capabilitie...Daniel P. Berrange2008-04-281-1/+15
* Added full support for serial and parallel devices to Xen driversDaniel P. Berrange2008-04-261-1/+1
* Implement serial & parallel device support for QEMU driverDaniel P. Berrange2008-04-251-0/+4
* avoid compile error when <pthread.h> is absentJim Meyering2008-04-181-1/+1
* Fixes for MinGW.Richard W.M. Jones2008-04-181-1/+13
* convert TAB-based indentation in C sources to use only spacesJim Meyering2008-04-101-9/+9
* remove Vim and Emacs variable settings from C source filesJim Meyering2008-04-101-14/+0
* remove dandling domain/net/conn pointers from error dataDaniel Veillard2008-03-311-0/+1
* virMacAddrCompare for comparing MAC addressesRichard W.M. Jones2008-02-271-1/+0
* Internal driver API for storage managementDaniel P. Berrange2008-02-201-2/+66
* Fix gcc-4.3.0 "inlining failed" warning.Mark McLoughlin2008-02-081-79/+0
* Fix & refactor ref counting cleanup codeDaniel P. Berrange2008-01-211-28/+24
* Added xstrtol_ll and xstrtol_ull convenience functionsDaniel P. Berrange2008-01-201-0/+36
* Enable debug by default, but only if LIBVIRT_DEBUG=1. Use generic macro for d...Daniel P. Berrange2008-01-191-0/+13
* Fri Dec 7 14:47:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>Richard W.M. Jones2007-12-071-2/+6
* Wire up SASL interaction callbacks to libvirt callbacks. Provide default call...Daniel P. Berrange2007-12-051-0/+2