summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* perl_checker compliancePascal Rigaux2006-11-071-1/+1
|
* fix typoPascal Rigaux2006-11-071-1/+1
|
* simplify: drop $multi, $multitag is enoughPascal Rigaux2006-11-071-9/+4
|
* factorizePascal Rigaux2006-11-071-7/+7
|
* move the "\n" in the print, it's nicer (but no real speedup)Pascal Rigaux2006-11-071-2/+2
|
* use $s instead of $_, it's cleaner and same speedPascal Rigaux2006-11-071-6/+4
|
* rewrite the generation of the callback codePascal Rigaux2006-11-071-29/+36
|
* use 3 args in open: replace ">$file" with ">", "$file"Pascal Rigaux2006-11-071-5/+5
|
* use $LOCK_FILE and $RPMLOCK_FILE instead of LOCK_FILE and RPMLOCK_FILEPascal Rigaux2006-11-071-29/+32
|
* perl_checker compliancePascal Rigaux2006-11-061-12/+13
|
* simplifyPascal Rigaux2006-11-031-1/+1
|
* fix bad typo in previous commit: $qv is now needed in _findindepsPascal Rigaux2006-11-031-19/+19
|
* LOSTSawyer2005-05-241-1/+1
|
* simplifyPascal Rigaux2006-11-031-1/+1
|
* - remove useless call to log, as we are calling 'die' in write_ldap_cache, ↵Michael Scherer2006-11-031-1/+1
| | | | and run inside a eval block, spotted by pixel.
* use member()Pascal Rigaux2006-11-031-2/+2
|
* remove unused variablesPascal Rigaux2006-11-032-8/+0
|
* add member()Pascal Rigaux2006-11-031-1/+2
|
* perl_checker compliancePascal Rigaux2006-11-0310-77/+80
|
* Update German translation (Nicolas Bauer)Nicolas Bauer2006-11-011-4/+2
|
* updated Galician file; corrected syntax errors in Polish filePablo Saratxaga2006-10-312-9/+10
|
* prevent a dialog to have a height of several scores of thousands pixelsThierry Vignaud2006-10-251-1/+6
|
* add support of --root for gurpmiThierry Vignaud2006-10-252-1/+3
|
* - askmedia and suppl option in hdlists where not per media option but ↵Olivier Thauvin2006-10-211-1/+1
| | | | undocumented global option for gi
* Forgot to add the new options to bash completionRafael Garcia-Suarez2006-10-181-1/+1
|
* Add --no-md5sum and --force-key options to urpmiRafael Garcia-Suarez2006-10-183-1/+24
|
* More adjustments in per-media config arguments: factorize listsRafael Garcia-Suarez2006-10-031-1/+2
|
* Don't remove "downloader" setting from per-media config when updating mediaRafael Garcia-Suarez2006-10-031-2/+2
| | | | | (bug #26257)