Age | Commit message (Expand) | Author | Files | Lines |
2002-12-01 | - link rpm libraries together, use shared helpers with external -lelf. | jbj | 1 | -1/+2 |
2002-11-30 | - upgrade to elfutils-0.63. | jbj | 2 | -7/+2 |
2002-11-15 | - resurrect availablePackages one more time. | jbj | 1 | -6/+8 |
2002-11-08 | Regenerate libltdl autocrap. | jbj | 1 | -2/+1 |
2002-11-06 | Upgrade to bsddb3 3.4.2, include db-4.1.17 fiddles. | jbj | 8 | -51/+105 |
2002-10-15 | - python: permit headers to be hashed. | jbj | 2 | -1/+11 |
2002-10-09 | - fix: use size_t consistently, avoid segfault on ia64. | jbj | 1 | -4/+4 |
2002-09-19 | Check for orphan'ed chnages in rpm-4.1. | jbj | 1 | -1/+1 |
2002-09-03 | - fix: always do rpmalMakeIndex. | jbj | 1 | -1/+1 |
2002-08-31 | Sync with rpm-4.1. | jbj | 1 | -2/+1 |
2002-08-26 | - python: don't remap NOKEY/UNTRUSTED to OK. | jbj | 1 | -3/+3 |
2002-08-23 | - merge signature returns into rpmRC. | jbj | 1 | -9/+25 |
2002-08-20 | - check for interrupt during iteration. | jbj | 2 | -12/+39 |
2002-08-20 | - python: supid typo broke ts.check(). | jbj | 1 | -2/+0 |
2002-08-19 | - add --with-efence to configure, check install/upgrade with efence. | jbj | 2 | -4/+5 |
2002-08-15 | - python: explicit method to set transFlags. | jbj | 1 | -14/+50 |
2002-08-14 | Update to db-4.1.17. | jbj | 1 | -1/+24 |
2002-08-13 | - supply transitive closure for CLI packages from rpmdb-redhat database. | jbj | 2 | -1/+3 |
2002-08-09 | - python: include instance in IDTXload, filename in IDTXglob, return | jbj | 2 | -17/+81 |
2002-08-09 | - python: add (optional) ts.check() callback. | jbj | 1 | -18/+87 |
2002-08-08 | - python: add return codes for rollbacks and fooDB methods. | jbj | 1 | -34/+28 |
2002-08-07 | Remove hdrVerifyFile, unusable as was (#58576). | jbj | 1 | -230/+0 |
2002-08-06 | - python: bindings to import pubkeys and display openpgp packets. | jbj | 1 | -1/+70 |
2002-08-06 | - add bitmask for precise control of signature/digest verification. | jbj | 2 | -18/+46 |
2002-08-05 | - python: the death of rpmdb-py.[ch], use ts.fooDB() methods instead. | jbj | 7 | -182/+42 |
2002-08-05 | - python: enable threads on callbacks and longish rpmlib calls. | jbj | 2 | -21/+76 |
2002-08-05 | - python: bare bones rollback bindings. | jbj | 1 | -4/+141 |
2002-08-04 | - resurrect --rollback. | jbj | 2 | -0/+5 |
2002-08-02 | - check header blobs on export (i.e. rpmdbAdd()).. | jbj | 1 | -3/+11 |
2002-08-01 | - python: methods to disable all new features for benchmarking. | jbj | 2 | -19/+76 |
2002-07-28 | - python: don't segfault in ts.GetKeys() on erased packages. | jbj | 1 | -3/+5 |
2002-07-25 | - python: remove the old initdb/rebuilddb methods, use ts.fooDB(). | jbj | 6 | -46/+110 |
2002-07-25 | - python: add ts.hdrCheck(), ts.rebuildDB() methods. | jbj | 2 | -33/+188 |
2002-07-24 | - verify signatures/digests retrieved through rpmdbNextIterator(). | jbj | 1 | -3/+4 |
2002-07-19 | Remove foo.iter() method, use tp_iter mechanism, for rpmmi/rpmds/rpmfi. | jbj | 7 | -71/+226 |
2002-07-18 | up2date functional on rpm-python-4.1 bindings. | jbj | 2 | -36/+76 |
2002-07-14 | - python: sanity check fixes on rpmts/rpmte methods. | jbj | 25 | -117/+635 |
2002-07-13 | - install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now. | jbj | 8 | -28/+16 |
2002-06-25 | - python: link internal libelf (if used) directly into rpmmodule.so. | jbj | 1 | -1/+3 |
2002-06-20 | - resurrect libelf with Elf64, prelink verify should work everywhere. | jbj | 1 | -0/+689 |
2002-06-20 | Remove autogenerated file. | jbj | 1 | -689/+0 |
2002-06-20 | - make sure that rpm can verify prelinked shared libraries. | jbj | 2 | -1/+4 |
2002-06-09 | Sanity. | jbj | 1 | -0/+1 |
2002-06-07 | Orphans. | jbj | 2 | -0/+22 |
2002-06-07 | Changes from bsddb3-3.3.4. | jbj | 2 | -125/+163 |
2002-06-05 | - python: portability fiddles (#54350). | jbj | 3 | -4/+4 |
2002-06-03 | Teach doxygen about python/*-py.c files. | jbj | 11 | -17/+24 |
2002-06-03 | Functional unit tests after renaming bsdddb3 -> rpmdb, _db -> _rpmdb. | jbj | 24 | -22/+3889 |
2002-06-02 | Clone an rpmdb module from bsddb3 (rpmdb/*.py need work). | jbj | 13 | -49/+6112 |
2002-06-01 | - fix: use getgrnam, not getpwnam, to convert gid -> group. | jbj | 6 | -52/+497 |