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
2008-05-22
Fix printing of patch numbers, doh :)
Panu Matilainen
1
-1
/
+1
2008-05-21
Include rpmtypes.h first instead of rpmtag.h everywhere
Panu Matilainen
2
-2
/
+2
2008-05-20
Ignore quotes in expression
Jindrich Novy
1
-0
/
+2
2008-05-14
Convert file color calculation in rpmfcGenerateDepends() to new interface
Panu Matilainen
1
-11
/
+8
2008-05-13
Convert a few cases in rpmfc to use the new rpmtdFromArg() methods
Panu Matilainen
1
-28
/
+21
2008-05-13
Convert couple of headerGetEntry() uses to new interface in parsePreamble
Panu Matilainen
1
-17
/
+15
2008-05-13
Use tag container iterator for ismemberInEntry()
Panu Matilainen
1
-9
/
+7
2008-05-13
Convert checkForDuplicates() to use new interfaces
Panu Matilainen
1
-5
/
+7
2008-05-13
Simplify initSourceHeader()
Panu Matilainen
1
-43
/
+31
2008-05-12
Convert internal uses of headerSprintf() to headerFormat()
Panu Matilainen
3
-5
/
+3
2008-05-12
Fixup paths and Makefiles for rpmdb/ elimination
Panu Matilainen
1
-1
/
+0
2008-05-08
Don't run fixowner and fixgroup at end of %prep
Panu Matilainen
1
-12
/
+6
2008-05-07
Oops, plug leak introduced by previous commit
Panu Matilainen
1
-1
/
+3
2008-05-07
Simplify doPatch()
Panu Matilainen
1
-31
/
+18
2008-05-07
Plug another memleak from genCpioListAndHeader()
Panu Matilainen
1
-2
/
+4
2008-05-07
rpmfi actions is already alloced by rpmfiNew(), don't leak memory
Panu Matilainen
1
-1
/
+0
2008-05-06
Eliminate nasty hackery with "special" doc + docdir format
Panu Matilainen
4
-26
/
+36
2008-05-06
Nuke EXPRBUFSIZ, it is now useless
Jindrich Novy
1
-2
/
+0
2008-05-06
Don't use static buffer for parsing an expression
Jindrich Novy
1
-19
/
+24
2008-05-05
Indentation fixes
Panu Matilainen
1
-8
/
+8
2008-05-05
Eliminate static sized string buffer in parseScript()
Panu Matilainen
1
-4
/
+4
2008-05-05
Trap RPMRC_FAIL returns from spec parse with abort() for now
Panu Matilainen
1
-0
/
+4
2008-05-05
Make readLine() return PART_ERROR on errors
Panu Matilainen
1
-7
/
+7
2008-05-05
Fix (hopefully ;) signaling for line continuations on spec parsing
Panu Matilainen
1
-8
/
+9
2008-05-05
Indentation fixes
Panu Matilainen
1
-10
/
+9
2008-05-05
Make parseSpec() return PART_ERROR on all errors
Panu Matilainen
1
-6
/
+4
2008-05-05
Make parseFiles() return PART_ERROR on failure
Panu Matilainen
1
-12
/
+7
2008-05-05
Make parseScript() return PART_ERROR on errors
Panu Matilainen
1
-17
/
+9
2008-05-05
Make parseDescription() return PART_ERROR on errors
Panu Matilainen
1
-9
/
+7
2008-05-05
Make parseChangeLog() return PART_ERROR on errors
Panu Matilainen
1
-9
/
+14
2008-05-05
Make parseBuildInstallClean() return PART_ERROR on errors, streamline exits
Panu Matilainen
1
-11
/
+18
2008-05-05
Make parsePrep() return PART_ERROR on errors
Panu Matilainen
1
-8
/
+10
2008-05-05
Streamline parsePreamble() exists
Panu Matilainen
1
-27
/
+21
2008-05-05
Start cleaning up the rpmerr removal mess of build/ return codes
Panu Matilainen
2
-11
/
+12
2008-05-05
Remove obsolete parseForRegexLang()
Jindrich Novy
1
-46
/
+1
2008-05-05
Check for pipe() returns in rpmfc helper output reading
Panu Matilainen
1
-2
/
+4
2008-05-03
Temp file handling tweaks
Panu Matilainen
2
-2
/
+2
2008-04-29
Plug memleak in parseSimplePart()
Panu Matilainen
1
-5
/
+9
2008-04-28
genCpioListAndHeader() indentation fixes, no other changes
Panu Matilainen
1
-36
/
+36
2008-04-28
Allocate buffer for %doc filenames dynamically
Panu Matilainen
1
-7
/
+5
2008-04-28
Remove unnecessary block which just messes up indentation
Panu Matilainen
1
-4
/
+2
2008-04-28
Set processingFailed just once
Panu Matilainen
1
-9
/
+6
2008-04-28
Don't leak memory on failure in checkForValidArchitectures()
Panu Matilainen
1
-6
/
+9
2008-04-28
Oops...
Panu Matilainen
1
-1
/
+1
2008-04-28
..and for parseForLang()
Panu Matilainen
1
-12
/
+16
2008-04-28
..and the same for parseForConfig()
Panu Matilainen
1
-7
/
+13
2008-04-28
parseForAttr() tweaks
Panu Matilainen
1
-19
/
+22
2008-04-28
Avoid alloca() in parseForVerify(), streamline exit paths a bit
Panu Matilainen
1
-9
/
+14
2008-04-28
Avoid alloca() in parseForDev()
Panu Matilainen
1
-2
/
+3
2008-04-25
Single point of exit for dateToTimet(), avoid alloca()
Panu Matilainen
1
-17
/
+21
[next]