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
/
depends.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-16
Determine rpmlib deps from flags instead of comparing strings
Panu Matilainen
1
-1
/
+1
2009-06-11
Add preferred color to rpmal
Panu Matilainen
1
-1
/
+1
2009-06-10
Split ordering code to separate source file
Panu Matilainen
1
-692
/
+0
2009-06-08
rpmdsInit() and rpmdsNext() can handle NULL ds, no need to separately test
Panu Matilainen
1
-7
/
+2
2009-06-08
Minor rpmtsOrder() cleanup
Panu Matilainen
1
-7
/
+1
2009-06-08
Clean up relation recording a bit
Panu Matilainen
1
-17
/
+5
2009-06-08
Dont bother adding dependencies to self, ever
Panu Matilainen
1
-1
/
+2
2009-06-08
Determine rpmlib and config deps from flags instead of comparing strings
Panu Matilainen
1
-6
/
+3
2009-06-05
Map legacy PreReq into pre and preun scriptlet dependencies in ordering
Panu Matilainen
1
-3
/
+10
2009-06-05
Use specific types for sense flags + te type instead of generic int
Panu Matilainen
1
-2
/
+2
2009-06-04
Rewrite ordering
Florian Festi
1
-373
/
+399
2009-04-14
Revert erase relations before checking whether we already added it
Florian Festi
1
-7
/
+7
2009-03-31
Allocate ts->addedPackages lazily from rpmtsAddInstallElement()
Panu Matilainen
1
-0
/
+4
2009-03-30
Erase relations are reversed, use requires of target
Florian Festi
1
-1
/
+6
2009-03-26
Reimplement rpmal by using hashes and cleaning up the color handling
Florian Festi
1
-6
/
+4
2009-03-26
Make rpmal store rpmtes and kill rpmte->pkgKey
Florian Festi
1
-155
/
+32
2009-03-26
Also order erases.
Florian Festi
1
-50
/
+67
2009-03-26
Implement rpmteSetDependsOn and rpmteDependsOn using a rpmte
Florian Festi
1
-1
/
+3
2008-11-27
Drop the useless "tag" argument from rpmteFI()
Panu Matilainen
1
-2
/
+2
2008-11-12
Take advantage of headerGetInstance() in removePackage()
Panu Matilainen
1
-6
/
+5
2008-11-12
Take advantage of headerGetInstance() in rpmte
Panu Matilainen
1
-1
/
+1
2008-10-30
Change all in-tree rpmdsNew() uses to non-scaremem
Panu Matilainen
1
-3
/
+2
2008-10-22
Skip adding identical NEVR to transaction on install too (rhbz#467822)
Panu Matilainen
1
-8
/
+19
2008-10-22
Fix memleak in rpmtsAddInstallElement()
Panu Matilainen
1
-3
/
+3
2008-07-04
Kill of rpmtsAvailable()
Panu Matilainen
1
-10
/
+1
2008-06-23
Remove artificial limit in dependency loop elimination attempts
Panu Matilainen
1
-2
/
+1
2008-06-09
Use 64bit type for rpmte package size reporting
Panu Matilainen
1
-3
/
+3
2008-05-15
Convert rpmtsAddInstallElement() to new headerGet()
Panu Matilainen
1
-7
/
+7
2008-05-12
Fixup paths and Makefiles for rpmdb/ elimination
Panu Matilainen
1
-1
/
+1
2008-04-29
Oops, one more alloca() in rpmtsOrder()
Panu Matilainen
1
-1
/
+2
2008-04-29
Remove alloca() from rpmtsOrder()
Panu Matilainen
1
-4
/
+10
2008-04-29
Dead code elimination
Panu Matilainen
1
-3
/
+0
2008-04-28
Eliminate pointless alloca() of local DBT structs
Panu Matilainen
1
-20
/
+20
2008-03-31
Avoid entirely unnecessary static buffer + string copy.
Panu Matilainen
1
-5
/
+3
2008-03-07
Log message adjustments
Panu Matilainen
1
-5
/
+5
2008-03-07
Further constants made readonly...
Panu Matilainen
1
-3
/
+3
2008-03-07
Make _cacheDependsRC static, not needed outside depends.c
Panu Matilainen
1
-1
/
+1
2008-03-04
PreReq -> Requires in ordering debug output (Pascal Rigaux)
Panu Matilainen
1
-2
/
+0
2008-02-05
Add rpm_color_t type for rpm color bits, use where spotted
Panu Matilainen
1
-9
/
+9
2008-02-05
Port some rpmds improvements from rpm5.org
Panu Matilainen
1
-1
/
+8
2008-01-30
Include spring-cleaning
Panu Matilainen
1
-3
/
+1
2008-01-30
Use rpmsenseFlags type for dependency flags everywhere (hopefully)
Panu Matilainen
1
-3
/
+3
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-0
/
+2
2007-12-19
Add rpm_data_t (and _constdata_t) for header data, use everywhere
Panu Matilainen
1
-2
/
+2
2007-12-19
Ordering fix (don't use RPMSENSE_PREREQ) from Pascal Rigaux
Panu Matilainen
1
-1
/
+1
2007-12-18
Drop bogus const from zapRelation return
Panu Matilainen
1
-3
/
+3
2007-12-17
badDeps is encapsulated within depends, doesn't need const
Panu Matilainen
1
-11
/
+2
2007-12-14
Another bunch of bogus const removals
Panu Matilainen
1
-2
/
+2
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-6
/
+6
2007-12-04
Eliminate debug junk from the API
Panu Matilainen
1
-1
/
+1
[next]