summaryrefslogtreecommitdiff
path: root/po
Commit message (Expand)AuthorAgeFilesLines
* - speedup large queries by ~50%.jbj2002-04-071-0/+1
* - *really* dump signature header immutable region.jbj2002-03-1721-904/+904
* Split transaction set handling into separate file, prepatory tojbj2002-03-1322-2805/+2847
* - drill ts/fi through verify mode, add methods to keep fi abstract.jbj2002-03-1221-1659/+1593
* - make --addsign and --resign behave exactly the same.jbj2002-03-1021-358/+358
* - wire --nodigest/--nosignature options to checksig/query/verify modes.jbj2002-03-0821-2310/+2119
* - add header RSA signature (untested, disabled for now).jbj2002-03-0721-698/+647
* - add header RSA signature (untested).jbj2002-03-0721-694/+810
* - add header DSA signature.jbj2002-03-0621-2578/+3040
* - make peace with automake et al in 8.0, ugh.jbj2002-02-1032-7241/+8040
* - make peace with gcc-3.1, remove compiler cruft.jbj2002-02-101-19/+19
* Sanity.jbj2002-02-101-35/+35
* - generate index for pkgid (aka Sigmd5) tag, query/verify by pkgid.jbj2002-02-041-88/+114
* rollback changes from 4.0.4.jbj2002-02-041-78/+78
* Sync with rpm-4.0.4 rollbacks.jbj2002-02-021-112/+112
* - permit args to be hidden within %%__find_{requires,provides}.jbj2002-02-0131-2673/+3099
* - legacy: configurable whiteout for known Red Hat dependency loops.jbj2002-01-301-8/+13
* Transaction rollbacks from rpm-4.04, (sanity flush).jbj2002-01-281-76/+85
* Merge from rpm-4.0.4.jbj2002-01-2731-1939/+1909
* - turn on auto-generated perl requirements (#58519, #58536, #58537).jbj2002-01-2331-588/+690
* - missing key(s) on keyring when verifying a signature is now an error.jbj2002-01-1831-2395/+2395
* Resync with db-4.0.14 (and what's on the rpm-4_0 branch).jbj2002-01-171-25/+25
* - permit subset installs for %lang colored hardlink file sets.jbj2002-01-1131-838/+838
* - fix: signing multiple times dinna work, discard immutable region.jbj2002-01-1031-1438/+1384
* - Depends should use CDB if configured.jbj2002-01-0731-32/+32
* - handle lazy db open's in chroot with absolute path, not prefix strip.jbj2002-01-0631-2084/+2119
* - sparc: make dbenv per-rpmdb, not per-dbi.jbj2002-01-061-32/+32
* Compute parent and no. of children for each package.jbj2002-01-051-8/+9
* Use rpmsort to display dependencies for dotty from graphviz.jbj2002-01-041-1/+1
* - simple automake wrapper for zlib.jbj2001-12-2730-181/+181
* - solaris: translate i86pc to i386 (#57182).jbj2001-12-201-6/+6
* - lclint-3.0.0.19 fiddles.jbj2001-12-0831-1985/+1985
* - 3 madvise calls and a 16Mb mmapped buffer == ~5% install speedup. Wow.jbj2001-12-0631-249/+249
* - fix a couple dinky memory leaks.jbj2001-11-2331-683/+683
* - header handling moved to librpmdb to avoid linkage loops.jbj2001-11-1932-2777/+2777
* - convert file md5sum's to binary on the fly, reducing memory footprint.jbj2001-11-1831-882/+882
* 1st element in tsort candidate queue was not marked.jbj2001-11-181-19/+19
* - use TR_REMOVED relations as well as TR_ADDED for ordering.jbj2001-11-1731-218/+218
* - methods to complete making transactionElement opaque.jbj2001-11-1731-589/+589
* Continue making transactionElement opaque.jbj2001-11-171-16/+16
* Move addTE/delTE to rpmte.c.jbj2001-11-161-19/+19
* - use array of pointers rather than contiguous array for ts->order.jbj2001-11-1631-1024/+1024
* Create rpmte.[ch].jbj2001-11-1632-590/+591
* - annotations to make a transactionElement opaque.jbj2001-11-1631-1210/+1210
* Eliminate dead code.jbj2001-11-161-19/+19
* - transaction.c: use wrappers/iterators to access TFI_t.jbj2001-11-1631-621/+621
* - tweak overlapped file fingerprint retrieval for speed.jbj2001-11-1531-1114/+1114
* depends.c and rpmal.c have opaque TFI_t.jbj2001-11-141-6/+6
* - split file info tag sets into rpmfi.c.jbj2001-11-1331-2550/+1840
* transaction.c: lclint cleanups.jbj2001-11-121-28/+28