| Commit message (Expand) | Author | Age | Files | Lines |
* | 1.43V1_43 | Rafael Garcia-Suarez | 2006-05-23 | 3 | -2/+23 |
* | - fix urpmi .spec: aka ensure the rpm config is read with all macros before p... | Olivier Thauvin | 2006-05-23 | 1 | -0/+2 |
* | Don't clobber rpm's changelog with too many details, there is a real changelo... | Rafael Garcia-Suarez | 2006-05-22 | 1 | -1/+1 |
* | add bug reference in 1.42-1mdk's changelog | Thierry Vignaud | 2006-05-22 | 1 | -1/+1 |
* | 1.42V1_42 | Rafael Garcia-Suarez | 2006-05-22 | 3 | -2/+13 |
* | Patch by Pascal Terjan to fix a FD leak (bug #22632) | Rafael Garcia-Suarez | 2006-05-22 | 1 | -0/+1 |
* | 1.41V1_41 | Rafael Garcia-Suarez | 2006-05-02 | 3 | -2/+19 |
* | Add function to traverse transactions | Rafael Garcia-Suarez | 2006-04-07 | 2 | -0/+35 |
* | RPMTAG_SOURCEPACKAGE is going to be obsolete. Replace it by RPMTAG_SOURCERPM. | Rafael Garcia-Suarez | 2006-04-02 | 1 | -10/+10 |
* | 1.40v1_40 | Rafael Garcia-Suarez | 2006-03-15 | 3 | -2/+42 |
* | Get version comparison right | Rafael Garcia-Suarez | 2006-03-13 | 1 | -1/+1 |
* | Define new symbol in Makefile.PL depending on detected rpm version | Rafael Garcia-Suarez | 2006-03-13 | 1 | -1/+6 |
* | 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 |
* | 1.39V1_39 | Rafael Garcia-Suarez | 2006-03-07 | 3 | -3/+28 |
* | Clean up gcc options | Rafael Garcia-Suarez | 2006-03-07 | 1 | -2/+1 |
* | Protect rpmtsRun with a new link to the transaction object | Rafael Garcia-Suarez | 2006-03-07 | 1 | -0/+2 |
* | Spec file nit.v1_38 | Rafael Garcia-Suarez | 2006-03-06 | 1 | -1/+1 |
* | Also, increase refcounts. | Rafael Garcia-Suarez | 2006-03-06 | 1 | -0/+1 |
* | 1.38V1_38 | Rafael Garcia-Suarez | 2006-03-06 | 3 | -2/+28 |
* | Perform this test faster | Rafael Garcia-Suarez | 2006-03-06 | 1 | -1/+1 |
* | Be more Test::More-ish, add a TODO test | Rafael Garcia-Suarez | 2006-03-06 | 1 | -14/+19 |
* | 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 |
* | 1.37v1_37 | Rafael Garcia-Suarez | 2006-03-03 | 3 | -2/+83 |
* | Document URPM::verify_signature() | Rafael Garcia-Suarez | 2006-03-03 | 1 | -0/+6 |
* | 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 |
* | Document (new-ish) return value of verify_rpm() | Rafael Garcia-Suarez | 2006-03-03 | 1 | -0/+1 |
* | Reimplement verify_rpm, using the rpm cli interface | Rafael Garcia-Suarez | 2006-03-03 | 2 | -75/+17 |
* | Remove support for the (broken) db option to verify_rpm | Rafael Garcia-Suarez | 2006-03-03 | 2 | -25/+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 |
* | Make sure -fno-strict-aliasing is used (gcc option) | Rafael Garcia-Suarez | 2006-03-01 | 1 | -1/+1 |
* | Document the is_arch_compat package method | Rafael Garcia-Suarez | 2006-02-13 | 1 | -0/+5 |
* | 1.36-1mdkv1_36 | Rafael Garcia-Suarez | 2006-02-13 | 1 | -1/+4 |
* | Document new ignorearch flag | Rafael Garcia-Suarez | 2006-02-13 | 1 | -1/+2 |
* | Add ignorearch option to run transactions | Rafael Garcia-Suarez | 2006-02-13 | 1 | -0/+2 |
* | 1.35-1mdk1.35 | Rafael Garcia-Suarez | 2006-02-10 | 3 | -2/+14 |
* | repackage also when only the rpm macro is defined. Maybe rpm ought to do this, | Rafael Garcia-Suarez | 2006-02-10 | 1 | -4/+7 |
* | 1.34-1mdk1.34 | Rafael Garcia-Suarez | 2006-02-10 | 3 | -2/+32 |
* | Doc nits | Rafael Garcia-Suarez | 2006-02-10 | 1 | -4/+5 |
* | Remove unused variable | Rafael Garcia-Suarez | 2006-02-10 | 1 | -6/+2 |
* | Fix code example in URPM's synopsis | Rafael Garcia-Suarez | 2006-02-09 | 1 | -1/+1 |