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
2023-11-16
Upgrade version to 4.14
tizen/4.14.1.1.tizen20230628
wangbiao
1
-51
/
+735
2013-02-02
Add support for weak dependencies:
Anas Nashif
1
-0
/
+4
2012-10-05
Guard against NULL ds in the rpmds indexed getters
Panu Matilainen
1
-6
/
+6
2012-10-05
Export the indexed rpmds accessors internally
Panu Matilainen
1
-8
/
+9
2012-10-05
Add indexed access variants for rpmdsColor() and rpmdsCompare()
Panu Matilainen
1
-13
/
+20
2012-09-21
Take advantage of rpmstrPoolStreq() in rpmdsCompare()
Panu Matilainen
1
-1
/
+1
2012-09-13
Unify the three rpmdsFooMatchesDep() functions into one
Panu Matilainen
1
-36
/
+34
2012-09-13
Add pool-aware version of rpmdsRpmlib()
Panu Matilainen
1
-3
/
+9
2012-09-13
Add pool-aware versions of rpmdsThis() and rpmdsSingle()
Panu Matilainen
1
-7
/
+21
2012-09-13
Simplify single ds creation
Panu Matilainen
1
-12
/
+7
2012-09-12
Allow keeping hash table around on pool freeze, adjust callers
Panu Matilainen
1
-3
/
+3
2012-09-12
Add getters for rpmds dependency name and EVR pool ids
Panu Matilainen
1
-0
/
+25
2012-09-12
Add getter methods for rpmds and rpmfi string pool handle
Panu Matilainen
1
-0
/
+4
2012-09-11
Oops, only private pool should be frozen on ds create
Panu Matilainen
1
-2
/
+3
2012-09-11
Add an alternative rpmds constructor to allow shared pool usage
Panu Matilainen
1
-2
/
+7
2012-09-11
Freeze the rpmlib dependency set pool on successful return
Panu Matilainen
1
-0
/
+2
2012-09-11
Further split single ds creation into two, sigh
Panu Matilainen
1
-16
/
+31
2012-09-11
Unify the common parts of rpmds creation into a helper function
Panu Matilainen
1
-27
/
+26
2012-09-11
Eliminate assert()'s from rpmdsMerge()
Panu Matilainen
1
-5
/
+9
2012-09-11
Eliminate assert()'s from rpmdsDup()
Panu Matilainen
1
-7
/
+8
2012-09-11
Switch dependency sets to use string pool storage for names and evrs
Panu Matilainen
1
-71
/
+56
2012-09-11
Eliminate direct rpmds name (and flags) access on rpmdsNew()
Panu Matilainen
1
-3
/
+5
2012-09-11
Clean up rpmdsSearch() a bit
Panu Matilainen
1
-6
/
+7
2012-09-11
Add internal indexed variants of rpmds N, EVR and Flags getters
Panu Matilainen
1
-21
/
+27
2012-09-11
Clean up rpmdsFind() a bit
Panu Matilainen
1
-8
/
+18
2012-09-11
Split rpmds EVR comparison into function of its own
Panu Matilainen
1
-42
/
+50
2012-09-11
Use getter functions for name, evr and flags in rpmdsCurrent()
Panu Matilainen
1
-2
/
+2
2012-09-11
Clean up rpmdsCompare() a bit
Panu Matilainen
1
-12
/
+18
2012-09-11
Clean up rpmdsNewDNEVR() a bit
Panu Matilainen
1
-15
/
+18
2012-04-23
Add support for dpkg-style sorting of tilde in version/release
Michael Schroeder
1
-0
/
+3
2011-08-31
Remember ds color (if set) through rpmdsCurrent()
Panu Matilainen
1
-4
/
+7
2011-05-28
Eliminate dead NULL-assignments at scope-end in librpm, part IV
Panu Matilainen
1
-3
/
+3
2011-03-31
Remove rpm v3 code
Florian Festi
1
-32
/
+2
2011-03-31
Add rpmdsMatchesDep() as alternative to rpmdsAnyMatchesDep() to make use of t...
Florian Festi
1
-0
/
+13
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
[next]