1. 06 2月, 2008 1 次提交
  2. 30 1月, 2008 1 次提交
    • J
      Given code like if (foo) free (foo); remove the useless "if (foo) " part. · acff2d11
      Jim Meyering 提交于
      Likewise, given if (foo != NULL) free (foo); remove the useless "if" test.
      
      * proxy/libvirt_proxy.c: Remove unnecessary "if" test before free.
      * python/generator.py: Likewise.
      * qemud/qemud.c: Likewise.
      * src/buf.c: Likewise.
      * src/conf.c: Likewise.
      * src/hash.c: Likewise.
      * src/iptables.c: Likewise.
      * src/libvirt.c: Likewise.
      * src/openvz_conf.c: Likewise.
      * src/qemu_conf.c: Likewise.
      * src/qemu_driver.c: Likewise.
      * src/remote_internal.c: Likewise.
      * src/test.c: Likewise.
      * src/virsh.c: Likewise.
      * src/virterror.c: Likewise.
      * src/xen_internal.c: Likewise.
      * src/xen_unified.c: Likewise.
      * src/xend_internal.c: Likewise.
      * src/xm_internal.c: Likewise.
      * src/xml.c: Likewise.
      * src/xmlrpc.c: Likewise.
      * src/xs_internal.c: Likewise.
      * tests/testutils.c: Likewise.
      * tests/xencapstest.c: Likewise.
      * tests/xmconfigtest.c: Likewise.
      acff2d11
  3. 21 1月, 2008 2 次提交
  4. 07 12月, 2007 1 次提交
  5. 01 10月, 2007 1 次提交
  6. 24 7月, 2007 1 次提交
  7. 25 6月, 2007 1 次提交
  8. 29 5月, 2007 1 次提交
  9. 16 4月, 2007 1 次提交
  10. 28 3月, 2007 1 次提交
  11. 16 3月, 2007 1 次提交
  12. 15 3月, 2007 1 次提交
  13. 09 3月, 2007 1 次提交
  14. 15 2月, 2007 1 次提交
  15. 16 11月, 2006 1 次提交
  16. 09 11月, 2006 1 次提交
  17. 08 11月, 2006 1 次提交
  18. 25 10月, 2006 1 次提交
  19. 04 8月, 2006 1 次提交
  20. 26 6月, 2006 1 次提交
    • D
      * configure.in libvirt.spec.in docs/examples/* include/Makefile.am · b62cdc14
      Daniel Veillard 提交于
        include/libvirt/virterror.h python/generator.py python/libvir.c
        python/libvirt_wrap.h src/driver.h src/internal.h src/test.h
        src/virsh.c src/virterror.c src/xend_internal.c src/xend_internal.h
        src/xml.c src/xml.h: moved the includes from include/ to
        include/libvirt to reflect the installed include tree. This
        avoid using "" in the includes themselves.
      Daniel
      b62cdc14
  21. 29 3月, 2006 1 次提交
    • D
      * include/libvirt.h[.in] include/virterror.h src/driver.h · 212eaea3
      Daniel Veillard 提交于
        src/internal.h src/libvirt_sym.version src/xen_internal.c
        src/xs_internal.c: added a new entry point to get node hardware
        informations virGetNodeInfo, and associated driver hook.
      * src/xend_internal.c: implemented the node and version information
        hooks for the Xen Daemon
      * python/libvir.c python/libvirt-python-api.xml python/generator.py:
        also added Python bindings for the new call
      Daniel
      212eaea3
  22. 28 2月, 2006 1 次提交
    • D
      * TODO: updated · 65bace17
      Daniel Veillard 提交于
      * python/Makefile.am python/generator.py python/libvir.c
        python/libvir.py: improved python binding, raise exception
        when an instance creation or lookup fails, and add support
        for the global error handler, per conn handler still needed
      * python/tests/error.py python/tests/Makefile.am: adding a
        regression test
      Daniel
      65bace17
  23. 24 2月, 2006 1 次提交
  24. 23 2月, 2006 1 次提交
  25. 10 2月, 2006 1 次提交
  26. 31 1月, 2006 1 次提交
  27. 26 1月, 2006 1 次提交
    • D
      * TODO: updated · b2764c3d
      Daniel Veillard 提交于
      * docs/search.php: use the new web site design
      * python/generator.py: fix a generation bug on python keyword
      Daniel
      b2764c3d
  28. 20 12月, 2005 1 次提交