aboutsummaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Fix a memory leak in the snapshot code in libvirtd.Chris Lalancette2010-04-231-42/+65
* addrToString: give better error messageEric Blake2010-04-221-8/+24
* maint: enforce whitespace on shell scriptsEric Blake2010-04-221-3/+3
* Make avahi startup more robust.Chris Lalancette2010-04-211-8/+20
* util: ensure safe{read,write,zero} return is checkedEric Blake2010-04-151-2/+3
* Fix up formatting of remote protocol stuff.Chris Lalancette2010-04-131-33/+33
* Fix messsage -> message.Chris Lalancette2010-04-131-1/+1
* Fix up a debug typo.Chris Lalancette2010-04-131-1/+1
* Remove unnecessary trailing \n in log messagesMatthias Bolte2010-04-061-4/+4
* Snapshot API framework.Chris Lalancette2010-04-055-0/+444
* Implement remote protocol for managed saveDaniel Veillard2010-04-045-0/+122
* Keep build quiet for generated fileDaniel P. Berrange2010-04-011-14/+14
* Fix daemon hook script initializationDaniel Veillard2010-03-301-1/+1
* Add the script hook support to the libvirt daemonDaniel Veillard2010-03-291-1/+24
* Core driver implementation with ebtables supportStefan Berger2010-03-262-0/+11
* Definition of the wire format, RPC client & serverStefan Berger2010-03-265-0/+297
* Remote protocol impl for virDomainUpdateDeviceFlagsDaniel P. Berrange2010-03-264-1/+41
* Add domain events for graphics network clientsDaniel P. Berrange2010-03-262-0/+70
* Add support for an explicit IO error eventDaniel P. Berrange2010-03-262-0/+40
* Add support for an explicit watchdog eventDaniel P. Berrange2010-03-262-0/+36
* Add support for an explicit RTC change eventDaniel P. Berrange2010-03-262-0/+36
* Add support for an explicit guest reboot eventDaniel P. Berrange2010-03-262-1/+34
* Rename domain lifecycle event messageDaniel P. Berrange2010-03-262-4/+4
* Remote driver & daemon impl of new event APIDaniel P. Berrange2010-03-267-47/+174
* Wire protocol and dispatcher for virDomainMigrateSetMaxDowntimeJiri Denemark2010-03-194-0/+43
* Implement remote bits for vol wipingDavid Allan2010-03-194-0/+46
* Fix LSB compliance of init scriptDaniel Veillard2010-03-181-2/+2
* .gitignore: Ignore generated daemon/libvirtd.logrotateCole Robinson2010-03-171-1/+1
* Change logrotate to be per-hypervisor logsDaniel Veillard2010-03-105-9/+46
* build: consistently indent preprocessor directivesEric Blake2010-03-098-159/+159
* Remote driver implementation for the virDomainAbortJob APiDaniel P. Berrange2010-03-024-0/+43
* Remote driver implmentation of job info APIDaniel P. Berrange2010-03-025-0/+59
* libvirtd: avoid false-positive NULL-deref warning from clangEric Blake2010-03-021-5/+4
* libvirtd: do not ignore failure to set group ID in privileged modeJim Meyering2010-02-261-4/+8
* libvirtd: Better initscript error reportingCole Robinson2010-02-251-3/+0
* remote: Improve daemon startup error reportingCole Robinson2010-02-251-1/+4
* Wire protocol format and dispatcher for virConnectBaselineCPUJiri Denemark2010-02-125-0/+40
* Re-generate remote protocol files for new APIsDaniel P. Berrange2010-02-093-0/+28
* Remove conn parameter from util functionsMatthias Bolte2010-02-092-2/+2
* Remove conn parameter from virReportOOMErrorMatthias Bolte2010-02-092-5/+5
* Server side dispatcherJim Fehlig2010-02-081-0/+53
* libvirtd.c: avoid closing a negative socket file descriptorJim Meyering2010-02-021-2/+2
* Make all bitfields unsigned ints to avoid unexpected values in castsDaniel P. Berrange2010-01-201-7/+7
* Remove superfluous new lines from messagesJiri Denemark2010-01-192-9/+9
* daemon: Don't blindly unregister domain eventsCole Robinson2010-01-133-1/+6
* daemon: Fix various error reporting issuesCole Robinson2010-01-131-17/+21
* The secret driver is stateful, link it directly to libvirtdMatthias Bolte2009-12-232-0/+8
* Add domainMemoryStats support to remote driverAdam Litke2009-12-205-0/+71
* CPU flags wire protocol format and server sideJiri Denemark2009-12-185-0/+37
* avoid calling exit with a constant; use EXIT_* insteadJim Meyering2009-12-151-1/+1