summaryrefslogtreecommitdiff
path: root/lib/fprint.h
AgeCommit message (Expand)AuthorFilesLines
2012-09-14Allow passing a shared pool for finger print cachePanu Matilainen1-1/+2
2012-09-14Remove scareMemory remnants from the internal API, fixup callersPanu Matilainen1-3/+1
2012-09-14Make fingerprint struct opaque outside fprint.cPanu Matilainen1-14/+3
2012-09-14Change fpLookup() to return malloced memory (on first call)Panu Matilainen1-1/+1
2012-09-14Make fingerprint cache entry opaque, add some kind of API for the needed bitsPanu Matilainen1-12/+6
2012-09-14Hide away the FP_EQUAL macrosPanu Matilainen1-12/+0
2012-09-14Change fpLookupList() to return malloced memoryPanu Matilainen1-5/+4
2012-09-14Add internal API for fingerprint lookup-and-comparePanu Matilainen1-0/+5
2012-09-14Bury the fingerprint hash-types into fprint.c, clean upPanu Matilainen1-42/+1
2012-09-14Move the entire fingerprint cache population into fprint.cPanu Matilainen1-0/+3
2012-09-14Hide by-fingerprint hash into fingerprint cache, add minimal API bitsPanu Matilainen1-1/+5
2012-09-14Make fingerprint cache opaque outside fprint.cPanu Matilainen1-7/+0
2012-09-08Switch file info set base- and dirnames storage to string poolPanu Matilainen1-2/+4
2012-09-06Return fingerprint lookups through retval pointer, not structPanu Matilainen1-3/+5
2010-10-01A few missing internal markers on librpm side tooPanu Matilainen1-0/+1
2009-04-22Eliminate unnecessary rpmts_internal.h includePanu Matilainen1-3/+0
2008-12-18Do only add symlinks the the first rpmFpHash as these are the only one we rea...Florian Festi1-1/+1
2008-11-28Delete rpmdbFindFpList and skipDirFlorian Festi1-15/+0
2008-11-26Fix up couple of missed pieces rpmffi_s fi->te switchoverPanu Matilainen1-0/+1
2008-11-26Change rpmffi_s to contain a rpmte instead of rpmfi to be able to get rid of ...Florian Festi1-2/+2
2008-10-24Use only one, global fingerPrintCache to save a lot of stat callsFlorian Festi1-1/+2
2008-10-24Detect to be installed symlinks for file fingerprinting (file conflicts)Florian Festi1-0/+12
2008-10-24Change both hashes to a typed versionFlorian Festi1-15/+38
2008-10-24Make rpmhash a generic datatype using macros and includesFlorian Festi1-0/+2
2008-10-09Mark fingerprinting stuff internalPanu Matilainen1-0/+7
2008-05-12Fixup paths and Makefiles for rpmdb/ eliminationPanu Matilainen1-2/+2
2008-05-12Start (re-)joining librpmdb and librpmPanu Matilainen1-0/+141
2001-05-11- rpm database has rpm.rpm g+w permissions to share db3 mutexes.jbj1-136/+0
2001-04-10Doxygen annotations for config files.jbj1-1/+2
2001-01-21- cpio mappings carry dirname/basename, not absolute path.jbj1-2/+1
2000-10-28- add cscope/ctags (Rodrigo Barbosa<rodrigob@conectiva.com.br>).jbj1-1/+1
2000-08-23lclint annotations.jbj1-6/+8
2000-07-09- add pre-transaction syscall's to handle /etc/init.d change.jbj1-3/+3
2000-06-16- fix: resurrect symlink unique'ifying property of finger prints.jbj1-19/+7
2000-01-28Doxygen.jbj1-14/+84
1999-12-07Makefile.am: Add RPM-GPG-KEY to the package.jbj1-11/+15
1999-12-01Add underscore in front of (possibly) non-supported FDIO_t vectors.jbj1-4/+16
1999-11-30lib/depends.c: Fix minor memory leak.jbj1-2/+2
1999-11-26Consistent usage for fileNames, baseNames, dirNames and dirIndexes throughout.jbj1-5/+5
1999-10-21got installs/removes working with new file listsewt1-2/+3
1999-10-20another batch of changes for new file list format -- one more to goewt1-8/+33
1999-07-13Perl bindings needjbj1-7/+15
1999-01-06propagate "const char *" into rpmlib prototypes.jbj1-4/+4
1998-12-30added fpLookupList()ewt1-0/+3
1998-12-26added fpHashFunction() and fpEqual()ewt1-3/+6
1998-12-26added simple fingerprintingewt1-0/+20