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-01-28
Make rpmbuild -bs and -ts imply --nodeps (rhbz#235507)
Panu Matilainen
1
-0
/
+2
2008-01-27
Rename isCompressed() -> rpmFileIsCompressed() for namespacing
Panu Matilainen
1
-2
/
+2
2008-01-27
Use the suffix checker in rpmfc instead of inline defined version
Panu Matilainen
1
-6
/
+4
2008-01-25
Print regular provides on build too (mdvbz#36672)
Panu Matilainen
1
-1
/
+1
2008-01-10
Define and use UGIDMAX instead of hardcoded 1024 all over
Panu Matilainen
1
-10
/
+12
2008-01-09
Implementation of triggerprein scriptlets.
Panu Matilainen
3
-0
/
+13
2008-01-09
Permit files with glob characters in *.rpm packages (#147383)
Panu Matilainen
1
-1
/
+1
2008-01-02
Signedness consistency in rpmfi interface vs internal structures
Panu Matilainen
1
-1
/
+1
2008-01-02
Assorted int -> size_t string size fixes in build code
Panu Matilainen
4
-8
/
+8
2007-12-19
Add rpm_data_t (and _constdata_t) for header data, use everywhere
Panu Matilainen
4
-14
/
+14
2007-12-22
Fix multi-line macro expansion in last line of spec (mdvbz#27417)
Panu Matilainen
1
-18
/
+39
2007-12-18
Remove bogus const from rpmGlob argv return type
Panu Matilainen
1
-1
/
+1
2007-12-18
Make fsm failedFile non-const like it really is
Panu Matilainen
1
-1
/
+1
2007-12-18
Drop bogus const from temp variable
Panu Matilainen
1
-2
/
+2
2007-12-17
Unbreak internal dep generator
Panu Matilainen
1
-3
/
+4
2007-12-16
pgpReadPkts returns malloced memory, unconstify
Panu Matilainen
1
-1
/
+1
2007-12-16
Bogus const in temporary variables
Panu Matilainen
1
-1
/
+1
2007-12-16
More const removals
Panu Matilainen
1
-1
/
+1
2007-12-16
More constfree for spec exposed stuff for now
Panu Matilainen
1
-2
/
+2
2007-12-16
Much of spec internals is exposed, let them be const for now
Panu Matilainen
3
-16
/
+16
2007-12-16
Remove couple of bogus const uses in temp variables
Panu Matilainen
1
-2
/
+4
2007-12-16
Unconstify FileListRec and AttrRec contents
Panu Matilainen
1
-11
/
+11
2007-12-16
Remove const from rpmMkTempFile file name parameter
Panu Matilainen
2
-2
/
+2
2007-12-15
Make bunch of build internal code take const parameters
Panu Matilainen
3
-9
/
+9
2007-12-15
Another bunch of bogus const removals
Panu Matilainen
1
-3
/
+3
2007-12-15
Remove bogus const from rpmGenPath() temporary targets
Panu Matilainen
4
-10
/
+11
2007-12-15
Remove bogus const from rpmGetPath() temporary targets
Panu Matilainen
6
-15
/
+16
2007-12-14
Bogus const removal continued...
Panu Matilainen
7
-20
/
+19
2007-12-14
Bunch of const char* corrections
Panu Matilainen
5
-7
/
+9
2007-12-14
More size_t type pedantry
Panu Matilainen
2
-2
/
+2
2007-12-13
Use rpm_tagtype_t everywhere for rpm (header) tagtype type
Panu Matilainen
4
-7
/
+7
2007-12-13
Use rpm_tag_t everywhere for rpm (header) tag type
Panu Matilainen
10
-40
/
+43
2007-12-13
Use rpm_count_t everywhere for header data count
Panu Matilainen
4
-5
/
+6
2007-12-13
Use rpm_count_t everywhere for header data count
Panu Matilainen
4
-9
/
+12
2007-12-11
Silly thinko/typo causing source rpms to provide their nvr..
Panu Matilainen
1
-1
/
+1
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
24
-69
/
+69
2007-12-07
Yet more rpmbuild fixups from rpmerr.h removal (partly from rpm5.org)
Panu Matilainen
14
-221
/
+223
2007-12-07
rpm5.org: fixup spec parsing from rpmerr.h removal
Panu Matilainen
2
-40
/
+51
2007-12-07
rpm5.org: fixup various places in rpmbuild from rpmerr.h elimination
Panu Matilainen
5
-65
/
+68
2007-12-07
rpm5.org: use pid_t, not int in build doScript
Panu Matilainen
1
-3
/
+3
2007-12-04
Eliminate debug junk from the API
Panu Matilainen
1
-6
/
+9
2007-12-03
Split rpmte internals to separate header
Panu Matilainen
1
-4
/
+1
2007-12-02
Move rpmsenseFlag enums to rpmds where they logically belong
Panu Matilainen
1
-0
/
+1
2007-12-03
Split rpmfi internals to separate header
Panu Matilainen
2
-3
/
+2
2007-12-03
Use regular POSIX functions instead of "RPC" clones
Panu Matilainen
4
-17
/
+17
2007-12-01
More rpmlead exorcizing
Panu Matilainen
2
-26
/
+10
2007-12-01
Make rpmlead opaque, add methods to deal with it
Panu Matilainen
1
-59
/
+6
2007-12-01
(no)dirtokens is just a build-time option now
Panu Matilainen
1
-0
/
+5
2007-11-30
Move logging related macros rpmlog, adjust includes
Panu Matilainen
1
-0
/
+1
2007-11-27
Remove unneeded includes
Panu Matilainen
1
-3
/
+0
[next]