summaryrefslogtreecommitdiffstats
path: root/urpm/main_loop.pm
Commit message (Expand)AuthorAgeFilesLines
* (migrate_forward_rpmdb_db_if_needed) Kill useless argThierry Vignaud2021-10-311-1/+1
* Convert from bdb backend to sqliteThierry Vignaud2021-06-051-0/+2
* bump copyrightThierry Vignaud2020-01-171-2/+2
* add support for verify callback when installingThierry Vignaud2018-09-141-0/+1
* Update Mageia copyright statementsRĂ©mi Verschelde2017-04-261-1/+2
* bump mga copyrightThierry Vignaud2015-09-041-1/+1
* drop very old CVS/SVN $Id tagsThierry Vignaud2015-09-021-1/+0
* fix some warnings with perl 5.20Pascal Terjan2014-06-161-2/+2
* add support for --deploops optionThierry Vignaud2013-11-051-0/+1
* document 'post_download' callback tooThierry Vignaud2013-03-211-0/+8
* difference2 && untaint are not neeededThierry Vignaud2013-03-211-1/+1
* drop 'callback_report_uninst'Thierry Vignaud2013-03-161-3/+0
* really enable callers to pass their own callback for erasure progressThierry Vignaud2013-03-161-0/+3
* document trans_log parametersThierry Vignaud2013-03-161-1/+1
* hint @URPMThierry Vignaud2013-03-161-1/+1
* enable callers to pass their own callbacks for erasure progress & errorsThierry Vignaud2013-02-251-0/+3
* (run) document itThierry Vignaud2013-02-251-0/+88
* sync doc with codeThierry Vignaud2013-02-251-1/+1
* (install_logger) keep a separate counter for erasuresThierry Vignaud2013-02-091-30/+1
* bump copyrightThierry Vignaud2013-02-051-1/+1
* (_compute_pkg_total) introduce it in order to count total elementsThierry Vignaud2013-02-051-1/+30
* (_download_all) fix --download-all (mga#8272)Thierry Vignaud2012-12-021-1/+1
* (get_distant_media_filesize) kill unused parameterThierry Vignaud2012-08-311-1/+1
* (run) drop unused parameterThierry Vignaud2012-08-311-1/+1
* document some functionsThierry Vignaud2012-08-311-1/+39
* add basic POD documentationThierry Vignaud2012-08-311-0/+25
* (extract_packages_to_install) drop unused parameterThierry Vignaud2012-08-311-1/+1
* (prepare_transaction) drop unused parameterThierry Vignaud2012-08-311-1/+1
* (clean_trans_sources_from_src_packages) split it out of run()Thierry Vignaud2012-08-311-6/+11
* typo fix in commentThierry Vignaud2012-08-311-2/+2
* (_verify_rpm) make sure to have a meaningfull return code when callingThierry Vignaud2012-08-241-2/+4
* (_download_packages) decrease total package count when some files are missingThierry Vignaud2012-08-241-0/+1
* (_install_src) simplifyThierry Vignaud2012-06-081-1/+2
* (_verify_rpm) let rpmdrake pass 'basename' option againThierry Vignaud2012-06-081-2/+1
* (_finish) split it out of run()Thierry Vignaud2012-06-081-5/+13
* (run) simplifyThierry Vignaud2012-06-081-3/+2
* (_run_transaction,run) try to make more readable by having less dereferencingThierry Vignaud2012-06-081-11/+16
* (_run_transaction) split it out of run()Thierry Vignaud2012-06-081-44/+57
* one less variable to pass aroundThierry Vignaud2012-06-081-4/+5
* (_download_all, _install_src, _init_common_options,Thierry Vignaud2012-06-081-10/+10
* make some global variables having package scopeThierry Vignaud2012-06-081-2/+7
* (run) drop unused env variableThierry Vignaud2012-06-081-2/+2
* (_run_parallel_transaction) split it out of run()Thierry Vignaud2012-06-081-9/+14
* (_log_installing) split it out of run()Thierry Vignaud2012-06-081-9/+14
* (run) add some commentsThierry Vignaud2012-06-081-0/+8
* (_init_common_options) split it out of run()Thierry Vignaud2012-06-081-15/+20
* (_handle_removable_media) split it out of run()Thierry Vignaud2012-06-081-8/+13
* (_continue_on_error) split it out of run()Thierry Vignaud2012-06-081-16/+22
* (_install_src) split it out of run()Thierry Vignaud2012-06-081-14/+19
* (_verify_rpm) split it out of run()Thierry Vignaud2012-06-081-14/+19