apply some patch for pythons rpm from opensource
[platform/upstream/rpm.git] / lib / fprint.c
2021-01-05 biao716.wangupgrade rpm version to 4.14.1 39/250839/1 accepted/tizen/base/tool/20210118.215949 submit/tizen_base/20210105.160930 submit/tizen_base/20210113.025730 upstream/4.14.1.1
2012-09-28 Panu MatilainenSimplify fpLookupSubdir() a bit
2012-09-27 Panu MatilainenMinimally resurrect fpLookupSubdir() functionality
2012-09-19 Panu MatilainenEliminate strdup() in doLookupId()
2012-09-19 Panu MatilainenLift directory name canonicalization into a helper...
2012-09-18 Panu MatilainenOops, refactoring error in commit 327701572ff912413ec95...
2012-09-18 Panu MatilainenEnsure fingerprint subdirs have heading slashes
2012-09-18 Panu MatilainenEnsure directories have trailing slashes in doLookupId()
2012-09-18 Panu MatilainenFurther doLookupId() cleanup
2012-09-18 Panu MatilainenElimiate one of the umphteen directory variables in...
2012-09-14 Panu MatilainenCleanup + optimize doLookupId() a bit
2012-09-14 Panu MatilainenRemove leftover variable from previous commit
2012-09-14 Panu MatilainenChange fpLookupList() to operate on pool id's only
2012-09-14 Panu MatilainenDo the low-level fingerprint lookup based on pool id...
2012-09-14 Panu MatilainenAllow passing a shared pool for finger print cache
2012-09-14 Panu MatilainenRemove scareMemory remnants from the internal API,...
2012-09-14 Panu MatilainenSwitch fingerprint subDir to pool ids
2012-09-14 Panu MatilainenSwitch fingerprint basename to pool ids
2012-09-14 Panu MatilainenSwitch fingerprint cache-entry dirnames to pool ids
2012-09-14 Panu MatilainenAdd a string pool to fingerprint cache (but not yet...
2012-09-14 Panu MatilainenMake fingerprint struct opaque outside fprint.c
2012-09-14 Panu MatilainenChange fpLookup() to return malloced memory (on first...
2012-09-14 Panu MatilainenMake fingerprint cache entry opaque, add some kind...
2012-09-14 Panu MatilainenHide away the FP_EQUAL macros
2012-09-14 Panu MatilainenChange fpLookupList() to return malloced memory
2012-09-14 Panu MatilainenAdd internal API for fingerprint lookup-and-compare
2012-09-14 Panu MatilainenBury the fingerprint hash-types into fprint.c, clean up
2012-09-14 Panu MatilainenMove the entire fingerprint cache population into fprint.c
2012-09-14 Panu MatilainenHide by-fingerprint hash into fingerprint cache, add...
2012-09-14 Panu MatilainenMake fingerprint cache opaque outside fprint.c
2012-09-08 Panu MatilainenSwitch file info set base- and dirnames storage to...
2012-09-06 Panu MatilainenReturn fingerprint lookups through retval pointer,...
2012-09-05 Panu MatilainenPrehash dir names on fingerprinting to avoid recalculat...
2012-09-05 Panu MatilainenUse helper variable to eliminate multiple identical...
2012-04-12 Panu MatilainenChange file disposition code to access rpmfi's by index
2011-04-28 Panu MatilainenRemove duplicate fpLookup() doxygen annotation
2011-03-10 Panu MatilainenMove string hash function to librpmio and rename for...
2010-05-21 Panu MatilainenMove the lone hashFunctionString() into misc.[ch],...
2009-07-23 Panu MatilainenKill off lclint remnants everywhere
2009-06-17 Panu MatilainenPermit NULL in fpCacheFree()
2009-06-16 Florian FestiFix Segfault for to be installed symlinks pointing...
2009-04-22 Panu MatilainenEliminate unnecessary rpmts_internal.h include
2008-12-19 Panu MatilainenAdd internal rpmfi apis to deal with fingerprints,...
2008-12-18 Florian FestiReduce the hash size of the fingerPrintCache by factor 4
2008-12-18 Florian FestiDo only add symlinks the the first rpmFpHash as these...
2008-11-27 Panu MatilainenDrop the useless "tag" argument from rpmteFI()
2008-11-26 Florian FestiChange rpmffi_s to contain a rpmte instead of rpmfi...
2008-11-07 Florian FestiRename doLookup to fpLookup to get rid of one function...
2008-11-07 Florian Festicleanup fpLookupSubdir
2008-11-07 Panu MatilainenReverse hash GetEntry() return code vs found/not found
2008-10-27 Florian Festifix compiler warning
2008-10-24 Florian FestiImprove finger print hash function to avoid degeneratio...
2008-10-24 Florian FestiDetect to be installed symlinks for file fingerprinting...
2008-10-24 Florian FestiFix path problem in doLookup
2008-10-24 Florian FestiChange both hashes to a typed version
2008-05-26 Panu MatilainenKick out fpLookupHeader(), it's been unused since 1999...
2008-05-12 Panu MatilainenFixup paths and Makefiles for rpmdb/ elimination
2008-05-12 Panu MatilainenStart (re-)joining librpmdb and librpm
2001-05-11 jbj- rpm database has rpm.rpm g+w permissions to share...
2001-05-03 jbj- still more boring lclint annotations and fiddles.
2001-04-30 jbj- yet more boring lclint annotations and fiddles.
2001-04-29 jbj- more boring lclint annotations and fiddles.
2001-04-29 jbj- globalize _free(3) wrapper in rpmlib.h, consistent...
2000-12-12 jbjSync with rpm-4_0 branch.
2000-12-02 jbjBring header reggions mods back to top of stack.
2000-08-27 jbjDoxygen annotations.
2000-07-09 jbj- prefix payload paths with "./", otherwise "/" can...
2000-07-09 jbj- add pre-transaction syscall's to handle /etc/init...
2000-06-16 jbj- fix: resurrect symlink unique'ifying property of...
2000-03-23 jbj- API: change dbi to pass by reference, not value.
2000-01-28 jbjDoxygen.
2000-01-12 jbjfix: resurrect relative path's in fprint lookup queries.
2000-01-03 jbjfix: fp.subDir was incorrectly set to NULL in sparse...
1999-12-11 ewtdoLookup() wasn't stat'ing / properly
1999-12-08 jbjrename new FILENAMES tags to BASENAMES/DIRNAMES/DIRINDEXES.
1999-12-07 jbjMakefile.am: Add RPM-GPG-KEY to the package.
1999-11-30 jbjlib/depends.c: Fix minor memory leak.
1999-11-26 jbjConsistent usage for fileNames, baseNames, dirNames...
1999-11-24 jbjbuild/files.c: Remove dead code.
1999-10-29 jbjcheck for memory leaks (almost all leaks are plugged).
1999-10-27 jbjuse compressed filenames on install side.
1999-10-21 ewtgot installs/removes working with new file lists
1999-10-20 jbjUse xmalloc/xrealloc/xstrdup.
1999-10-20 jbjlclint annotations.
1999-10-20 ewtanother batch of changes for new file list format ...
1999-09-21 jbjfix: removed files fingerprint memory leak.
1999-09-21 jbjfix: command line install had header memory leak.
1999-09-17 jbjlclint annotations.
1999-09-12 jbjFiddles to resurrect lclint.
1999-07-13 jbjRemove static prototypes.
1999-07-13 jbjPerl bindings need
1999-06-22 jbjfix: false fingerprint stat cache hit -- "the tetex...
1999-04-08 jbjFrom Tim Mooney:
1999-01-15 ewthandle stat of / properly for fingerprints
1999-01-06 jbjpropagate "const char *" into rpmlib prototypes.
1998-12-31 ewtupdated a comment ;-)
1998-12-30 ewtfixed scare memory option
1998-12-30 ewtadded fpLookupList()
1998-12-26 ewtadded fpHashFunction() and fpEqual()
1998-12-26 ewtadded simple fingerprinting