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
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove bogus check for Xen in example program
Daniel P. Berrange
2010-11-29
1
-4
/
+0
*
Use python discovered through env instead of hardcoding a path
Matthias Bolte
2010-11-14
5
-5
/
+5
*
Include socket address in client probe data
Daniel P. Berrange
2010-10-22
1
-2
/
+2
*
Add dtrace static probes in libvirtd
Daniel P. Berrange
2010-10-22
2
-0
/
+30
*
build: fix example build on MacOS X
Eric Blake
2010-09-30
1
-2
/
+4
*
Add openauth example to demonstrate a custom auth callback
Matthias Bolte
2010-07-13
3
-0
/
+297
*
maint: simplify some ignore files
Eric Blake
2010-06-15
1
-2
/
+0
*
nwfilter: let qemu's after-migration packet pass
Stefan Berger
2010-04-27
6
-6
/
+45
*
Cygwin's GCC doesn't like this .sa_handler initialization for some reason
Matthias Bolte
2010-04-26
1
-3
/
+4
*
Fix printing of event detail in python events demo program
Daniel P. Berrange
2010-04-22
1
-7
/
+20
*
Install nwfilter xml files from source directory.
Philipp Hahn
2010-04-20
1
-1
/
+1
*
Fix up python bindings for new event callbacks
Daniel P. Berrange
2010-04-08
1
-1
/
+21
*
Improve the apparmor example
Jamie Strandboge
2010-04-06
3
-19
/
+32
*
Distribute nwfilter xml files and add them to rpm
Daniel Veillard
2010-03-31
1
-0
/
+2
*
Add some examples filters
Stefan Berger
2010-03-26
13
-0
/
+166
*
Add domain events for graphics network clients
Daniel P. Berrange
2010-03-26
1
-1
/
+50
*
Add support for an explicit IO error event
Daniel P. Berrange
2010-03-26
1
-1
/
+22
*
Add support for an explicit watchdog event
Daniel P. Berrange
2010-03-26
1
-2
/
+20
*
Add support for an explicit RTC change event
Daniel P. Berrange
2010-03-26
1
-1
/
+20
*
Add support for an explicit guest reboot event
Daniel P. Berrange
2010-03-26
1
-1
/
+19
*
Convert domain events example to new API
Daniel P. Berrange
2010-03-26
1
-20
/
+21
*
python example: poll(-0.001) does not sleep forever
Philipp Hahn
2010-03-24
1
-2
/
+2
*
build: consistently indent preprocessor directives
Eric Blake
2010-03-09
1
-10
/
+10
*
maint: avoid excess parens in STREQ
Eric Blake
2010-02-01
1
-1
/
+1
*
Don't call disabled timer callbacks in event-test.c
Matthias Bolte
2010-01-26
1
-2
/
+3
*
gnulib added a new syntax-check test: use $(VAR), not @VAR@
Jim Meyering
2010-01-18
2
-2
/
+2
*
add AppArmor test and examples to dist
Jamie Strandboge
2009-12-14
1
-0
/
+5
*
AppArmor updates of examples
Jamie Strandboge
2009-11-13
2
-1
/
+43
*
Add a Python example that lists active ESX domains
Matthias Bolte
2009-11-08
3
-1
/
+175
*
Rewrite example domain events programm for python
Daniel P. Berrange
2009-10-09
1
-147
/
+398
*
Documentation and examples for SVirt Apparmor driver
Jamie Strandboge
2009-10-08
4
-0
/
+150
*
test: Support loading node device info from file/XML
Cole Robinson
2009-10-05
3
-0
/
+36
*
Fix build in separate build directory
Jiri Denemark
2009-10-01
2
-2
/
+2
*
Move example XML files into examples/xml
Daniel P. Berrange
2009-09-21
18
-0
/
+348
*
Misc syntax-check fixes
Daniel P. Berrange
2009-09-21
2
-2
/
+0
*
Move docs/examples into examples/
Daniel P. Berrange
2009-09-21
13
-0
/
+456
*
remove all trailing blank lines
Jim Meyering
2009-07-16
1
-1
/
+0
*
remove all .cvsignore files
Jim Meyering
2009-07-08
2
-11
/
+0
*
Fix python domain events example & binding
Daniel P. Berrange
2009-05-28
1
-18
/
+37
*
Fix the example code for event handling in C
Daniel Veillard
2009-05-25
1
-36
/
+41
*
update .gitignore and .hgignore files
Jim Meyering
2009-03-03
1
-0
/
+5
*
Ignore some generated autotools files in example app
Daniel P. Berrange
2009-03-02
1
-0
/
+5
*
New example program
Daniel Veillard
2009-02-26
2
-0
/
+210
*
Replace __FUNCTION__ with __func__ for better portability (John Levon)
Daniel P. Berrange
2008-12-18
1
-5
/
+5
*
Support domain lifecycle events for Xen (Ben Guthro & Daniel Berrange)
Daniel P. Berrange
2008-11-25
1
-1
/
+1
*
Fix python bindings events code (David Lively)
Daniel P. Berrange
2008-11-24
1
-8
/
+18
*
* gnulib/tests/test-EOVERFLOW: Remove.
Jim Meyering
2008-11-24
1
-0
/
+2
*
Add a virFreeCallback to event loop APIs
Daniel P. Berrange
2008-11-19
1
-6
/
+22
*
Change public API for virEventAddHandle to allow multiple registrations per FD
Daniel P. Berrange
2008-11-19
2
-9
/
+10
*
Add a virFreeCallback to virDomainEventRegister (from David Lively)
Daniel P. Berrange
2008-11-19
1
-3
/
+35
[prev]
[next]