]> xenbits.xensource.com Git - libvirt.git/shortlog
libvirt.git
2008-01-29 Jim MeyeringEnable two more tests.
2008-01-29 Jim MeyeringEnable the <assert.h>-checking test; fix violations.
2008-01-29 Jim MeyeringEnable the po-check test; fix violations.
2008-01-29 Jim MeyeringUpdate from gnulib
2008-01-29 Jim MeyeringEnable the <config.h>-requiring test; fix violations
2008-01-29 Jim MeyeringEnable the duplicate-"the" test; fix violations
2008-01-29 Jim Meyering Add framework for code style- and syntax-checking...
2008-01-29 Jim MeyeringGiven code like if (foo) free (foo); remove the useless...
2008-01-25 Richard W.M... Clarify virsh documentation.
2008-01-25 Daniel VeillardFix VIR_DOMAIN_NONE into VIR_DOMAIN_NOSTATE
2008-01-24 Daniel Veillard* src/libvirt.c: Jay Gagnon pointed out that virDomainG...
2008-01-24 Richard W.M... Correct typos in the documentation (Atsushi SAKAI)
2008-01-23 Daniel P. BerrangeFix enablement of SASL
2008-01-23 Richard W.M... Portability improvements for Mac OS X.
2008-01-23 Richard W.M... Remove DOS line-endings.
2008-01-22 Daniel P. BerrangeFix compat for old pkg-config and gnutls
2008-01-21 Jim MeyeringAvoid "may be used uninitialized" warning.
2008-01-21 Daniel P. BerrangeFix & refactor ref counting cleanup code
2008-01-21 Daniel P. BerrangeMake python generator fail build on any missing APIs
2008-01-21 Daniel P. BerrangeAdd missing vcpu/schedular APIs to python binding
2008-01-21 Daniel P. BerrangeUse virFileReadAll in virsh.c
2008-01-21 Daniel P. BerrangeRemove no-op networking APIs from openvz driver
2008-01-21 Jim MeyeringAdjust sexpr-related interfaces to be const-correct.
2008-01-21 Jim MeyeringDon't access line[-1] for a zero-length "line" from...
2008-01-21 Daniel VeillardPreserve vif order
2008-01-21 Daniel VeillardRemove docs/API*.html
2008-01-20 Daniel P. BerrangeAdded xstrtol_ll and xstrtol_ull convenience functions
2008-01-20 Daniel P. BerrangeFix nodeinfo compat for Xen 3.2.0
2008-01-19 Daniel P. BerrangeEnable debug by default, but only if LIBVIRT_DEBUG...
2008-01-17 Jim MeyeringHandle PyTuple_New's malloc failure.
2008-01-17 Jim MeyeringFactor out some duplication.
2008-01-16 Jim MeyeringAvoid format string warnings.
2008-01-15 Jim Meyeringdocs/examples/examples.xml: Regenerate, now that *...
2008-01-15 Daniel P. BerrangeSupport VNC keymap option with QEMU (Daniel Hokka Zakri...
2008-01-15 Daniel P. BerrangeFix off-by-one in SSH argv checking. Fix format string...
2008-01-14 Jim MeyeringUpdate from gnulib.
2008-01-14 Jim MeyeringClean up the global name space.
2008-01-14 Jim MeyeringClean up global name space in examples and tests.
2008-01-14 Daniel P. BerrangeRe-factor auth code to make clearer (Jim Meyering)
2008-01-14 Daniel P. BerrangeFix crash when no auth callback
2008-01-10 Mark McLoughlinfix an unused variable warning
2008-01-10 Mark McLoughlinadd iptablesSaveRules(), and don't save the rules to...
2008-01-10 Mark McLoughlinnow that we only use built-in iptables chains, we don't
2008-01-10 Mark McLoughlinLike --with-iptables-prefix, --with-iptables-dir is no
2008-01-10 Mark McLoughlin--with-iptables-prefix was added to integrate with
2008-01-10 Mark McLoughlinAdd support for integrating our iptables support with...
2008-01-10 Mark McLoughlinInclude the iptables command and chain name in the...
2008-01-10 Mark McLoughlinRe-name the "flipflop" variable to "command_idx"
2008-01-10 Mark McLoughlinmake use of virFileMakePath(), virFileBuildPath() and...
2008-01-10 Mark McLoughlinFix compile error in --with-iptables-dir code
2008-01-10 Mark McLoughlinChange virExec() such that with --enable-debug,
2008-01-10 Mark McLoughlinAdd virRun() helper function (Dan Berrange)
2008-01-09 Daniel P. BerrangeFix vcpupin hypercall map data to be 8-bytes
2008-01-09 Daniel P. BerrangeAdded graceful shutdown support to QEMU/KVM (patch...
2008-01-08 Daniel P. BerrangeFix warning in debug output
2008-01-08 Daniel P. BerrangeFix buffer passed to free()
2008-01-07 Daniel P. BerrangeFix config file reading to not truncate large files
2008-01-05 Richard W.M... Miscellaneous fixes for building on Windows (MinGW).
2008-01-02 Daniel P. BerrangeFix crash when no auth callback is provided
2008-01-02 Daniel P. BerrangeIgnore a few more files
2007-12-26 Daniel Veillard* src/openvz.c: patch from Mikhail Pokidko to fix the...
2007-12-18 Daniel VeillardFix docs, daniel
2007-12-17 Daniel VeillardAdded changelog for 0.4.0
2007-12-17 Daniel Veillard* configure.in docs/libvir.html docs/news.html po/*:
2007-12-17 Daniel P. BerrangeAdded dep on 'nc' RPM
2007-12-17 Daniel P. BerrangeFix nodeinfo compat with Xen 3.2.0
2007-12-17 Richard W.M... Fix remote_internal.c error handling of qparam_get_query
2007-12-17 Richard W.M... Add separate qparams module for handling query parameters.
2007-12-17 Richard W.M... Add extra utility functions to buf.c
2007-12-15 Daniel P. BerrangeDon't invoke callback with unsupported credential types
2007-12-14 Daniel Veillardfix setting CPU parameters in the config files
2007-12-14 Daniel Veillardfix the detach-disk command when using Xen tap devices
2007-12-12 Richard W.M... Fix virBufferEscapeString escaping of '<'
2007-12-12 Jim MeyeringAlways build in python/ subdir.
2007-12-12 Jim MeyeringAccommodate automake-1.9.
2007-12-11 Jim MeyeringUse a variable name as sizeof argument, not a type...
2007-12-11 Jim MeyeringTest libvirtd's config-processing code.
2007-12-10 Jim MeyeringAdd gnulib-tool unit tests.
2007-12-08 Daniel P. BerrangeRemove gnulib/lib/arpa/inet.h autogenerated file
2007-12-07 Daniel P. BerrangeRemove bogus autoconf 2.60 prereq
2007-12-07 Daniel P. BerrangeFix minor quoting issue
2007-12-07 Richard W.M... Fri Dec 7 14:55:00 UTC 2007 Richard W.M. Jones <rjones...
2007-12-07 Richard W.M... Fri Dec 7 14:49:00 UTC 2007 Richard W.M. Jones <rjones...
2007-12-07 Richard W.M... Fri Dec 7 14:47:00 UTC 2007 Richard W.M. Jones <rjones...
2007-12-07 Richard W.M... Fri Dec 7 14:36:00 UTC 2007 Richard W.M. Jones <rjones...
2007-12-07 Richard W.M... Fri Dec 7 14:34:00 UTC 2007 Richard W.M. Jones <rjones...
2007-12-07 Richard W.M... Insert cosmetic linebreak
2007-12-07 Richard W.M... Fri Dec 7 14:27:00 UTC 2007 Richard W.M. Jones <rjones...
2007-12-07 Richard W.M... Fri Dec 7 14:27:00 UTC 2007 Richard W.M. Jones <rjones...
2007-12-07 Jim MeyeringInclude "config.h" in remaining non-generated files.
2007-12-07 Daniel Veillard* python/generator.py python/libvir.c python/libvirt...
2007-12-06 Jim Meyeringqemud/qemud.c (qemudInitPaths): Remove unused code.
2007-12-06 Richard W.M... Thu Dec 6 16:32:00 UTC 2007 Richard W.M. Jones <rjones...
2007-12-06 Richard W.M... Thu Dec 6 16:30:00 UTC 2007 Richard W.M. Jones <rjones...
2007-12-06 Daniel P. BerrangeReally fix macro for RHEL this time
2007-12-06 Daniel P. BerrangeFix polkit macros for RHEL
2007-12-06 Daniel Veillard* docs/*: rebuilt the docs and XML files
2007-12-06 Daniel Veillard* po/*: updated the localization files
2007-12-06 Richard W.M... Thu Dec 6 12:00:00 UTC 2007 Richard W.M. Jones <rjones...
2007-12-06 Jim MeyeringBuild also on systems where -lreadline requires e.g...
next