summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Expand)AuthorFilesLines
2002-01-27Merge from rpm-4.0.4.jbj31-1939/+1909
2002-01-23- turn on auto-generated perl requirements (#58519, #58536, #58537).jbj31-588/+690
2002-01-18- missing key(s) on keyring when verifying a signature is now an error.jbj31-2395/+2395
2002-01-17Resync with db-4.0.14 (and what's on the rpm-4_0 branch).jbj1-25/+25
2002-01-11- permit subset installs for %lang colored hardlink file sets.jbj31-838/+838
2002-01-10- fix: signing multiple times dinna work, discard immutable region.jbj31-1438/+1384
2002-01-07- Depends should use CDB if configured.jbj31-32/+32
2002-01-06- handle lazy db open's in chroot with absolute path, not prefix strip.jbj31-2084/+2119
2002-01-06- sparc: make dbenv per-rpmdb, not per-dbi.jbj1-32/+32
2002-01-05Compute parent and no. of children for each package.jbj1-8/+9
2002-01-04Use rpmsort to display dependencies for dotty from graphviz.jbj1-1/+1
2001-12-27- simple automake wrapper for zlib.jbj30-181/+181
2001-12-20- solaris: translate i86pc to i386 (#57182).jbj1-6/+6
2001-12-08- lclint-3.0.0.19 fiddles.jbj31-1985/+1985
2001-12-06- 3 madvise calls and a 16Mb mmapped buffer == ~5% install speedup. Wow.jbj31-249/+249
2001-11-23- fix a couple dinky memory leaks.jbj31-683/+683
2001-11-19- header handling moved to librpmdb to avoid linkage loops.jbj32-2777/+2777
2001-11-18- convert file md5sum's to binary on the fly, reducing memory footprint.jbj31-882/+882
2001-11-181st element in tsort candidate queue was not marked.jbj1-19/+19
2001-11-17- use TR_REMOVED relations as well as TR_ADDED for ordering.jbj31-218/+218
2001-11-17- methods to complete making transactionElement opaque.jbj31-589/+589
2001-11-17Continue making transactionElement opaque.jbj1-16/+16
2001-11-16Move addTE/delTE to rpmte.c.jbj1-19/+19
2001-11-16- use array of pointers rather than contiguous array for ts->order.jbj31-1024/+1024
2001-11-16Create rpmte.[ch].jbj32-590/+591
2001-11-16- annotations to make a transactionElement opaque.jbj31-1210/+1210
2001-11-16Eliminate dead code.jbj1-19/+19
2001-11-16- transaction.c: use wrappers/iterators to access TFI_t.jbj31-621/+621
2001-11-15- tweak overlapped file fingerprint retrieval for speed.jbj31-1114/+1114
2001-11-14depends.c and rpmal.c have opaque TFI_t.jbj1-6/+6
2001-11-13- split file info tag sets into rpmfi.c.jbj31-2550/+1840
2001-11-12transaction.c: lclint cleanups.jbj1-28/+28
2001-11-12- commit to using rpmDepSet and TFI_t, not header.jbj31-3132/+3132
2001-11-11- unify rpmFNSet into TFI_t.jbj31-2457/+2457
2001-11-11Replace loadFi with fiNew, freeFi with fiFree.jbj1-64/+64
2001-11-11- factor per-transactionElement data out of TFI_t through pointer ref.jbj31-1747/+1747
2001-11-11- common structure elements for unification of TFI_t and rpmFNSet.jbj31-2977/+2677
2001-11-11Discard ts->addedPackages at end of rpmdepOrder() for now.jbj1-1/+1
2001-11-11Iterate over TR_REMOVED transactionElement stripped data, don't hit rpmdb.jbj1-19/+19
2001-11-11Rip headers out of addedPackages.jbj1-48/+48
2001-11-11Rip alGetHeader() out of depends.c.jbj1-52/+42
2001-11-10Start removing alGetHeader.jbj1-28/+28
2001-11-10- strip header tags for erased as well as installed transactionElements.jbj31-776/+776
2001-11-09- no-brainer refcounts for rpmDepSet and rpmFNSet objects.jbj31-404/+404
2001-11-09- header tag sets are per-transactionElement, not per-availablePackage.jbj31-835/+835
2001-11-09Start deconstructing TFI_t in favor of a per-transactionElement rpmFNSet.jbj1-6/+6
2001-11-09- no-brainer refcounts for rpmProblemSet object.jbj31-1860/+2015
2001-11-08- rip out rpmDependencyConflict, replace with rpmProblem instead.jbj31-2701/+2981
2001-11-08Remove dead code.jbj1-45/+35
2001-11-08- linear search on added package provides is dumb.jbj1-65/+73