Age | Commit message (Expand) | Author | Files | Lines |
2002-06-01 | - fix: use getgrnam, not getpwnam, to convert gid -> group. | jbj | 1 | -12/+13 |
2002-05-27 | Add bindings for rpmte and FD_t. | jbj | 12 | -186/+199 |
2002-05-27 | Add rpmal bindings, Grand Renaming to rpmalFoo(). | jbj | 5 | -62/+68 |
2002-05-23 | Create rpmts-py.c. | jbj | 8 | -34/+37 |
2002-05-19 | - fix: synthesize unpacking progress callbacks for packages w/o files. | jbj | 22 | -209/+313 |
2002-05-19 | - Grand Renaming of rpm data types. | jbj | 29 | -1494/+1591 |
2002-05-17 | Transactions made increasingly opaque. | jbj | 11 | -176/+276 |
2002-05-16 | - opaque (well mostly) rpmTransactionSet using methods. | jbj | 21 | -871/+687 |
2002-05-13 | AIX fiddles (Albert Chin <rpm-list@thewrittenword.com>). | jbj | 1 | -2/+2 |
2002-05-13 | Eliminate bogus strerror message for manifests. | jbj | 3 | -7/+6 |
2002-05-07 | - plug most install mode leaks. | jbj | 7 | -23/+64 |
2002-05-06 | - rework most of rpmdb.c prepatory to implementing duplicates. | jbj | 1 | -32/+2 |
2002-05-04 | Add toy db->associate, db->join, dbcursor->c_pget wrappers. | jbj | 4 | -4/+4 |
2002-05-04 | Pass dbiGet() flags from application. | jbj | 2 | -4/+4 |
2002-05-02 | - eliminate db1 support. | jbj | 6 | -8/+19 |
2002-05-01 | - attempt to make peace with automake-1.6.1, autoconf-2.53. | jbj | 5 | -61/+85 |
2002-04-14 | - use build time to choose one of multiple alternative suggestions. | jbj | 9 | -37/+104 |
2002-04-13 | - merge conflicts into problems, handle as transaction set variable. | jbj | 9 | -134/+110 |
2002-04-13 | - use rpmdb-redhat to suggest dependency resolution(s). | jbj | 23 | -229/+338 |
2002-04-11 | - rescusitate --rebuild. | jbj | 24 | -128/+137 |
2002-04-10 | Fix: source package already part of the transaction. | jbj | 2 | -5/+11 |
2002-04-08 | Sanity. | jbj | 1 | -0/+4 |
2002-04-08 | Check {fsm,psm} for orphans. | jbj | 2 | -4/+26 |
2002-04-08 | doxygen cleanup. | jbj | 14 | -34/+56 |
2002-04-07 | - speedup large queries by ~50%. | jbj | 2 | -5/+16 |
2002-03-17 | - *really* dump signature header immutable region. | jbj | 5 | -32/+91 |
2002-03-13 | Factor notify callback function/arg onto per-ts method. | jbj | 5 | -34/+45 |
2002-03-13 | Split transaction set handling into separate file, prepatory to | jbj | 7 | -296/+342 |
2002-03-13 | Pass ts and args to rpmInstall() and rpmErase(). | jbj | 4 | -67/+80 |
2002-03-12 | Sanity. | jbj | 2 | -7/+5 |
2002-03-12 | - permit --dbpath and --root with signature (i.e. --import) modes. | jbj | 3 | -18/+14 |
2002-03-12 | - drill ts/fi through verify mode, add methods to keep fi abstract. | jbj | 9 | -226/+337 |
2002-03-10 | - splint annotationsm, signature cleanup. | jbj | 7 | -176/+108 |
2002-03-10 | - make --addsign and --resign behave exactly the same. | jbj | 2 | -23/+33 |
2002-03-08 | - wire --nodigest/--nosignature options to checksig/query/verify modes. | jbj | 8 | -91/+175 |
2002-03-07 | - add header RSA signature (untested, disabled for now). | jbj | 3 | -43/+79 |
2002-03-07 | - add header RSA signature (untested). | jbj | 4 | -3/+97 |
2002-03-06 | - add header DSA signature. | jbj | 4 | -152/+364 |
2002-03-03 | - add payload uncompressed size to signature to avoid rewriting header. | jbj | 6 | -148/+392 |
2002-02-28 | Use Knuth algorithm Y for computing DSA "w = inv(s) mod q". | jbj | 1 | -1/+4 |
2002-02-22 | tpkgid cleanup. | jbj | 1 | -0/+6 |
2002-02-20 | Sanity. | jbj | 1 | -5/+5 |
2002-02-09 | Sync with 4.0.4, splint clean. | jbj | 4 | -23/+35 |
2002-02-07 | Sync with rpm-4.0.4. | jbj | 1 | -3/+3 |
2002-02-04 | - generate index for pkgid (aka Sigmd5) tag, query/verify by pkgid. | jbj | 5 | -11/+145 |
2002-02-04 | rollback changes from 4.0.4. | jbj | 3 | -13/+28 |
2002-02-02 | Sync with rpm-4.0.4 rollbacks. | jbj | 4 | -156/+47 |
2002-02-01 | - permit args to be hidden within %%__find_{requires,provides}. | jbj | 1 | -1/+1 |
2002-01-30 | - legacy: configurable whiteout for known Red Hat dependency loops. | jbj | 1 | -13/+51 |
2002-01-28 | Transaction rollbacks from rpm-4.04, (sanity flush). | jbj | 3 | -94/+326 |