aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 3.203.20Pascal Rigaux2008-10-142-1/+3
* - $trans->run can now return both the translated errors, and some parsablePascal Rigaux2008-10-142-5/+11
* use rpmuint64_t rather than long long, we know that it should stay compatible:)Per Øyvind Karlsen2008-10-141-1/+1
* fix build with rpm5.org HEADPer Øyvind Karlsen2008-10-101-5/+11
* 3.193.19Pascal Rigaux2008-10-072-1/+3
* - handle flag "replacefiles"Pascal Rigaux2008-10-072-0/+4
* add filelinktos() & dirnames() to URPM::PackagePer Øyvind Karlsen2008-07-182-0/+20
* ensure that initSourceHeader gets run for rpm5.org, otherwise querying of spe...Per Øyvind Karlsen2008-07-171-0/+2
* fix build with rpm5.org HEADPer Øyvind Karlsen2008-07-141-0/+9
* 3.183.18Pascal Rigaux2008-07-072-1/+3
* - revert change introduced in 3.16 (it breaks too much, egPascal Rigaux2008-07-073-2/+8
* fix typo in descriptionPascal Rigaux2008-07-071-1/+1
* 3.173.17Pascal Rigaux2008-07-042-1/+3
* add removed_or_obsoleted_packages()Pascal Rigaux2008-07-042-1/+7
* - handle $state->{orphans_to_remove} in selected_size() andPascal Rigaux2008-07-043-0/+13
* - add traverse_tag_find()Pascal Rigaux2008-07-043-0/+51
* perl_checker compliancePascal Rigaux2008-07-031-3/+3
* remove unused varsPascal Rigaux2008-07-031-4/+3
* create packages_to_remove() and use it to factorize codePascal Rigaux2008-07-031-10/+13
* create rpmtag_from_string() out of Db_traverse_tagPascal Rigaux2008-07-011-15/+19
* 3.163.16Pascal Rigaux2008-06-262-1/+3
* - when not selecting a package because already installed,Pascal Rigaux2008-06-263-4/+9
* adapt tests to ->compare changePascal Rigaux2008-06-241-9/+15
* 3.153.15Pascal Rigaux2008-06-232-1/+3
* add Anssi name in the logPascal Rigaux2008-06-171-0/+1
* - fix urpmi wrongly considering epochless conflicts to match any epoch in aPascal Rigaux2008-06-172-1/+6
* 3.143.14Pascal Rigaux2008-05-232-1/+3
* - add is_package_installed() in URPM/Resolve.pmPascal Rigaux2008-05-232-0/+15
* 3.133.13Pascal Rigaux2008-05-202-1/+3
* - do not ignore dropped provide from updated package (mdvbz#40842)Pascal Rigaux2008-05-192-1/+24
* enhance error messagePascal Rigaux2008-05-151-1/+1
* un-revert rpm5.org cosmetics now that cooker has reopenedPer Øyvind Karlsen2008-04-142-41/+40
* update authors and copyright noticPascal Rigaux2008-04-102-5/+3
* revert unneeded commit for nowtopic/3.12Pascal Rigaux2008-03-252-38/+41
* fix a typo in a comment </pedanticlamer>Per Øyvind Karlsen2008-03-191-1/+1
* make URPM more portable by using standard %{_target_vendor} & %{_target_cpu} ...Per Øyvind Karlsen2008-03-191-5/+5
* change x,y check to y,x. More intuitive, for me at least, other order frequen...Per Øyvind Karlsen2008-03-191-25/+25
* d'oh, argument to hexversion() must of course be passed as stringsPer Øyvind Karlsen2008-03-191-3/+2
* improve rpm version detectionPer Øyvind Karlsen2008-03-192-42/+40
* 3.123.12Pascal Rigaux2008-03-072-4/+3
* - do allow to promoting a pkg even if it has unsatisfied require (since thePascal Rigaux2008-03-072-12/+5
* ouch, add back 'case RPMPROB_DISKNODES:' removed by mistake :/Per Øyvind Karlsen2008-03-061-0/+1
* revert back to long long since they're of same size anyways and we avoid warn...Per Øyvind Karlsen2008-03-061-3/+3
* simplify as pixel suggestedPer Øyvind Karlsen2008-03-061-13/+3
* minor cosmeticsPer Øyvind Karlsen2008-03-031-3/+1
* move compatibility wrapper to rpm5.org upstreamPer Øyvind Karlsen2008-03-032-216/+3
* more fixes, makes apt-get build succesfully :DPer Øyvind Karlsen2008-03-021-2/+29
* make all functions inline functionsPer Øyvind Karlsen2008-03-021-9/+9
* some more functions for apt-get..Per Øyvind Karlsen2008-03-021-0/+20
* make C++ compliantPer Øyvind Karlsen2008-03-021-20/+38