index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-15
Fix cpio_doio()
Jindrich Novy
1
-21
/
+18
2011-03-14
Clean up rpmfcClassify()
Jindrich Novy
1
-20
/
+19
2011-03-10
Clean up rpmfcApply() and rpmfcHelper()
Jindrich Novy
1
-40
/
+44
2011-03-09
Clean up rpmfcExec()
Jindrich Novy
1
-7
/
+4
2011-03-04
Yet remove some unused variables to suppress warnings
Jindrich Novy
1
-13
/
+13
2011-03-04
Make rpmspecQuery() return match the description
Panu Matilainen
1
-4
/
+3
2011-03-04
Actually propagare failure when addOrAppendListEntry() fails,
Jindrich Novy
1
-7
/
+11
2011-03-04
Define variables in processBinaryPolicies() only if they are needed
Jindrich Novy
1
-2
/
+2
2011-03-04
Add missing exit status check for waitpid() while executing scriptlets
Jindrich Novy
1
-0
/
+7
2011-02-21
Fix braindamage in the depgen helper collector loop (RhBug:675002)
Panu Matilainen
1
-10
/
+13
2011-02-15
Allow uncompressed payload in packages
Michael Schroeder
1
-2
/
+5
2011-01-25
Teach rpm about post-transaction dependencies
Panu Matilainen
2
-1
/
+2
2011-01-21
Restore default SIGPIPE handling for build scriptlets (RhBug:651463)
Panu Matilainen
1
-1
/
+2
2010-12-23
Require %files section for package generation again
Panu Matilainen
4
-1
/
+10
2010-12-16
Unbreak file user/groupname handling in build
Panu Matilainen
1
-6
/
+6
2010-12-15
Remove the now unused user/group caching code
Panu Matilainen
3
-241
/
+1
2010-12-15
Unify the user+group caching between librpm and librpmbuild
Panu Matilainen
3
-12
/
+15
2010-12-13
Implement transaction ordering hinting
Panu Matilainen
3
-0
/
+9
2010-12-10
Implement filtering of autogenerated dependencies
Panu Matilainen
1
-5
/
+18
2010-12-10
Some further preliminaries for next bits
Panu Matilainen
1
-21
/
+18
2010-12-10
Refactor the helper execution out of rpmfcHelper()
Panu Matilainen
1
-60
/
+67
2010-12-10
Rename pattern -> path for, duh, path patterns
Panu Matilainen
1
-12
/
+12
2010-12-10
Support excluding by path or magic in file classification
Panu Matilainen
1
-0
/
+18
2010-12-10
Remove broken versioned provides rpmlib() tracking
Panu Matilainen
2
-25
/
+0
2010-12-03
Bump library sonames
Panu Matilainen
1
-1
/
+1
2010-12-01
Fix bogus error reporting from autogenerated dependencies (ticket #181)
Panu Matilainen
1
-10
/
+14
2010-12-01
Pass RPM_BUILD_ROOT to helper scripts through environment always
Panu Matilainen
3
-9
/
+15
2010-12-01
Remember buildroot directory in rpmfc struct
Panu Matilainen
2
-4
/
+25
2010-12-01
Eliminate unused dir argument to getOutputFrom()
Panu Matilainen
1
-9
/
+2
2010-11-17
Plug a minor memory leak in librpmbuild doPatch()
Panu Matilainen
1
-1
/
+1
2010-10-30
Const-correctness: source is a pointer to fullSource and must not be freed
Panu Matilainen
1
-1
/
+1
2010-10-29
Const-correctness: rpmCharCheck() doesn't modify field, make it const
Panu Matilainen
2
-3
/
+3
2010-10-29
Lose ancient lclint remnants from the repository
Panu Matilainen
1
-18
/
+0
2010-10-29
Eliminate unused truncStringBuf() function
Panu Matilainen
2
-12
/
+0
2010-10-29
Eliminate unused spectag and speclines goo from spec
Panu Matilainen
5
-108
/
+0
2010-10-28
Fix the remaining enum abuse over rpmParseState in librpmbuild
Panu Matilainen
3
-5
/
+5
2010-10-28
Now, make getStringBuf() return const char * for correctness sake
Panu Matilainen
2
-2
/
+2
2010-10-28
parseScript() const pedantry
Panu Matilainen
1
-5
/
+5
2010-10-28
Use ARGV_t instead of stringbuf in changelog parsing
Panu Matilainen
1
-6
/
+7
2010-10-28
Use ARGV_t for temporary line storage directly
Panu Matilainen
1
-9
/
+3
2010-10-28
Pass the script to doScript() as const char *
Panu Matilainen
3
-9
/
+16
2010-10-28
Argument passing hysteria in doScript()
Panu Matilainen
1
-19
/
+6
2010-10-28
Handle NULL sb in getStringBuf() cleanly
Panu Matilainen
1
-1
/
+1
2010-10-28
Use ARGV_t for package fileFile, fileList and policyList
Panu Matilainen
6
-33
/
+17
2010-10-28
Eliminate splitString() leftover braindamage in processSourceFiles()
Panu Matilainen
1
-13
/
+5
2010-10-26
Bury StringBuf inside librpmbuild internals
Panu Matilainen
3
-0
/
+122
2010-10-26
Make rpmfcExec() internal
Panu Matilainen
2
-11
/
+11
2010-10-22
Brute-force s/rpmTag/rpmTagVal/ in entire librpmbuild
Panu Matilainen
12
-41
/
+41
2010-10-22
Fix invalid uses of rpmTag/rpmSigTag in pack.c
Panu Matilainen
1
-3
/
+3
2010-10-22
Use header datatype for hash algo instead of pgpHashAlgo enum
Panu Matilainen
1
-1
/
+1
[next]