summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix a comment, and add comment on a bugPascal Rigaux2006-11-101-1/+4
|
* use glob()Pascal Rigaux2006-11-101-12/+7
|
* help perl_checkerPascal Rigaux2006-11-101-0/+2
|
* perl_checker compliancePascal Rigaux2006-11-101-1/+3
|
* - adapt ->translate_why_unselected to do what each callers do: sort its args ↵Pascal Rigaux2006-11-103-21/+25
| | | | | | | and return a single string - create translate_why_unselected_one to make function smaller
* - adapt ->translate_why_removed to do what each callers do: sort its args ↵Pascal Rigaux2006-11-104-32/+35
| | | | | | | and return a single string - create translate_why_removed_one to make function smaller
* make it more clearPascal Rigaux2006-11-101-14/+16
|
* simplifyPascal Rigaux2006-11-091-4/+5
|
* perl_checker compliancePascal Rigaux2006-11-091-9/+10
|
* help perl_checker, simplifyPascal Rigaux2006-11-091-5/+6
|
* make things more explicit (it helps perl_checker)Pascal Rigaux2006-11-091-2/+4
|
* use cat_Pascal Rigaux2006-11-091-6/+1
|
* perl_checker compliancePascal Rigaux2006-11-091-5/+5
|
* is_iso() now returns a boolean valuePascal Rigaux2006-11-091-3/+3
|
* drop hdlist.cz2 support (obsolete)Pascal Rigaux2006-11-091-5/+4
|
* fix previous commit: get_md5sum() is a better name than get_computed_md5sum()Pascal Rigaux2006-11-091-3/+3
|
* create get_computed_md5sum() out of parse_md5sum() (it is the same except ↵Pascal Rigaux2006-11-091-14/+14
| | | | | | | for logging) and use it
* help perl_checkerPascal Rigaux2006-11-092-0/+4
|
* remove unused variablePascal Rigaux2006-11-091-1/+0
|
* --WID=id was introduced looong ago (2001) by fpons, it should be dead by nowPascal Rigaux2006-11-092-2/+0
|
* we need urpm::util for basename()Pascal Rigaux2006-11-092-0/+2
|
* perl_checker compliancePascal Rigaux2006-11-091-2/+3
|
* perl_checker compliance, don't import POSIX functions (it helps perl_checker)Pascal Rigaux2006-11-091-8/+8
|
* perl_checker compliancePascal Rigaux2006-11-091-1/+1
|
* perl_checker compliancePascal Rigaux2006-11-091-1/+1
|
* perl_checker compliancePascal Rigaux2006-11-091-5/+5
|
* simplifyPascal Rigaux2006-11-091-7/+6
|
* perl_checker compliancePascal Rigaux2006-11-091-1/+1
|
* remove unused variablePascal Rigaux2006-11-091-1/+0
|
* perl_checker compliancePascal Rigaux2006-11-091-6/+7
|
* use standard ExporterPascal Rigaux2006-11-092-31/+13
|
* simplifyPascal Rigaux2006-11-091-1/+1
|
* perl_checker compliancePascal Rigaux2006-11-091-7/+7
|
* restore uniq() (i sucks)Pascal Rigaux2006-11-091-2/+4
|
* remove unused variablePascal Rigaux2006-11-091-2/+0
|
* perl_checker compliancePascal Rigaux2006-11-091-2/+2
|
* perl_checker compliancePascal Rigaux2006-11-091-14/+14
|
* drop unused functionPascal Rigaux2006-11-091-2/+0
|
* simplifyPascal Rigaux2006-11-091-10/+6
|
* reduce size of function update_media() by creating small functions out of itPascal Rigaux2006-11-091-86/+104
| | | | | (it was 987 lines long, it's still 904 lines long)
* move basename() to urpm::utilPascal Rigaux2006-11-095-28/+37
|
* perl_checker compliance & simplificationsPascal Rigaux2006-11-091-8/+6
|
* needed in parallel_ssh.pmPascal Rigaux2006-11-091-0/+1
|
* factorize introducing proc_mounts() and cat_()Pascal Rigaux2006-11-092-14/+6
|
* allow running perl_checkerPascal Rigaux2006-11-071-0/+14
|
* new releasePascal Rigaux2006-11-072-1/+175
|
* perl_checker compliancePascal Rigaux2006-11-071-3/+3
|
* ask user before installing a package that matching part of the namePascal Rigaux2006-11-072-8/+21
|
* indent the description and do not display on first line. Pascal Rigaux2006-11-071-0/+2
| | | | | | | this allow processing of the output of urpmf (as required by Erwan Velu) for now choosing not to filter description (as suggested by rgs)
* pre-compute part of the qf in case of multitagPascal Rigaux2006-11-071-1/+8
| | | | | => around 25% speedup for file search and 10% speedup for requires search