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-10-01
Avoid using/modifying fsm->li on hard link checking
Panu Matilainen
1
-4
/
+4
2012-10-01
Move hardlink saving out of fsmInit()
Panu Matilainen
1
-5
/
+6
2012-10-01
Free hardlink sets centrally in fsmFree()
Panu Matilainen
1
-11
/
+3
2012-10-01
Filter out skipped files on hardlink checking
Panu Matilainen
1
-2
/
+4
2012-09-28
Simplify fpLookupSubdir() a bit
Panu Matilainen
1
-33
/
+22
2012-09-28
Make string pool strings static in memory
Florian Festi
1
-33
/
+56
2012-09-27
Minimally resurrect fpLookupSubdir() functionality
Panu Matilainen
1
-27
/
+21
2012-09-27
Add doxygen documentation to string pool API
Panu Matilainen
2
-13
/
+81
2012-09-27
Fixup a copy-paste error in rpmdsPool() doxygen markup
Panu Matilainen
1
-1
/
+1
2012-09-27
Fixup string pool prototype argument names to match implementation
Panu Matilainen
1
-7
/
+7
2012-09-27
Remove leftover, no longer valid comment
Panu Matilainen
1
-1
/
+0
2012-09-26
Freeze the rpmfc string pools once all additions are done
Panu Matilainen
1
-0
/
+4
2012-09-26
Dont waste time with argi for rpmfc file class indexes
Panu Matilainen
1
-9
/
+6
2012-09-26
Dont waste time with argi for rpmfc file colors
Panu Matilainen
1
-15
/
+11
2012-09-26
Dont waste time with argv for rpmfc file names
Panu Matilainen
1
-5
/
+8
2012-09-26
Use a string pool for the build-time file dependency string storage
Panu Matilainen
1
-9
/
+9
2012-09-26
Use a string pool to build file class dictionary and indexes
Panu Matilainen
1
-25
/
+17
2012-09-26
Cosmetics: properly indent the rpmfc debug foobar
Panu Matilainen
1
-6
/
+8
2012-09-26
Add function to get number of unique strings in the pool
Panu Matilainen
2
-0
/
+8
2012-09-24
Switch back to early added packages rpmal populating
Panu Matilainen
2
-19
/
+1
2012-09-24
Test obsoletions within the transaction set, both ways
Panu Matilainen
2
-0
/
+59
2012-09-24
Test different versions in same transaction both ways
Panu Matilainen
1
-4
/
+27
2012-09-21
Take advantage of rpmstrPoolStreq() in rpmdsCompare()
Panu Matilainen
1
-1
/
+1
2012-09-19
Change poolHash to use internal collision resolution
Florian Festi
1
-70
/
+60
2012-09-19
Eliminate strdup() in doLookupId()
Panu Matilainen
1
-20
/
+14
2012-09-19
Lift directory name canonicalization into a helper function
Panu Matilainen
1
-17
/
+23
2012-09-19
Aargh, stupid thinko in rpmstrPoolStrlen() last id special case
Panu Matilainen
1
-1
/
+1
2012-09-18
Unbreak fingerprinting when called twice for the same transaction set
Panu Matilainen
1
-1
/
+4
2012-09-18
Oops, refactoring error in commit 327701572ff912413ec9564d29d946b4ab21a9f3
Panu Matilainen
1
-1
/
+1
2012-09-18
Ensure fingerprint subdirs have heading slashes
Panu Matilainen
1
-6
/
+2
2012-09-18
Ensure directories have trailing slashes in doLookupId()
Panu Matilainen
1
-15
/
+6
2012-09-18
Further doLookupId() cleanup
Panu Matilainen
1
-9
/
+9
2012-09-18
Elimiate one of the umphteen directory variables in doLookupId()
Panu Matilainen
1
-9
/
+11
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-18
Make pool string->id operations properly length-aware
Panu Matilainen
1
-19
/
+41
2012-09-18
Add length aware variant(s) of string hashing
Panu Matilainen
1
-0
/
+27
2012-09-18
Enhanced string hash to permit calculating string length on the same call
Panu Matilainen
2
-17
/
+28
2012-09-18
Dont assume \0 terminated strings in rpmstrPoolPut()
Panu Matilainen
1
-2
/
+3
2012-09-17
Use pool id's for hash table key, lookup strings from pool as needed
Panu Matilainen
1
-23
/
+19
2012-09-17
Move the string pool struct definition earlier so we can reference it...
Panu Matilainen
1
-12
/
+12
2012-09-17
Inline poolHashfindEntry() into GetEntry(), nothing else needs it
Panu Matilainen
1
-13
/
+5
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
[next]