1. 21 5月, 2009 1 次提交
  2. 01 4月, 2009 2 次提交
  3. 03 3月, 2009 1 次提交
  4. 17 2月, 2009 1 次提交
  5. 21 11月, 2008 1 次提交
  6. 31 10月, 2008 1 次提交
    • D
      * python/Makefile.am python/generator.py python/libvir.c · 7b716fce
      Daniel Veillard 提交于
        python/libvir.py python/libvirt_wrap.h python/types.c:
        adds support for events from the python bindings, also
        improves the generator allowing to embbed per function
        definition files, patch by Ben Guthro
      * examples/domain-events/events-python/event-test.py: also
        adds a programming example
      Daniel
      7b716fce
  7. 23 10月, 2008 1 次提交
    • D
      Massive patch adding event APIs by Ben Guthro · 1509b802
      Daniel Veillard 提交于
      * include/libvirt/libvirt.h include/libvirt/libvirt.h.in
        src/libvirt.c src/libvirt_sym.version: new libvirt event entry
        points, big patch provided by Ben Guthro
      * Makefile.am configure.in src/driver.h src/event.c src/event.h
        src/internal.h src/libvirt.c src/libvirt_sym.version src/lxc_driver.c
        src/openvz_driver.c src/qemu_conf.h src/qemu_driver.c
        src/remote_internal.c src/storage_backend_fs.c src/test.c
        qemud/event.c qemud/event.h qemud/mdns.c qemud/qemud.c
        qemud/qemud.h qemud/remote.c qemud/remote_dispatch_localvars.h
        qemud/remote_dispatch_proc_switch.h qemud/remote_dispatch_prototypes.h
        qemud/remote_protocol.c qemud/remote_protocol.h
        qemud/remote_protocol.x proxy/Makefile.am python/generator.py:
        Not much is left untouched by the patch adding the events support
      * docs/libvirt-api.xml docs/libvirt-refs.xml
        docs/html/libvirt-libvirt.html: regenerated the docs
      * examples/domain-events/events-c/Makefile.am
        examples/domain-events/events-c/event-test.c: a test example
      * AUTHORS: added Ben Guthro
      daniel
      1509b802
  8. 12 8月, 2008 1 次提交
  9. 25 7月, 2008 1 次提交
  10. 10 6月, 2008 1 次提交
  11. 22 5月, 2008 1 次提交
  12. 08 4月, 2008 1 次提交
  13. 20 2月, 2008 1 次提交
  14. 06 2月, 2008 1 次提交
  15. 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
  16. 21 1月, 2008 2 次提交
  17. 07 12月, 2007 1 次提交
  18. 01 10月, 2007 1 次提交
  19. 24 7月, 2007 1 次提交
  20. 25 6月, 2007 1 次提交
  21. 29 5月, 2007 1 次提交
  22. 16 4月, 2007 1 次提交
  23. 28 3月, 2007 1 次提交
  24. 16 3月, 2007 1 次提交
  25. 15 3月, 2007 1 次提交
  26. 09 3月, 2007 1 次提交
  27. 15 2月, 2007 1 次提交
  28. 16 11月, 2006 1 次提交
  29. 09 11月, 2006 1 次提交
  30. 08 11月, 2006 1 次提交
  31. 25 10月, 2006 1 次提交
  32. 04 8月, 2006 1 次提交
  33. 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
  34. 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
  35. 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
  36. 24 2月, 2006 1 次提交
  37. 23 2月, 2006 1 次提交
  38. 10 2月, 2006 1 次提交