- 18 4月, 2008 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 15 4月, 2008 1 次提交
-
-
由 Daniel Veillard 提交于
* virsh.1 docs/virsh.pod: fix missing entries and small cleanups in the man page, should fix #442429 Daniel
-
- 11 4月, 2008 1 次提交
-
-
由 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
-
- 09 4月, 2008 3 次提交
-
-
由 Richard W.M. Jones 提交于
* docs/Makefile.am: Add virsh.pod to EXTRA_DIST.
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
* configure.in NEWS doc/* po/*: making libvirt-0.4.2 release daniel
-
- 07 4月, 2008 1 次提交
-
-
由 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 2 次提交
-
-
由 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
-
- 29 3月, 2008 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 18 3月, 2008 1 次提交
-
-
由 Daniel Veillard 提交于
* libvirt.c: fixed DefinedDomains function comments c.f. 437216 * docs/libvirt-*.xml docs/*/libvirt-libvirt.html: regenerated Daniel
-
- 17 3月, 2008 2 次提交
-
-
由 Daniel Veillard 提交于
fixed a few missing argument descriptions and regenerated. Daniel
-
由 Daniel Veillard 提交于
src/libvirt.c src/qemu.conf src/remote_internal.c src/xend_internal.c tests/confdata/libvirtd.conf tests/confdata/libvirtd.out: patch from Atsushi SAKAI fixing a ot more typo Daniel
-
- 14 3月, 2008 1 次提交
-
-
由 Richard W.M. Jones 提交于
Saori FUKUTA).
-
- 07 3月, 2008 1 次提交
-
-
由 Daniel Veillard 提交于
and typos cleanup from Atsushi Sakai Daniel
-
- 03 3月, 2008 2 次提交
-
-
由 Daniel Veillard 提交于
* NEWS configure.in libvirt.spec.in docs/* include/libvirt/libvirt.h po/*: preparing release of libvirt-0.4.1 Daniel
-
由 Daniel Veillard 提交于
* include/libvirt/libvirt.h include/libvirt/libvirt.h.in: missing comments for _virDomainBlockStats fields * docs/*: rebuilt docs Daniel
-
- 29 2月, 2008 2 次提交
-
-
由 Richard W.M. Jones 提交于
-
由 Jim Meyering 提交于
* src/Makefile.am: Create a convenience library, libvirt_test.la, and don't restrict access to *its* symbols. * tests/Makefile.am (LDADDS): Add ../src/libvirt_test.la, so that "configure --disable-shared" no longer provokes link errors. (LIBVIRT): Remove definition. (LDADDS): Remove use. ($(LIBVIRT)): Remove rule. (LDADDS): Use the new convenience library instead. (CLEANFILES): Define. * docs/examples/index.py (dump_Makefile): Append $(COVERAGE_LDFLAGS), to the LDADDS definition, to avoid link error with the combination of --enable-test-coverage and --disable-shared. * docs/examples/Makefile.am: Regenerate. * docs/examples/index.html: Likewise. * qemud/Makefile.am (libvirtd_LDFLAGS): Append $(COVERAGE_LDFLAGS). * src/libvirt_sym.version: Remove some SP-before-TAB.
-
- 21 2月, 2008 2 次提交
-
-
由 Jim Meyering 提交于
* docs/examples/index.py: Don't emit trailing blanks. * docs/examples/Makefile.am: Regenerate.
-
由 Daniel P. Berrange 提交于
-
- 20 2月, 2008 3 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
- 12 2月, 2008 1 次提交
-
-
由 Daniel Veillard 提交于
* docs/libvir.html docs/format.html: fixes the examples on the section about ethernet bridging, as raised by Maxwell Bottiger, fixes bug #430790 Daniel
-
- 06 2月, 2008 1 次提交
-
-
由 Jim Meyering 提交于
* Makefile.cfg (local-checks-to-skip): Remove sc_trailing_blank. * .x-sc_trailing_blank: New file, to exempt the few binary files.
-
- 30 1月, 2008 1 次提交
-
-
由 Jim Meyering 提交于
* Makefile.cfg (local-checks-to-skip) [sc_the_the]: Enable. * docs/virsh.pod: Remove a duplicate "the". * libvirt.spec.in: Likewise. * virsh.1: Likewise.
-
- 25 1月, 2008 1 次提交
-
-
由 Richard W.M. Jones 提交于
* docs/virsh.pod: Clarify virsh documentation on when you can set memory and vCPUs.
-
- 24 1月, 2008 1 次提交
-
-
由 Richard W.M. Jones 提交于
* README, libvirt.spec.in, docs/devhelp/html.xsl, docs/devhelp/index.html: Correct typos in the documentation.
-
- 21 1月, 2008 1 次提交
-
-
由 Daniel Veillard 提交于
* docs/API* docs/api.xsl docs/site.xsl docs/Makefile.am: remove the generation of the API*.html files as it's not really useful here Daniel
-
- 15 1月, 2008 1 次提交
-
-
由 Jim Meyering 提交于
-
- 14 1月, 2008 1 次提交
-
-
由 Jim Meyering 提交于
* docs/examples/suspend.c: Declare global "conn" to be static. * tests/qemuxml2argvtest.c: Declare global "driver" to be static. * tests/qemuxml2xmltest.c: Likewise. Author: Jim Meyering <meyering@redhat.com>
-
- 18 12月, 2007 2 次提交
-
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
prepare release of libvirt-0.4.0 Daniel
-
- 14 12月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
* src/xs_internal.[ch]: patch from Saori Fukuta to fix the detach-disk command when using Xen tap devices. * docs/libvir.html: typo fix from Jim Meyering Daniel
-
- 06 12月, 2007 3 次提交
-
-
由 Daniel Veillard 提交于
Daniel
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
- 30 11月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* docs/libvir.html, docs/windows.html: Updated Windows documentation now that we have shared libraries and Python working.
-
- 29 11月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
-