Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test for whether any 32-bit packages are installed. | Martin Whitaker | 2019-10-21 | 1 | -1/+1 |
* | When adding distrib media, enable 32-bit media if needed (mga#24438) | Martin Whitaker | 2019-09-28 | 1 | -11/+23 |
* | Ensure downloaded files are world-readable (mga#24636) | Martin Whitaker | 2019-06-22 | 1 | -0/+7 |
* | Ensure urpmi config and cache files are world-readable (mga#24636) | Martin Whitaker | 2019-06-21 | 2 | -5/+26 |
* | On systems with 32-bit EFI, enable the Core 32bit media by default. | Martin Whitaker | 2019-05-27 | 2 | -2/+23 |
* | Don't enable 32-bit media by default on 64-bit systems (mga#24376) | Martin Whitaker | 2019-05-25 | 1 | -2/+4 |
* | fix _rpm_version() when rpm is translated | Thierry Vignaud | 2018-09-19 | 1 | -1/+1 |
* | document open_helper()/close_helper() signatures | Thierry Vignaud | 2018-09-17 | 1 | -0/+14 |
* | add support for verify callback when installing | Thierry Vignaud | 2018-09-14 | 1 | -0/+1 |
* | typo fix in doc | Thierry Vignaud | 2017-10-04 | 1 | -1/+1 |
* | use XML::LibXML::Parser's 'huge' option | Thierry Vignaud | 2017-09-18 | 1 | -1/+1 |
* | update perl-base first too | Thierry Vignaud | 2017-09-18 | 1 | -1/+1 |
* | simplify: use //= where appropirate | Thierry Vignaud | 2017-07-17 | 1 | -1/+1 |
* | Update Mageia copyright statements | Rémi Verschelde | 2017-04-26 | 25 | -7/+42 |
* | Make sure that urpmi.cfg is world-readable so that mgaapplet can read it (mga... | Frédéric Buclin | 2017-04-03 | 1 | -0/+4 |
* | skip kernel-firmware-nonfree too | Martin Whitaker | 2016-11-12 | 1 | -1/+1 |
* | fix more Getopt::Long breakages | Thierry Vignaud | 2016-10-15 | 1 | -1/+1 |
* | add 'no_ignore_case' to Getopt options (mga#17923) | Shlomi Fish | 2016-07-11 | 1 | -1/+1 |
* | adapt to aria2c-1.16+ output (mga#16500) | Shlomi Fish | 2016-07-11 | 1 | -3/+24 |
* | perl_checker cleanup | Thierry Vignaud | 2016-04-14 | 1 | -1/+1 |
* | error callback can be simplified too | Thierry Vignaud | 2016-04-14 | 1 | -2/+2 |
* | further simplify | Thierry Vignaud | 2016-04-14 | 1 | -5/+6 |
* | use new "elem" callback | Thierry Vignaud | 2016-04-14 | 1 | -1/+4 |
* | unset LD_PRELOAD in chroot | Thierry Vignaud | 2016-01-24 | 1 | -0/+1 |
* | Prefer http mirrors when using a mirrorlist | Anssi Hannula | 2015-12-31 | 1 | -1/+3 |
* | fix POD | Thierry Vignaud | 2015-10-09 | 2 | -2/+4 |
* | fix urpm::bug_report (mga#16925) | Thierry Vignaud | 2015-10-09 | 1 | -0/+1 |
* | convert comments to POD | Thierry Vignaud | 2015-10-09 | 1 | -5/+30 |
* | add basic POD for urpmi::parallel | Thierry Vignaud | 2015-10-09 | 1 | -0/+26 |
* | drop useless __END__ | Thierry Vignaud | 2015-10-09 | 16 | -16/+0 |
* | add Mga copyright | Thierry Vignaud | 2015-10-09 | 1 | -0/+2 |
* | bump mga copyright | Thierry Vignaud | 2015-09-04 | 5 | -5/+5 |
* | fix urpm::parallel | Thierry Vignaud | 2015-09-04 | 1 | -0/+1 |
* | help perl_checker | Thierry Vignaud | 2015-09-04 | 1 | -0/+3 |
* | perl_checker cleanup | Thierry Vignaud | 2015-09-04 | 1 | -1/+1 |
* | help perl_checker | Thierry Vignaud | 2015-09-04 | 2 | -2/+2 |
* | fix Term::ReadKey warnings when redirected | Thierry Vignaud | 2015-09-03 | 2 | -4/+8 |
* | fix previous commit :-( | Thierry Vignaud | 2015-09-03 | 1 | -0/+1 |
* | drop very old CVS/SVN $Id tags | Thierry Vignaud | 2015-09-02 | 24 | -24/+0 |
* | explain a little more | Thierry Vignaud | 2015-08-28 | 1 | -0/+2 |
* | convert comments to POD | Thierry Vignaud | 2015-08-28 | 1 | -28/+63 |
* | describe a cople more functions | Thierry Vignaud | 2015-08-28 | 1 | -0/+50 |
* | fix using a proxy without an auth user (mga#11265) | Thierry Vignaud | 2015-08-26 | 1 | -1/+1 |
* | always display the right package name on errors | unknown | 2015-02-26 | 1 | -13/+2 |
* | default to "unknown" | Thierry Vignaud | 2015-02-06 | 1 | -1/+1 |
* | Don't give a wrong package name when it is unknown in a callback (mga#15032) | Pascal Terjan | 2015-02-05 | 1 | -2/+12 |
* | s/suggests/recommends/ | Thierry Vignaud | 2014-09-07 | 1 | -2/+2 |
* | s/suggested/recommended/ | Thierry Vignaud | 2014-09-07 | 2 | -3/+3 |
* | adapt to URPM-5.00 | Thierry Vignaud | 2014-09-07 | 2 | -2/+2 |
* | typo fix | Thierry Vignaud | 2014-09-07 | 1 | -1/+1 |