summaryrefslogtreecommitdiffstats
path: root/urpm/install.pm
Commit message (Expand)AuthorAgeFilesLines
...
* (install) explicitely close the RPM DB after each transactionThierry Vignaud2012-03-051-0/+4
* (install) --test: do not display "More information on package"Thierry Vignaud2012-02-141-1/+1
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-09-131-1/+1
* (install_logger) use urpm->{print} callback tooThierry Vignaud2009-10-151-1/+1
* (install,run) prevent garbaging text installer (#50776)Thierry Vignaud2009-08-111-4/+5
* (install) wrap a big commentThierry Vignaud2009-03-241-1/+2
* (install) revert refcount workarounds now that we fix refcounting inThierry Vignaud2009-03-241-4/+0
* (install) fix a circular reference that was causing rpmdb to be openedThierry Vignaud2009-03-241-2/+6
* (install) change 'close_helper' callback API for installer (in order to fixThierry Vignaud2009-03-091-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-031-0/+2
* (install) enable to set 'script_fd' (needed by installer)Thierry Vignaud2009-03-031-0/+2
* use "use strict" in all modulesPascal Rigaux2009-01-061-0/+1
* simplify: instead of passing around {rpmdb}, set $urpm->{env_rpmdb} and use itPascal Rigaux2008-10-271-1/+1
* $urpm->{logger_id} is unused:Pascal Rigaux2008-10-171-2/+0
* be safer, only main_loop (partially) handles "raw_message" errorsPascal Rigaux2008-10-171-1/+0
* - urpmiPascal Rigaux2008-10-141-0/+1
* - urpmi, library:Pascal Rigaux2008-10-061-0/+1
* fix namespace (it's really too late to commit more)Thierry Vignaud2008-09-091-1/+1
* (db_open_or_die__) ahem...Thierry Vignaud2008-09-091-1/+1
* (db_open_or_die__) factorize some code (the name might have to be changed...)Thierry Vignaud2008-09-091-8/+1
* create may_clean_rpmdb_shared_regions()Pascal Rigaux2008-09-091-4/+1
* now, get rid of blist->{list} :)Pascal Rigaux2008-07-081-4/+1
* propagate blist->{pkgs}Pascal Rigaux2008-07-081-1/+4
* goal: get rid of $list which must be used together with $urpm->{media}, and u...Pascal Rigaux2008-07-081-5/+5
* urpm::install::prepare_transaction() now returns the computed values instead ofPascal Rigaux2008-07-081-8/+6
* create _hash_intersect_list() and use itPascal Rigaux2008-07-081-3/+10
* move things aroundPascal Rigaux2008-07-081-2/+4
* - urpmi:Pascal Rigaux2008-07-081-1/+1
* factorize options handlingPascal Rigaux2008-07-031-0/+14
* simplifyPascal Rigaux2008-07-021-1/+1
* much nicer var namePascal Rigaux2008-07-021-6/+6
* create db_open_or_die_() and use itPascal Rigaux2008-07-011-2/+2
* (install) do not pretent removing packages from cache when there'sThierry Vignaud2008-03-041-1/+1
* - urpmiPascal Rigaux2008-02-251-1/+1
* fix typo in previous commitPascal Rigaux2008-02-241-1/+1
* make it fatal to fail to remove cachedir rpmsPascal Rigaux2008-02-241-2/+4
* - do not say "removing installed rpms" for rpms which are not in cachedirPascal Rigaux2008-02-241-4/+13
* add undocumented & unstable --tune-rpm optionPascal Rigaux2007-11-141-2/+2
* - urpmiPascal Rigaux2007-10-021-0/+5
* do display computed transaction with --debug__do_not_install even if --debugPascal Rigaux2007-09-121-3/+0
* simplify debug message: {install} is never set Pascal Rigaux2007-08-281-2/+1
* better debug messagePascal Rigaux2007-08-281-3/+4
* fix typo in debug messagePascal Rigaux2007-08-231-1/+1
* display computed transaction set in debug modePascal Rigaux2007-08-231-0/+14
* - debug message when scheduling a pkg removalPascal Rigaux2007-08-231-2/+6
* nicer debug message,Pascal Rigaux2007-08-231-2/+3
* this is debug stuff, hide it from -vPascal Rigaux2007-08-231-2/+3
* - urpmiPascal Rigaux2007-08-231-1/+1