summaryrefslogtreecommitdiff
path: root/lib/rebuilddb.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-23make db indices as lightweight as possible, with per-dbi config.jbj1-184/+0
2000-04-21fix: legacy packages required provides EVR/Flags to be added.jbj1-9/+6
2000-04-19Change iterator interface to use RPMTAG_FOO rather than RPMDBI_FOO.jbj1-2/+3
2000-04-18Consolidate changes into rpmdb.c.jbj1-0/+1
2000-04-13add explcit "Provides: name = [epoch:]version-release" to headers.jbj1-0/+3
2000-04-13The death of rpmdbFindBy{Provides,RequiredBy,Conflicts}.jbj1-17/+0
2000-04-13The death of rpmdbFindBy{Group,TriggeredBy,Header}.jbj1-6/+20
2000-04-12Remove DYING code.jbj1-28/+1
2000-04-12API: pass *SearchIndex() length of key (0 will use strlen(key)).jbj1-24/+57
2000-04-11make header db a "special" type of index database in db0, hiding falloc.c.jbj1-1/+1
2000-04-06use hashed access for package headers.jbj1-1/+2
2000-04-03Indicate that dbenv should be trashed after a rebuild.jbj1-0/+2
2000-03-30Mostly functional db2 interface, db3 still has problems.jbj1-4/+12
2000-03-26Add --preferdb for now to permit testing db0/db1/db2.jbj1-6/+6
2000-03-23convert db1 -> db2 on-disk format using --rebuilddb.jbj1-2/+9
2000-03-23- API: change dbi to pass by reference, not value.jbj1-3/+6
2000-02-15new rpm-build package to isolate rpm dependencies on perl/bash2.jbj1-3/+19
2000-01-24fix: on --rebuilddb, make sure new/old paths are not the same (#8752).jbj1-4/+6
2000-01-23Exit if new db directory already exists when doing --rebuilddb.jbj1-0/+5
2000-01-17add %_rebuilddbpath macro to permit rebuilding db in new location.jbj1-10/+27
1999-10-31Spec: Add rootdir (as in chroot).jbj1-2/+2
1999-10-29check for memory leaks (almost all leaks are plugged).jbj1-2/+3
1999-09-21fix: command line install had header memory leak.jbj1-1/+2
1999-07-13Perl bindings needjbj1-2/+2
1999-06-17fix: --rebuilddb with --root dinna remove directory (Michael Andres).jbj1-13/+11
1999-03-31add explicit macrofiles path to rpmrc.jbj1-0/+1
1999-03-05fixed memory leakewt1-0/+2
1999-01-06propagate "const char *" into rpmlib prototypes.jbj1-12/+25
1998-12-05Typos.jbj1-1/+1
1998-12-03caldera patches (ray@Caldera.DE)jbj1-1/+1
1998-12-031) let you pass the db type per-indexewt1-1/+2
1998-11-16LCLINT pass 0.jbj1-1/+1
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-11/+11
1998-08-11Sync with 2.5.2 branch patches.jbj1-19/+19
1998-07-31Macro handling in rpmlib -- rework include: tag with macro expansion.jbj1-1/+0
1998-07-30Consolidated includes for librpmbuild API.jbj1-1/+2
1998-07-25Aggregate system includes into system.h.jbj1-12/+1
1998-06-30added an error message when rmdir() failsewt1-1/+3
1998-01-09added more i18n stringsewt1-8/+11
1997-01-29does some basic sanity checks on headers read from the databaseewt1-7/+18
1997-01-171) use config.h if availableewt1-1/+4
1996-12-16fixed silly ifdef logicewt1-1/+1
1996-12-12made include of alloca.h conditionalewt1-1/+4
1996-11-18The Great Renamingroot1-14/+13
1996-09-25typecase getpid() return to intewt1-2/+2
1996-09-16Initial revisionewt1-0/+92