summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Update todo list file to point at bugzilla/websiteDaniel P. Berrange2010-10-131-22/+15
| | | | | | | | The TODO list changes frequently so cannot be well maintained under GIT. Update the TODO file to point people at bugzilla and the libvirt website * TODO: Point at bugzilla/website
* Remove all trailing blanks; turn on the rule to detect them.Jim Meyering2008-02-051-2/+2
| | | | | * Makefile.cfg (local-checks-to-skip): Remove sc_trailing_blank. * .x-sc_trailing_blank: New file, to exempt the few binary files.
* +Tue May 29 15:41:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>Richard W.M. Jones2007-05-291-0/+5
| | | | | | | | | | | | | + + * TODO: Added a note about requiring C++ compiler because of a + possible problem with libtool autoconf macros. + * docs/examples/Makefile.am, proxy/Makefile.am, qemud/Makefile.am, + src/Makefile.am, tests/Makefile.am: Pass $(WARN_CFLAGS) when + linking, so if -fstack-protector is there, gcc will link to + the stack protector library. + * tests/xencapstest.c: Allow this test to compile when Xen + libraries are not enabled. +
* * TODO qemud/conf.c src/virsh.c src/xend_internal.c src/xs_internal.c:Daniel Veillard2007-03-231-1/+0
| | | | | replaced all sprintf instances by snprintf ones Daniel
* * qemud/buf.c src/xml.c: clarified virBufferGrow (and bufferGrow)Daniel Veillard2007-03-211-0/+1
| | | | | | routines documentation and fixes a couple of places where this was misused as pointed by Daniel Berrange. Daniel
* * src/libvirt.c: patch from Atsushi SAKAI, fixing virsh accessDaniel Veillard2007-03-191-43/+1
| | | | | | as root when libvirt_qemud is not running * TODO: updated Daniel
* * TODO libvirt.spec.in: updateDaniel Veillard2006-08-291-0/+1
| | | | | | | | | | * 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
* * TODO: updated with new itemsDaniel Veillard2006-08-071-1/+14
| | | | Daniel
* * src/xml.c src/xend_internal.c TODO: added uuid to the XMLDaniel Veillard2006-04-271-1/+1
| | | | | serialization Daniel
* * src/xend_internal.c src/xml.c: applied patch from Jim FehligDaniel Veillard2006-04-101-2/+4
| | | | | | | | for lifecycle events * docs/format.html docs/libvir.html: added the associated docs for the new constructs * TODO: small update Daniel
* * TODO src/hash.[ch] src/internal.h src/libvirt.c src/xend_internal.cDaniel Veillard2006-04-091-3/+3
| | | | | | | | | | | | | src/xs_internal.c: implementing domain pointers unification, thread safety and reference counting for domain and connections, this was the last critical change needed before making further progresses at the API level. Still a couple fo things TODO for this, unification at the Python level and adding UUID to hash. All domain/connect alloc and free routines are now centralized in hash.c * docs/APIchunk1.html docs/libvirt-api.xml docs/libvirt-refs.xml docs/html/libvirt-libvirt.html: regenerated the docs, that doesn't change the API. Daniel
* * TODO: updatedDaniel Veillard2006-02-281-0/+1
| | | | | | | | | | * 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
* * TODO: updated, and added python hooks for error handlingDaniel Veillard2006-02-271-2/+3
| | | | | | * include/virterror.h src/virterror.c src/xml.c: error interception and reporting should be done. Daniel
* * TODO: updatedDaniel Veillard2006-02-271-0/+1
| | | | | | | | * 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
* * include/libvirt.h[.in] src/libvirt.c src/xend_internal.[ch]Daniel Veillard2006-02-231-1/+1
| | | | | | | src/libvirt_sym.version: added virDomainLookupByUUID and virDomainGetUUID to be able to use the persistant UUID names * docs//*: rebuilt the docs following the API extension Daniel
* * TODO: updatedDaniel Veillard2006-02-221-4/+7
| | | | | | * libvirt.spec.in: package the examples in the doc * src/Makefile.am: forgot to add xml.h Daniel
* TODO updateKarel Zak2006-02-211-0/+11
|
* * TODO: updatedDaniel Veillard2006-02-211-0/+2
| | | | | | | * python/tests/Makefile.am: fix a small PYTHONPATH bug * docs//*: fixed the xsl a bit for toc names, added doc for the python bindings, regenerated Daniel
* * src/libvirt.c src/xend_internal.c src/xend_internal.h: move theDaniel Veillard2006-02-201-0/+1
| | | | | | | | | | | | XML dump function around to make sure all entry points are centralized in libvirt.c and also avoid doc generation troubles. * docs/examples/Makefile.am docs/examples/index.py: fix the makefile a bit. * TODO: updated * docs/format.html: added a description of the XML used for the domains. * docs//*: rebuilt Daniel
* * TODO: updatedDaniel Veillard2006-02-201-0/+5
| | | | | | | | * include/libvirt.h include/libvirt.h.in: cleanup * src/libvirt.c: remove debugging output * src/xend_internal.c src/xml.c src/xml.h: reimplement virDomainGetXMLDesc() based on xend interface, now work as user too. Daniel
* * README TODO config.h.in libvirt.pc.in: more cleanups.Daniel Veillard2006-02-101-0/+1
| | | | Daniel
* Release of 0.0.2, danielv0.0.2LIBVIR_0_0_2Daniel Veillard2006-01-311-1/+2
|
* * TODO: updatedDaniel Veillard2006-01-261-1/+19
| | | | | | * docs/search.php: use the new web site design * python/generator.py: fix a generation bug on python keyword Daniel
* * Makefile.am README TODO autogen.sh configure.in libvir.pc.inDaniel Veillard2005-12-051-1/+1
| | | | | | | | libvir.spec.in docs/Makefile.am docs/apibuild.py docs/structures.fig include/Makefile.am include/libvir.h src/Makefile.am src/hash.c src/hash.h src/internal.h src/libvir.c src/libvir_sym.version src/virsh.c: renamed to libvir Daniel
* * TODO: updatedDaniel Veillard2005-11-071-1/+5
| | | | | | | * include/libxen.h src/libxen.c src/libxen_sym.version: extended entry points to a first minimal set. * src/internal.h: TODO macro Daniel
* * TODO libxen.pc.in libxen.spec.in include/Makefile.am Makefile.amDaniel Veillard2005-11-021-0/+1
config.h.in configure.in: fix make dist, add rpm packaging * src/libxen_sym.version src/Makefile.am: set a policy of no export by default of library symbols Daniel