Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4.9.29 | Pascal Rigaux | 2007-08-09 | 1 | -1/+1 |
| | |||||
* | 4.9.28 | Pascal Rigaux | 2007-08-03 | 1 | -1/+1 |
| | |||||
* | 4.9.27 | Pascal Rigaux | 2007-06-18 | 1 | -1/+1 |
| | |||||
* | 4.9.26 | Pascal Rigaux | 2007-06-14 | 1 | -1/+1 |
| | |||||
* | 4.9.25 | Pascal Rigaux | 2007-06-08 | 1 | -1/+1 |
| | |||||
* | 4.9.24 | Pascal Rigaux | 2007-05-09 | 1 | -1/+1 |
| | |||||
* | 4.9.23 | Pascal Rigaux | 2007-05-03 | 1 | -1/+1 |
| | |||||
* | - display "removing package ..." when removing, not before. | Pascal Rigaux | 2007-04-27 | 1 | -1/+1 |
| | | | | | | - display "removing package ..." when upgrading package (may be too verbose though) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-24 | 1 | -3274/+48 |
| | |||||
* | move RFC/API/protocol doc in a dhcp-doc sub-package | Olivier Blin | 2007-03-15 | 1 | -158/+180 |
| | |||||
* | LOST | Sawyer | 2005-05-24 | 1 | -31/+31 |
| | |||||
* | LOST | Sawyer | 2005-05-24 | 1 | -1320/+1293 |
| | |||||
* | Copying release 1.5-2mdv2007.1 to pristine/ directory. | Mandrake | 2006-12-08 | 1 | -65/+3294 |
| | |||||
* | log opening db when --debug | Pascal Rigaux | 2006-11-30 | 1 | -0/+2 |
| | |||||
* | create $root/var/lib/rpm (it would need to be done with --root too...) | Pascal Rigaux | 2006-11-29 | 1 | -1/+3 |
| | |||||
* | fix typo | Pascal Rigaux | 2006-11-29 | 1 | -6/+22 |
| | |||||
* | - add {debug} level messages | Pascal Rigaux | 2006-11-28 | 1 | -1/+3 |
| | | | | | | - add some debug message before downloading - always display the retrieved url (using {log}) | ||||
* | fix protocol_from_url for things like /foo/@86875:bar.src.rpm | Pascal Rigaux | 2006-11-24 | 1 | -2/+2 |
| | |||||
* | remove a "Use of undefined value ..." | Pascal Rigaux | 2006-11-23 | 1 | -1/+1 |
| | |||||
* | better no lock than bad lock on should-not-be-used function | Pascal Rigaux | 2006-11-23 | 1 | -2/+0 |
| | |||||
* | db_open_or_die: better parameter name | Pascal Rigaux | 2006-11-23 | 1 | -2/+2 |
| | |||||
* | don't have a global variable to hold locks, otherwise code can't lock twice | Pascal Rigaux | 2006-11-23 | 1 | -9/+3 |
| | | | | | non-exclusive | ||||
* | move many functions from urpm.pm to new module urpm/select.pm | Pascal Rigaux | 2006-11-21 | 1 | -431/+0 |
| | |||||
* | - move download_packages_of_distant_media() from urpm.pm to urpm::get_pkgs | Pascal Rigaux | 2006-11-21 | 1 | -207/+2 |
| | | | | | - move urpm::get_source_packages() -> urpm::get_pkgs::selected2list() | ||||
* | create urpm::signature out of urpm.pm | Pascal Rigaux | 2006-11-21 | 1 | -65/+0 |
| | |||||
* | create urpm::removable out of urpm.pm | Pascal Rigaux | 2006-11-21 | 1 | -184/+1 |
| | |||||
* | move clean_dir() | Pascal Rigaux | 2006-11-21 | 1 | -9/+1 |
| | |||||
* | move many functions from urpm.pm to urpm/media.pm | Pascal Rigaux | 2006-11-21 | 1 | -1797/+10 |
| | |||||
* | move create_transaction() and prepare_transaction() from urpm.pm into ↵ | Pascal Rigaux | 2006-11-21 | 1 | -38/+0 |
| | | | | urpm/install.pm | ||||
* | move urpm::install() into urpm::install::install() (new module) | Pascal Rigaux | 2006-11-21 | 1 | -145/+2 |
| | |||||
* | create urpm::md5sum, move md5sum functions into it: | Pascal Rigaux | 2006-11-21 | 1 | -47/+8 |
| | | | | | | - urpm::util::md5sum() -> urpm::md5sum::compute() - urpm::local_md5sum() -> urpm::md5sum::on_local_medium() | ||||
* | move open_safe, opendir_safe and syserror to urpm::sys | Pascal Rigaux | 2006-11-21 | 1 | -121/+28 |
| | |||||
* | - rename get_md5sum() into from_MD5SUM() | Pascal Rigaux | 2006-11-21 | 1 | -9/+7 |
| | | | | | | - rename parse_md5sum() into from_MD5SUM__or_warn() - in from_MD5SUM__or_warn(), display the name of the MD5SUM file used | ||||
* | when computing the md5sum of an hdlist, display the file name in the log | Pascal Rigaux | 2006-11-21 | 1 | -1/+1 |
| | |||||
* | fix an optimisation i introduced which breaks generated /var/lib/urpmi/MD5SUM | Pascal Rigaux | 2006-11-21 | 1 | -1/+3 |
| | |||||
* | 20 is the minimal valid size for an empty synthesis (which should be valid) | Pascal Rigaux | 2006-11-21 | 1 | -7/+7 |
| | |||||
* | move lock functions to urpm::sys | Pascal Rigaux | 2006-11-21 | 1 | -58/+9 |
| | |||||
* | move urpm::parallel_remove to urpm::parallel::remove | Pascal Rigaux | 2006-11-21 | 1 | -11/+2 |
| | | | | | (but keep urpm::parallel_remove for backward compatibility since rpmdrake uses it) | ||||
* | drop urpm::parallel_install(), directly use {parallel_handler}->parallel_install | Pascal Rigaux | 2006-11-21 | 1 | -7/+0 |
| | |||||
* | create urpm::parallel and move some things from urpm.pm | Pascal Rigaux | 2006-11-21 | 1 | -45/+3 |
| | |||||
* | cleanup | Pascal Rigaux | 2006-11-21 | 1 | -5/+3 |
| | |||||
* | create _parse_media() out of configure() | Pascal Rigaux | 2006-11-21 | 1 | -53/+56 |
| | |||||
* | create _compute_flags_for_skiplist() and _compute_flags_for_instlist() out ↵ | Pascal Rigaux | 2006-11-21 | 1 | -25/+35 |
| | | | | of configure() | ||||
* | only do generate_medium_names() on really_modified (ie updated) media | Pascal Rigaux | 2006-11-21 | 1 | -17/+12 |
| | |||||
* | introduce $medium->{really_modified} which is what $medium->{modified} should | Pascal Rigaux | 2006-11-21 | 1 | -4/+6 |
| | | | | | be... but {modified} is over-used (eg: it often means "to update") | ||||
* | use function names more appropriate | Pascal Rigaux | 2006-11-21 | 1 | -4/+4 |
| | |||||
* | adapt function names to pubkey and descriptions being done later | Pascal Rigaux | 2006-11-21 | 1 | -5/+5 |
| | |||||
* | handle pubkey and descriptions after the whole hdlist/synthesis/list mess is ↵ | Pascal Rigaux | 2006-11-21 | 1 | -5/+6 |
| | | | | settled down | ||||
* | restore removing {list} (it was done in _write_rpm_list_if_needed) | Pascal Rigaux | 2006-11-21 | 1 | -16/+11 |
| | |||||
* | set $medium->{list} only when needed | Pascal Rigaux | 2006-11-21 | 1 | -5/+2 |
| |