summaryrefslogtreecommitdiff
path: root/lib/install.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-13The death of rpmdbFindBy{Provides,RequiredBy,Conflicts}.jbj1-9/+0
2000-04-13The death of rpmdbFindBy{Group,TriggeredBy,Header}.jbj1-0/+13
2000-04-08Hash package headers using simple counter.jbj1-21/+1
2000-04-07use "rpmdb db" consistently throughout, add doxygen tags.jbj1-0/+8
2000-04-04Permit dboffsets in hex and octal.jbj1-1/+1
2000-03-23- API: change dbi to pass by reference, not value.jbj1-9/+28
2000-02-16Disable i18n lookaside for now.jbj1-1/+1
2000-02-15new rpm-build package to isolate rpm dependencies on perl/bash2.jbj1-1/+1
1999-12-21lib/rpmio.c: Start weeding the debug messages.jbj1-2/+2
1999-12-08rename new FILENAMES tags to BASENAMES/DIRNAMES/DIRINDEXES.jbj1-5/+5
1999-12-01Add underscore in front of (possibly) non-supported FDIO_t vectors.jbj1-2/+2
1999-11-30lib/install.c: Check errno and mkdir specdir/sourcedir only for local fs.jbj1-61/+76
1999-11-19macros.in: Add buildsubdir and scriptlet template macros.jbj1-4/+0
1999-11-18The death of lib/ftp.c, merged into lib/rpmio.c.jbj1-0/+5
1999-11-14lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop.jbj1-1/+1
1999-11-12Use Fstrerror on ufdio throughut.jbj1-14/+22
1999-11-04Use Fopen almost everywhere.jbj1-4/+0
1999-11-03First use of libio.jbj1-0/+4
1999-10-30Make fdFileno() static, use Fileno()/Ferror() analogues throughout.jbj1-4/+4
1999-10-27use compressed filenames on install side.jbj1-6/+3
1999-10-21lclint annotations.jbj1-1/+1
1999-10-21got installs/removes working with new file listsewt1-11/+9
1999-10-20lclint annotations.jbj1-1/+1
1999-10-20Tyo: RPMTAG_COMPFILENAMES is ...COMPFILELIST.jbj1-3/+3
1999-10-20another batch of changes for new file list format -- one more to goewt1-3/+3
1999-10-08support new file list format for relocations and package removalewt1-0/+2
1999-10-06first steps toward getting compressed file lists to work -- most thingsewt1-5/+5
1999-10-04dumb cpp's want white space around lclint annotations (Tim Mooney).jbj1-3/+3
1999-09-28portatbility fiddles (solaris).jbj1-1/+2
1999-09-21fix: command line install had header memory leak.jbj1-10/+13
1999-09-17python: shared module needs -lrpm -lbz2.jbj1-6/+8
1999-09-17rewrite installArchive() with common exit point.jbj1-160/+150
1999-08-15resuscitate net shared paths (#4330).jbj1-1/+8
1999-08-09Prepare for per-package non-string macros like epoch.jbj1-3/+14
1999-08-06Use headerNVR throughout.jbj1-4/+2
1999-07-13Eliminate static prototypes.jbj1-373/+371
1999-07-13Perl bindings needjbj1-2/+2
1999-07-08add configure scaffolding to support rpm-4.0 packages.jbj1-0/+2
1999-04-14Make silly headerGetEntry consistent throughout.jbj1-6/+4
1999-04-13minor cleanupsewt1-15/+1
1999-04-09removed extra headerFree() :-(ewt1-2/+0
1999-04-07install callbacks didn't return proper total size for source packagesewt1-0/+4
1999-04-03add name/version/release macros during src.rpm install.jbj1-4/+58
1999-03-31don't install a single package twiceewt1-1/+5
1999-03-22fix: accessing freed memory.jbj1-6/+7
1999-03-22fix: don't add header if signature generation failed (Carlo Wood).jbj1-3/+3
1999-03-20eliminate old rpmrc configuration syntax.jbj1-4/+9
1999-03-16Fix newSpec in "rpm -q --specfile --specedit"jbj1-1/+0
1999-03-05plugged a memory leakewt1-0/+1
1999-02-21dded FA_ to enum fileActions stuffewt1-40/+17