| Commit message (Expand) | Author | Age | Files | Lines |
* | That wasn't actually necessaryv1_44 | Rafael Garcia-Suarez | 2006-06-12 | 1 | -4/+0 |
* | Fix passing of rpmRelocation structure with new layout in 4.4.6 | Rafael Garcia-Suarez | 2006-06-12 | 1 | -0/+4 |
* | It's nice to be able to compile with rpm 4.4.6, but it's nice to be able to | Rafael Garcia-Suarez | 2006-06-01 | 1 | -3/+8 |
* | - rpm 4.4.6 fixes | Olivier Thauvin | 2006-05-31 | 1 | -2/+5 |
* | - fix urpmi .spec: aka ensure the rpm config is read with all macros before p... | Olivier Thauvin | 2006-05-23 | 1 | -0/+2 |
* | Patch by Pascal Terjan to fix a FD leak (bug #22632) | Rafael Garcia-Suarez | 2006-05-22 | 1 | -0/+1 |
* | Add function to traverse transactions | Rafael Garcia-Suarez | 2006-04-07 | 1 | -0/+30 |
* | RPMTAG_SOURCEPACKAGE is going to be obsolete. Replace it by RPMTAG_SOURCERPM. | Rafael Garcia-Suarez | 2006-04-02 | 1 | -10/+10 |
* | Fix for undocumented ABI changes in rpm 4.4.5 callback interface | Rafael Garcia-Suarez | 2006-03-13 | 1 | -2/+9 |
* | Protection when no data is passed to transaction callbacks | Rafael Garcia-Suarez | 2006-03-13 | 1 | -0/+3 |
* | Fix misplaced break in switch statement | Rafael Garcia-Suarez | 2006-03-13 | 1 | -43/+47 |
* | "triggeredby" in traverse_tag never worked. | Rafael Garcia-Suarez | 2006-03-10 | 1 | -2/+2 |
* | Fix small memleak on db open error | Rafael Garcia-Suarez | 2006-03-08 | 1 | -0/+1 |
* | Protect rpmtsRun with a new link to the transaction object | Rafael Garcia-Suarez | 2006-03-07 | 1 | -0/+2 |
* | Also, increase refcounts. | Rafael Garcia-Suarez | 2006-03-06 | 1 | -0/+1 |
* | It wasn't a good idea to completely remove the refcount, because it's used to | Rafael Garcia-Suarez | 2006-03-06 | 1 | -3/+5 |
* | Don't use our own reference counter, but the rpmlib's, for transactions. | Rafael Garcia-Suarez | 2006-03-06 | 1 | -14/+18 |
* | Include key id in verify_signature()'s OK output. Also, avoid a header leak. | Rafael Garcia-Suarez | 2006-03-03 | 1 | -1/+10 |
* | New function verify_signature | Rafael Garcia-Suarez | 2006-03-03 | 1 | -1/+45 |
* | Don't display error messages from rpmVerifySignatures | Rafael Garcia-Suarez | 2006-03-03 | 1 | -1/+4 |
* | Reimplement verify_rpm, using the rpm cli interface | Rafael Garcia-Suarez | 2006-03-03 | 1 | -69/+16 |
* | Remove support for the (broken) db option to verify_rpm | Rafael Garcia-Suarez | 2006-03-03 | 1 | -24/+7 |
* | Use a smaller buffer for the return value of verify_rpm, and guard against ov... | Rafael Garcia-Suarez | 2006-03-03 | 1 | -25/+21 |
* | Honor verification flags in verif_rpm() even when reading from a file without | Rafael Garcia-Suarez | 2006-03-02 | 1 | -2/+2 |
* | Nits in verify_rpm. | Rafael Garcia-Suarez | 2006-03-02 | 1 | -5/+4 |
* | Fix a couple of compilation warnings. URPM.xs is now warning-clean. | Rafael Garcia-Suarez | 2006-03-01 | 1 | -2/+4 |
* | Add ignorearch option to run transactions | Rafael Garcia-Suarez | 2006-02-13 | 1 | -0/+2 |
* | repackage also when only the rpm macro is defined. Maybe rpm ought to do this, | Rafael Garcia-Suarez | 2006-02-10 | 1 | -4/+7 |
* | Remove unused variable | Rafael Garcia-Suarez | 2006-02-10 | 1 | -6/+2 |
* | Add installtid method | Rafael Garcia-Suarez | 2006-02-09 | 1 | -0/+12 |
* | Fix repackage option, oops | Rafael Garcia-Suarez | 2006-02-09 | 1 | -2/+2 |
* | Add repackage flag to run transactions | Rafael Garcia-Suarez | 2006-02-09 | 1 | -0/+2 |
* | 1.32-1mdk1.32 | Rafael Garcia-Suarez | 2006-01-25 | 1 | -1/+1 |
* | Flag headers returned by spec2srcheader() as source packages | Rafael Garcia-Suarez | 2006-01-25 | 1 | -0/+2 |
* | In spec2srcheader(): extend stack; fudge with errno. | Rafael Garcia-Suarez | 2006-01-19 | 1 | -3/+5 |
* | Return undef on spec parsing failure | Rafael Garcia-Suarez | 2006-01-19 | 1 | -3/+6 |
* | - add Urpm_spec2srcheader(): return header of src.rpm from a specfile | Olivier Thauvin | 2006-01-19 | 1 | -0/+28 |
* | Update copyrights | Rafael Garcia-Suarez | 2005-12-08 | 1 | -1/+3 |
* | RPMTAG_SERIAL (old name of RPMTAG_EPOCH) has been removed in rpm 4.4.3 | Rafael Garcia-Suarez | 2005-12-01 | 1 | -1/+1 |
* | Fix a couple of compilation warnings | Rafael Garcia-Suarez | 2005-11-30 | 1 | -4/+4 |
* | Fix cast error | Rafael Garcia-Suarez | 2005-11-30 | 1 | -3/+3 |
* | Add the RPMPROB_FILTER_DISKNODES flag for running transactions with the | Rafael Garcia-Suarez | 2005-10-10 | 1 | -1/+1 |
* | - add some options to parse_rpm (nomd5, nopayload) | Olivier Thauvin | 2005-09-14 | 1 | -5/+29 |
* | Make URPM::add_macro expand literal \n to \\\n in macro definitions. | Rafael Garcia-Suarez | 2005-09-09 | 1 | -1/+1 |
* | Add a "noscripts" option to run transactions. Inhibits pre, preun, post and | Rafael Garcia-Suarez | 2005-09-01 | 1 | -1/+7 |
* | correctly handle -1 fileno returned by callback_open | Pascal Rigaux | 2005-08-23 | 1 | -2/+4 |
* | update copyright and maintainer | Rafael Garcia-Suarez | 2005-07-28 | 1 | -1/+1 |
* | Add function rpmErrorWriteTo($fd) | Rafael Garcia-Suarez | 2005-06-30 | 1 | -0/+14 |
* | add rpmErrorString function | Rafael Garcia-Suarez | 2005-06-30 | 1 | -0/+3 |
* | Add a binding for rpm internal debugging function setVerbosity() | Rafael Garcia-Suarez | 2005-06-16 | 1 | -0/+6 |