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
/
pack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-27
Oops, it wasn't unnecessary include afterall..
Panu Matilainen
1
-0
/
+1
2008-11-27
Remove unnecessary rpmfi_internal.h include
Panu Matilainen
1
-1
/
+0
2008-11-27
Pass rpmte to fsmSetup()
Panu Matilainen
1
-1
/
+7
2008-11-18
Lazy allocation of FSM for file info sets
Panu Matilainen
1
-2
/
+2
2008-11-18
Generate and insert SOURCERPM tag earlier
Panu Matilainen
1
-19
/
+0
2008-11-10
Add the post-build package checker feature in rpmbuild (upstream ticket #2)
Jindrich Novy
1
-2
/
+50
2008-09-22
Fix error messages in processScriptFiles()
Jindrich Novy
1
-2
/
+2
2008-08-13
Unbreak payload size tag generation on ppc (rhbz#458817)
Panu Matilainen
1
-3
/
+6
2008-06-26
Teach build about 64bit payload etc size tags
Panu Matilainen
1
-11
/
+29
2008-06-26
Type corrections
Panu Matilainen
1
-1
/
+2
2008-06-19
Use type specific headerPut() for all of build/pack.c
Panu Matilainen
1
-92
/
+27
2008-06-18
Convert RPM_BIN_TYPE uses in build to headerPut()
Panu Matilainen
1
-2
/
+3
2008-06-17
Shut up incompatible pointer warnings from rpmtdFromStringArray()
Panu Matilainen
1
-7
/
+17
2008-06-17
Convert rest of writeRPM() to headerPut()
Panu Matilainen
1
-3
/
+12
2008-06-17
Convert most of build/pack.c to use rpmtdFromFoo() and headerPut()
Panu Matilainen
1
-40
/
+83
2008-06-17
Replace headerRemoveEntry() with headerDel() everywhere
Panu Matilainen
1
-1
/
+1
2008-06-09
Use 64bit type internally for package archive size & offset
Panu Matilainen
1
-1
/
+6
2008-05-26
Oops, don't free data we're supposed to pass around...
Panu Matilainen
1
-1
/
+0
2008-05-26
Convert addPackageProvides() to new headerGet()
Panu Matilainen
1
-2
/
+3
2008-05-26
Convert writeRPM() to use new headerGet()
Panu Matilainen
1
-7
/
+7
2008-05-26
Convert addFileToTag() to new headerGet()
Panu Matilainen
1
-3
/
+5
2008-05-12
Convert internal uses of headerSprintf() to headerFormat()
Panu Matilainen
1
-2
/
+1
2008-05-03
Temp file handling tweaks
Panu Matilainen
1
-1
/
+1
2008-04-22
Allow lzma payload in writeRPM()
Jindrich Novy
1
-0
/
+3
2008-04-15
Abort build on unknown payload compressor
Panu Matilainen
1
-6
/
+13
2008-04-11
Rewrite rpmMkTempFile() for sanity
Panu Matilainen
1
-1
/
+2
2008-04-10
First crack at adding ISA provides to packages (rhbz#235755)
Panu Matilainen
1
-2
/
+20
2008-04-10
Add a static, far simpler addPackageProvides() to build
Panu Matilainen
1
-2
/
+19
2008-04-10
Remove unnecessary providePackageNVR() from writeRPM()
Panu Matilainen
1
-7
/
+2
2008-03-24
Eliminate bogus const's from spec structure
Panu Matilainen
1
-1
/
+1
2008-03-24
Eliminate wtf pointer games with rpmGetPath result.
Panu Matilainen
1
-5
/
+6
2008-03-24
Avoid entirely silly rpmio use in addFileToTagAux()
Panu Matilainen
1
-5
/
+3
2008-03-23
Use rasprintf() to prevent overflows and remove BUFSIZ buffer limit.
Jindrich Novy
1
-3
/
+1
2008-03-23
Fix writeRPM, use dynamic allocation, remove bogus const.
Jindrich Novy
1
-6
/
+10
2008-03-06
Make yet more build tables readonly
Panu Matilainen
1
-1
/
+1
2008-02-05
Mass convert (back) to rpmTag as it's usable everywhere now
Panu Matilainen
1
-3
/
+3
2008-02-05
Use rpmTagType always now that it's available everywhere
Panu Matilainen
1
-1
/
+1
2008-02-04
Add rpm_off_t type for file size types, use where spotted
Panu Matilainen
1
-1
/
+1
2008-01-30
Include spring-cleaning
Panu Matilainen
1
-8
/
+6
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-0
/
+1
2008-01-02
Signedness consistency in rpmfi interface vs internal structures
Panu Matilainen
1
-1
/
+1
2007-12-19
Add rpm_data_t (and _constdata_t) for header data, use everywhere
Panu Matilainen
1
-2
/
+2
2007-12-18
Make fsm failedFile non-const like it really is
Panu Matilainen
1
-1
/
+1
2007-12-16
Bogus const in temporary variables
Panu Matilainen
1
-1
/
+1
2007-12-16
Much of spec internals is exposed, let them be const for now
Panu Matilainen
1
-1
/
+1
2007-12-16
Remove const from rpmMkTempFile file name parameter
Panu Matilainen
1
-1
/
+1
2007-12-15
Remove bogus const from rpmGetPath() temporary targets
Panu Matilainen
1
-5
/
+5
2007-12-14
Bogus const removal continued...
Panu Matilainen
1
-3
/
+3
2007-12-14
Bunch of const char* corrections
Panu Matilainen
1
-1
/
+1
2007-12-13
Use rpm_tagtype_t everywhere for rpm (header) tagtype type
Panu Matilainen
1
-1
/
+1
[prev]
[next]