summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Expand)AuthorAgeFilesLines
* move many functions from urpm.pm to urpm/media.pmPascal Rigaux2006-11-216-20/+1915
* help perl_checkerPascal Rigaux2006-11-211-0/+1
* move create_transaction() and prepare_transaction() from urpm.pm into urpm/in...Pascal Rigaux2006-11-211-0/+39
* add Id svn keywordPascal Rigaux2006-11-213-3/+3
* move urpm::install() into urpm::install::install() (new module)Pascal Rigaux2006-11-211-0/+156
* add svn IdPascal Rigaux2006-11-213-3/+3
* create urpm::md5sum, move md5sum functions into it: Pascal Rigaux2006-11-212-16/+65
* move open_safe, opendir_safe and syserror to urpm::sysPascal Rigaux2006-11-212-1/+20
* move lock functions to urpm::sysPascal Rigaux2006-11-211-21/+70
* move urpm::parallel_remove to urpm::parallel::removePascal Rigaux2006-11-211-0/+12
* create urpm::parallel and move some things from urpm.pmPascal Rigaux2006-11-211-0/+57
* move some things to new module urpm::bug_reportPascal Rigaux2006-11-201-0/+57
* oops, remove debug code wrongly introduced in previous commitPascal Rigaux2006-11-201-1/+0
* simplifyPascal Rigaux2006-11-201-3/+2
* don't set priority for global values (this will allow taking all of them in u...Pascal Rigaux2006-11-161-2/+2
* - put passwords in /etc/urpmi/netrc instead of getting it from /var/lib/urpmi...Pascal Rigaux2006-11-151-14/+8
* create copy_and_own, and use itPascal Rigaux2006-11-151-0/+14
* - correctly cook args to sync_file()Pascal Rigaux2006-11-131-3/+1
* add dirname()Pascal Rigaux2006-11-131-1/+2
* sync_prozilla need exporting (used in urpm.pm)Pascal Rigaux2006-11-101-1/+1
* help perl_checkerPascal Rigaux2006-11-092-0/+4
* --WID=id was introduced looong ago (2001) by fpons, it should be dead by nowPascal Rigaux2006-11-091-1/+0
* we need urpm::util for basename()Pascal Rigaux2006-11-092-0/+2
* perl_checker compliancePascal Rigaux2006-11-091-1/+1
* use standard ExporterPascal Rigaux2006-11-092-31/+13
* move basename() to urpm::utilPascal Rigaux2006-11-094-23/+32
* perl_checker compliance & simplificationsPascal Rigaux2006-11-091-8/+6
* factorize introducing proc_mounts() and cat_()Pascal Rigaux2006-11-092-14/+6
* perl_checker compliancePascal Rigaux2006-11-071-3/+3
* - remove useless call to log, as we are calling 'die' in write_ldap_cache, an...Michael Scherer2006-11-031-1/+1
* add member()Pascal Rigaux2006-11-031-1/+2
* perl_checker compliancePascal Rigaux2006-11-038-27/+27
* Add --no-md5sum and --force-key options to urpmiRafael Garcia-Suarez2006-10-181-0/+2
* Add Prozilla supportRafael Garcia-Suarez2006-09-213-5/+31
* When restarting urpmi, close leaked filehandles. Useful for the upgradeRafael Garcia-Suarez2006-09-191-0/+15
* Patch by Nicolas Melay to include -q to the command-line options of curl, soRafael Garcia-Suarez2006-09-181-0/+2
* Localize $_ before magical while(<$file>) loopsRafael Garcia-Suarez2006-08-112-0/+5
* For curl downloads, use the --anyauth options (solves an issueRafael Garcia-Suarez2006-08-021-0/+2
* Check that --root directory exists (#24031)Rafael Garcia-Suarez2006-08-011-2/+16
* Add the rurpme(8) commandRafael Garcia-Suarez2006-06-131-0/+1
* - restore old behavior of urpmi.addmedia, add --all-media and --interactive o...Olivier Thauvin2006-06-111-0/+2
* - fix r36644, ensure urpm::args::parse_cmdline() return true if there is no e...Olivier Thauvin2006-06-111-1/+3
* Use revision number as version numbers for internal modules.Rafael Garcia-Suarez2006-06-0710-10/+30
* Patch by Vincent Panel from bug #22000: use global proxy settings whenRafael Garcia-Suarez2006-05-291-0/+4
* Add a new option -I to urpmfRafael Garcia-Suarez2006-05-191-0/+1
* Fix harmless typo in internal command-line optionRafael Garcia-Suarez2006-05-171-1/+1
* Allow '--' in urpmf command-lines to search for patterns that begin with a '-'Rafael Garcia-Suarez2006-05-151-0/+14
* Add a default value for urpmi ldap SSL valueRafael Garcia-Suarez2006-05-151-2/+4
* Untaint current dir when temporarily chdir'ing to cacheRafael Garcia-Suarez2006-04-201-3/+3
* Patch by Michael Scherer to fix authentication with ssh download method.Rafael Garcia-Suarez2006-04-021-9/+11