summaryrefslogtreecommitdiff
path: root/convertdb.c
AgeCommit message (Collapse)AuthorFilesLines
2002-07-24- verify signatures/digests retrieved through rpmdbNextIterator().jbj1-1/+1
- imbue %ghost with missingok attribute with --verify (#68933). CVS patchset: 5568 CVS date: 2002/07/24 16:21:23
2002-07-13- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.jbj1-1/+1
- revert headerFree/headerLink/headerUnlink debugging. CVS patchset: 5550 CVS date: 2002/07/13 19:08:51
2001-11-01- add header refcount annotations throughout.jbj1-1/+1
CVS patchset: 5146 CVS date: 2001/11/01 20:15:10
2001-01-15- fix: extra newline in many error messages (#23947).jbj1-4/+4
- fix: rpm -Va with db1 needs per-iterator, not per-index, offset. - add install/remove transaction id tags. CVS patchset: 4441 CVS date: 2001/01/15 23:09:42
2000-12-12Sync with rpm-4_0 branch.jbj1-0/+1
CVS patchset: 4338 CVS date: 2000/12/12 20:03:45
2000-06-20- API: uncouple fadio from rest of rpmio.jbj1-2/+3
- API: externalize legacy fdOpen interface for rpmfind et al. CVS patchset: 3873 CVS date: 2000/06/20 15:54:48
1999-10-06use OLDFILENAMES tagewt1-1/+1
CVS patchset: 3376 CVS date: 1999/10/06 22:52:35
1999-09-26Retrofit glibc __progname.jbj1-2/+5
CVS patchset: 3330 CVS date: 1999/09/26 15:04:03
1999-09-21fix: command line install had header memory leak.jbj1-11/+11
check for NULL on all memory allocations. free rpmrc mallocs on exit. permit run time leak detection. CVS patchset: 3311 CVS date: 1999/09/21 03:22:53
1999-03-16Fix newSpec in "rpm -q --specfile --specedit"jbj1-0/+1
CVS patchset: 2892 CVS date: 1999/03/16 20:04:26
1998-12-01More build popts moved to build.cjbj1-1/+1
Fix access of freed memory. CVS patchset: 2571 CVS date: 1998/12/01 23:28:26
1998-11-30switched to rpmfilexistsewt1-1/+1
CVS patchset: 2564 CVS date: 1998/11/30 17:53:01
1998-11-20Sanity.jbj1-3/+3
CVS patchset: 2551 CVS date: 1998/11/20 20:18:22
1998-10-08Consolidate i18n baggage into AM_GNU_GETTEXT and system.h.jbj1-2/+0
CVS patchset: 2425 CVS date: 1998/10/08 14:59:17
1998-10-08configure using automake.jbj1-1/+3
CVS patchset: 2418 CVS date: 1998/10/08 10:40:27
1998-09-27add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)jbj1-7/+7
gettextify rpmMessage/rpmError/fprintf messages. CVS patchset: 2368 CVS date: 1998/09/27 22:03:52
1998-09-04Sync with 5.2 branch.jbj1-1/+1
CVS patchset: 2275 CVS date: 1998/09/04 16:17:46
1998-07-30Consolidated includes for librpmbuild API.jbj1-4/+2
CVS patchset: 2213 CVS date: 1998/07/30 22:09:42
1998-07-25Aggregate system includes into system.h.jbj1-3/+1
Rearrange functions to minimize exported routines in librpmbuild API. VS: ---------------------------------------------------------------------- CVS patchset: 2183 CVS date: 1998/07/25 21:00:26
1997-10-03needs to read rpmrcewt1-1/+3
CVS patchset: 1836 CVS date: 1997/10/03 16:05:46
1996-11-18The Great Renamingroot1-33/+32
CVS patchset: 1171 CVS date: 1996/11/18 18:02:36
1996-03-29don't overwrite an existing databaseroot1-7/+4
CVS patchset: 495 CVS date: 1996/03/29 01:43:10
1996-02-19changed sense of rpmdbOpenewt1-1/+1
CVS patchset: 315 CVS date: 1996/02/19 04:50:15
1996-02-14turned on gif support during db conversionroot1-1/+1
CVS patchset: 257 CVS date: 1996/02/14 16:11:37
1996-01-29reversed the order of the filelist during conversionewt1-16/+18
CVS patchset: 232 CVS date: 1996/01/29 19:30:49
1996-01-15fixed a typoewt1-1/+1
CVS patchset: 209 CVS date: 1996/01/15 00:01:03
1996-01-14modified to be standalone programewt1-5/+15
CVS patchset: 208 CVS date: 1996/01/14 23:07:54
1996-01-08uses rpmdbAdd function rather then duplicating itewt1-82/+20
converts pre/post uninstall scripts CVS patchset: 168 CVS date: 1996/01/08 19:18:14
1996-01-06uses oldheader.[ch] instead of oldrpmfile.[ch] (which was removed)ewt1-1/+1
CVS patchset: 147 CVS date: 1996/01/06 00:07:13
1995-12-27changed to use oldrpmdb names insteaed of rpmdb onesewt1-17/+17
CVS patchset: 106 CVS date: 1995/12/27 20:05:14
1995-12-271) added indexing by name, group, fileewt1-8/+81
2) changed some STRING types to STRINGARRAY CVS patchset: 80 CVS date: 1995/12/27 03:37:38
1995-12-19Changed RPMTAB_FILESTATES to INT8 from CHARewt1-1/+9
Added GIF's CVS patchset: 58 CVS date: 1995/12/19 16:09:38
1995-12-13minor changes to get it compiling againewt1-11/+2
CVS patchset: 32 CVS date: 1995/12/13 20:20:14
1995-12-13Creates nearly complete packages.rpm - no indexing is done yetewt1-1/+188
CVS patchset: 23 CVS date: 1995/12/13 20:09:47
1995-11-27Initial revisionroot1-0/+7
CVS patchset: 1 CVS date: 1995/11/27 22:31:21