| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix loading of urpm::msg::N() in urpm::args, and urpmi's --no-locale option | Rafael Garcia-Suarez | 2004-12-06 | 1 | -1/+4 |
* | While we're at it, implement --no-ignore and make it work with -a | Rafael Garcia-Suarez | 2004-12-03 | 1 | -1/+1 |
* | Add an --ignore option to urpmi.update | Rafael Garcia-Suarez | 2004-12-03 | 1 | -0/+1 |
* | Fix indentation | Rafael Garcia-Suarez | 2004-12-02 | 1 | -1/+3 |
* | Further adjustment of the workaround for the curl output bug | Rafael Garcia-Suarez | 2004-11-26 | 1 | -2/+2 |
* | - add --search-media options: looking requested or package to update with --a... | Olivier Thauvin | 2004-11-24 | 1 | -0/+2 |
* | When invoking urpmi.addmedia with --proxy, save this proxy setting for | Rafael Garcia-Suarez | 2004-11-24 | 1 | -0/+11 |
* | Work around a bug in curl when displaying progress for an authentified | Rafael Garcia-Suarez | 2004-11-24 | 1 | -1/+3 |
* | When asking for choices, default to the first one | Rafael Garcia-Suarez | 2004-11-24 | 1 | -1/+3 |
* | Cope better with some strange curl output | Rafael Garcia-Suarez | 2004-11-19 | 1 | -1/+1 |
* | Take little terminals into account, too | Rafael Garcia-Suarez | 2004-11-19 | 1 | -0/+1 |
* | Take into account terminal size to avoid messing up the display | Rafael Garcia-Suarez | 2004-11-19 | 1 | -2/+10 |
* | Factor some system()s | Rafael Garcia-Suarez | 2004-11-04 | 2 | -3/+14 |
* | Only show progress bar if there is a routine to show a progress bar. | Rafael Garcia-Suarez | 2004-11-04 | 1 | -2/+2 |
* | Add the --strict-arch command-line option to urpmi and the strict-arch config... | Rafael Garcia-Suarez | 2004-10-27 | 2 | -0/+2 |
* | Factorize md5sum function. Reinit retrieved MD5SUM. | Rafael Garcia-Suarez | 2004-10-20 | 1 | -1/+9 |
* | Remove obsolete comment | Rafael Garcia-Suarez | 2004-10-14 | 1 | -2/+0 |
* | Implement a new option, --norebuild, to urpmi, urpmi.update and urpmi.addmedia. | Rafael Garcia-Suarez | 2004-10-14 | 2 | -1/+5 |
* | Add a new option -m to urpmf to get the media in which a package has been | Rafael Garcia-Suarez | 2004-09-29 | 1 | -0/+1 |
* | perl_checker_fixes | Rafael Garcia-Suarez | 2004-09-16 | 3 | -10/+10 |
* | urpmi+curl couldn't download files with protected urls where the user | Rafael Garcia-Suarez | 2004-08-30 | 1 | -5/+10 |
* | Set a timeout for wget too (1 min) | Rafael Garcia-Suarez | 2004-08-25 | 1 | -1/+2 |
* | Add a time out for connection establishment in curl download routine | Rafael Garcia-Suarez | 2004-08-25 | 1 | -0/+5 |
* | Optionally use zenity instead of gchooser if found, it's much prettier | Rafael Garcia-Suarez | 2004-08-16 | 1 | -0/+1 |
* | Add a --more-choices option | Rafael Garcia-Suarez | 2004-07-30 | 1 | -0/+1 |
* | --excludedocs was broken | Rafael Garcia-Suarez | 2004-07-30 | 1 | -1/+1 |
* | Cleanups. | Rafael Garcia-Suarez | 2004-07-29 | 1 | -5/+5 |
* | Don't write priority in urpmi.cfg | Rafael Garcia-Suarez | 2004-07-27 | 1 | -1/+1 |
* | Finish to implement file:// urls where the "file:/" is optional | Rafael Garcia-Suarez | 2004-07-27 | 1 | -1/+1 |
* | Add options -q and -v (quiet and verbose) to urpmi.update | Rafael Garcia-Suarez | 2004-07-27 | 1 | -0/+2 |
* | Add options -q and -v (quiet and verbose) to urpmi.{add,remove}media | Rafael Garcia-Suarez | 2004-07-27 | 1 | -0/+2 |
* | Add an option -Y to urpmq (fuzzy and case insensitive) | Rafael Garcia-Suarez | 2004-07-26 | 1 | -0/+1 |
* | Fix ordering of media in config file | Rafael Garcia-Suarez | 2004-07-26 | 1 | -1/+1 |
* | Disambiguate order by sorting by name new media with the same priority | Rafael Garcia-Suarez | 2004-07-26 | 1 | -1/+1 |
* | Preserve media order in urpmi.cfg | Rafael Garcia-Suarez | 2004-07-26 | 1 | -3/+5 |
* | Add a "noreconfigure" flag for media that don't want to be reconfigured. | Rafael Garcia-Suarez | 2004-07-26 | 1 | -1/+1 |
* | Better error handling for copy failures | Rafael Garcia-Suarez | 2004-07-23 | 1 | -2/+2 |
* | Copyright updates | Rafael Garcia-Suarez | 2004-07-22 | 4 | -0/+16 |
* | Add the --disable-epsv option to curl, to be friendy with some firewalls | Rafael Garcia-Suarez | 2004-07-19 | 1 | -0/+2 |
* | Document the "skip" option. Remove obsolete code. | Rafael Garcia-Suarez | 2004-07-09 | 1 | -1/+1 |
* | Add a --version flag to the urpm* tools | Rafael Garcia-Suarez | 2004-07-08 | 1 | -3/+4 |
* | Delete proxy configuration for a media when deleting this media | Rafael Garcia-Suarez | 2004-07-06 | 1 | -0/+5 |
* | Suppress noises in urpmi.cfg | Rafael Garcia-Suarez | 2004-07-01 | 1 | -1/+1 |
* | Protection against the people who edit urpmi.cfg by hand and put the | Rafael Garcia-Suarez | 2004-06-30 | 1 | -2/+9 |
* | Functions to write proxy.cfg (and regression tests) | Rafael Garcia-Suarez | 2004-06-30 | 1 | -1/+29 |
* | Fix parsing of proxy.cfg and --proxy options | Rafael Garcia-Suarez | 2004-06-29 | 2 | -5/+5 |
* | Support for setting proxy per-media in proxy.cfg | Rafael Garcia-Suarez | 2004-06-29 | 2 | -6/+24 |
* | Parsing of the proxy.cfg file: support for per-media proxies | Rafael Garcia-Suarez | 2004-06-29 | 1 | -17/+32 |
* | Don't write a section for the global options if we don't need to | Rafael Garcia-Suarez | 2004-06-24 | 1 | -0/+1 |
* | Handle quoted option values | Rafael Garcia-Suarez | 2004-06-24 | 1 | -2/+2 |