summaryrefslogtreecommitdiff
path: root/lib/fprint.c
Commit message (Expand)AuthorAgeFilesLines
...
* Return fingerprint lookups through retval pointer, not structPanu Matilainen2012-09-061-25/+23
* Prehash dir names on fingerprinting to avoid recalculating when addingPanu Matilainen2012-09-051-5/+8
* Use helper variable to eliminate multiple identical conditionalsPanu Matilainen2012-09-051-3/+4
* Change file disposition code to access rpmfi's by indexPanu Matilainen2012-04-121-12/+3
* Remove duplicate fpLookup() doxygen annotationPanu Matilainen2011-04-281-8/+0
* Move string hash function to librpmio and rename for namespacingPanu Matilainen2011-03-101-3/+3
* Move the lone hashFunctionString() into misc.[ch], eliminate rpmhash.[ch]Panu Matilainen2010-05-211-1/+1
* Kill off lclint remnants everywherePanu Matilainen2009-07-231-2/+0
* Permit NULL in fpCacheFree()Panu Matilainen2009-06-171-2/+4
* Fix Segfault for to be installed symlinks pointing to existing locationsFlorian Festi2009-06-161-4/+4
* Eliminate unnecessary rpmts_internal.h includePanu Matilainen2009-04-221-0/+1
* Add internal rpmfi apis to deal with fingerprints, use themPanu Matilainen2008-12-191-1/+1
* Reduce the hash size of the fingerPrintCache by factor 4Florian Festi2008-12-181-1/+1
* Do only add symlinks the the first rpmFpHash as these are the only one we rea...Florian Festi2008-12-181-4/+4
* Drop the useless "tag" argument from rpmteFI()Panu Matilainen2008-11-271-2/+2
* Change rpmffi_s to contain a rpmte instead of rpmfi to be able to get rid of ...Florian Festi2008-11-261-3/+4
* Rename doLookup to fpLookup to get rid of one function just calling the otherFlorian Festi2008-11-071-9/+3
* cleanup fpLookupSubdirFlorian Festi2008-11-071-21/+18
* Reverse hash GetEntry() return code vs found/not foundPanu Matilainen2008-11-071-2/+2
* fix compiler warningFlorian Festi2008-10-271-2/+1
* Improve finger print hash function to avoid degeneration of hash tablesFlorian Festi2008-10-241-8/+5
* Detect to be installed symlinks for file fingerprinting (file conflicts)Florian Festi2008-10-241-0/+130
* Fix path problem in doLookupFlorian Festi2008-10-241-1/+7
* Change both hashes to a typed versionFlorian Festi2008-10-241-19/+24
* Kick out fpLookupHeader(), it's been unused since 1999...Panu Matilainen2008-05-261-30/+0
* Fixup paths and Makefiles for rpmdb/ eliminationPanu Matilainen2008-05-121-3/+3
* Start (re-)joining librpmdb and librpmPanu Matilainen2008-05-121-0/+265
* - rpm database has rpm.rpm g+w permissions to share db3 mutexes.jbj2001-05-111-249/+0
* - still more boring lclint annotations and fiddles.jbj2001-05-031-4/+7
* - yet more boring lclint annotations and fiddles.jbj2001-04-301-9/+10
* - more boring lclint annotations and fiddles.jbj2001-04-291-0/+2
* - globalize _free(3) wrapper in rpmlib.h, consistent usage throughout.jbj2001-04-291-5/+6
* Sync with rpm-4_0 branch.jbj2000-12-121-2/+2
* Bring header reggions mods back to top of stack.jbj2000-12-021-6/+6
* Doxygen annotations.jbj2000-08-271-0/+4
* - prefix payload paths with "./", otherwise "/" can't be represented.jbj2000-07-091-3/+0
* - add pre-transaction syscall's to handle /etc/init.d change.jbj2000-07-091-1/+6
* - fix: resurrect symlink unique'ifying property of finger prints.jbj2000-06-161-2/+10
* - API: change dbi to pass by reference, not value.jbj2000-03-231-1/+3
* Doxygen.jbj2000-01-281-0/+14
* fix: resurrect relative path's in fprint lookup queries.jbj2000-01-121-15/+31
* fix: fp.subDir was incorrectly set to NULL in sparse chroot's.jbj2000-01-031-1/+1
* doLookup() wasn't stat'ing / properlyewt1999-12-111-4/+16
* rename new FILENAMES tags to BASENAMES/DIRNAMES/DIRINDEXES.jbj1999-12-081-3/+3
* Makefile.am: Add RPM-GPG-KEY to the package.jbj1999-12-071-10/+4
* lib/depends.c: Fix minor memory leak.jbj1999-11-301-17/+11
* Consistent usage for fileNames, baseNames, dirNames and dirIndexes throughout.jbj1999-11-261-10/+10
* build/files.c: Remove dead code.jbj1999-11-241-1/+1
* check for memory leaks (almost all leaks are plugged).jbj1999-10-291-11/+20
* use compressed filenames on install side.jbj1999-10-271-19/+29