summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Expand)AuthorAgeFilesLines
* Code cleanups after pixel feedbackChristophe Fergeau2009-01-131-8/+9
* mark packages that were initially installed through deps, removed andChristophe Fergeau2009-01-131-12/+12
* Mark packages as "manually installed"Christophe Fergeau2009-01-131-3/+35
* When downloading packages, remember where it comes from.Christophe Fergeau2009-01-091-4/+11
* Don't modify _download_packages_of_distant_media args, use return valuesChristophe Fergeau2009-01-091-5/+9
* add some commentPascal Rigaux2009-01-081-1/+3
* add some commentPascal Rigaux2009-01-081-1/+2
* add some commentsPascal Rigaux2009-01-061-0/+11
* use "use strict" in all modulesPascal Rigaux2009-01-0614-0/+15
* give clearer name to some functionsPascal Rigaux2009-01-061-7/+7
* enhance docPascal Rigaux2009-01-061-1/+2
* fix commentPascal Rigaux2009-01-061-1/+1
* add commentPascal Rigaux2009-01-061-1/+3
* add commentPascal Rigaux2009-01-061-0/+3
* add aria2 to the priority list of packages that need to be updatedThierry Vignaud2008-12-201-1/+1
* - urpmiPascal Rigaux2008-12-151-2/+2
* (installed_leaves) do not list suggested packages as unrequested packages (#4...Thierry Vignaud2008-12-151-1/+1
* make the debug message clearerPascal Rigaux2008-12-081-2/+2
* - urpmiPascal Rigaux2008-11-141-5/+8
* create update_those_media() out of update_media()Pascal Rigaux2008-11-141-5/+11
* - inline _update_media__handle_some_flags()Pascal Rigaux2008-11-141-15/+16
* use callback for progression of download when using "xml-info: always"Pascal Rigaux2008-11-141-1/+1
* fix commentPascal Rigaux2008-11-031-1/+1
* - urpmiPascal Rigaux2008-10-311-4/+2
* - urpmiPascal Rigaux2008-10-291-23/+32
* drop obsolete stuffPascal Rigaux2008-10-292-14/+0
* - urpmiPascal Rigaux2008-10-281-2/+3
* - implement urpme --envPascal Rigaux2008-10-272-3/+3
* simplify: instead of passing around {rpmdb}, set $urpm->{env_rpmdb} and use itPascal Rigaux2008-10-273-5/+3
* allow setting aria2-options in urpmi.cfgAnssi Hannula2008-10-241-1/+1
* - urpmi, gurpmiPascal Rigaux2008-10-231-4/+12
* - urpmi, gurpmiPascal Rigaux2008-10-214-6/+25
* create urpm::msg::ask_yes_or_no() to remove duplicationPascal Rigaux2008-10-211-0/+5
* do not call {ask_yes_or_no} callback with explicit "(y/N)" otherwise it isPascal Rigaux2008-10-211-4/+4
* fix previous commit: we must not generated a 'start' event when we are donePascal Rigaux2008-10-211-1/+1
* modify sync_aria2():Pascal Rigaux2008-10-211-18/+18
* - urpmi.update, urpmi.addmediaPascal Rigaux2008-10-211-0/+2
* create _parse_aria2_output() out of sync_aria2()Pascal Rigaux2008-10-211-4/+11
* create _error_msg() out of _error()Pascal Rigaux2008-10-211-2/+7
* cleanup: split _get_pubkey_and_descriptions() into _get_descriptions() and _m...Pascal Rigaux2008-10-201-4/+9
* add missing para to _get_pubkey()Pascal Rigaux2008-10-201-1/+1
* make things more clear: do not "delete $medium->{key-ids}" to ensure we don'tPascal Rigaux2008-10-201-9/+7
* - urpmi.updatePascal Rigaux2008-10-201-0/+5
* handle {forcekey} elsewhere (for next commit)Pascal Rigaux2008-10-201-5/+7
* move some code into _get_pubkey()Pascal Rigaux2008-10-201-7/+14
* - urpmiPascal Rigaux2008-10-201-1/+1
* $urpm->{logger_id} is unused:Pascal Rigaux2008-10-172-3/+0
* remove code duplication,Pascal Rigaux2008-10-171-54/+20
* move things for next commitPascal Rigaux2008-10-171-1/+2
* be safer, only main_loop (partially) handles "raw_message" errorsPascal Rigaux2008-10-172-1/+1