summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Expand)AuthorAgeFilesLines
* (install) change 'close_helper' callback API for installer (in order to fixThierry Vignaud2009-03-091-1/+1
* (_check) fix verifying packages signatures in chrooted environmentsThierry Vignaud2009-03-051-1/+1
* (install) close another fd leak (needed for drakx)Thierry Vignaud2009-03-041-0/+1
* (install) explicitely close the RPM DB on comleting transactionThierry Vignaud2009-03-041-0/+3
* (install) add more callbacks for installerThierry Vignaud2009-03-032-0/+5
* (install) enable to set 'script_fd' (needed by installer)Thierry Vignaud2009-03-031-0/+2
* Oops, stupid typoChristophe Fergeau2009-02-161-1/+1
* Improve wording of the message telling orphans can be removedChristophe Fergeau2009-02-161-2/+2
* (run) no need to clean rpmdb if we're not going to use data extracted from itThierry Vignaud2009-01-301-3/+3
* fix previous commitPascal Rigaux2009-01-281-0/+1
* - drop support for /etc/urpmi/media.d/*.cfgPascal Rigaux2009-01-282-96/+3
* only load LDAP binding if needed (saves a couple MB in rpmdrake)Thierry Vignaud2009-01-271-1/+1
* Remove urpmi.recover from args.pmChristophe Fergeau2009-01-131-11/+0
* Make perl-checker happyChristophe Fergeau2009-01-131-1/+1
* 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