Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-05-28 | - eliminate legacy db methods, add ts.dbMatch method. | jbj | 19 | -626/+633 |
2002-05-28 | - add rpmal/rpmte/rpmfd methods to bindings. | jbj | 7 | -174/+204 |
2002-05-27 | Add bindings for rpmte and FD_t. | jbj | 10 | -157/+641 |
2002-05-27 | Add rpmal bindings, Grand Renaming to rpmalFoo(). | jbj | 12 | -316/+702 |
2002-05-25 | - re-enable rpm-python sub-package. | jbj | 2 | -16/+21 |
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 |