Age | Commit message (Expand) | Author | Files | Lines |
2002-05-23 | - add rpmds/rpmfi/rpmts methods to bindings. | jbj | 5 | -12/+8 |
2002-05-23 | Create rpmts-py.c. | jbj | 8 | -588/+633 |
2002-05-23 | rpmds and rpmfi iterators, take 0. | jbj | 9 | -134/+680 |
2002-05-23 | Bind rpmds as class derived from header. | jbj | 5 | -12/+294 |
2002-05-19 | - fix: synthesize unpacking progress callbacks for packages w/o files. | jbj | 1 | -1/+3 |
2002-05-19 | - Grand Renaming of rpm data types. | jbj | 2 | -14/+16 |
2002-05-17 | Transactions made increasingly opaque. | jbj | 1 | -2/+2 |
2002-05-16 | - opaque (well mostly) rpmTransactionSet using methods. | jbj | 6 | -60/+67 |
2002-05-04 | Add toy db->associate, db->join, dbcursor->c_pget wrappers. | jbj | 1 | -1/+1 |
2002-05-02 | - eliminate db1 support. | jbj | 2 | -0/+3 |
2002-05-01 | - attempt to make peace with automake-1.6.1, autoconf-2.53. | jbj | 1 | -43/+58 |
2002-04-14 | - use build time to choose one of multiple alternative suggestions. | jbj | 1 | -6/+10 |
2002-04-13 | - merge conflicts into problems, handle as transaction set variable. | jbj | 1 | -23/+25 |
2002-04-11 | - rescusitate --rebuild. | jbj | 2 | -1595/+33 |
2002-04-08 | doxygen cleanup. | jbj | 1 | -4/+6 |
2002-04-07 | - speedup large queries by ~50%. | jbj | 1 | -2/+2 |
2002-03-17 | - *really* dump signature header immutable region. | jbj | 1 | -1/+2 |
2002-03-13 | Factor notify callback function/arg onto per-ts method. | jbj | 1 | -2/+3 |
2002-03-12 | - permit --dbpath and --root with signature (i.e. --import) modes. | jbj | 1 | -4/+7 |
2002-03-12 | - drill ts/fi through verify mode, add methods to keep fi abstract. | jbj | 1 | -4/+21 |
2002-02-10 | - make peace with automake et al in 8.0, ugh. | jbj | 2 | -229/+205 |
2002-02-10 | - make peace with gcc-3.1, remove compiler cruft. | jbj | 1 | -1/+1 |
2002-02-04 | 1) added sprintf method to headers | jbj | 1 | -2/+58 |
2002-01-07 | - autodetect python 1.5/2.2. | jbj | 2 | -2/+3 |
2001-11-23 | - fix a couple dinky memory leaks. | jbj | 1 | -0/+3 |
2001-11-18 | - convert file md5sum's to binary on the fly, reducing memory footprint. | jbj | 1 | -2/+2 |
2001-11-11 | - unify rpmFNSet into TFI_t. | jbj | 1 | -2/+6 |
2001-11-11 | Replace loadFi with fiNew, freeFi with fiFree. | jbj | 1 | -1/+1 |
2001-11-10 | - strip header tags for erased as well as installed transactionElements. | jbj | 1 | -1/+1 |
2001-11-08 | - rip out rpmDependencyConflict, replace with rpmProblem instead. | jbj | 1 | -4/+4 |
2001-11-08 | - linear search on added package provides is dumb. | jbj | 1 | -5/+51 |
2001-11-06 | - fix: harmless typo in db3 chroot hack. | jbj | 1 | -0/+16 |
2001-11-04 | - rpmal: availablePackage is totally opaque, alKey with index replaces. | jbj | 1 | -2/+2 |
2001-11-01 | - add header refcount annotations throughout. | jbj | 1 | -13/+13 |
2001-10-27 | - legacy signatures always checked where possible on package read. | jbj | 1 | -2/+5 |
2001-10-26 | - wire transactions through rpmcli install/erase modes. | jbj | 1 | -18/+3 |
2001-10-25 | - legacy signatures always checked on -qp and -Vp. | jbj | 1 | -9/+15 |
2001-10-24 | - wire transactions through rpmcli query/verify modes. | jbj | 1 | -1/+1 |
2001-10-23 | - generate an rpm header on the fly for imported pubkeys. | jbj | 1 | -1/+6 |
2001-10-21 | Orphans. | jbj | 1 | -0/+1 |
2001-10-19 | Rewire digests, step 2. | jbj | 3 | -1/+3 |
2001-09-25 | - legacy: drop brokenMD5 support (rrpm-2.3.3 to rpm-2.3.8 on sparc). | jbj | 1 | -1/+1 |
2001-09-25 | - drop rpmio/base64.[ch] in favor of beecrypt. | jbj | 1 | -2/+0 |
2001-09-15 | Sync with rpm-4_0 branch. | jbj | 2 | -3/+14 |
2001-08-28 | - dependency whiteout for libgnomeprint -> gnome-print (ordering only). | jbj | 1 | -6/+8 |
2001-08-27 | - fix: error message on failed package installs resurrected. | jbj | 2 | -55/+65 |
2001-08-16 | - python: add exception to detect bad data in hdrUnload. | jbj | 1 | -9/+11 |
2001-08-15 | - always use dl size in regionSwab() return. | jbj | 1 | -12/+26 |
2001-08-06 | - portability: some compilers squawk at return ((void) foo()) (#50419). | jbj | 1 | -13/+11 |
2001-08-04 | - fix: autoconf glob tests (#50845). | jbj | 1 | -2/+2 |