GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/libvirt.git
v0.10.2-gentoo
v0.7.4-gentoo
v0.8.1-gentoo
v0.8.3-gentoo
v0.8.6-gentoo
v0.9.10-gentoo
v0.9.3-gentoo
C toolkit to manipulate virtual machines repository (gentoo clone including backports branches)
Diego E. Pettenò <flameeyes@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
daemon
/
Makefile.am
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: define WITH_INTERFACE for the driver
Doug Goldstein
2012-09-19
1
-1
/
+1
*
Fix xen driver following changes to make it stateful
Jim Fehlig
2012-08-31
1
-0
/
+4
*
Replace unset REMOTE_PID_FILE with proper value
Doug Goldstein
2012-08-15
1
-3
/
+1
*
Fix man page file paths to real paths
Doug Goldstein
2012-08-15
1
-3
/
+3
*
build: Link security manager into libvirt.so
Jiri Denemark
2012-08-02
1
-1
/
+0
*
build: Link security driver into daemon
Jiri Denemark
2012-08-01
1
-0
/
+1
*
Make RPC code generator a little more flexible
Daniel P. Berrange
2012-07-30
1
-2
/
+2
*
Fixup manpage names and copyright dates
Laine Stump
2012-07-25
1
-1
/
+1
*
Fix libnl CFLAGS/LIBS inclusion
Doug Goldstein
2012-07-24
1
-2
/
+3
*
Don't install systemd service files executable
Guido Günther
2012-06-26
1
-1
/
+1
*
build: ensure storage driver is used
Eric Blake
2012-06-06
1
-1
/
+1
*
build: use same perl binary throughout build
Eric Blake
2012-05-30
1
-2
/
+2
*
build: fix testing of augeas files in VPATH builds
Eric Blake
2012-05-30
1
-3
/
+5
*
Fix linking to DTrace probes file
Daniel P. Berrange
2012-05-28
1
-2
/
+2
*
Autogenerate augeas test case from default config files
Daniel P. Berrange
2012-05-28
1
-2
/
+9
*
Split QEMU dtrace probes into separate file
Daniel P. Berrange
2012-05-24
1
-1
/
+4
*
The policy kit and HAL node device drivers both require a
Daniel P. Berrange
2012-04-19
1
-1
/
+2
*
Split libvirtd config file loading out into separate files
Daniel P. Berrange
2012-04-10
1
-0
/
+1
*
Don't install sysctl file on non-Linux hosts
Daniel P. Berrange
2012-04-04
1
-0
/
+5
*
Workaround python header file insanity
Daniel P. Berrange
2012-02-24
1
-1
/
+1
*
build: clean up CPPFLAGS/INCLUDES usage
Eric Blake
2012-02-03
1
-10
/
+10
*
build: follow directory install conventions
Eric Blake
2011-12-12
1
-15
/
+31
*
Fix make uninstall
Dave Allan
2011-12-12
1
-1
/
+1
*
Add support for systemd init service
Daniel P. Berrange
2011-11-18
1
-23
/
+75
*
Revert commit 0f590c62
Jim Fehlig
2011-11-16
1
-4
/
+0
*
Fix build with polkit0
Jim Fehlig
2011-11-15
1
-0
/
+4
*
build: Fix VPATH build with new probes
Jiri Denemark
2011-10-11
1
-1
/
+1
*
Rewrite all the DTrace/SystemTAP probing
Daniel P. Berrange
2011-10-11
1
-22
/
+4
*
Make libvirt.so include the RPC server code
Daniel P. Berrange
2011-10-11
1
-2
/
+0
*
init: raise default system aio limits
Eric Blake
2011-10-05
1
-3
/
+8
*
freebsd: Fix build problem due to picking up the wrong libvirt.h
Matthias Bolte
2011-07-29
1
-7
/
+10
*
maint: add missing copyright notices
Eric Blake
2011-07-28
1
-0
/
+3
*
rpc: Make the dispatch generator handle 'void name(void)' style procedures
Matthias Bolte
2011-07-21
1
-1
/
+1
*
Convert libvirtd over to the new RPC handling APIs
Daniel P. Berrange
2011-06-28
1
-66
/
+11
*
Move the RPC generator scripts into src/rpc
Daniel P. Berrange
2011-06-24
1
-21
/
+20
*
maint: use consistent file name for threading notes
Eric Blake
2011-05-31
1
-1
/
+1
*
build: generate files when building without libvirtd
Wen Congyang
2011-05-22
1
-53
/
+53
*
build: probes.d and libvirtd.stp should be part of tarball
Wen Congyang
2011-05-14
1
-2
/
+2
*
fix xdr detection and use with recent glibc
Christophe Fergeau
2011-05-11
1
-1
/
+1
*
build: fix VPATH build with distributed generated files
Eric Blake
2011-05-11
1
-41
/
+61
*
build: refactor generated RPC files
Daniel P. Berrange
2011-05-06
1
-21
/
+14
*
build: rename generated files to .h, for automake's sake
Eric Blake
2011-05-06
1
-6
/
+6
*
remote generator, daemon: Output function bodies too
Matthias Bolte
2011-05-06
1
-1
/
+11
*
remote generator: Replace tabs with spaces and rename file
Matthias Bolte
2011-05-06
1
-17
/
+17
*
Experimental libvirtd upstart job
Alan Pevec
2011-04-18
1
-0
/
+1
*
Fix typo in systemtap tapset directory name
Daniel P. Berrange
2011-04-05
1
-1
/
+1
*
Remove the Open Nebula driver
Daniel P. Berrange
2011-03-28
1
-4
/
+0
*
Add libxenlight driver
Jim Fehlig
2011-03-18
1
-0
/
+4
*
build: fix building error when building without libvirtd
Wen Congyang
2011-03-08
1
-6
/
+7
*
Move event code out of the daemon/ into src/util/
Daniel P. Berrange
2011-03-07
1
-1
/
+0
[next]