Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -l as an alias for --literal in urpmf | Rafael Garcia-Suarez | 2005-10-20 | 1 | -1/+1 |
* | New urpmf option : -F (like in awk :) | Rafael Garcia-Suarez | 2005-10-20 | 1 | -2/+3 |
* | Record used tags for hdlist usage selection even if --qf is used | Rafael Garcia-Suarez | 2005-10-20 | 1 | -4/+1 |
* | Fix --qf option parsing | Rafael Garcia-Suarez | 2005-10-19 | 1 | -1/+1 |
* | Remove urpmf --all option | Rafael Garcia-Suarez | 2005-10-19 | 1 | -17/+0 |
* | Implement a nicer default behaviour for --name | Rafael Garcia-Suarez | 2005-10-18 | 1 | -1/+5 |
* | Recognize urpmf --name again | Rafael Garcia-Suarez | 2005-10-18 | 1 | -1/+2 |
* | Forgot to convert two parameters | Rafael Garcia-Suarez | 2005-10-18 | 1 | -2/+2 |
* | Add epoch in urpmf --all | Rafael Garcia-Suarez | 2005-10-18 | 1 | -0/+1 |
* | Synamically generate option parsing callbacks for urpmf | Rafael Garcia-Suarez | 2005-10-18 | 1 | -24/+53 |
* | New options. Change callback generation method. | Rafael Garcia-Suarez | 2005-10-17 | 1 | -0/+5 |
* | Remove the evil urpmf --quiet option | Rafael Garcia-Suarez | 2005-10-13 | 1 | -1/+0 |
* | Oops | Rafael Garcia-Suarez | 2005-10-13 | 1 | -1/+1 |
* | Add a --literal option to urpmf | Rafael Garcia-Suarez | 2005-10-13 | 1 | -2/+7 |
* | Only quote "+" in patterns (for c++ / libgtk+ / etc... packages) | Rafael Garcia-Suarez | 2005-10-13 | 1 | -2/+2 |
* | Add a --debug option to print internal callback (instead of using --verbose f... | Rafael Garcia-Suarez | 2005-10-13 | 1 | -0/+1 |
* | Allow ! ( ) as well as -! -( -) as arguments to urpmf (backwards compat) | Rafael Garcia-Suarez | 2005-10-13 | 1 | -1/+1 |
* | Sort options. | Rafael Garcia-Suarez | 2005-10-12 | 1 | -14/+14 |
* | Forbid urpmq --use-distrib when non root | Rafael Garcia-Suarez | 2005-10-12 | 1 | -1/+7 |
* | Don't use "verbose" setting in urpm::download API | Rafael Garcia-Suarez | 2005-10-11 | 1 | -1/+1 |
* | Add an --ignoresize option to urpmi | Rafael Garcia-Suarez | 2005-10-10 | 1 | -0/+1 |
* | Abort on unrecognized options for urpmq too | Rafael Garcia-Suarez | 2005-10-10 | 1 | -0/+2 |
* | Don't allow media names that begin with -- in urpmi.addmedia and urpmi.update... | Rafael Garcia-Suarez | 2005-10-10 | 1 | -2/+12 |
* | Use an explicit path for the md5sum utility | Rafael Garcia-Suarez | 2005-09-30 | 1 | -1/+1 |
* | This workaround is no longer necessary | Rafael Garcia-Suarez | 2005-09-07 | 1 | -9/+0 |
* | Don't decode utf-8 text when the locale charset is itself in utf-8. | Rafael Garcia-Suarez | 2005-09-07 | 1 | -2/+4 |
* | Remove trace | Rafael Garcia-Suarez | 2005-09-05 | 1 | -1/+0 |
* | On top of previous fix | Rafael Garcia-Suarez | 2005-09-05 | 1 | -2/+2 |
* | Fix bug 18234 : force download of ftp files when the timestamp couldn't be de... | Rafael Garcia-Suarez | 2005-09-05 | 1 | -5/+3 |
* | Turn off utf8 warnings in the caller each time we use urpm::msg. | Rafael Garcia-Suarez | 2005-08-31 | 1 | -0/+10 |
* | decode every utf8 that gets translated | Rafael Garcia-Suarez | 2005-08-30 | 1 | -1/+3 |
* | Add an experimental --restricted option, based on code by Michael Scherer | Rafael Garcia-Suarez | 2005-06-29 | 1 | -0/+1 |
* | Add LDAP media at the end | Rafael Garcia-Suarez | 2005-06-28 | 1 | -0/+2 |
* | urpmf should warn on unknown options | Rafael Garcia-Suarez | 2005-06-16 | 1 | -0/+4 |
* | Document --summary option to urpmq. | Rafael Garcia-Suarez | 2005-06-13 | 1 | -1/+1 |
* | Fix comment | Rafael Garcia-Suarez | 2005-06-13 | 1 | -2/+2 |
* | Timeout on all network operations when using wget | Rafael Garcia-Suarez | 2005-06-13 | 1 | -1/+1 |
* | parallel distribution via ssh wasn't working on localhost when network media | Rafael Garcia-Suarez | 2005-06-10 | 1 | -2/+12 |
* | update readme | Rafael Garcia-Suarez | 2005-06-09 | 1 | -7/+11 |
* | When node is localhost, don't use ssh to run commands on it | Rafael Garcia-Suarez | 2005-06-09 | 1 | -10/+13 |
* | Introduce a --nolock option in urpmi and urpmq. | Rafael Garcia-Suarez | 2005-06-09 | 2 | -3/+7 |
* | Error reporting nit | Rafael Garcia-Suarez | 2005-06-09 | 1 | -4/+4 |
* | Missing parentheses | Rafael Garcia-Suarez | 2005-06-09 | 1 | -1/+1 |
* | Fix invocation of scp | Rafael Garcia-Suarez | 2005-06-09 | 1 | -6/+5 |
* | Update documentation | Rafael Garcia-Suarez | 2005-06-08 | 1 | -10/+8 |
* | Adjust fudge factor | Rafael Garcia-Suarez | 2005-06-08 | 1 | -2/+2 |
* | Remove unused variables | Rafael Garcia-Suarez | 2005-06-08 | 1 | -4/+4 |
* | a few perl_checker fixes | Rafael Garcia-Suarez | 2005-06-08 | 1 | -9/+9 |
* | Don't use hashes in scalar context | Rafael Garcia-Suarez | 2005-06-08 | 1 | -3/+3 |
* | Factorize commands | Rafael Garcia-Suarez | 2005-06-08 | 1 | -17/+19 |