2009-02-24 |
Mark McLoughlin | Add virXPathLongHex() and virXPathULongHex() |
commit | commitdiff | tree |
2009-02-24 |
Mark McLoughlin | Fix a typo in hostdev docs |
commit | commitdiff | tree |
2009-02-22 |
Mark McLoughlin | networkEnableIpForwarding() now returns zero for success |
commit | commitdiff | tree |
2009-02-22 |
Mark McLoughlin | docs: commit auto-generated change |
commit | commitdiff | tree |
2009-02-19 |
Guido Günther | (s)size_t type cleanup |
commit | commitdiff | tree |
2009-02-18 |
Cole Robinson | Remove the _actually_ incorrect ATTRIBUTE_UNUSED (Patch... |
commit | commitdiff | tree |
2009-02-17 |
Jim Meyering | fix build failure due to invalid generated Makefile |
commit | commitdiff | tree |
2009-02-17 |
Cole Robinson | Fix daemon TCP listen cleanup |
commit | commitdiff | tree |
2009-02-17 |
Cole Robinson | Remove incorrect ATTRIBUTE_UNUSED usage. |
commit | commitdiff | tree |
2009-02-17 |
Jim Meyering | Build fix for 'driver.c' when building with loadable... |
commit | commitdiff | tree |
2009-02-17 |
Jim Meyering | Avoid link failure when configured --with-driver-modules |
commit | commitdiff | tree |
2009-02-17 |
Jim Meyering | Work around 'virGetVersion' build problem |
commit | commitdiff | tree |
2009-02-17 |
Jim Meyering | avoid compiler warning about unused parameter |
commit | commitdiff | tree |
2009-02-17 |
Jim Meyering | don't fail daemon-conf test when configured --without... |
commit | commitdiff | tree |
2009-02-17 |
Jim Meyering | accommodate configuring --without-lxc --without-qemu |
commit | commitdiff | tree |
2009-02-17 |
Jim Meyering | doc: fix typo in formatdomain's clock offset specification |
commit | commitdiff | tree |
2009-02-17 |
Daniel P. Berrange | Fix I/O errors in libvirtd daemon, and hang/crash in... |
commit | commitdiff | tree |
2009-02-16 |
Cole Robinson | Unbreak virsh *-edit commands: Don't pass unexpected... |
commit | commitdiff | tree |
2009-02-16 |
Cole Robinson | Remove erroneous lvm volume format check for backing... |
commit | commitdiff | tree |
2009-02-16 |
Cole Robinson | Fix building python bindings: Skip bindings for virSave... |
commit | commitdiff | tree |
2009-02-13 |
Mark McLoughlin | Add virFileWriteStr() |
commit | commitdiff | tree |
2009-02-13 |
Mark McLoughlin | Fix some error strings in xml.c |
commit | commitdiff | tree |
2009-02-13 |
Mark McLoughlin | virXPathInt() and virXPathUInt() don't exist |
commit | commitdiff | tree |
2009-02-13 |
Mark McLoughlin | Fix bugzilla link in virsh man page |
commit | commitdiff | tree |
2009-02-13 |
Mark McLoughlin | Fix libvirt_proxy.c warnings from gcc-4.4 |
commit | commitdiff | tree |
2009-02-13 |
Mark McLoughlin | Fix bridge.c warnings with gcc-4.4 |
commit | commitdiff | tree |
2009-02-13 |
John Levon | Fix migrate for Xen 3.3 |
commit | commitdiff | tree |
2009-02-13 |
Jim Meyering | test:///default driver: don't dereference NULL "def" |
commit | commitdiff | tree |
2009-02-13 |
Guido Günther | usleep to wait for domain logfile to fill up |
commit | commitdiff | tree |
2009-02-11 |
Guido Günther | fix return status when domain didn't show up |
commit | commitdiff | tree |
2009-02-09 |
Jim Meyering | libvirtd: new config-file option: unix_sock_dir |
commit | commitdiff | tree |
2009-02-09 |
Jim Meyering | don't print uninitialized in debug diagnostic |
commit | commitdiff | tree |
2009-02-09 |
Jim Meyering | avoid two test failures induced by today's error-report... |
commit | commitdiff | tree |
2009-02-09 |
John Levon | Improve error reporting in virsh |
commit | commitdiff | tree |
2009-02-09 |
John Levon | introduce virSaveLastError(), virFreeError() |
commit | commitdiff | tree |
2009-02-09 |
Daniel P. Berrange | Limit virsh history entries to 500 (Jim Paris) |
commit | commitdiff | tree |
2009-02-07 |
Guido Günther | Don't ignore errors to save domain status |
commit | commitdiff | tree |
2009-02-06 |
Daniel P. Berrange | Fix 100% libvirt CPU usage when --timeout is set |
commit | commitdiff | tree |
2009-02-05 |
John Levon | src/domain_conf.c: Check the last error, not the last |
commit | commitdiff | tree |
2009-02-05 |
John Levon | xenstore: Use virMacAddrCompare() for case-insensitive... |
commit | commitdiff | tree |
2009-02-05 |
John Levon | report error for some xend operations on shutdown domain |
commit | commitdiff | tree |
2009-02-05 |
John Levon | robustify sexpr parser for NICs |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | syntax-check: enable prohibit_nonreentrant |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | remove remainder of offending strerror uses |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | don't include raw errno in diagnostics |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | qemud.c: use virStrerror, not strerror |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | iptables.c: Use virStrerror, not strerror. |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | use virReportOOMError rather than more verbose equivalent |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | qemu_driver.c: s/strerror/virStrerror.../ |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | remove duplicate *SetCloseExec and *SetNonBlock functions |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | ChangeLog: correct date formats one last time |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | qemu_driver.c: use virReportSystemError in place of... |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | publicize virStrerror |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | remove useless code |
commit | commitdiff | tree |
2009-02-05 |
Jim Meyering | lxc_container: Don't dereference NULL upon failure |
commit | commitdiff | tree |
2009-02-03 |
Jim Meyering | ChangeLog: reformat recent date/name/email lines |
commit | commitdiff | tree |
2009-02-03 |
Jim Meyering | avoid a format-related warning |
commit | commitdiff | tree |
2009-02-03 |
Jim Meyering | build: enable redundant-const check |
commit | commitdiff | tree |
2009-02-03 |
Jim Meyering | syntax-check: enable more checks |
commit | commitdiff | tree |
2009-02-03 |
Jim Meyering | cleanup: remove useless if-before-VIR_FREE |
commit | commitdiff | tree |
2009-02-02 |
Jim Meyering | tests: diagnose more open failures |
commit | commitdiff | tree |
2009-02-02 |
John Levon | fix more printf("%s", NULL) cases |
commit | commitdiff | tree |
2009-01-31 |
Guido Günther | Don't hardcode ssh port 22, use VIR_FREE, initialize... |
commit | commitdiff | tree |
2009-01-31 |
Daniel Veillard | Release of 0.6.0 LIBVIRT_0_6_0 v0.6.0 |
commit | commitdiff | tree |
2009-01-31 |
Daniel Veillard | * docs/news.html*: update with infos for 0.6.0 |
commit | commitdiff | tree |
2009-01-30 |
Jim Meyering | tests: diagnose open failure |
commit | commitdiff | tree |
2009-01-30 |
Daniel P. Berrange | Fix empty declaration in enum declaration |
commit | commitdiff | tree |
2009-01-30 |
Daniel P. Berrange | Added missing shared disk test case |
commit | commitdiff | tree |
2009-01-30 |
Jim Meyering | fix qemud version reporting when qemu is not installed |
commit | commitdiff | tree |
2009-01-30 |
Daniel P. Berrange | Fix ifname= passing to QEMU for type=ethernet network... |
commit | commitdiff | tree |
2009-01-30 |
Daniel P. Berrange | Support disk caching mode config |
commit | commitdiff | tree |
2009-01-30 |
Daniel P. Berrange | Fix crash using bogus arch in QEMU |
commit | commitdiff | tree |
2009-01-30 |
Daniel P. Berrange | Fix numerous bugs in QEMU domain startup |
commit | commitdiff | tree |
2009-01-30 |
Daniel P. Berrange | Fix valgrind crash in LXC & avoid probing unneccessarily |
commit | commitdiff | tree |
2009-01-30 |
Daniel P. Berrange | Fix leak of storage vols when freeing pool |
commit | commitdiff | tree |
2009-01-30 |
Daniel P. Berrange | Fix leak in serializing error message from daemon to... |
commit | commitdiff | tree |
2009-01-30 |
John Levon | Fix yet another printf("%s", NULL) case |
commit | commitdiff | tree |
2009-01-29 |
Daniel P. Berrange | Misc xen driver bug/crash fixes |
commit | commitdiff | tree |
2009-01-29 |
John Levon | Fix xend XML generation when CPU pinning is used |
commit | commitdiff | tree |
2009-01-29 |
Jim Meyering | maint: sync from coreutils |
commit | commitdiff | tree |
2009-01-29 |
Daniel P. Berrange | Support VNC password setting in QEMU driver |
commit | commitdiff | tree |
2009-01-29 |
Daniel P. Berrange | Fix save/restore migrate syntax for new KVM releases |
commit | commitdiff | tree |
2009-01-29 |
John Levon | fix another printf("%s", NULL) case |
commit | commitdiff | tree |
2009-01-29 |
John Levon | add missing files |
commit | commitdiff | tree |
2009-01-29 |
John Levon | correctly enable floppies for HVM guests. |
commit | commitdiff | tree |
2009-01-29 |
John Levon | fix VNC port reporting when vncunused is set |
commit | commitdiff | tree |
2009-01-29 |
Jim Meyering | * Makefile.cfg: disable some new checks |
commit | commitdiff | tree |
2009-01-29 |
Jim Meyering | * Makefile.maint: sync from coreutils |
commit | commitdiff | tree |
2009-01-29 |
Jim Meyering | prohibit new uses of VIR_ERR_NO_MEMORY |
commit | commitdiff | tree |
2009-01-29 |
Jim Meyering | error-reporting calls using VIR_ERR_NO_MEMORY: use... |
commit | commitdiff | tree |
2009-01-29 |
Guido Günther | don't abort if setlocale() fails |
commit | commitdiff | tree |
2009-01-28 |
Daniel P. Berrange | Fix typo & tweak variable decl |
commit | commitdiff | tree |
2009-01-28 |
Daniel P. Berrange | Stopping reading off wire after 1 complete RPC message... |
commit | commitdiff | tree |
2009-01-28 |
Daniel P. Berrange | Fix bogus valgrind memory leak warnings in test suite |
commit | commitdiff | tree |
2009-01-28 |
Daniel P. Berrange | Solaris portability for RPC code data types |
commit | commitdiff | tree |
2009-01-28 |
Jim Meyering | remote_internal.c: fix typo that would mistakenly repor... |
commit | commitdiff | tree |
2009-01-28 |
Jim Meyering | qparams.c: Use virReportOOMError(NULL), not qparam_repo... |
commit | commitdiff | tree |
2009-01-28 |
John Levon | fix mis-use of PF_UNIX as a protocol |
commit | commitdiff | tree |
2009-01-28 |
Jim Meyering | libvirt_proxy: avoid potential buffer overflow |
commit | commitdiff | tree |
2009-01-28 |
Jim Meyering | * po/POTFILES.in: Add src/lxc_conf.c |
commit | commitdiff | tree |
next |