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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: improved handling of <execinfo.h>, BSD <net/if.h>
Eric Blake
2012-09-06
1
-4
/
+0
*
build: avoid warnings from gcc 4.2.1
Eric Blake
2012-09-05
1
-2
/
+4
*
build: silence stupid gcc warning on STREQ_NULLABLE
Eric Blake
2012-08-21
1
-6
/
+3
*
build: fix PROBE() usage of intptr_t
Eric Blake
2012-08-09
1
-0
/
+1
*
maint: include ignore-value in internal.h
Peter Krempa
2012-06-28
1
-0
/
+1
*
error: Fix typos in argument checking macros
Peter Krempa
2012-06-19
1
-2
/
+2
*
Santize the reporting of VIR_ERR_INVALID_ERROR
Daniel P. Berrange
2012-05-28
1
-7
/
+54
*
Split QEMU dtrace probes into separate file
Daniel P. Berrange
2012-05-24
1
-1
/
+1
*
build: make ATTRIBUTE_NONNULL() a NOP unless STATIC_ANALYSIS is on
Laine Stump
2012-05-01
1
-1
/
+1
*
Consistent style for usage of sizeof operator
Daniel P. Berrange
2012-03-30
1
-2
/
+2
*
Workaround python header file insanity
Daniel P. Berrange
2012-02-24
1
-1
/
+1
*
API: make declaration of _LAST enum values conditional
Eric Blake
2012-01-20
1
-0
/
+4
*
Rewrite all the DTrace/SystemTAP probing
Daniel P. Berrange
2011-10-11
1
-0
/
+72
*
maint: fix typos on guaranteed
Eric Blake
2011-07-20
1
-1
/
+1
*
build: drop unused <sys/syslimits.h> header
Eric Blake
2011-05-17
1
-4
/
+0
*
Remove virConnectPtr from virRaiseErrorFull
Matthias Bolte
2011-04-17
1
-2
/
+1
*
Enable use of -Wmissing-noreturn
Daniel P. Berrange
2011-04-05
1
-0
/
+9
*
maint: avoid locale-sensitivity in string case comparisons
Eric Blake
2011-03-30
1
-4
/
+6
*
Put <stdbool.h> into internal.h so it is available everywhere
Daniel P. Berrange
2011-02-24
1
-0
/
+1
*
qemu: Add shortcut for HMP pass through
Jiri Denemark
2011-02-03
1
-0
/
+1
*
Add VIR_DIV_UP to divide memory or storage request sizes with round up
Matthias Bolte
2011-01-29
1
-0
/
+3
*
maint: avoid space-tab
Eric Blake
2010-12-21
1
-1
/
+1
*
maint: improve i18n on non-Linux
Eric Blake
2010-11-17
1
-3
/
+8
*
maint: use gnulib configmake rather than open-coding things
Eric Blake
2010-11-17
1
-1
/
+1
*
Fix up basic migration.
Chris Lalancette
2010-05-25
1
-3
/
+4
*
Introduce virCheckFlags for consistent flags checking
Jiri Denemark
2010-04-16
1
-0
/
+26
*
sa_assert: assert-like macro, enabled only for use with static analyzers
Jim Meyering
2010-04-14
1
-0
/
+8
*
nwfilter: Support for learning a VM's IP address
Stefan Berger
2010-04-07
1
-0
/
+17
*
Refactor major.minor.micro version parsing into a function
Matthias Bolte
2010-04-01
1
-0
/
+1
*
Implement VNC password change in QEMU
Daniel P. Berrange
2010-03-26
1
-0
/
+6
*
build: consistently indent preprocessor directives
Eric Blake
2010-03-09
1
-95
/
+95
*
virsh: fix existing N_ uses
Eric Blake
2010-03-09
1
-1
/
+1
*
maint: avoid excess parens in STREQ
Eric Blake
2010-02-01
1
-9
/
+9
*
Define ATTRIBUTE_SENTINEL for GCC < 4.0 too
Matthias Bolte
2009-12-22
1
-0
/
+2
*
Add sentinel attribute for NULL terminated arg lists
Paolo Bonzini
2009-11-06
1
-0
/
+11
*
Move the VIR_DRV_FEATURE* constants
Daniel P. Berrange
2009-10-09
1
-0
/
+2
*
infra: define ATTRIBUTE_NONNULL to mark non-NULL parameters
Jim Meyering
2009-09-03
1
-0
/
+8
*
Workaround for broken GCC in Debian Etch
Maximilian Wilhelm
2009-08-05
1
-0
/
+6
*
Fix misc Win32 compile warnings
Daniel P. Berrange
2009-07-23
1
-5
/
+24
*
Generic internal threads API
Daniel P. Berrange
2009-01-15
1
-13
/
+0
*
Avoid passing NULL to printf %s specifier
John Levon
2009-01-15
1
-0
/
+8
*
add new logging module, and move existing definitions there
Daniel Veillard
2008-11-06
1
-15
/
+0
*
Move domain events helpers into dedicated file
Daniel P. Berrange
2008-11-04
1
-72
/
+0
*
Move some API declarations out of internal.h & hash.c into dedicated files
Daniel P. Berrange
2008-11-04
1
-206
/
+0
*
Remove unused internal virStateSigDispatcher() API
Daniel P. Berrange
2008-11-04
1
-2
/
+0
*
Move internal error APIs into virterror_internal.h & drop leading __ prefix
Daniel P. Berrange
2008-11-04
1
-24
/
+0
*
Remove use of virStringList in favour of strongly typed APIs
Daniel P. Berrange
2008-11-04
1
-12
/
+0
*
Massive patch adding event APIs by Ben Guthro
Daniel Veillard
2008-10-23
1
-2
/
+74
*
Centralize majority of error reporting logic.
Cole Robinson
2008-10-09
1
-0
/
+6
*
Move DEBUG macros to central location.
Cole Robinson
2008-10-06
1
-0
/
+3
[next]