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
/
rpmal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-05
Add a hash + lookup function on obsoletes to rpmal
Panu Matilainen
1
-0
/
+91
2012-10-05
Rename rpmalProvidesHash to rpmalDepHash
Panu Matilainen
1
-6
/
+6
2012-10-05
Avoid changing the file info sets when adding to rpmal file hash
Panu Matilainen
1
-8
/
+8
2012-10-05
Avoid changing the dependency sets when looking up from rpmal
Panu Matilainen
1
-6
/
+4
2012-10-05
Avoid changing the dependency sets when adding to rpmal hash
Panu Matilainen
1
-7
/
+8
2012-10-04
Be as lazy as possible wrt rpmal hash creation
Panu Matilainen
1
-19
/
+29
2012-10-02
Only return non-NULL from rpmalAllSatisfiesDepends() on real matches
Panu Matilainen
1
-1
/
+5
2012-10-02
Export rpmalAllSatisfiesDepend() internally (again)
Panu Matilainen
1
-1
/
+1
2012-09-18
Avoid redundant ds -> id -> string lookups in rpmalAllFileSatisfiesDepend()
Panu Matilainen
1
-4
/
+2
2012-09-18
Dont bother with separate notifications on multiple file dep matches
Panu Matilainen
1
-3
/
+3
2012-09-18
Avoid the string copy in rpmalAllFileSatisfiesDepend() now that we can
Panu Matilainen
1
-5
/
+1
2012-09-12
Switch rpmal file hash to use pool id's instead of strings
Panu Matilainen
1
-23
/
+15
2012-09-12
Switch rpmal provide hash to use pool id's instead of strings
Panu Matilainen
1
-7
/
+19
2012-09-12
Add a some transition-period asserts to ensure pool-usage sanity
Panu Matilainen
1
-0
/
+19
2012-09-12
Pass transaction pool to rpmal (but not used yet)
Panu Matilainen
1
-1
/
+5
2012-09-05
Shut up gcc whine about potentially uninitialized variable
Panu Matilainen
1
-1
/
+1
2012-09-05
Avoid rehashing directory name when it doesn't change in rpmal population
Panu Matilainen
1
-1
/
+10
2012-04-05
Handle obsolete matches (more) correctly in rpmal
Panu Matilainen
1
-1
/
+8
2011-09-01
Don't add config() provides if config install is disabled
Panu Matilainen
1
-0
/
+5
2011-09-01
Don't add file provides for doc/config files if they wont be installed
Panu Matilainen
1
-0
/
+8
2011-09-01
Pass tsflags to rpmal and remember them
Panu Matilainen
1
-1
/
+4
2011-09-01
Source formatting cosmetics: function blocks start on the next line
Panu Matilainen
1
-4
/
+8
2011-03-10
Move string hash function to librpmio and rename for namespacing
Panu Matilainen
1
-2
/
+2
2010-09-22
Eliminate separate fileIndexEntry from rpmal
Panu Matilainen
1
-20
/
+5
2010-06-22
Add common Collection requirements
Steve Lawrence
1
-0
/
+26
2010-05-21
Move the lone hashFunctionString() into misc.[ch], eliminate rpmhash.[ch]
Panu Matilainen
1
-1
/
+1
2010-03-29
Dont bother translators with dependency lookup debug messages
Panu Matilainen
1
-2
/
+2
2010-03-22
Lose the useless rpmds refcounting debug junk + switches
Panu Matilainen
1
-2
/
+1
2010-03-22
Lose the useless rpmfi refcounting etc debug messages + debug switches
Panu Matilainen
1
-1
/
+1
2010-03-18
Lose leftovers from former rpmal implementation
Panu Matilainen
1
-7
/
+0
2010-03-18
Lazy rpmal hash creation on first lookup, make rpmalMakeIndex() static
Panu Matilainen
1
-1
/
+4
2010-03-18
Make rpmalAllFileSatisfiesDepend() and rpmalAllSatisfiesDepend() static
Panu Matilainen
1
-4
/
+2
2009-09-14
Clean up rpmalAllFileSatisfiesDepend() a bit
Panu Matilainen
1
-40
/
+34
2009-06-16
Eliminate now unnecessary artifacts of rpmdsNext() side-effects
Panu Matilainen
1
-3
/
+2
2009-06-11
Make rpmalSatisfiesDepend() smarter
Panu Matilainen
1
-7
/
+24
2009-06-11
Add preferred color to rpmal
Panu Matilainen
1
-1
/
+3
2009-04-03
Make rpmal header & all internal
Panu Matilainen
1
-2
/
+3
2009-03-26
Fix: use the file's color to decide whether to add it to the rpmal not the co...
Florian Festi
1
-1
/
+1
2009-03-26
Reimplement rpmal by using hashes and cleaning up the color handling
Florian Festi
1
-512
/
+154
2009-03-26
Make rpmal store rpmtes and kill rpmte->pkgKey
Florian Festi
1
-63
/
+43
2008-04-30
Don't use alloca in rpmal.c
Jindrich Novy
1
-2
/
+4
2008-04-28
Eliminate pointless alloca() of struct fileIndexEntry struct
Panu Matilainen
1
-6
/
+6
2008-04-28
Eliminate pointless alloca() of availableIndexEntry struct.
Panu Matilainen
1
-7
/
+7
2008-04-28
Eliminate pointless alloca()'s of local dirInfo struct
Panu Matilainen
1
-25
/
+26
2008-02-05
Add rpm_color_t type for rpm color bits, use where spotted
Panu Matilainen
1
-8
/
+8
2008-02-05
Rip the horrible (ia64) autorelocate kludgery. RIP.
Panu Matilainen
1
-6
/
+0
2008-01-30
rpmlib.h mass eviction
Panu Matilainen
1
-1
/
+0
2007-12-17
Remove const from rpmal dirInfo dirname
Panu Matilainen
1
-2
/
+4
2007-12-15
And yet more bogus const removals...
Panu Matilainen
1
-1
/
+1
2007-12-08
Switch to <rpm/foo.h> style for public headers
Panu Matilainen
1
-4
/
+4
[next]