- 07 6月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
system (shows up as root only) and emit a warning instead * src/virterror.c include/libvirt/virterror.h docs/*: add the new warning. Daniel
-
- 03 5月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/virterror.c, include/libvirt/virterror.h: Added VIR_FROM_REMOTE, VIR_ERR_RPC, VIR_ERR_GNUTLS_ERROR for remote errors.
-
- 18 4月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/test.c, src/libvirt.c, src/virterror.c, include/libvirt/virterror.h: Add a VIR_FROM_TEST error class and ensure that test driver errors are from this class. Tidy up the error messages generated by the test driver when user doesn't add a path to the URL and avoid open ("/").
-
- 16 3月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
proxy/libvirt_proxy.c qemud/Makefile.am qemud/conf.c qemud/conf.h qemud/dispatch.c qemud/internal.h qemud/protocol.h src/driver.h src/internal.h src/libvirt.c src/libvirt_sym.version src/proxy_internal.c src/proxy_internal.h src/qemu_internal.c src/test.c src/virsh.c src/virterror.c src/xen_internal.c src/xen_internal.h src/xend_internal.c src/xm_internal.c src/xml.h src/xs_internal.c: applied patch from Richard Jones adding virConnectGetCapabilities(), plus various small little fixes * docs/*: fixed the api extractor script and regenerated Daniel
-
- 14 2月, 2007 3 次提交
-
-
由 Mark McLoughlin 提交于
Note: potential ABI break here, but people should only really be using virError structs returned from libvirt itself. * include/libvirt/virterror.h: add virNetwork to virError * src/internal.h, src/virterror.c: add network param to __virRaiseError() * src/conf.c, src/hash.c, src/libvirt.c, src/proxy_internal.c, src/qemu_internal.c, src/sexpr.c, src/test.c, src/xen_internal.c, src/xend_internal.c, src/xm_internal.c, src/xml.c, src/xmlrpc.c, src/xs_internal.c: update.
-
由 Mark McLoughlin 提交于
* include/libvirt/libvirt.h.in: add the networks APIs * include/libvirt/virterror.h: add some error codes * src/driver.h: add network driver vtable * src/hash.c: add networks hash * src/internal.h: add virNetwork * src/libvirt.c: hook up the APIs to the network driver * src/libvirt_sym.version: add the new APIs * src/virterror.c: handle the new error codes
-
由 Daniel P. Berrange 提交于
-
- 09 11月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
src/xml.c: give proper indication of the failures raised by the XML parser on not well formed XML, should fix rhbz#208545 Daniel
-
- 21 9月, 2006 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 30 8月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
* configure.in include/libvirt/virterror.h src/Makefile.am src/conf.c src/conf.h src/virterror.c src/xen_internal.c: adding a subset of Xen config file parser, and serializer * tests/Makefile.am tests/conftest.c tests/test_conf.sh tests/confdata/Makefile.am tests/confdata/fc4.conf tests/confdata/fc4.out: adding test program for config in and out Daniel
-
- 17 8月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
blocking operations with side effect on read-only connections. Adds a new error code and message. Daniel
-
- 28 7月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
for bad argument were wrong and incomplete, this should fix it and a few other problems in error reporting Daniel
-
- 20 7月, 2006 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 26 6月, 2006 1 次提交
-
-
由 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
-
- 10 5月, 2006 1 次提交
-
-
由 Karel Zak 提交于
-
- 29 4月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
src/xml.h include/libvirt.h[.in] include/virterror.h: started adding new APIs, some still TODO, and not tested yet Daniel
-
- 29 3月, 2006 1 次提交
-
-
由 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
-
- 27 3月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
* include/libvirt.h include/libvirt.h.in: added intialization function * include/virterror.h src/virterror.c: one more error code * src/internal.h: first part of Jim's format checking * src/libvirt.c src/xen_internal.[ch] src/xend_internal.[ch] src/xs_internal.[ch]: initialization and registration of drivers Daniel
-
- 25 3月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
Daniel
-
- 23 3月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
src/virterror.c: created a new module related to Xen Store accesses * src/libvirt.c src/xen_internal.[ch] src/xend_internal.[ch]: nearly completed the separation of the code from the different modules Daniel
-
- 15 3月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
src/sexpr.h src/virsh.c src/virterror.c src/xen_internal.c src/xen_internal.h src/xend_internal.c src/xend_internal.h src/xml.c src/xml.h: applied cb/indent to homogenize the source style, as a first pass. Daniel
-
- 28 2月, 2006 4 次提交
-
-
由 Daniel Veillard 提交于
* include/virterror.h src/virterror.c src/xml.c: error interception and reporting should be done. Daniel
-
由 Daniel Veillard 提交于
virDefaultErrorFunc() * src/sexpr.c src/xen_internal.c src/virterror.c include/virterror.h: adding more error reporting though the code, nearly complete. * src/sexpr.c: added specific error function to avoid an error report. Daniel
-
由 Daniel Veillard 提交于
plugging in the error system in the code. Daniel
-
由 Daniel Veillard 提交于
* include/virterror.h src/internal.h src/libvirt.c src/virterror.c src/xend_internal.c: commiting a first pass at adding error handling in the code, not finished, but it starts to work, need more coverage and testing. Daniel
-
- 25 2月, 2006 1 次提交
-
-
由 Daniel Veillard 提交于
src/virterror.c include/Makefile.am include/virterror.h: adding the public APIs for errors, callbacks and synchronous. The boring stuff is still left to do, plugging it. Also need to be exposed at the python level. * doc//*: rebuilt Daniel
-