summaryrefslogtreecommitdiffstats
path: root/urpm/md5sum.pm
Commit message (Collapse)AuthorAgeFilesLines
* Fix docThierry Vignaud2021-10-311-1/+1
|
* 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
|
* fix previous commit :-(Thierry Vignaud2015-09-031-0/+1
|
* drop very old CVS/SVN $Id tagsThierry Vignaud2015-09-021-1/+0
|
* only a couple func really are neededThierry Vignaud2013-03-211-1/+1
|
* document some functionsThierry Vignaud2012-08-311-0/+29
|
* add basic POD documentationThierry Vignaud2012-08-311-0/+25
|
* silent perl_checkerThierry Vignaud2012-03-271-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-09-131-1/+1
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line Import urpmi ------------------------------------------------------------------------
* - remove uneeded module use, as this give some warningsMichael Scherer2010-01-221-1/+0
|
* use "use strict" in all modulesPascal Rigaux2009-01-061-0/+1
|
* - use "versioned" media_info filesPascal Rigaux2008-09-231-0/+14
| | | | | | | | | | (needed for aria2 to handle mirrors not having some media_info/*) it fixes: - downloading parts of media_info file from different mirrors and failing to obtain a valid result - checking md5sum of media_info files
* prepare next commits: introduce $medium->{parsed_md5sum}Pascal Rigaux2008-09-221-3/+1
|
* - urpmi.addmedia, urpmi.update:Pascal Rigaux2008-05-151-5/+11
| | | | | | | o check downloaded MD5SUM is not invalid HTML code, and try another mirror from mirrorlist (#39918) (useful for servers not returning a valid HTTP error)
* reduce verbosityPascal Rigaux2007-12-201-1/+1
|
* o replace /var/lib/urpmi/MD5SUM with /var/lib/urpmi/MD5SUM.<medium_name>Pascal Rigaux2007-12-191-29/+6
| | | | | | | | | (this will allow checking xml media_info is up-to-date even if we don't update it at the same time as synthesis is updated) and further cleanup urpm::media code (esp. modify {force} behaviour, may need some adjustments)
* - all tools:Pascal Rigaux2007-12-191-2/+2
| | | | | o drop hdlist support (will be replaced with xml media_info)
* re-sync after the big svn lossPascal Rigaux2007-04-241-1/+1
|
* move many functions from urpm.pm to urpm/media.pmPascal Rigaux2006-11-211-2/+2
|
* add Id svn keywordPascal Rigaux2006-11-211-1/+1
|
* add svn IdPascal Rigaux2006-11-211-1/+1
|
* create urpm::md5sum, move md5sum functions into it: Pascal Rigaux2006-11-211-0/+64
- urpm::util::md5sum() -> urpm::md5sum::compute() - urpm::local_md5sum() -> urpm::md5sum::on_local_medium()