Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Mageia copyright statements | Rémi Verschelde | 2017-04-26 | 1 | -0/+2 |
| | |||||
* | drop useless __END__ | Thierry Vignaud | 2015-10-09 | 1 | -1/+0 |
| | |||||
* | fix previous commit :-( | Thierry Vignaud | 2015-09-03 | 1 | -0/+1 |
| | |||||
* | drop very old CVS/SVN $Id tags | Thierry Vignaud | 2015-09-02 | 1 | -1/+0 |
| | |||||
* | only a couple func really are needed | Thierry Vignaud | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | document some functions | Thierry Vignaud | 2012-08-31 | 1 | -0/+29 |
| | |||||
* | add basic POD documentation | Thierry Vignaud | 2012-08-31 | 1 | -0/+25 |
| | |||||
* | silent perl_checker | Thierry Vignaud | 2012-03-27 | 1 | -1/+1 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-09-13 | 1 | -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 warnings | Michael Scherer | 2010-01-22 | 1 | -1/+0 |
| | |||||
* | use "use strict" in all modules | Pascal Rigaux | 2009-01-06 | 1 | -0/+1 |
| | |||||
* | - use "versioned" media_info files | Pascal Rigaux | 2008-09-23 | 1 | -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 Rigaux | 2008-09-22 | 1 | -3/+1 |
| | |||||
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-05-15 | 1 | -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 verbosity | Pascal Rigaux | 2007-12-20 | 1 | -1/+1 |
| | |||||
* | o replace /var/lib/urpmi/MD5SUM with /var/lib/urpmi/MD5SUM.<medium_name> | Pascal Rigaux | 2007-12-19 | 1 | -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 Rigaux | 2007-12-19 | 1 | -2/+2 |
| | | | | | o drop hdlist support (will be replaced with xml media_info) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-24 | 1 | -1/+1 |
| | |||||
* | move many functions from urpm.pm to urpm/media.pm | Pascal Rigaux | 2006-11-21 | 1 | -2/+2 |
| | |||||
* | add Id svn keyword | Pascal Rigaux | 2006-11-21 | 1 | -1/+1 |
| | |||||
* | add svn Id | Pascal Rigaux | 2006-11-21 | 1 | -1/+1 |
| | |||||
* | create urpm::md5sum, move md5sum functions into it: | Pascal Rigaux | 2006-11-21 | 1 | -0/+64 |
- urpm::util::md5sum() -> urpm::md5sum::compute() - urpm::local_md5sum() -> urpm::md5sum::on_local_medium() |