summaryrefslogtreecommitdiff
path: root/lib/rpmdb.c
AgeCommit message (Expand)AuthorFilesLines
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-1/+0
1998-09-27add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1-13/+13
1998-09-11fix database rebuilds with triggers (Steve Sanberg).jbj1-0/+4
1998-07-31Macro handling in rpmlib -- rework include: tag with macro expansion.jbj1-2/+0
1998-07-30Consolidated includes for librpmbuild API.jbj1-2/+2
1998-07-25Aggregate system includes into system.h.jbj1-9/+1
1998-05-01didn't handle packages w/ empty filelistsewt1-0/+1
1998-03-27added trigger supportewt1-124/+107
1998-01-20accept NULL as a valid prefix in rpmdbOpen()ewt1-0/+3
1997-10-26ignore missing entries in requires databaseewt1-1/+5
1997-06-16changed struct rpmdb to struct rpmdb_s for C++ewt1-3/+3
1997-05-01Made messages translatable.ewt1-10/+13
1997-05-01need to handle conflictsindex in rpmdbMoveDatabase() and rpmdbRenameDatabase()ewt1-0/+7
1997-04-28rpmFindByFile() removes duplicate and trailing / providing weak filenameewt1-1/+21
1997-01-30moved dbiFreeIndexRecord() to be more appropriate (i.e. not segv)ewt1-2/+2
1997-01-29made rpmdbFirstRecNum() and rpmdbNextRecNum() return signed intsewt1-2/+2
1997-01-171) use config.h if availableewt1-634/+296
1997-01-04Add ufdSeek.jbj1-294/+634
1996-12-06plugged memory leaks in upgradeewt1-2/+5
1996-11-18The Great Renamingroot1-109/+109
1996-10-21rpmdbRemove() should free header it readewt1-0/+4
1996-10-20added conflicts indexewt1-2/+47
1996-09-29use posix fcntl() locks rather then BSD flock()ewt1-2/+9
1996-09-25conditionally include <alloca.h>ewt1-1/+4
1996-09-161) changed dbopen(), renamed it to openDatabase()ewt1-20/+114
1996-08-20don't use a default path for the databaseewt1-3/+4
1996-07-10supports different database locationsewt1-7/+32
1996-07-07HEADER_MAGICroot1-5/+6
1996-06-27added rpmdbInit() callewt1-56/+92
1996-06-09handles providesIndex and requiredbyIndexewt1-3/+99
1996-04-15packages with no group get added to "Unknown" groupewt1-0/+2
1996-02-191) added signal blocking and db syncing to help insure integrityewt1-13/+54
1996-02-19added database lockingroot1-0/+15
1996-02-19changed sense of a bunch of the functions to fit the rest of rpmewt1-9/+11
1996-02-151) added rpmdbUpdate()ewt1-2/+28
1996-02-15don't open the database O_EXCL - we need to use locking instead!ewt1-3/+0
1996-01-09removed extra error messagesewt1-4/+0
1996-01-08fixed problems with --rootroot1-6/+3
1996-01-08added rpmdbAdd()ewt1-0/+62
1996-01-05added searching by group, started work on package removalewt1-6/+100
1995-12-27Initial revisionewt1-0/+98