summaryrefslogtreecommitdiffstats
path: root/urpm/get_pkgs.pm
Commit message (Expand)AuthorAgeFilesLines
* bump copyrightThierry Vignaud2020-01-171-1/+1
* Update Mageia copyright statementsRĂ©mi Verschelde2017-04-261-0/+2
* drop useless __END__Thierry Vignaud2015-10-091-1/+0
* drop very old CVS/SVN $Id tagsThierry Vignaud2015-09-021-1/+0
* only a couple func really are neededThierry Vignaud2013-03-211-1/+1
* kill deprecated selected2list() functionThierry Vignaud2012-09-261-8/+0
* (get_distant_media_filesize) kill unused parameterThierry Vignaud2012-08-311-2/+2
* convert a couple comments to PODThierry Vignaud2012-08-311-5/+16
* add basic POD documentationThierry Vignaud2012-08-311-0/+25
* revert commit r3849 from Mar 26 2012 as it causes a testsuiteThierry Vignaud2012-06-081-6/+1
* (selected2local_and_blists) silent perl_checkerThierry Vignaud2012-03-261-1/+1
* (selected2local_and_blists) prevent having duplicate packages in blistsThierry Vignaud2012-03-261-1/+6
* add perl_checker hintsThierry Vignaud2012-02-011-1/+1
* perl_checker cleanupsThierry Vignaud2012-01-061-4/+4
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-09-131-1/+1
* remember which media local packages came fromChristophe Fergeau2010-04-281-1/+6
* perl_checker fixesChristophe Fergeau2009-10-131-1/+1
* check the FS has enough space before trying to download all packagesChristophe Fergeau2009-10-131-0/+21
* When downloading packages, remember where it comes from.Christophe Fergeau2009-01-091-4/+11
* Don't modify _download_packages_of_distant_media args, use return valuesChristophe Fergeau2009-01-091-5/+9
* add some commentPascal Rigaux2009-01-081-1/+3
* add some commentPascal Rigaux2009-01-081-1/+2
* use "use strict" in all modulesPascal Rigaux2009-01-061-0/+1
* - urpmi, gurpmiPascal Rigaux2008-10-211-1/+3
* - aria2:Pascal Rigaux2008-10-131-0/+1
* much nicer userdir() functions:Pascal Rigaux2008-09-041-5/+1
* simplify: always create "partial" and "rpms" in "userdir", that way we can usePascal Rigaux2008-09-041-7/+2
* - create urpm::blist_to_filenames()Pascal Rigaux2008-09-031-1/+1
* now, get rid of blist->{list} :)Pascal Rigaux2008-07-081-6/+3
* fix typoPascal Rigaux2008-07-081-2/+2
* migrate download_packages_of_distant_media() to use blist->{pkgs} instead of ...Pascal Rigaux2008-07-081-6/+4
* migrate _download_packages_of_distant_media() to use blist->{pkgs} instead of...Pascal Rigaux2008-07-081-7/+8
* add {pkgs} to $blist, it deprecates {list}Pascal Rigaux2008-07-081-3/+7
* make selected2list() use selected2local_and_blists()Pascal Rigaux2008-07-081-17/+14
* rename $i to $id to make it clearPascal Rigaux2008-07-081-6/+6
* rename/create vars for clarityPascal Rigaux2008-07-081-5/+6
* pass a blist to _download_packages_of_distant_media()Pascal Rigaux2008-07-081-12/+10
* re-indentPascal Rigaux2008-07-081-29/+30
* create _download_packages_of_distant_media() out of download_packages_of_dist...Pascal Rigaux2008-07-081-15/+23
* goal: get rid of $list which must be used together with $urpm->{media}, and u...Pascal Rigaux2008-07-081-8/+27
* create cachedir_rpms() out of _selected2local_and_ids()Pascal Rigaux2008-07-081-8/+23
* create _selected2local_and_ids() out of selected2list()Pascal Rigaux2008-07-081-9/+20
* we don't need to know the medium to compute ->is_delta_installable, so doingPascal Rigaux2008-07-081-4/+4
* rename varPascal Rigaux2008-07-081-3/+3
* adapt the error message: --install-src is allowed for non-root for some time,Pascal Rigaux2008-07-071-2/+1
* - urpmiPascal Rigaux2008-06-261-1/+1
* empty_dir() is a better name, clean_dir() will be used for just removing the dirPascal Rigaux2008-06-241-2/+2
* move removing bad file inside verify_partial_rpm_and_move()Pascal Rigaux2008-02-261-3/+4
* simplifyPascal Rigaux2008-02-261-2/+2
* urpm::get_pkgs::verify_partial_rpm_and_move() return the final rpmPascal Rigaux2008-02-261-1/+1