summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Expand)AuthorAgeFilesLines
* update copyrightThierry Vignaud2009-11-2411-11/+11
* (handle_need_restart) do not advice to reboot when inside a chrootThierry Vignaud2009-11-241-0/+1
* (handle_need_restart) split it out of run() for readabilityThierry Vignaud2009-11-241-8/+18
* (run) perl_checker cleanupThierry Vignaud2009-11-241-1/+1
* documentation files for urpmi-dudf addedOlivier Rosello2009-11-201-0/+28
* test for /boot/vmlinuz-$release existence before using itChristophe Fergeau2009-11-181-1/+1
* don't cache media.cfg files on virtual mediaChristophe Fergeau2009-11-101-2/+6
* don't use aria2 to fetch mirrorlist, fixes #53434Christophe Fergeau2009-10-292-5/+13
* be careful when an obsoleted package is listed in potential orphansChristophe Fergeau2009-10-281-2/+4
* add --not-available option to urpmqChristophe Fergeau2009-10-211-0/+1
* make sure we don't use aria2 to fetch mirrorlistsChristophe Fergeau2009-10-212-2/+2
* parse download-all argument in gurpmi tooChristophe Fergeau2009-10-211-1/+1
* fix dubious string ( '.' after \n)Christophe Fergeau2009-10-211-1/+1
* print PID of process locking the URPMI databaseChristophe Fergeau2009-10-151-1/+21
* allow to define the cache directory for RPMs when setting --download-allChristophe Fergeau2009-10-152-3/+7
* in download-all mode, download packages one by oneChristophe Fergeau2009-10-151-3/+10
* use references to return 2 distinct listsChristophe Fergeau2009-10-151-9/+8
* perl_checker cleanupsThierry Vignaud2009-10-151-3/+3
* (install_logger) use urpm->{print} callback tooThierry Vignaud2009-10-151-1/+1
* don't call exit in main_loop or titi won't be so happy ;)Christophe Fergeau2009-10-141-1/+1
* perl_checker fixesChristophe Fergeau2009-10-132-2/+2
* check the FS has enough space before trying to download all packagesChristophe Fergeau2009-10-132-2/+32
* add df function to urpm/sys.pmChristophe Fergeau2009-10-131-0/+8
* download all packages firstChristophe Fergeau2009-10-131-33/+49
* add --download-all options to enable downloading of all packages before installChristophe Fergeau2009-10-131-0/+1
* improve strings used when asking to restart system/session (#53126)Christophe Fergeau2009-10-131-1/+8
* (_all_unrequested_orphans,_kernel_callback) fix commit ignoring kernelThierry Vignaud2009-10-131-3/+4
* _kernel_callback) better commentThierry Vignaud2009-10-131-1/+1
* fix bogus logic referencing non existent variables introduced in commit r261072Thierry Vignaud2009-10-131-1/+1
* fix parsing of "download complete" messages from aria2Christophe Fergeau2009-10-051-1/+1
* (_compute_flags_for_skiplist) do not display skiped packages on console by de...Thierry Vignaud2009-10-021-1/+1
* Do not list as orphans kernel packages which where not installe through depen...Pascal Terjan2009-09-281-2/+5
* forgot quotesChristophe Fergeau2009-09-251-1/+1
* disable certificate checks on media with the right optionChristophe Fergeau2009-09-251-0/+1
* add per-media disable-certificate-check optionChristophe Fergeau2009-09-252-1/+2
* default to checking certificates when dowloading dataChristophe Fergeau2009-09-252-4/+4
* make certificate check for aria2 behave the same as for the other downloadersChristophe Fergeau2009-09-241-0/+1
* string fixes in dudf moduleChristophe Fergeau2009-09-211-2/+2
* exclude kernel-source from orphan processing (#53426)Christophe Fergeau2009-09-041-1/+1
* revert bogus commit r259891Thierry Vignaud2009-09-031-1/+1
* add missing parameterThierry Vignaud2009-09-031-1/+1
* prevent perl_checker to comply about this (urpmi does _NOT_ use MDK::Common)Thierry Vignaud2009-09-031-3/+3
* more perl_checker cleanupsThierry Vignaud2009-09-031-0/+2
* missing argumentThierry Vignaud2009-09-031-1/+1
* (_cleanup_mediacfg_dir) kill unused variableThierry Vignaud2009-09-031-2/+0
* (_remove_medium_from_mediacfg) fix using actually given arguments... (#53097)Thierry Vignaud2009-09-031-1/+1
* minor perl_checker cleanups in order to reduce SNRThierry Vignaud2009-09-031-23/+21
* use https when getting files from api.mandriva.comChristophe Fergeau2009-08-311-2/+2
* download: allow callee of get_content to pass downloader optionsChristophe Fergeau2009-08-311-2/+2
* download: add an option to be strict about SSL certificate checksChristophe Fergeau2009-08-311-2/+2