aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move all shared utility files to src/util/Daniel P. Berrange2009-09-211-1247/+0
* Local file implementation of secret driver APIMiloslav Trmač2009-09-111-0/+5
* Secret manipulation public API implementationMiloslav Trmač2009-09-011-0/+9
* Secret manipulation internal APIMiloslav Trmač2009-09-011-0/+6
* First version of the Power Hypervisor driverEduardo Otubo2009-07-241-0/+3
* First version of the driver for VMWare ESXMatthias Bolte2009-07-231-0/+3
* Add an error code for conflicting mac addressesLaine Stump2009-07-211-0/+6
* Regenerated the documentation and localization filesDaniel Veillard2009-07-011-0/+35
* Improve error reporting for virConnectOpen URIsDaniel P. Berrange2009-06-121-2/+2
* release of libvirt-0.6.4v0.6.4LIBVIRT_0_6_4Daniel Veillard2009-05-291-1/+1
* Fix error location loggingDaniel P. Berrange2009-05-271-29/+43
* Include the OpenNebula driverDaniel Veillard2009-05-251-0/+3
* Add the Interface config APIsDaniel Veillard2009-05-201-0/+21
* Add new VIR_ERR_OPERATION_INVALID error code & use it in Xen & QEMU driversDaniel P. Berrange2009-05-081-0/+6
* release of 0.6.3v0.6.3LIBVIRT_0_6_3Daniel Veillard2009-04-241-2/+13
* Add missing break in error codeDaniel P. Berrange2009-04-191-0/+1
* integration of the VirtualBox supportDaniel Veillard2009-04-171-0/+2
* Core internal driver stub for sVirt support (Jams Morris & Dan Walsh)Daniel P. Berrange2009-03-031-0/+9
* introduce virSaveLastError(), virFreeError()John Levon2009-02-091-0/+33
* publicize virStrerrorJim Meyering2009-02-051-1/+1
* virterror.c: don't read beyond end of buffer upon OOMJim Meyering2009-01-271-1/+1
* fix errors in virReportSystemErrorFullJim Meyering2009-01-271-31/+41
* * src/virterror.c (virErrorMsg): Correct indentation.Jim Meyering2009-01-271-42/+42
* Make error reporting threadsafe by avoiding strerrorDaniel P. Berrange2009-01-201-1/+66
* fix "make syntax-check" failuresJim Meyering2009-01-201-5/+3
* Thread local error reportingDaniel P. Berrange2009-01-201-33/+225
* convert old logging to the new APIDaniel Veillard2008-12-221-74/+100
* Support domain lifecycle events for Xen (Ben Guthro & Daniel Berrange)Daniel P. Berrange2008-11-251-0/+3
* * src/virterror.c (virReportErrorHelper): Sync doc to code.Jim Meyering2008-11-251-4/+2
* Public API for node device enumeration (David Lively)Daniel P. Berrange2008-11-211-0/+21
* Add an initial User Mode Linux DriverDaniel P. Berrange2008-11-191-1/+3
* Move some API declarations out of internal.h & hash.c into dedicated filesDaniel P. Berrange2008-11-041-0/+1
* Move internal error APIs into virterror_internal.h & drop leading __ prefixDaniel P. Berrange2008-11-041-29/+28
* don't print an uninitialized integer in a diagnosticJim Meyering2008-11-041-2/+2
* Centralize majority of error reporting logic.Cole Robinson2008-10-091-0/+41
* Added generic domain XML APIsDaniel P. Berrange2008-07-111-0/+3
* Generic APIs for network XML configurationDaniel P. Berrange2008-07-111-0/+3
* Standardize use of header files, making internal.h primary.Richard W.M. Jones2008-05-231-2/+2
* convert TAB-based indentation in C sources to use only spacesJim Meyering2008-04-101-178/+178
* remove Vim and Emacs variable settings from C source filesJim Meyering2008-04-101-14/+0
* C99 initializer on __lastErrRichard W.M. Jones2008-04-021-1/+3
* remove dandling domain/net/conn pointers from error dataDaniel Veillard2008-03-311-8/+8
* Initial Linux containers workDaniel Veillard2008-03-211-0/+3
* Fix typos (Atsushi SAKAI).Richard W.M. Jones2008-02-271-6/+6
* Added main internal storage driver implDaniel P. Berrange2008-02-201-0/+12
* Internal driver API for storage managementDaniel P. Berrange2008-02-201-0/+21
* Remove all trailing blanks; turn on the rule to detect them.Jim Meyering2008-02-051-2/+2
* Enable the <config.h>-requiring test; fix violationsJim Meyering2008-01-291-1/+1
* Given code like if (foo) free (foo); remove the useless "if (foo) " part.Jim Meyering2008-01-291-8/+4
* Include "config.h".Jim Meyering2007-12-051-0/+2