Age | Commit message (Expand) | Author | Files | Lines |
2002-08-08 | - python: add return codes for rollbacks and fooDB methods. | jbj | 1 | -90/+89 |
2002-08-07 | Round correctly so that progress bars complete to 100%. | jbj | 1 | -17/+17 |
2002-08-07 | - fix: src.rpm installs need fd pos at payload. | jbj | 1 | -1/+1 |
2002-08-06 | - python: bindings to import pubkeys and display openpgp packets. | jbj | 1 | -19/+24 |
2002-08-06 | - add bitmask for precise control of signature/digest verification. | jbj | 1 | -33/+33 |
2002-08-05 | - fix: check for lead magic, better error message on failure (#69751). | jbj | 1 | -15/+15 |
2002-08-04 | - add --predefine to define macros before reading macro configuration. | jbj | 1 | -28/+32 |
2002-08-04 | - fix: don't repackage %%ghost files. | jbj | 1 | -6/+6 |
2002-08-04 | - resurrect --rollback. | jbj | 1 | -135/+149 |
2002-08-02 | - check header blobs on export (i.e. rpmdbAdd()).. | jbj | 1 | -47/+40 |
2002-08-02 | Sanity. | jbj | 1 | -7/+7 |
2002-08-02 | - fix: signed pubkeys were imported incorrectly (#68291). | jbj | 1 | -1/+1 |
2002-08-02 | - fix: repair --root with --verify (#70527). | jbj | 1 | -1/+1 |
2002-08-02 | - fix: identify athlon with 3DNOWEXT as "athlon", not "i786" (#70539). | jbj | 1 | -16/+16 |
2002-07-31 | - configurable (default off) build failure iff unpackaged files (PLD). | jbj | 1 | -43/+52 |
2002-07-31 | Carry PLD scripts/configuration for perl/python/php in rpm sources. | jbj | 1 | -10/+10 |
2002-07-31 | - make --querytags a common option, fix errant regex (#70135). | jbj | 1 | -128/+127 |
2002-07-30 | - prevent stale locks in __db files by closing databases on signals. | jbj | 1 | -40/+40 |
2002-07-29 | Remove debugging printf. | jbj | 1 | -3/+3 |
2002-07-29 | Orphans. | jbj | 1 | -304/+309 |
2002-07-28 | - popt: display sub-table options only once on --usage. | jbj | 1 | -296/+292 |
2002-07-25 | - fix: --repackage repaired (#67217). | jbj | 1 | -52/+58 |
2002-07-25 | - python: add ts.hdrCheck(), ts.rebuildDB() methods. | jbj | 1 | -10/+10 |
2002-07-24 | - fix: segfault if given a text file as 2nd arg to -Uvh (#69508). | jbj | 1 | -1/+1 |
2002-07-24 | - verify signatures/digests retrieved through rpmdbNextIterator(). | jbj | 1 | -121/+143 |
2002-07-21 | - add methods to make signature handling opaque wrto rpmts. | jbj | 1 | -113/+114 |
2002-07-20 | - version added to *.la dependency libraries (#69063). | jbj | 1 | -82/+82 |
2002-07-20 | - popt: parse file into string of options (#56860). | jbj | 1 | -67/+115 |
2002-07-18 | up2date functional on rpm-python-4.1 bindings. | jbj | 1 | -1/+1 |
2002-07-14 | - python: sanity check fixes on rpmts/rpmte methods. | jbj | 1 | -11/+11 |
2002-07-13 | - install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now. | jbj | 1 | -224/+224 |
2002-07-12 | - skip signing packages already signed with same key (#62118). | jbj | 1 | -22/+27 |
2002-07-12 | - display signature details using rpm -qi | jbj | 1 | -8/+10 |
2002-07-11 | - update for sv.po. | jbj | 1 | -88/+88 |
2002-07-11 | - fix: repair 2ndary match criteria with rpmdb iterators. | jbj | 1 | -30/+30 |
2002-07-09 | - placeholders for manifest constants for SuSE patch packages. | jbj | 1 | -144/+144 |
2002-07-06 | - fix: permit deletions of added packages (#67108). | jbj | 1 | -1/+1 |
2002-07-05 | - update rpmcache.8. | jbj | 1 | -38/+38 |
2002-07-04 | - fix: forgot lazy open of database on --freshen path (#67907). | jbj | 1 | -90/+105 |
2002-07-03 | - use rpmfi in showQueryPackage(), eliminating headerGetEntry(). | jbj | 1 | -511/+520 |
2002-07-02 | add (disabled for now) dependency check to rpmgraph. | jbj | 1 | -197/+312 |
2002-06-29 | - open rpmdb early RDONLY, reopen later RDWR, avoid signed srpm noise. | jbj | 1 | -18/+18 |
2002-06-28 | - rescusitate remote ftp globs (#67678). | jbj | 1 | -1/+1 |
2002-06-28 | - disambiguate added/installed dependency failures (#50388). | jbj | 1 | -49/+49 |
2002-06-28 | - fix: multiple relocations (#67596). | jbj | 1 | -119/+136 |
2002-06-27 | - use rpmdb-redhat for suggestions if/when configured (#67430). | jbj | 1 | -4/+4 |
2002-06-25 | - python: link internal libelf (if used) directly into rpmmodule.so. | jbj | 1 | -552/+554 |
2002-06-21 | Check S_ISREG explicitly to avoid '?' in ls(1)-like displays. | jbj | 1 | -1/+1 |
2002-06-21 | - fix: reading macro files can corrupt memory if BUFSIZ is teensy. | jbj | 1 | -27/+27 |
2002-06-20 | - resurrect libelf with Elf64, prelink verify should work everywhere. | jbj | 1 | -1/+1 |