- 11 4月, 2008 4 次提交
-
-
由 Jim Meyering 提交于
-
由 Jim Meyering 提交于
* Makefile.maint (sc_TAB_in_indentation): New rule.
-
由 Jim Meyering 提交于
Done using this command (also includes .c.in and .h.in files): for i in $(g ls-files|grep -E '\.[ch](\.in)?$'|grep -v gnulib); do expand -i $i > j && mv j $i;done
-
由 Jim Meyering 提交于
Done with these commands: git grep -l Local.variab|xargs \ perl -0x3b -pi -e 's,\n+/\*\n \* vim:(.|\n)*,\n,' git grep -l Local.variab|xargs \ perl -0x3b -pi -e 's,\n+/\*\n \* Local variables:\n(.|\n)*,\n,'
-
- 10 4月, 2008 3 次提交
-
-
由 Daniel Veillard 提交于
* AUTHORS: adding Dave Leskovec and Ryan Scott to the authors list * po/*: rebuilt daniel
-
由 Daniel Veillard 提交于
* src/xend_internal.c: applied a patch from Ryan Scott to ask xend to save the device removal change in the config file Daniel
-
由 Daniel Veillard 提交于
src/lxc_container.h src/lxc_driver.c: Applied second set of linux container patches from Dave Leskovec adding start/stop of domains Daniel
-
- 09 4月, 2008 6 次提交
-
-
由 Richard W.M. Jones 提交于
* docs/Makefile.am: Add virsh.pod to EXTRA_DIST.
-
由 Richard W.M. Jones 提交于
* src/libvirt.c: Remove a Xen-ism from the core code, the assumption that dom0's UUID is all zeroes.
-
由 Richard W.M. Jones 提交于
* include/libvirt/virterror.h: Warn about the use of conn, dom and net fields in virterror.
-
由 Richard W.M. Jones 提交于
* src/openvz_conf.c: Remove extraneous underscore which stopped file from compiling (Anton Protopopov).
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
* configure.in NEWS doc/* po/*: making libvirt-0.4.2 release daniel
-
- 08 4月, 2008 6 次提交
-
-
由 Jim Meyering 提交于
-
由 Jim Meyering 提交于
* src/util.c (fread_file_lim): New function. (__virFileReadAll): Use fread_file_lim, rather than requiring that stat.st_size provide a usable file size. * tests/read-non-seekable: New test, for the above. * tests/Makefile.am (test_scripts): Add read-non-seekable. * tests/test-lib.sh (mkfifo_or_skip_): New helper function.
-
由 Richard W.M. Jones 提交于
system calls when creating qemu subprocess.
-
由 Daniel Veillard 提交于
translations. daniel
-
由 Daniel Veillard 提交于
* src/test.c: patch from Cole Robinson adding xen and hvm guest types to the test driver's capabilities. Daniel
-
由 Daniel Veillard 提交于
* python/generator.py: fix an infinite loop bug Daniel
-
- 07 4月, 2008 2 次提交
-
-
由 Jim Meyering 提交于
-
由 Daniel Veillard 提交于
* docs/bugs.html docs/libvir.html: update the page bugzilla URIs depending on the set the user is running. Daniel
-
- 04 4月, 2008 6 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel Veillard 提交于
* src/virsh.c: patch from Shigeki Sakamoto adding message on vcpupin Daniel
-
由 Daniel Veillard 提交于
* docs//* po/*: regenerated the documentation and reextracted the full set of localization strings to push to the translation team. Daniel
-
由 Daniel Veillard 提交于
* docs//* src/conf.c src/hash.c src/libvirt.c src/proxy_internal.c src/remote_internal.c src/virsh.c src/xen_internal.c src/xend_internal.c src/xml.c: applied patch from Atsushi SAKAI fixing a lot of typos Daniel
-
由 Daniel Veillard 提交于
Daniel
-
由 Daniel Veillard 提交于
* src/test.c: patch from Cole Robinson to add virNodeGetCellsFreeMemory to the test driver Daniel
-
- 03 4月, 2008 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/virterror.c: Use C99 initializers to make initialization of __lastErr clearer (Guido Günther).
-
- 01 4月, 2008 1 次提交
-
-
由 Daniel Veillard 提交于
access I introduced yesterday Daniel
-
- 31 3月, 2008 3 次提交
-
-
由 Daniel Veillard 提交于
* src/hash.c src/internal.h src/virterror.c: remove dandling domain/net/conn pointers from error data when released. * src/lxc_driver.c: fix a NULL/0 return error mismatch Daniel
-
由 Daniel Veillard 提交于
older awk implementations, fixes #439649 Daniel
-
由 Daniel Veillard 提交于
* src/lxc_conf.c src/lxc_conf.h: cleanup patch for the conf driver of linux countainers, reuse XPath helpers, make string fields dynamic and remove a memory leak. * src/lxc_driver.c: avoid some problems when the config directory is not accessible and for regression tests Daniel
-
- 29 3月, 2008 2 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
- 28 3月, 2008 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 27 3月, 2008 5 次提交
-
-
由 Jim Meyering 提交于
* Makefile.maint (msg_gen_function): Add, but commented-out. * src/lxc_conf.c (lxcParseXML): Mark a diagnostic for translation.
-
由 Jim Meyering 提交于
* Makefile.maint (msg_gen_function): Add testError * src/test.c (testDomainSave, testDomainRestore): Mark strings. (testDomainCoreDump): Likewise.
-
由 Jim Meyering 提交于
* Makefile.maint (msg_gen_function): Add openvzLog. * src/openvz_conf.c (openvzAssignVMDef, openvzParseXML): Mark strings. * src/openvz_driver.c (openvzDomainShutdown, openvzDomainReboot): (openvzDomainDefineXML, openvzDomainCreateLinux): (openvzDomainCreate, openvzDomainUndefine): Likewise.
-
由 Jim Meyering 提交于
Also mark some arguments to __virRaiseError. * Makefile.maint (msg_gen_function): Add error. * po/POTFILES.in: Add src/openvz_conf.c and src/openvz_driver.c. * src/openvz_conf.c (openvzParseXML, openvzGetVPSInfo): Mark strings. * src/openvz_driver.c (openvzDomainLookupByID): Likewise. (openvzDomainLookupByUUID, openvzDomainLookupByName): Likewise. (openvzDomainGetInfo, openvzDomainShutdown, openvzDomainReboot) (openvzDomainCreate, openvzDomainUndefine): Likewise. * src/remote_internal.c (check_cert_file): Likewise. (negotiate_gnutls_on_connection, verify_certificate): Likewise. (remoteAuthenticate, addrToString, remoteAuthSASL): Likewise. (remoteAuthPolkit, call, really_read_buf): Likewise.
-
由 Jim Meyering 提交于
* src/remote_internal.c (errorf): New function. (remoteListDomains, remoteDomainPinVcpu, remoteDomainGetVcpus): (remoteListDefinedDomains, remoteListNetworks): (remoteListDefinedNetworks): Convert strings to be translatable, and also to include offending and maximum values. Use errorf.
-