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
/
Makefile.maint
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include 'CHECK: ' prefix when printing name of each syntax-check rule that is...
Daniel P. Berrange
2009-03-24
1
-1
/
+1
*
Core internal driver stub for sVirt support (Jams Morris & Dan Walsh)
Daniel P. Berrange
2009-03-03
1
-0
/
+1
*
maint: sync from coreutils
Jim Meyering
2009-01-29
1
-18
/
+59
*
* Makefile.maint: sync from coreutils
Jim Meyering
2009-01-29
1
-186
/
+240
*
prohibit new uses of VIR_ERR_NO_MEMORY
Jim Meyering
2009-01-29
1
-0
/
+5
*
correct and tighten up .*ignore files
Jim Meyering
2009-01-23
1
-6
/
+6
*
maint: update list of error function names and adapt
Jim Meyering
2009-01-23
1
-4
/
+4
*
use the gnulib random_r function
Daniel P. Berrange
2009-01-22
1
-1
/
+1
*
generate .hgignore
John Levon
2009-01-22
1
-0
/
+7
*
Add syntax check rule to look for non-reentrant POSIX apis
Daniel P. Berrange
2009-01-20
1
-0
/
+11
*
avoid syntax-check (po-check) failure due to FP match on gettext.m4
Jim Meyering
2009-01-06
1
-0
/
+1
*
Makefile.maint: sync from coreutils
Jim Meyering
2009-01-05
1
-35
/
+42
*
* Makefile.maint (msg_gen_function): Add to the list.
Jim Meyering
2009-01-05
1
-17
/
+47
*
use virAsprintf instead of asprintf
Guido Günther
2008-12-23
1
-0
/
+5
*
Makefile.maint: use $(srcdir), not $(top_srcdir)
Jim Meyering
2008-12-18
1
-3
/
+3
*
enforce the "include <config.h> first" rule
Jim Meyering
2008-12-17
1
-0
/
+15
*
use $(top_srcdir) for m4/ and $(VC_LIST)
Guido Günther
2008-12-17
1
-3
/
+3
*
syntax-check: enforce the no-cvs-keywords prohibition
Jim Meyering
2008-12-15
1
-0
/
+8
*
Oops did the wrong fix in previous commit, correct fix, Daniel
Daniel Veillard
2008-12-12
1
-2
/
+2
*
* Makefile.maint: fix tabs in C source error message based on
Daniel Veillard
2008-12-12
1
-1
/
+1
*
syntax-check: prohibit all new uses of gethostby* functions
Jim Meyering
2008-12-11
1
-0
/
+6
*
Merge all return paths from UML driver APIs
Daniel P. Berrange
2008-12-04
1
-0
/
+1
*
mark a few diagnostics for translation
Jim Meyering
2008-11-07
1
-1
/
+2
*
Makefile.maint (sync-vcs-ignore-files): avoid risk of abuse
Jim Meyering
2008-10-17
1
-7
/
+23
*
generate .gitignore files from .cvsignore ones
Jim Meyering
2008-10-17
1
-0
/
+9
*
build: when po-check fails, say why and suggest a fix
Jim Meyering
2008-10-16
1
-3
/
+8
*
enable format-safety checks for virDomainReportError
Jim Meyering
2008-07-18
1
-0
/
+1
*
cleanup OpenVZ error function
Daniel Veillard
2008-07-10
1
-0
/
+1
*
quiet "make syntax-check"
Jim Meyering
2008-06-25
1
-2
/
+2
*
* Makefile.maint (sc_prohibit_strcmp): Also prohibit strncmp.
Jim Meyering
2008-05-15
1
-1
/
+2
*
Use gnulib's c-ctype.h, not <ctype.h>.
Jim Meyering
2008-05-09
1
-3
/
+13
*
sytnax-check: add a check for risky ctype macro use
Jim Meyering
2008-05-09
1
-0
/
+9
*
tests: recognize more uses of strcmp.
Jim Meyering
2008-04-29
1
-1
/
+1
*
Enable 'make syntax-check's sc_changelog rule.
Jim Meyering
2008-04-21
1
-1
/
+5
*
ensure that no C source file uses TABs for indentation
Jim Meyering
2008-04-10
1
-0
/
+11
*
lxcError: mark a string and add to the list of nearly-checked functions
Jim Meyering
2008-03-27
1
-0
/
+1
*
testError: mark most string arguments for translation
Jim Meyering
2008-03-27
1
-2
/
+3
*
openvzLog: mark its string arguments for translation
Jim Meyering
2008-03-27
1
-1
/
+1
*
error: mark most string arguments for translation
Jim Meyering
2008-03-27
1
-1
/
+3
*
qemudReportError: mark for translation string args to this function
Jim Meyering
2008-03-27
1
-1
/
+1
*
ReportError: mark for translation string args to this function
Jim Meyering
2008-03-27
1
-1
/
+1
*
xenXMError: mark for translation string args to this function
Jim Meyering
2008-03-27
1
-1
/
+1
*
Mark many more strings for translation.
Jim Meyering
2008-03-27
1
-5
/
+28
*
* Makefile.maint (err_func_re): Add lxcError.
Jim Meyering
2008-03-24
1
-1
/
+1
*
Sync Makefile rules from coreutils.
Jim Meyering
2008-03-24
1
-79
/
+80
*
Avoid new "make syntax-check" failures.
Jim Meyering
2008-02-25
1
-1
/
+5
*
Use safewrite in place of write, in many cases.
Jim Meyering
2008-02-22
1
-0
/
+11
*
Added main internal storage driver impl
Daniel P. Berrange
2008-02-20
1
-1
/
+1
*
Enable another syntax-check rule.
Jim Meyering
2008-02-07
1
-1
/
+1
*
Mark all qemudLog diagnostics for translation.
Jim Meyering
2008-02-07
1
-1
/
+1
[next]