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
/
lib
/
rpmds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-04
Return error codes from rpmdsRpmlib()
Panu Matilainen
1
-4
/
+4
2011-02-15
Fix corner-case behavior on dependency matching when release not present
Michael Schroeder
1
-2
/
+14
2010-12-13
Implement transaction ordering hinting
Panu Matilainen
1
-0
/
+4
2010-11-05
Const-correctness: rpmdsRpmlib() doesn't (and must not) modify tblp
Panu Matilainen
1
-1
/
+1
2010-10-22
Switch rpmds API and internals to use rpmTagVal instead of rpmTag
Panu Matilainen
1
-13
/
+13
2010-09-21
Use RPMTAG_NOT_FOUND instead of for "invalid tag" value
Panu Matilainen
1
-1
/
+1
2010-09-13
Eliminate all fooUnlink() functions out of the API
Panu Matilainen
1
-1
/
+1
2010-06-28
Use rpmdsThis() instead of doing the same manually
Panu Matilainen
1
-12
/
+5
2010-03-29
Lazy allocation of rpmds color array
Panu Matilainen
1
-4
/
+4
2010-03-29
Remove unused dependency set file reference count
Panu Matilainen
1
-27
/
+0
2010-03-29
Remove unused and non-sensible depedency set build-time
Panu Matilainen
1
-21
/
+0
2010-03-26
Add public rpmdsCurrent() function for creating a single ds from iteration
Panu Matilainen
1
-0
/
+10
2010-03-26
Split single ds generation into helper function, clean up a bit
Panu Matilainen
1
-13
/
+18
2010-03-26
Record header instance in dependency sets + add API for retrieving
Panu Matilainen
1
-0
/
+8
2010-03-22
Lose the useless rpmds refcounting debug junk + switches
Panu Matilainen
1
-24
/
+11
2010-03-12
Record problems into the transaction elements causing them
Panu Matilainen
1
-26
/
+0
2010-03-11
Support run-time macro and queryformat expansion on scriptlets
Panu Matilainen
1
-0
/
+3
2009-12-22
Remove redundant NULL-check
Panu Matilainen
1
-1
/
+0
2009-11-24
Dont blow up on headers without requireflags in rpmdsNew()
Panu Matilainen
1
-1
/
+1
2009-10-21
Ensure RPMSENSE_RPMLIB bit is always set on rpmlib() requires in rpmds flags
Panu Matilainen
1
-0
/
+8
2009-09-07
Remove bogus non-null check
Panu Matilainen
1
-1
/
+0
2009-09-07
Eliminate unused calculations
Panu Matilainen
1
-2
/
+0
2009-09-07
Eliminate unused variable
Panu Matilainen
1
-2
/
+0
2009-09-02
Take advantage of headerGetNumber() to get buildtime..
Panu Matilainen
1
-6
/
+2
2009-09-02
Eliminate uses of headerNVR() and friends in librpm (and python) code
Panu Matilainen
1
-7
/
+4
2009-08-31
Replace equal/not equal uses of str[n]cmp() with rstreq[n] in main ts code
Panu Matilainen
1
-7
/
+7
2009-08-28
Don't try to incref NULL ds
Panu Matilainen
1
-4
/
+1
2009-06-16
Generate DNEVR string lazily on rpmdsDNEVR() calls
Panu Matilainen
1
-15
/
+13
2009-06-16
Eliminate epoch promotion debug cruft
Panu Matilainen
1
-15
/
+0
2009-05-07
Dont bother generation rpmds debug messages unless in debug mode
Panu Matilainen
1
-0
/
+2
2009-05-06
rpmdsThis() is really just a special case of rpmdsSingle()
Panu Matilainen
1
-26
/
+3
2009-03-26
Eliminate pointless xstrdup()'s, the strings are never modified
Panu Matilainen
1
-4
/
+2
2009-03-18
Add support for "lzma alone" compression format (lzdio)
Panu Matilainen
1
-0
/
+3
2009-03-18
LZMA -> XZ renaming
Panu Matilainen
1
-2
/
+4
2009-02-27
Add md5->filedigest aliases (rhbz#487597)
Jindrich Novy
1
-1
/
+1
2009-02-26
Handle empty argv passed to rpmdsDupArgv()
Panu Matilainen
1
-3
/
+2
2009-02-06
Bump FileDigests rpmlib dependency version
Panu Matilainen
1
-1
/
+1
2009-01-20
Grab dependency name & version strings as argv-style arrays
Panu Matilainen
1
-1
/
+1
2009-01-20
rpmdsMerge() expects ds->N and ds->EVR as argv-style arrays (ticket #22)
Panu Matilainen
1
-26
/
+6
2008-10-30
Kill of scareMem / keep header flag from rpmds
Panu Matilainen
1
-18
/
+5
2008-10-30
Remove unnecessary scaremem flags, hardwired to no scaremem anyway
Panu Matilainen
1
-2
/
+1
2008-10-29
Start adding POSIX 1.e draft file capability support for real
Panu Matilainen
1
-0
/
+5
2008-10-13
Honor default nopromote setting everywhere in rpmds (rhbz#466503)
Panu Matilainen
1
-0
/
+3
2008-06-16
Lose the useless tag data type fields from rpmds
Panu Matilainen
1
-17
/
+5
2008-06-13
Minimally convert rpmdsNew() to use new headerGet()
Panu Matilainen
1
-24
/
+21
2008-06-09
Handle NULL in str2hge()
Panu Matilainen
1
-3
/
+9
2008-06-02
Enable build-time configuration of non-MD5 file checksum digest algorithms
Panu Matilainen
1
-0
/
+3
2008-05-21
Include rpmtypes.h first instead of rpmtag.h everywhere
Panu Matilainen
1
-1
/
+1
2008-04-22
Handle lzma payload
Jindrich Novy
1
-0
/
+3
2008-04-09
Replace bunch of wtf evr formatters with headerGetNVR()
Panu Matilainen
1
-30
/
+6
[next]