Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add max() | Pascal Rigaux | 2007-09-06 | 1 | -1/+2 |
| | |||||
* | remove debug code | Pascal Rigaux | 2007-06-22 | 1 | -1/+0 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-06-07 | 1 | -1/+3 |
| | | | | | | | o prefer best architecture over exact name (eg: urpmi libfoo-devel prefers lib64foo-devel over libfoo-devel) - add function min() | ||||
* | - urpmi.addmedia | Pascal Rigaux | 2007-05-21 | 1 | -1/+13 |
| | | | | | | o don't overwrite existing urpmi.cfg with an empty file when disk is full (#30945) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-24 | 1 | -17/+14 |
| | |||||
* | move RFC/API/protocol doc in a dhcp-doc sub-package | Olivier Blin | 2007-03-15 | 1 | -12/+16 |
| | |||||
* | move uniq to urpm::util (i need it in urpm::media) | Pascal Rigaux | 2006-11-28 | 1 | -1/+2 |
| | |||||
* | add partition (from MDK::Common) | Pascal Rigaux | 2006-11-24 | 1 | -0/+10 |
| | |||||
* | create urpm::md5sum, move md5sum functions into it: | Pascal Rigaux | 2006-11-21 | 1 | -16/+1 |
| | | | | | | - urpm::util::md5sum() -> urpm::md5sum::compute() - urpm::local_md5sum() -> urpm::md5sum::on_local_medium() | ||||
* | create copy_and_own, and use it | Pascal Rigaux | 2006-11-15 | 1 | -0/+14 |
| | |||||
* | add dirname() | Pascal Rigaux | 2006-11-13 | 1 | -1/+2 |
| | |||||
* | move basename() to urpm::util | Pascal Rigaux | 2006-11-09 | 1 | -5/+13 |
| | |||||
* | add member() | Pascal Rigaux | 2006-11-03 | 1 | -1/+2 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2006-11-03 | 1 | -1/+1 |
| | |||||
* | Use revision number as version numbers for internal modules. | Rafael Garcia-Suarez | 2006-06-07 | 1 | -1/+3 |
| | | | | | For gurpmi.pm, use the same version number as urpm. | ||||
* | Use Digest::MD5 when available | Rafael Garcia-Suarez | 2006-01-24 | 1 | -3/+12 |
| | |||||
* | Add versions to modules | Rafael Garcia-Suarez | 2005-12-02 | 1 | -0/+2 |
| | |||||
* | Update copyright notices | Rafael Garcia-Suarez | 2005-12-02 | 1 | -0/+16 |
| | |||||
* | Remove more MDK::Common vestigia | Rafael Garcia-Suarez | 2005-11-03 | 1 | -0/+3 |
| | |||||
* | Use an explicit path for the md5sum utility | Rafael Garcia-Suarez | 2005-09-30 | 1 | -1/+1 |
| | |||||
* | Copy files using -L, to avoid copying relative symbolic links with -R | Rafael Garcia-Suarez | 2005-04-28 | 1 | -1/+1 |
| | | | | | | (this made urpmi.addmedia fail over nfs when the target hdlist was actually a symbolic link) | ||||
* | Move untaint() into urpm::util. | Rafael Garcia-Suarez | 2004-12-07 | 1 | -1/+7 |
| | | | | | Fix a comment in urpmi. | ||||
* | Factor some system()s | Rafael Garcia-Suarez | 2004-11-04 | 1 | -1/+11 |
| | |||||
* | Factorize md5sum function. Reinit retrieved MD5SUM. | Rafael Garcia-Suarez | 2004-10-20 | 1 | -1/+9 |
| | |||||
* | Cleanup some perl warnings | Rafael Garcia-Suarez | 2004-04-28 | 1 | -0/+1 |
| | |||||
* | More refactorization. Some silencing of the warnings emitted by -w. | Rafael Garcia-Suarez | 2004-04-22 | 1 | -0/+74 |