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
/
fprint.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-28
Simplify fpLookupSubdir() a bit
Panu Matilainen
1
-33
/
+22
2012-09-27
Minimally resurrect fpLookupSubdir() functionality
Panu Matilainen
1
-27
/
+21
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-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-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
Allow passing a shared pool for finger print cache
Panu Matilainen
1
-2
/
+2
2012-09-14
Remove scareMemory remnants from the internal API, fixup callers
Panu Matilainen
1
-1
/
+1
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
1
-5
/
+23
2012-09-14
Change fpLookup() to return malloced memory (on first call)
Panu Matilainen
1
-4
/
+13
2012-09-14
Make fingerprint cache entry opaque, add some kind of API for the needed bits
Panu Matilainen
1
-1
/
+23
2012-09-14
Hide away the FP_EQUAL macros
Panu Matilainen
1
-0
/
+10
2012-09-14
Change fpLookupList() to return malloced memory
Panu Matilainen
1
-6
/
+8
2012-09-14
Add internal API for fingerprint lookup-and-compare
Panu Matilainen
1
-0
/
+8
2012-09-14
Bury the fingerprint hash-types into fprint.c, clean up
Panu Matilainen
1
-4
/
+23
2012-09-14
Move the entire fingerprint cache population into fprint.c
Panu Matilainen
1
-2
/
+71
2012-09-14
Hide by-fingerprint hash into fingerprint cache, add minimal API bits
Panu Matilainen
1
-5
/
+15
2012-09-14
Make fingerprint cache opaque outside fprint.c
Panu Matilainen
1
-0
/
+7
2012-09-08
Switch file info set base- and dirnames storage to string pool
Panu Matilainen
1
-4
/
+7
2012-09-06
Return fingerprint lookups through retval pointer, not struct
Panu Matilainen
1
-25
/
+23
2012-09-05
Prehash dir names on fingerprinting to avoid recalculating when adding
Panu Matilainen
1
-5
/
+8
2012-09-05
Use helper variable to eliminate multiple identical conditionals
Panu Matilainen
1
-3
/
+4
2012-04-12
Change file disposition code to access rpmfi's by index
Panu Matilainen
1
-12
/
+3
2011-04-28
Remove duplicate fpLookup() doxygen annotation
Panu Matilainen
1
-8
/
+0
2011-03-10
Move string hash function to librpmio and rename for namespacing
Panu Matilainen
1
-3
/
+3
2010-05-21
Move the lone hashFunctionString() into misc.[ch], eliminate rpmhash.[ch]
Panu Matilainen
1
-1
/
+1
2009-07-23
Kill off lclint remnants everywhere
Panu Matilainen
1
-2
/
+0
2009-06-17
Permit NULL in fpCacheFree()
Panu Matilainen
1
-2
/
+4
2009-06-16
Fix Segfault for to be installed symlinks pointing to existing locations
Florian Festi
1
-4
/
+4
2009-04-22
Eliminate unnecessary rpmts_internal.h include
Panu Matilainen
1
-0
/
+1
2008-12-19
Add internal rpmfi apis to deal with fingerprints, use them
Panu Matilainen
1
-1
/
+1
2008-12-18
Reduce the hash size of the fingerPrintCache by factor 4
Florian Festi
1
-1
/
+1
2008-12-18
Do only add symlinks the the first rpmFpHash as these are the only one we rea...
Florian Festi
1
-4
/
+4
2008-11-27
Drop the useless "tag" argument from rpmteFI()
Panu Matilainen
1
-2
/
+2
2008-11-26
Change rpmffi_s to contain a rpmte instead of rpmfi to be able to get rid of ...
Florian Festi
1
-3
/
+4
2008-11-07
Rename doLookup to fpLookup to get rid of one function just calling the other
Florian Festi
1
-9
/
+3
2008-11-07
cleanup fpLookupSubdir
Florian Festi
1
-21
/
+18
2008-11-07
Reverse hash GetEntry() return code vs found/not found
Panu Matilainen
1
-2
/
+2
2008-10-27
fix compiler warning
Florian Festi
1
-2
/
+1
[next]