summaryrefslogtreecommitdiff
path: root/lib/rpmdb.c
AgeCommit message (Expand)AuthorFilesLines
2000-01-24fix: on --rebuilddb, make sure new/old paths are not the same (#8752).jbj1-0/+3
2000-01-12fix: resurrect relative path's in fprint lookup queries.jbj1-11/+12
1999-12-10add contentLength sanity check on rpmdb headerWrite.jbj1-3/+10
1999-12-08rename new FILENAMES tags to BASENAMES/DIRNAMES/DIRINDEXES.jbj1-8/+8
1999-12-07Makefile.am: Add RPM-GPG-KEY to the package.jbj1-1/+1
1999-12-01Add underscore in front of (possibly) non-supported FDIO_t vectors.jbj1-1/+1
1999-11-30lib/depends.c: Fix minor memory leak.jbj1-16/+18
1999-11-26Consistent usage for fileNames, baseNames, dirNames and dirIndexes throughout.jbj1-37/+64
1999-11-24build/files.c: Remove dead code.jbj1-1/+1
1999-11-10Swap 2nd and 3rd arg to Fread/Fwrite to preserve read/write type return.jbj1-2/+2
1999-10-31Spec: Add rootdir (as in chroot).jbj1-49/+35
1999-10-30Rename faFoo() routines, use FD_t I/O with fadio cookie throughout.jbj1-17/+34
1999-10-29check for memory leaks (almost all leaks are plugged).jbj1-21/+14
1999-10-27use compressed filenames on install side.jbj1-3/+3
1999-10-21got installs/removes working with new file listsewt1-1/+2
1999-10-20another batch of changes for new file list format -- one more to goewt1-41/+47
1999-10-08Use xmalloc/xstrdup rather than malloc/strdup.jbj1-1/+1
1999-10-06rpmdbFindByFile() deals with compressed file listsewt1-6/+20
1999-10-06first steps toward getting compressed file lists to work -- most thingsewt1-20/+28
1999-09-26fix: rpm-2.5.1 had file list w/o leading / fix.jbj1-4/+48
1999-09-21Apply sanity check to database permissions.jbj1-0/+3
1999-09-21fix: command line install had header memory leak.jbj1-10/+7
1999-09-17add perms to openDatabase() call.jbj1-53/+65
1999-09-06fix: don't successfully match with strncasecmp("sparc", "sparc64", 5)jbj1-1/+1
1999-08-24add headerWrite return code and check for errors.jbj1-12/+12
1999-08-14fix: don't remove file until last occurence in transaction (#4291).jbj1-3/+3
1999-08-14Comments, consts and style.jbj1-77/+104
1999-07-22add versions to provides.jbj1-2/+2
1999-07-20fix: incomplete cleanup if --rebuilddb fails (#4115).jbj1-49/+29
1999-07-13Eliminate static prototypes.jbj1-19/+13
1999-07-13Perl bindings needjbj1-2/+2
1999-06-15Plug memory leak.jbj1-1/+1
1999-04-08From Tim Mooney:jbj1-1/+1
1999-03-31add explicit macrofiles path to rpmrc.jbj1-0/+1
1999-02-04changed minimal open code (again)ewt1-3/+4
1999-02-04minimal opens need to provide name indexewt1-6/+6
1999-02-04added rpmdbOpenForTraversal()ewt1-0/+17
1999-01-08EGCS cruft.jbj1-4/+5
1999-01-06propagate "const char *" into rpmlib prototypes.jbj1-25/+31
1999-01-05Avoid segfault with "rpm --initdb" when no database exists.jbj1-1/+1
1998-12-30added rpmdbFindFpListewt1-0/+111
1998-12-26use fingerprinting for path lookupsewt1-59/+15
1998-12-16first pass at new transaction api; basic installing/removing worksewt1-4/+13
1998-12-151) store basenames only in fileindexewt1-20/+115
1998-12-031) let you pass the db type per-indexewt1-11/+20
1998-11-30switched exists() to rpmfileexists()ewt1-2/+2
1998-11-23Typo.jbj1-15/+16
1998-11-19finish hiding rpmdb index record data ("matches").jbj1-20/+19
1998-11-16LCLINT pass 0.jbj1-12/+12
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0