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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-17
Eliminate key comparison and hash function vectors from poolHash
Panu Matilainen
1
-20
/
+7
2012-09-17
More poolHash multiple data-value cleanups
Panu Matilainen
1
-13
/
+7
2012-09-17
Eliminate redundant data counting from poolHash
Panu Matilainen
1
-25
/
+6
2012-09-17
Eliminate unnecessary key and data free-functionality from poolHash
Panu Matilainen
1
-20
/
+2
2012-09-17
Pull a private hash-implementation copy to string pool
Panu Matilainen
1
-9
/
+213
2012-09-17
Rename string pool hash type to poolHash
Panu Matilainen
1
-10
/
+10
2012-09-17
Permit key imports even if signature checking is disabled (RhBug:856225)
Panu Matilainen
1
-1
/
+7
2012-09-15
Lift string pool rehash into a separate helper function
Panu Matilainen
1
-10
/
+20
2012-09-15
Use a saner pool hash resize hint
Panu Matilainen
1
-1
/
+1
2012-09-15
Be more selective about legacy retrofits on package read
Panu Matilainen
1
-4
/
+7
2012-09-14
Switch rpmdb basename finding to use pool id's instead of strings
Panu Matilainen
1
-8
/
+19
2012-09-14
Cleanup + optimize doLookupId() a bit
Panu Matilainen
1
-7
/
+3
2012-09-14
Remove leftover variable from previous commit
Panu Matilainen
1
-1
/
+0
2012-09-14
Change fpLookupList() to operate on pool id's only
Panu Matilainen
1
-7
/
+10
2012-09-14
Do the low-level fingerprint lookup based on pool id arguments
Panu Matilainen
1
-3
/
+13
2012-09-14
Switch fingerprinting to use the global string pool
Panu Matilainen
1
-4
/
+1
2012-09-14
Allow passing a shared pool for finger print cache
Panu Matilainen
4
-5
/
+6
2012-09-14
Remove scareMemory remnants from the internal API, fixup callers
Panu Matilainen
4
-6
/
+4
2012-09-14
Switch fingerprint subDir to pool ids
Panu Matilainen
1
-46
/
+47
2012-09-14
Switch fingerprint basename to pool ids
Panu Matilainen
1
-9
/
+16
2012-09-14
Switch fingerprint cache-entry dirnames to pool ids
Panu Matilainen
1
-17
/
+28
2012-09-14
Add a string pool to fingerprint cache (but not yet used)
Panu Matilainen
1
-0
/
+3
2012-09-14
Make fingerprint struct opaque outside fprint.c
Panu Matilainen
5
-34
/
+37
2012-09-14
Change fpLookup() to return malloced memory (on first call)
Panu Matilainen
4
-16
/
+20
2012-09-14
Make fingerprint cache entry opaque, add some kind of API for the needed bits
Panu Matilainen
3
-14
/
+30
2012-09-14
Hide away the FP_EQUAL macros
Panu Matilainen
2
-12
/
+10
2012-09-14
Change fpLookupList() to return malloced memory
Panu Matilainen
3
-13
/
+14
2012-09-14
Add internal API for fingerprint lookup-and-compare
Panu Matilainen
3
-4
/
+15
2012-09-14
Bury the fingerprint hash-types into fprint.c, clean up
Panu Matilainen
3
-46
/
+25
2012-09-14
Move the entire fingerprint cache population into fprint.c
Panu Matilainen
3
-67
/
+76
2012-09-14
Hide by-fingerprint hash into fingerprint cache, add minimal API bits
Panu Matilainen
3
-18
/
+29
2012-09-14
Make fingerprint cache opaque outside fprint.c
Panu Matilainen
2
-7
/
+7
2012-09-13
Convert our dependency checking code to use the new rpmdsMatches()
Panu Matilainen
2
-10
/
+17
2012-09-13
Unify the three rpmdsFooMatchesDep() functions into one
Panu Matilainen
2
-36
/
+46
2012-09-13
Use transaction string pool for rpmlib() dependencies too
Panu Matilainen
1
-1
/
+1
2012-09-13
Add pool-aware version of rpmdsRpmlib()
Panu Matilainen
2
-3
/
+18
2012-09-13
Hang rpmlib() dependency set onto transaction set
Panu Matilainen
3
-7
/
+5
2012-09-13
Use transaction string pool for ensureOlder() dependency sets
Panu Matilainen
1
-3
/
+6
2012-09-13
Use transaction string pool for findPos() dependency sets
Panu Matilainen
1
-4
/
+8
2012-09-13
Put transaction element "self" dependency set into global pool too
Panu Matilainen
1
-1
/
+1
2012-09-13
Add pool-aware versions of rpmdsThis() and rpmdsSingle()
Panu Matilainen
2
-7
/
+44
2012-09-13
Simplify single ds creation
Panu Matilainen
1
-12
/
+7
2012-09-13
Add a string equality check function to string pool API
Panu Matilainen
2
-0
/
+13
2012-09-12
Whoopsie, unbreak checking of installed dependencies
Panu Matilainen
2
-4
/
+5
2012-09-12
Only rehash the pool on insert if the data area actually moved
Panu Matilainen
1
-2
/
+3
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
Allow keeping hash table around on pool freeze, adjust callers
Panu Matilainen
5
-23
/
+34
2012-09-12
Add getters for rpmds dependency name and EVR pool ids
Panu Matilainen
2
-0
/
+39
[next]