]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
2009-01-20  Daniel P. BerrangeRemove use of static data in Xen XM driver
2009-01-20  Daniel VeillardActivate RHEL5 specific flags when needed
2009-01-20  Daniel P. BerrangeRemove use of static data in Xen inotify driver
2009-01-20  Daniel P. BerrangeMake error reporting threadsafe by avoiding strerror
2009-01-20  Daniel Veillard* src/qemu_driver.c: remove a warning when printing...
2009-01-20  Daniel P. BerrangeMake RPC call dispatch threaded
2009-01-20  Daniel Veillardremove stdout_fd, stderr_fd from virDomainObj
2009-01-20  Daniel Veillard* src/domain_conf.h src/qemu_driver.c: use monitor...
2009-01-20  Daniel VeillardFix apibuild.py and update/regenerate localizations
2009-01-20  Jim Meyeringfix "make syntax-check" failures
2009-01-20  Daniel P. BerrangeFix config summary output alignment
2009-01-20  Daniel P. BerrangeAdd public APIs for ref counting on public objects
2009-01-20  Daniel P. BerrangeFix actual vs expected data comparison order to get...
2009-01-20  Daniel P. BerrangeThread local error reporting
2009-01-20  Daniel P. BerrangeAvoid bogus event loop wakeups in remote driver when...
2009-01-20  Daniel P. BerrangeAdd locking to the remote driver
2009-01-19  Guido Güntherdaemonize qemu processes
2009-01-19  Guido Günthersave domstate as string in status file
2009-01-19  Daniel VeillardChange Ben Guthro email
2009-01-19  Daniel Veillard* src/xen_internal.c src/xend_internal.c: Relax NUMA...
2009-01-19  Daniel VeillardFix PVFB version check for RHEL-5
2009-01-19  Daniel Veillard* src/xend_internal.c src/xm_internal.c: fix fully...
2009-01-19  Daniel Veillard* configure.in: add a --with-rhel5-api configure option
2009-01-19  Daniel VeillardTwo bug fixes coming from RHEL and Markus being added...
2009-01-16  Jim Meyeringtests: virsh-all and virsh-synopsis were not being run
2009-01-16  Jim Meyeringtests: exercise a bug that could make virsh and libvirt...
2009-01-16  Cole RobinsonFix segfault with console device back compat.
2009-01-15  Daniel P. BerrangeFix bug when fork isn't available (Win32) in remote...
2009-01-15  Daniel P. BerrangeReduce exit paths in remote driver APIs
2009-01-15  Daniel P. BerrangeRemove use of macros in remote driver private data...
2009-01-15  Daniel P. BerrangeFix incorrect use of private data field in remote driver
2009-01-15  Daniel P. BerrangeGeneric internal threads API
2009-01-15  Daniel P. BerrangeImplement virKill for Win32 platform
2009-01-15  John LevonAvoid passing NULL to printf %s specifier
2009-01-15  John LevonImprove xend_get error message
2009-01-15  John Levonimplement capabilities parsing for Solaris
2009-01-15  John LevonFix xs_unwatch() to correctly pass the token
2009-01-15  John LevonFix activeDomainList handling
2009-01-15  John LevonFix ref-counting for Xen driver event registration
2009-01-14  John LevonFix devhelp build dependencies
2009-01-14  John LevonLet devhelp build in a separate objdir.
2009-01-14  John Levonremove references to non-existent files in docs/
2009-01-14  John LevonMark Xen PV CD-ROM devices as such
2009-01-14  John LevonImprove compiler flag checking
2009-01-13  Jim Meyeringqemud.c: fix error in yesterday's change: s/X_OK/R_OK/
2009-01-13  Jim Meyering* HACKING: Clarify "bool" vs. XDR/wire-format.
2009-01-12  Daniel Veillardfix the QEmu links
2009-01-12  Richard W.M... Fix invocation of rpcgen.
2009-01-12  Jim Meyeringtests: quiet virsh-all
2009-01-12  Jim Meyeringdiagnose "libvirtd --config=no-such-file"
2009-01-12  Jim Meyeringfix non-srcdir build failure
2009-01-12  Daniel VeillardAdd tests and docs for the new PCI passthrough format
2009-01-11  Guido Güntherdon't emulate snprintf
2009-01-11  Guido Günthersplit out opening of the qemu logfile
2009-01-09  John Levonsrc/logging.h: fix non-debug compile
2009-01-08  John LevonFixups after gnulib refresh
2009-01-08  Guido Güntheradd missing flags argument
2009-01-08  Guido Güntherpass flags argument to all virDomain*DefParse* functions
2009-01-08  Jim Meyeringpoll: don't return uninitialized
2009-01-07  Jim Meyeringadd more files pulled in via yesterday's gnulib upgrade
2009-01-07  Jim Meyeringbootstrap: pull in gnulib's ioctl module
2009-01-07  Jim Meyeringignore generated libvirtd.logrotate.
2009-01-07  Daniel Veillard* src/domain_conf.c src/qemu_conf.c: implement PCI...
2009-01-07  Daniel Veillard* src/openvz_driver.c: fix the mac addresses generation...
2009-01-07  Daniel Veillard* src/libvirt_private.syms src/qemu_driver.c src/test.c
2009-01-06  Jim Meyeringupdate from gnulib; use its time_r module for localtime...
2009-01-06  Daniel P. BerrangeFix misc mingw portability problems
2009-01-06  Guido Güntheradd virKillProcess
2009-01-06  Guido Günthertrivial cleanups
2009-01-06  Guido Güntherignore generated TAGS files
2009-01-06  Daniel Veillard* AUTHORS: John Levon is now a commiter
2009-01-06  Jim Meyeringfix "make dist" (from scratch) failure
2009-01-06  Jim Meyeringdist: distribute all libvirt_*.syms files, ...
2009-01-06  Jim Meyeringavoid syntax-check (po-check) failure due to FP match...
2009-01-06  Daniel Veillard* qemud/remote.c: fix compilation without SASL, patch...
2009-01-06  Daniel Veillard* po/*: updated polish and brazilian translations,...
2009-01-06  Daniel Veillard* src/storage_backend_fs.c: Make mntent.h specific...
2009-01-05  Jim MeyeringRemove storage backend symbols from version script
2009-01-05  Jim Meyeringmigrate linux-specific symbol names into their own...
2009-01-05  Jim MeyeringMove bridge symbols into a separate syms file
2009-01-05  Jim MeyeringMove --with-driver-modules symbols into a separate...
2009-01-05  Jim Meyeringsplit version script into multiple files
2009-01-05  Jim Meyeringavoid xgettext warning aboug bug-reporting address
2009-01-05  Jim Meyeringavoid bogus descriptions due to use of gettext with...
2009-01-05  Jim MeyeringMakefile.maint: sync from coreutils
2009-01-05  Daniel P. BerrangeFix numa build on F9, 32-bit
2009-01-05  Jim Meyering* Makefile.maint (msg_gen_function): Add to the list.
2009-01-05  Jim Meyeringmark a few diagnostics for translation
2009-01-05  Jim MeyeringHACKING: mention bool and other scalar types, const...
2008-12-26  Guido Güntherdocument vnc's keymap attribute
2008-12-23  Daniel Veillard* docs/logging.html docs/logging.html.in: new page...
2008-12-23  Guido Güntheradd .x-sc_prohibit_asprintf
2008-12-23  Guido Güntheruse virAsprintf instead of asprintf
2008-12-22  Cole RobinsonFix storage driver null dereference.
2008-12-22  Cole RobinsonMerge xml building for virsh pool-*-as
2008-12-22  Daniel Veillardfix make check with the new logging support
2008-12-22  Daniel Veillard* qemud/mdns.c: fix a compilation problem in the switch
2008-12-22  Daniel VeillardDocument the new daemon options
2008-12-22  Daniel VeillardFinish switching the daemon code to new logging
2008-12-22  Daniel VeillardSwitch daemon to new logging APIs
next