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
/
files.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-14
Fix segfault on zero-length %policy file
Panu Matilainen
1
-1
/
+1
2008-08-14
Don't fail build on too large but excluded files
Panu Matilainen
1
-12
/
+13
2008-07-16
Make sure there's room for \0 (packages with no files)
Panu Matilainen
1
-1
/
+1
2008-07-07
Make verifyAttrs and virtualFileAttributes static
Panu Matilainen
1
-2
/
+2
2008-06-26
Teach build about 64bit payload etc size tags
Panu Matilainen
1
-2
/
+4
2008-06-26
Only insert 64bit filesizes on build if required
Panu Matilainen
1
-8
/
+22
2008-06-26
Add a bit of protection against oversized files
Panu Matilainen
1
-1
/
+7
2008-06-19
Use type specific headerPut() for all of build/files.c
Panu Matilainen
1
-90
/
+26
2008-06-17
Shut up incompatible pointer warnings from rpmtdFromStringArray()
Panu Matilainen
1
-10
/
+18
2008-06-17
Oops, RPMTAG_FILEMODES is INT16, not 32 type
Panu Matilainen
1
-2
/
+2
2008-06-17
Convert the rest of genCpioListAndHeader() to headerPut()
Panu Matilainen
1
-49
/
+41
2008-06-17
Convert the straightforward bits of build/files.c to headerPut()
Panu Matilainen
1
-41
/
+58
2008-06-10
Add 64bit filesizes to header on build
Jindrich Novy
1
-0
/
+5
2008-06-09
Use 64bit type internally for total file size counting in build
Panu Matilainen
1
-3
/
+7
2008-06-02
Enable build-time configuration of non-MD5 file checksum digest algorithms
Panu Matilainen
1
-1
/
+25
2008-06-02
Use RPMTAG_FILEDIGESTS instead of MD5S internally
Panu Matilainen
1
-2
/
+2
2008-05-26
Convert processPackageFiles() to new headerGet() interface
Panu Matilainen
1
-5
/
+6
2008-05-26
Convert timeCheck() to new headerGet() & resurrect functionality
Panu Matilainen
1
-11
/
+10
2008-05-13
Simplify initSourceHeader()
Panu Matilainen
1
-43
/
+31
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
1
-26
/
+3
2008-05-05
Remove obsolete parseForRegexLang()
Jindrich Novy
1
-46
/
+1
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
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-19
Remove ugly hardcoded docDirs list, use a macro instead
Panu Matilainen
1
-33
/
+13
2008-04-19
Avoid entirely silly rpmio FD_t use in processPackageFiles()
Panu Matilainen
1
-11
/
+7
2008-04-19
Use argvFree() instead of manual free in loop
Panu Matilainen
1
-3
/
+2
2008-04-17
Eliminate splitString() and freeSplitString()
Panu Matilainen
1
-6
/
+8
2008-04-17
Fix dumb off-by-one errors introduced by rstrlcpy() changes
Panu Matilainen
1
-6
/
+6
2008-04-17
Use rstrlcpy() for various parseForFoo() functions in build
Panu Matilainen
1
-12
/
+6
2008-04-10
Unbreak srpm generation broken by 6c4b0cbd93709a0fa18af1ef07af44da585bb5f6
Panu Matilainen
1
-5
/
+4
2008-04-09
Rip the last remaining disk/file URL stuff in processSourceFiles()
Panu Matilainen
1
-15
/
+11
2008-04-09
And more url ripping in build internals... (addFile)
Panu Matilainen
1
-24
/
+19
2008-04-09
URL -> path renames continued... (build internal)
Panu Matilainen
1
-6
/
+6
2008-04-09
Rename FileListRec_s disk + cpio path variables
Panu Matilainen
1
-23
/
+23
2008-04-09
Yet more url ripping - buildroot is never an url
Panu Matilainen
1
-20
/
+17
2008-04-09
More url-path ripping in build/
Panu Matilainen
1
-29
/
+20
2008-04-07
ARGV_t const pendantry
Panu Matilainen
1
-1
/
+1
2008-04-03
Don't use static buffers in parseForRegexLang()
Jindrich Novy
1
-8
/
+8
2008-03-18
Minimal namespacing for locale-insensitive x*() string functions
Panu Matilainen
1
-5
/
+5
2008-03-06
Mark bunch of static build-related tables as read-only
Panu Matilainen
1
-3
/
+3
[prev]
[next]