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
2007-12-16
Unconstify FileListRec and AttrRec contents
Panu Matilainen
1
-11
/
+11
2007-12-15
Make bunch of build internal code take const parameters
Panu Matilainen
1
-5
/
+5
2007-12-15
Remove bogus const from rpmGenPath() temporary targets
Panu Matilainen
1
-6
/
+7
2007-12-15
Remove bogus const from rpmGetPath() temporary targets
Panu Matilainen
1
-4
/
+5
2007-12-14
Bogus const removal continued...
Panu Matilainen
1
-2
/
+2
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
-2
/
+2
2007-12-13
Use rpm_tag_t everywhere for rpm (header) tag type
Panu Matilainen
1
-2
/
+3
2007-12-13
Use rpm_count_t everywhere for header data count
Panu Matilainen
1
-1
/
+1
2007-12-13
Use rpm_count_t everywhere for header data count
Panu Matilainen
1
-2
/
+3
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-6
/
+6
2007-12-07
Yet more rpmbuild fixups from rpmerr.h removal (partly from rpm5.org)
Panu Matilainen
1
-67
/
+71
2007-12-07
rpm5.org: fixup various places in rpmbuild from rpmerr.h elimination
Panu Matilainen
1
-3
/
+3
2007-12-03
Split rpmte internals to separate header
Panu Matilainen
1
-4
/
+1
2007-12-03
Split rpmfi internals to separate header
Panu Matilainen
1
-1
/
+1
2007-12-03
Use regular POSIX functions instead of "RPC" clones
Panu Matilainen
1
-5
/
+5
2007-11-27
Move legacy%#¤%#¤ to librpm now that it can move..
Panu Matilainen
1
-1
/
+1
2007-11-26
Eliminate type "byte"
Ralf Corsépius
1
-2
/
+2
2007-11-23
Expand private include file names to be relative to $(top_srcdir)
Ralf Corsépius
1
-5
/
+5
2007-11-22
Calculating file checksums aint legacy activity
Panu Matilainen
1
-2
/
+4
2007-11-23
Move string helpers from lib/misc.h to rpmio/rpmstring.h
Panu Matilainen
1
-1
/
+0
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-7
/
+7
2007-11-19
Lose rpmerr.h for good
Panu Matilainen
1
-1
/
+1
2007-11-19
Replace all RPMERR_* etc uses with corresponding RPMLOG_* levels
Panu Matilainen
1
-58
/
+58
2007-11-07
Remove bunch of unnecessary misc.h includes, document others
Panu Matilainen
1
-1
/
+1
2007-10-31
Document RPMFI_INTERNAL uses
Panu Matilainen
1
-1
/
+1
2007-10-31
Document _RPMTE_INTERNAL needs
Panu Matilainen
1
-1
/
+1
2007-10-29
Add SKIPSPACE.
Ralf Corsépius
1
-0
/
+1
2007-10-29
Hum, files.c needs rpmio_internal afterall for rpmioSlurp
Panu Matilainen
1
-0
/
+1
2007-10-29
Include rpmpgp.h instead of rpmio_internal.h
Panu Matilainen
1
-1
/
+1
2007-10-29
Use fdGetFILE() instead of rpmio internal fdGetFp() everywhere
Panu Matilainen
1
-1
/
+1
2007-10-28
Include "rpmbuild.h" instead of <rpmbuild.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmio_internal.h" instead of <rpmio_internal.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "fts.h" instead of <fts.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-26
Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.
Ralf Corsépius
1
-13
/
+13
2007-10-09
Make rpmerr.h private, include directly where needed.
Panu Matilainen
1
-0
/
+1
2007-10-09
Replace all uses of RPMMESS_WARNING with RPMLOG_WARNING
Panu Matilainen
1
-3
/
+3
2007-10-09
Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE
Panu Matilainen
1
-2
/
+2
2007-10-09
Replace all uses of RPMMESS_ERROR with RPMLOG_ERR
Panu Matilainen
1
-1
/
+1
2007-10-09
Replace all rpmMessage() uses with rpmlog()
Panu Matilainen
1
-5
/
+5
2007-10-09
Replace all rpmError() uses with rpmlog()
Panu Matilainen
1
-35
/
+35
2007-10-06
const-ify second arg of strtokWithQuotes.
Ralf Corsépius
1
-1
/
+1
2007-10-06
Add description stub to strtokWithQuotes to silence doxygen.
Ralf Corsépius
1
-0
/
+1
2007-09-21
Rename Spec -> rpmSpec for namespacing
Panu Matilainen
1
-5
/
+5
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-219
/
+34
2007-09-03
Remove __LCLINT__-ifdef'ed blocks.
Ralf Corsépius
1
-3
/
+0
2007-09-03
Rip out selinux file contexts from headers.
Panu Matilainen
1
-21
/
+0
2007-08-15
Replace MKDIR_P and MKDIR with RPM_MKDIR_P and RPM_MKDIR to avoid conflicts w...
Ralf Corsépius
1
-1
/
+1
2007-08-13
Fail build on find-provide / -require errors (#rhbz#226751)
Panu Matilainen
1
-2
/
+2
2007-07-23
Avoid static buffer and extra copy in docdir checking.
Panu Matilainen
1
-5
/
+4
[next]