index
:
delta/rpm.git
caret
gh-pages
ignatenko/patch-1
ignatenkobrain-patch-1
master
pavlinas_p122
pavlinas_p123
plus
rpm-4.10.x
rpm-4.11.x
rpm-4.12.x
rpm-4.13.x
rpm-4.14.x
rpm-4.15.x
rpm-4.16.x
rpm-4.17.x
rpm-4.18.x
rpm-4.4.x
rpm-4.6.x
rpm-4.7.x
rpm-4.8.x
rpm-4.9.x
github.com: rpm-software-management/rpm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rpmds.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kick out --nopromote remnants, add compiler deprecation warnings
Panu Matilainen
2022-07-01
1
-0
/
+3
*
Shut up bogus Doxygen warnings about undocumented parameters
Panu Matilainen
2020-10-28
1
-3
/
+3
*
Axe --nopromote and most of the related infrastructure
Panu Matilainen
2020-05-27
1
-18
/
+10
*
Introduce a new qualifier for meta dependencies (RhBug:1648721)
Panu Matilainen
2020-02-27
1
-3
/
+6
*
Add isTransientReq macro
Florian Festi
2020-02-27
1
-1
/
+2
*
Fix isUnorderedReq() for multiple qualifiers
Florian Festi
2020-02-05
1
-2
/
+4
*
%verify scriptlet dependencies are not supposed to affect ordering
Panu Matilainen
2018-11-16
1
-1
/
+1
*
Add + use a bitmask for order-agnostic dependency types
Panu Matilainen
2018-11-16
1
-0
/
+3
*
While we're at it, add rpmdsIsReverse() + python bindings too
Panu Matilainen
2018-09-18
1
-0
/
+7
*
Add an API for determining whether an dependency is weak (aka soft)
Panu Matilainen
2018-09-18
1
-0
/
+7
*
Forbid 'if' richops in 'or' context and 'unless' richops in 'and' context
Michael Schroeder
2017-09-22
1
-0
/
+11
*
Add support for 'unless' rich dependencies
Michael Schroeder
2017-09-06
1
-1
/
+2
*
Implement with/without rich dependencies
Michael Schroeder
2017-08-10
1
-5
/
+7
*
Spelling fixes
Ville Skyttä
2017-06-27
1
-3
/
+3
*
Eliminate rpmdsNotify() from the API + Python bindings
Panu Matilainen
2017-03-28
1
-9
/
+0
*
Remove RPMSENSE_RICH and replace its use with rpmdsIsRich()
Florian Festi
2015-08-31
1
-2
/
+1
*
Add rpmdsIsRich() function to replace RPMSENSE_RICH
Florian Festi
2015-08-31
1
-0
/
+8
*
Remove RPMRICHOP_THEN, make ELSE work with IF complex op
Michael Schroeder
2015-08-25
1
-2
/
+1
*
Fix doxygen warnings
Florian Festi
2015-02-17
1
-1
/
+1
*
Add support for THEN and ELSE rich ops
Michael Schroeder
2014-09-15
1
-1
/
+3
*
Add rpmdsParseRichDep() function for rich dependency splitting
Michael Schroeder
2014-09-12
1
-0
/
+11
*
Add a parser for rich dependencies
Michael Schroeder
2014-09-12
1
-0
/
+36
*
Add RPMSENSE_RICH for rich dependencies
Michael Schroeder
2014-09-12
1
-1
/
+2
*
Use correct type in rpmSanitizeDSFlags and rpmParseDSFlags
Michael Schroeder
2014-09-12
1
-2
/
+2
*
Refactor dependency comparison parsing into rpmds
Michael Schroeder
2014-09-12
1
-0
/
+8
*
Add rpmdsDToTagN() to convert single char endocding used by the dependency ge...
Florian Festi
2014-07-08
1
-0
/
+7
*
Add rpmdsD for getting the one char abbreviation for dependency types
Florian Festi
2014-07-08
1
-0
/
+7
*
Add rpmSanitizeDSFlags() function
Florian Festi
2014-07-08
1
-0
/
+10
*
Now it is possible to save trigger index in rpmds.
Lubos Kardos
2014-07-08
1
-0
/
+28
*
Add rpmdsPutToHeader function to to API
Florian Festi
2014-04-10
1
-0
/
+8
*
Add rpmdsTagF() and rpmdsTagEVR() to the API to accompany rpmdsTagN()
Florian Festi
2014-04-10
1
-0
/
+14
*
Export the pool-aware rpmds constructors
Panu Matilainen
2013-04-16
1
-0
/
+42
*
Make rpmdsMerge() return something meaningful
Panu Matilainen
2013-04-15
1
-1
/
+1
*
Hide the strpool-related rpmts/rpmfi/rpmds interfaces out of sight for now
Panu Matilainen
2012-11-01
1
-75
/
+0
*
Fixup a copy-paste error in rpmdsPool() doxygen markup
Panu Matilainen
2012-09-27
1
-1
/
+1
*
Unify the three rpmdsFooMatchesDep() functions into one
Panu Matilainen
2012-09-13
1
-0
/
+12
*
Add pool-aware version of rpmdsRpmlib()
Panu Matilainen
2012-09-13
1
-0
/
+9
*
Add pool-aware versions of rpmdsThis() and rpmdsSingle()
Panu Matilainen
2012-09-13
1
-0
/
+23
*
Add getters for rpmds dependency name and EVR pool ids
Panu Matilainen
2012-09-12
1
-0
/
+14
*
Add getter methods for rpmds and rpmfi string pool handle
Panu Matilainen
2012-09-12
1
-0
/
+7
*
Add an alternative rpmds constructor to allow shared pool usage
Panu Matilainen
2012-09-11
1
-0
/
+11
*
Honor RPMSENSE_MISSINGOK flag in dependency checking
Panu Matilainen
2012-08-03
1
-1
/
+2
*
Add rpmdsMatchesDep() as alternative to rpmdsAnyMatchesDep() to make use of t...
Florian Festi
2011-03-31
1
-0
/
+10
*
Teach rpm about post-transaction dependencies
Panu Matilainen
2011-01-25
1
-2
/
+4
*
Const-correctness: rpmdsRpmlib() doesn't (and must not) modify tblp
Panu Matilainen
2010-11-05
1
-1
/
+1
*
Switch rpmds API and internals to use rpmTagVal instead of rpmTag
Panu Matilainen
2010-10-22
1
-4
/
+4
*
Stop abusing enum typedefs for bitfield types
Panu Matilainen
2010-09-21
1
-2
/
+4
*
Eliminate all fooUnlink() functions out of the API
Panu Matilainen
2010-09-13
1
-7
/
+0
*
Remove unused dependency set file reference count
Panu Matilainen
2010-03-29
1
-15
/
+0
*
Remove unused and non-sensible depedency set build-time
Panu Matilainen
2010-03-29
1
-15
/
+0
[next]