| Commit message (Expand) | Author | Age | Files | Lines |
* | (size2time) enforce returning a float (mga#19930) | Thierry Vignaud | 2016-12-14 | 1 | -0/+4 |
* | Fix accidental part fo previous commit | Pascal Terjan | 2016-12-14 | 1 | -1/+1 |
* | More int64 fixes | Pascal Terjan | 2016-12-13 | 1 | -8/+9 |
* | More int64 fixes | Pascal Terjan | 2016-12-12 | 1 | -3/+3 |
* | more int64 init (Thierry Viganud) (mga#19895) | Anne Nicolas | 2016-12-11 | 1 | -0/+2 |
* | kill non existing option | Thierry Vignaud | 2015-12-25 | 1 | -1/+0 |
* | fix upgrade when package's in several media | Thierry Vignaud | 2015-04-12 | 1 | -1/+2 |
* | add 'deploops' option for debugging (mga#15350) | Thierry Vignaud | 2015-03-17 | 1 | -0/+1 |
* | fix a broken message in logs | Thierry Vignaud | 2015-02-27 | 1 | -1/+2 |
* | silent a warning with perl-5.20 | Thierry Vignaud | 2015-02-19 | 1 | -1/+1 |
* | rename "no_suggests" option as "no_recommends" | Thierry Vignaud | 2014-10-20 | 1 | -3/+3 |
* | s/suggested/recommended/ | Thierry Vignaud | 2014-10-20 | 1 | -7/+7 |
* | adapt to URPM-5 | Thierry Vignaud | 2014-10-20 | 1 | -1/+1 |
* | kill $Id:$ tags | Thierry Vignaud | 2014-06-07 | 1 | -1/+1 |
* | latest kernel-xbox was compiled in march 2005... | Thierry.Vignaud | 2014-05-26 | 1 | -1/+0 |
* | force loading NSS modules (better fix for mga#9326) | Thierry Vignaud | 2013-04-04 | 1 | -0/+2 |
* | show all errors at once at end of installation | Thierry Vignaud | 2013-03-05 | 1 | -0/+7 |
* | forget previous errors when monitoring them again | Thierry Vignaud | 2013-03-05 | 1 | -0/+1 |
* | (packagesToInstall) logs first packages to install | Thierry Vignaud | 2012-12-14 | 1 | -1/+1 |
* | (start_pushing_error,popup_errors,error) factorize "background" error handling | Thierry Vignaud | 2012-12-06 | 1 | -0/+17 |
* | (empty_packages) fix initializing urpm object | Thierry Vignaud | 2012-12-04 | 1 | -1/+1 |
* | (saveSelected) fix a crash when pressing "previous" after selecting package g... | Thierry Vignaud | 2012-11-16 | 1 | -1/+1 |
* | (cleanHeaders,extractHeaders) drop them again, they're no more needed | Thierry Vignaud | 2012-11-16 | 1 | -27/+0 |
* | retrieve package descriptions from XML meta-data instead of from huge hdlists | Thierry Vignaud | 2012-11-16 | 1 | -0/+38 |
* | (empty_packages) clean up | Thierry Vignaud | 2012-11-16 | 1 | -1/+1 |
* | (_rebuild_RPM_DB) extract it out of rpmDbOpen() | Thierry Vignaud | 2012-11-16 | 1 | -20/+22 |
* | perl_checker cleanup | Thierry Vignaud | 2012-11-16 | 1 | -1/+1 |
* | (installPackages) prevent going further if some transactions failed (mga#7016) | Thierry Vignaud | 2012-09-03 | 1 | -1/+3 |
* | (_install_raw,_resolve_requested_and_check) adapt to urpmi-7.5 | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
* | (setSelectedFromCompssList) log why we unselect suggested package (too big...) | Thierry Vignaud | 2012-06-23 | 1 | -0/+1 |
* | (_remove_raw) adapt to URPM-4.2 | Thierry Vignaud | 2012-06-13 | 1 | -1/+1 |
* | (empty_packages) log where fatal errors happen | Thierry Vignaud | 2012-06-11 | 1 | -1/+1 |
* | (empty_packages::fatal) log the error message too | Thierry Vignaud | 2012-06-11 | 1 | -1/+1 |
* | (parse_args,empty_packages) enable to go fast with 'tune-rpm'... | Thierry Vignaud | 2012-05-23 | 1 | -0/+1 |
* | (parse_args,empty_packages) add support for 'justdb' option | Thierry Vignaud | 2012-05-23 | 1 | -0/+1 |
* | (empty_packages) fix displaying urpmi fatal errors (mga#5725) | Thierry Vignaud | 2012-05-03 | 1 | -1/+5 |
* | - packageByName: make sure to return the installed noarch rpm if any. | Arnaud Patard | 2012-04-30 | 1 | -1/+5 |
* | - Allow to set urpm curl options in order to be able to make curl quiet. Setting | Arnaud Patard | 2012-04-30 | 1 | -0/+1 |
* | (_resolve_requested_and_check) explain | Thierry Vignaud | 2012-04-19 | 1 | -0/+1 |
* | (_resolve_requested_and_check) fix a crash when package state is empty (mga#5... | Thierry Vignaud | 2012-04-19 | 1 | -2/+5 |
* | (_install_raw::ask_for_bad_or_missing) offer to not ask again about missing p... | Thierry Vignaud | 2012-04-18 | 1 | -0/+11 |
* | (_install_raw::bad_signature) fix assuming "no" to continue on bad | Thierry Vignaud | 2012-04-18 | 1 | -6/+7 |
* | (unselectAllPackages) only log about unselecting packages if "no_suggest" opt... | Thierry Vignaud | 2012-04-18 | 1 | -2/+4 |
* | (_resolve_requested_and_check) make it slighty more readable | Thierry Vignaud | 2012-04-17 | 1 | -1/+2 |
* | (select_by_package_names_or_die) track suggested packages | Thierry Vignaud | 2012-04-17 | 1 | -0/+5 |
* | (unselectAllPackages) move test out of if | Thierry Vignaud | 2012-04-17 | 1 | -1/+2 |
* | (extractHeaders) adapt to urpmi API after resurecting it | Thierry Vignaud | 2012-04-16 | 1 | -1/+1 |
* | (cleanHeaders,extractHeaders) resurect them, thus enabling to retrieve packag... | Thierry Vignaud | 2012-04-16 | 1 | -0/+26 |
* | perl_checker cleanups | Thierry Vignaud | 2012-03-23 | 1 | -2/+2 |
* | (setSelectedFromCompssList) fix bogus "no packages match | Thierry Vignaud | 2012-03-02 | 1 | -2/+2 |